Skip to content
Success

Console Output

Started by user Andrew Hsu
22:31:06 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of kolyshkin for docker/engine
Obtained Jenkinsfile from 37f6b5327c301661d32584325eb7f4167747a716+0585b88feb85de3f422d5516c5ffe6ec8eef6db7 (6a250bbcc13a5847b2a668b3282566bfbb22ed36)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:31:10 [2019-09-27T22:31:10.686Z] Running on ppc64le-ubuntu-15 in /home/docker/workspace/engine_PR-388
[Pipeline] {
[Pipeline] checkout
22:31:10 [2019-09-27T22:31:10.760Z] using credential docker-jenkins-github-credentials
22:31:10 [2019-09-27T22:31:10.783Z] Fetching changes from the remote Git repository
22:31:10 [2019-09-27T22:31:10.799Z] Fetching without tags
22:31:11 [2019-09-27T22:31:11.162Z] Merging remotes/origin/18.09 commit 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 into PR head commit 37f6b5327c301661d32584325eb7f4167747a716
22:31:11 [2019-09-27T22:31:11.319Z] Merge succeeded, producing 37f6b5327c301661d32584325eb7f4167747a716
22:31:11 [2019-09-27T22:31:11.320Z] Checking out Revision 37f6b5327c301661d32584325eb7f4167747a716 (PR-388)
22:31:11 [2019-09-27T22:31:11.442Z] Commit message: "bump golang 1.12.10 (CVE-2019-16276)"
22:31:10 [2019-09-27T22:31:10.761Z]  > git rev-parse --is-inside-work-tree # timeout=10
22:31:10 [2019-09-27T22:31:10.778Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
22:31:10 [2019-09-27T22:31:10.795Z] Fetching upstream changes from https://github.com/docker/engine.git
22:31:10 [2019-09-27T22:31:10.795Z]  > git --version # timeout=10
22:31:10 [2019-09-27T22:31:10.799Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:10 [2019-09-27T22:31:10.800Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/18.09:refs/remotes/origin/18.09
22:31:11 [2019-09-27T22:31:11.158Z]  > git config core.sparsecheckout # timeout=10
22:31:11 [2019-09-27T22:31:11.162Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:11 [2019-09-27T22:31:11.274Z]  > git merge 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 # timeout=10
22:31:11 [2019-09-27T22:31:11.298Z]  > git rev-parse HEAD^{commit} # timeout=10
22:31:11 [2019-09-27T22:31:11.315Z]  > git config core.sparsecheckout # timeout=10
22:31:11 [2019-09-27T22:31:11.319Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:11 [2019-09-27T22:31:11.439Z]  > git rev-list --no-walk 37f6b5327c301661d32584325eb7f4167747a716 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:31:12 [2019-09-27T22:31:12.336Z] + docker run --rm -v /home/docker/workspace/engine_PR-388:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco
22:31:12 [2019-09-27T22:31:12.336Z] Unable to find image 'alpine:latest' locally
22:31:12 [2019-09-27T22:31:12.618Z] latest: Pulling from library/alpine
22:31:12 [2019-09-27T22:31:12.618Z] f6e17decc5b0: Pulling fs layer
22:31:13 [2019-09-27T22:31:13.236Z] f6e17decc5b0: Verifying Checksum
22:31:13 [2019-09-27T22:31:13.236Z] f6e17decc5b0: Download complete
22:31:13 [2019-09-27T22:31:13.236Z] f6e17decc5b0: Pull complete
22:31:13 [2019-09-27T22:31:13.236Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb
22:31:13 [2019-09-27T22:31:13.236Z] Status: Downloaded newer image for alpine:latest
22:31:21 [2019-09-27T22:31:21.627Z] 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: janky)
[Pipeline] { (Branch: z)
[Pipeline] { (Branch: z-master)
[Pipeline] { (Branch: powerpc)
[Pipeline] { (Branch: powerpc-master)
[Pipeline] { (Branch: windowsRS1)
[Pipeline] { (Branch: windowsRS5-process)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (janky)
[Pipeline] stage
[Pipeline] { (z)
[Pipeline] stage
[Pipeline] { (z-master)
[Pipeline] stage
[Pipeline] { (powerpc)
[Pipeline] stage
[Pipeline] { (powerpc-master)
[Pipeline] stage
[Pipeline] { (windowsRS1)
[Pipeline] stage
[Pipeline] { (windowsRS5-process)
Stage "z" skipped due to when conditional
Stage "z-master" skipped due to when conditional
Stage "powerpc" skipped due to when conditional
Stage "powerpc-master" skipped due to when conditional
Stage "windowsRS1" skipped due to when conditional
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
22:31:21 [2019-09-27T22:31:21.830Z] Running on ubuntu-1804-overlay2 (i-091e6fe482fac7e46) in /home/ubuntu/workspace/engine_PR-388
Stage "z" skipped due to when conditional
[Pipeline] }
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
Stage "windowsRS1" skipped due to when conditional
[Pipeline] }
22:31:21 [2019-09-27T22:31:21.834Z] Running on ubuntu-1804-overlay2 (i-0968e3368516bbb02) in /home/ubuntu/workspace/engine_PR-388
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] {
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] checkout
22:31:21 [2019-09-27T22:31:21.973Z] using credential docker-jenkins-github-credentials
[Pipeline] checkout
22:31:21 [2019-09-27T22:31:21.983Z] Cloning the remote Git repository
22:31:21 [2019-09-27T22:31:21.983Z] Cloning with configured refspecs honoured and without tags
Stage "z" skipped due to when conditional
22:31:21 [2019-09-27T22:31:21.986Z] using credential docker-jenkins-github-credentials
[Pipeline] }
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
Stage "windowsRS1" skipped due to when conditional
[Pipeline] }
Stage "windowsRS5-process" skipped due to when conditional
[Pipeline] }
22:31:21 [2019-09-27T22:31:21.993Z] Cloning the remote Git repository
22:31:21 [2019-09-27T22:31:21.993Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
22:31:21 [2019-09-27T22:31:21.971Z] Cloning repository https://github.com/docker/engine.git
22:31:21 [2019-09-27T22:31:21.971Z]  > git init /home/ubuntu/workspace/engine_PR-388 # timeout=10
22:31:21 [2019-09-27T22:31:21.986Z] Fetching upstream changes from https://github.com/docker/engine.git
22:31:21 [2019-09-27T22:31:21.986Z]  > git --version # timeout=10
22:31:21 [2019-09-27T22:31:21.993Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:21 [2019-09-27T22:31:21.993Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/18.09:refs/remotes/origin/18.09
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "z" skipped due to when conditional
[Pipeline] }
Stage "z-master" skipped due to when conditional
[Pipeline] }
Stage "powerpc" skipped due to when conditional
[Pipeline] }
Stage "powerpc-master" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "z" skipped due to when conditional
[Pipeline] }
Stage "powerpc" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
22:31:21 [2019-09-27T22:31:21.996Z] Cloning repository https://github.com/docker/engine.git
22:31:21 [2019-09-27T22:31:21.996Z]  > git init /home/ubuntu/workspace/engine_PR-388 # timeout=10
22:31:22 [2019-09-27T22:31:22.002Z] Fetching upstream changes from https://github.com/docker/engine.git
22:31:22 [2019-09-27T22:31:22.002Z]  > git --version # timeout=10
22:31:22 [2019-09-27T22:31:22.004Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:22 [2019-09-27T22:31:22.005Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/18.09:refs/remotes/origin/18.09
22:31:33 [2019-09-27T22:31:33.724Z] Fetching without tags
22:31:33 [2019-09-27T22:31:33.912Z] Merging remotes/origin/18.09 commit 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 into PR head commit 37f6b5327c301661d32584325eb7f4167747a716
22:31:33 [2019-09-27T22:31:33.945Z] Fetching without tags
22:31:34 [2019-09-27T22:31:34.068Z] Merging remotes/origin/18.09 commit 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 into PR head commit 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.416Z] Merge succeeded, producing 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.417Z] Checking out Revision 37f6b5327c301661d32584325eb7f4167747a716 (PR-388)
22:31:33 [2019-09-27T22:31:33.674Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
22:31:33 [2019-09-27T22:31:33.678Z]  > git config --add remote.origin.fetch +refs/pull/388/head:refs/remotes/origin/PR-388 # timeout=10
22:31:33 [2019-09-27T22:31:33.685Z]  > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
22:31:33 [2019-09-27T22:31:33.700Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
22:31:33 [2019-09-27T22:31:33.754Z] Fetching upstream changes from https://github.com/docker/engine.git
22:31:33 [2019-09-27T22:31:33.755Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:33 [2019-09-27T22:31:33.755Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/18.09:refs/remotes/origin/18.09
22:31:33 [2019-09-27T22:31:33.902Z]  > git config core.sparsecheckout # timeout=10
22:31:33 [2019-09-27T22:31:33.910Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.372Z]  > git merge 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 # timeout=10
22:31:34 [2019-09-27T22:31:34.387Z]  > git rev-parse HEAD^{commit} # timeout=10
22:31:34 [2019-09-27T22:31:34.446Z]  > git config core.sparsecheckout # timeout=10
22:31:34 [2019-09-27T22:31:34.458Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.533Z] Merge succeeded, producing 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.534Z] Checking out Revision 37f6b5327c301661d32584325eb7f4167747a716 (PR-388)
22:31:33 [2019-09-27T22:31:33.929Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
22:31:33 [2019-09-27T22:31:33.932Z]  > git config --add remote.origin.fetch +refs/pull/388/head:refs/remotes/origin/PR-388 # timeout=10
22:31:33 [2019-09-27T22:31:33.934Z]  > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # timeout=10
22:31:33 [2019-09-27T22:31:33.941Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
22:31:33 [2019-09-27T22:31:33.949Z] Fetching upstream changes from https://github.com/docker/engine.git
22:31:33 [2019-09-27T22:31:33.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:33 [2019-09-27T22:31:33.949Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/388/head:refs/remotes/origin/PR-388 +refs/heads/18.09:refs/remotes/origin/18.09
22:31:34 [2019-09-27T22:31:34.071Z]  > git config core.sparsecheckout # timeout=10
22:31:34 [2019-09-27T22:31:34.076Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:34 [2019-09-27T22:31:34.519Z]  > git merge 0585b88feb85de3f422d5516c5ffe6ec8eef6db7 # timeout=10
22:31:34 [2019-09-27T22:31:34.529Z]  > git rev-parse HEAD^{commit} # timeout=10
22:31:34 [2019-09-27T22:31:34.537Z]  > git config core.sparsecheckout # timeout=10
22:31:34 [2019-09-27T22:31:34.857Z] Commit message: "bump golang 1.12.10 (CVE-2019-16276)"
22:31:34 [2019-09-27T22:31:34.970Z] Commit message: "bump golang 1.12.10 (CVE-2019-16276)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:31:35 [2019-09-27T22:31:35.871Z] + docker version
22:31:35 [2019-09-27T22:31:35.871Z] Client: Docker Engine - Community
22:31:35 [2019-09-27T22:31:35.871Z]  Version:           19.03.2
22:31:35 [2019-09-27T22:31:35.871Z]  API version:       1.40
22:31:35 [2019-09-27T22:31:35.871Z]  Go version:        go1.12.8
22:31:35 [2019-09-27T22:31:35.871Z]  Git commit:        6a30dfc
22:31:35 [2019-09-27T22:31:35.871Z]  Built:             Thu Aug 29 05:29:11 2019
22:31:35 [2019-09-27T22:31:35.871Z]  OS/Arch:           linux/amd64
22:31:35 [2019-09-27T22:31:35.871Z]  Experimental:      false
22:31:35 [2019-09-27T22:31:35.871Z] 
22:31:35 [2019-09-27T22:31:35.871Z] Server: Docker Engine - Community
22:31:35 [2019-09-27T22:31:35.871Z]  Engine:
22:31:35 [2019-09-27T22:31:35.871Z]   Version:          19.03.2
22:31:35 [2019-09-27T22:31:35.871Z]   API version:      1.40 (minimum version 1.12)
22:31:35 [2019-09-27T22:31:35.871Z]   Go version:       go1.12.8
22:31:35 [2019-09-27T22:31:35.871Z]   Git commit:       6a30dfc
22:31:35 [2019-09-27T22:31:35.871Z]   Built:            Thu Aug 29 05:27:45 2019
22:31:35 [2019-09-27T22:31:35.871Z]   OS/Arch:          linux/amd64
22:31:35 [2019-09-27T22:31:35.871Z]   Experimental:     true
22:31:35 [2019-09-27T22:31:35.871Z]  containerd:
22:31:35 [2019-09-27T22:31:35.871Z]   Version:          1.2.6
22:31:35 [2019-09-27T22:31:35.871Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:31:35 [2019-09-27T22:31:35.871Z]  runc:
22:31:35 [2019-09-27T22:31:35.871Z]   Version:          1.0.0-rc8
22:31:35 [2019-09-27T22:31:35.871Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
22:31:35 [2019-09-27T22:31:35.871Z]  docker-init:
22:31:35 [2019-09-27T22:31:35.871Z]   Version:          0.18.0
22:31:35 [2019-09-27T22:31:35.871Z]   GitCommit:        fec3683
[Pipeline] sh
22:31:35 [2019-09-27T22:31:35.930Z] + docker version
22:31:35 [2019-09-27T22:31:35.930Z] Client: Docker Engine - Community
22:31:35 [2019-09-27T22:31:35.930Z]  Version:           19.03.2
22:31:35 [2019-09-27T22:31:35.930Z]  API version:       1.40
22:31:35 [2019-09-27T22:31:35.930Z]  Go version:        go1.12.8
22:31:35 [2019-09-27T22:31:35.930Z]  Git commit:        6a30dfc
22:31:35 [2019-09-27T22:31:35.930Z]  Built:             Thu Aug 29 05:29:11 2019
22:31:35 [2019-09-27T22:31:35.930Z]  OS/Arch:           linux/amd64
22:31:35 [2019-09-27T22:31:35.930Z]  Experimental:      false
22:31:35 [2019-09-27T22:31:35.930Z] 
22:31:35 [2019-09-27T22:31:35.930Z] Server: Docker Engine - Community
22:31:35 [2019-09-27T22:31:35.930Z]  Engine:
22:31:35 [2019-09-27T22:31:35.930Z]   Version:          19.03.2
22:31:35 [2019-09-27T22:31:35.930Z]   API version:      1.40 (minimum version 1.12)
22:31:35 [2019-09-27T22:31:35.930Z]   Go version:       go1.12.8
22:31:35 [2019-09-27T22:31:35.930Z]   Git commit:       6a30dfc
22:31:35 [2019-09-27T22:31:35.930Z]   Built:            Thu Aug 29 05:27:45 2019
22:31:35 [2019-09-27T22:31:35.930Z]   OS/Arch:          linux/amd64
22:31:35 [2019-09-27T22:31:35.930Z]   Experimental:     true
22:31:35 [2019-09-27T22:31:35.930Z]  containerd:
22:31:35 [2019-09-27T22:31:35.930Z]   Version:          1.2.6
22:31:35 [2019-09-27T22:31:35.930Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:31:35 [2019-09-27T22:31:35.930Z]  runc:
22:31:35 [2019-09-27T22:31:35.930Z]   Version:          1.0.0-rc8
22:31:35 [2019-09-27T22:31:35.930Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
22:31:35 [2019-09-27T22:31:35.930Z]  docker-init:
22:31:35 [2019-09-27T22:31:35.930Z]   Version:          0.18.0
22:31:35 [2019-09-27T22:31:35.930Z]   GitCommit:        fec3683
[Pipeline] sh
22:31:34 [2019-09-27T22:31:34.543Z]  > git checkout -f 37f6b5327c301661d32584325eb7f4167747a716
22:31:36 [2019-09-27T22:31:36.243Z] + docker info
22:31:36 [2019-09-27T22:31:36.270Z] + docker info
22:31:36 [2019-09-27T22:31:36.834Z] Client:
22:31:36 [2019-09-27T22:31:36.834Z]  Debug Mode: false
22:31:36 [2019-09-27T22:31:36.834Z] 
22:31:36 [2019-09-27T22:31:36.834Z] Server:
22:31:36 [2019-09-27T22:31:36.834Z]  Containers: 0
22:31:36 [2019-09-27T22:31:36.834Z]   Running: 0
22:31:36 [2019-09-27T22:31:36.834Z]   Paused: 0
22:31:36 [2019-09-27T22:31:36.834Z]   Stopped: 0
22:31:36 [2019-09-27T22:31:36.834Z]  Images: 72
22:31:36 [2019-09-27T22:31:36.834Z]  Server Version: 19.03.2
22:31:36 [2019-09-27T22:31:36.834Z]  Storage Driver: overlay2
22:31:36 [2019-09-27T22:31:36.834Z]   Backing Filesystem: extfs
22:31:36 [2019-09-27T22:31:36.834Z]   Supports d_type: true
22:31:36 [2019-09-27T22:31:36.834Z]   Native Overlay Diff: true
22:31:36 [2019-09-27T22:31:36.834Z]  Logging Driver: json-file
22:31:36 [2019-09-27T22:31:36.834Z]  Cgroup Driver: cgroupfs
22:31:36 [2019-09-27T22:31:36.834Z]  Plugins:
22:31:36 [2019-09-27T22:31:36.834Z]   Volume: local
22:31:36 [2019-09-27T22:31:36.834Z]   Network: bridge host ipvlan macvlan null overlay
22:31:36 [2019-09-27T22:31:36.834Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:31:36 [2019-09-27T22:31:36.834Z]  Swarm: inactive
22:31:36 [2019-09-27T22:31:36.834Z]  Runtimes: runc
22:31:36 [2019-09-27T22:31:36.834Z]  Default Runtime: runc
22:31:36 [2019-09-27T22:31:36.834Z]  Init Binary: docker-init
22:31:36 [2019-09-27T22:31:36.834Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:31:36 [2019-09-27T22:31:36.834Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
22:31:36 [2019-09-27T22:31:36.834Z]  init version: fec3683
22:31:36 [2019-09-27T22:31:36.834Z]  Security Options:
22:31:36 [2019-09-27T22:31:36.834Z]   apparmor
22:31:36 [2019-09-27T22:31:36.834Z]   seccomp
22:31:36 [2019-09-27T22:31:36.834Z]    Profile: default
22:31:36 [2019-09-27T22:31:36.834Z]  Kernel Version: 4.15.0-1048-aws
22:31:36 [2019-09-27T22:31:36.834Z]  Operating System: Ubuntu 18.04.3 LTS
22:31:36 [2019-09-27T22:31:36.834Z]  OSType: linux
22:31:36 [2019-09-27T22:31:36.834Z]  Architecture: x86_64
22:31:36 [2019-09-27T22:31:36.834Z]  CPUs: 2
22:31:36 [2019-09-27T22:31:36.834Z]  Total Memory: 7.501GiB
22:31:36 [2019-09-27T22:31:36.834Z]  Name: ip-10-100-111-234
22:31:36 [2019-09-27T22:31:36.834Z]  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
22:31:36 [2019-09-27T22:31:36.834Z]  Docker Root Dir: /var/lib/docker
22:31:36 [2019-09-27T22:31:36.834Z]  Debug Mode: false
22:31:36 [2019-09-27T22:31:36.834Z]  Registry: https://index.docker.io/v1/
22:31:36 [2019-09-27T22:31:36.834Z]  Labels:
22:31:36 [2019-09-27T22:31:36.834Z]  Experimental: true
22:31:36 [2019-09-27T22:31:36.834Z]  Insecure Registries:
22:31:36 [2019-09-27T22:31:36.834Z]   127.0.0.0/8
22:31:36 [2019-09-27T22:31:36.834Z]  Live Restore Enabled: true
22:31:36 [2019-09-27T22:31:36.834Z] 
22:31:36 [2019-09-27T22:31:36.834Z] WARNING: No swap limit support
[Pipeline] sh
22:31:37 [2019-09-27T22:31:37.116Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:31:37 [2019-09-27T22:31:37.116Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:31:37 [2019-09-27T22:31:37.116Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-388/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:31:37 [2019-09-27T22:31:37.116Z] + bash /home/ubuntu/workspace/engine_PR-388/check-config.sh
22:31:37 [2019-09-27T22:31:37.116Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:31:37 [2019-09-27T22:31:37.116Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ...
22:31:37 [2019-09-27T22:31:37.116Z] 
22:31:37 [2019-09-27T22:31:37.116Z] Generally Necessary:
22:31:37 [2019-09-27T22:31:37.116Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:31:37 [2019-09-27T22:31:37.116Z] - apparmor: enabled and tools installed
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_NAMESPACES: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_NET_NS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_PID_NS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_IPC_NS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_UTS_NS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CGROUPS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CGROUP_CPUACCT: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CGROUP_DEVICE: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CGROUP_FREEZER: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CGROUP_SCHED: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_CPUSETS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_MEMCG: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_KEYS: enabled
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_VETH: enabled (as module)
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_BRIDGE: enabled (as module)
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:31:37 [2019-09-27T22:31:37.116Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NF_NAT: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NF_NAT_NEEDED: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_POSIX_MQUEUE: enabled
22:31:37 [2019-09-27T22:31:37.373Z] 
22:31:37 [2019-09-27T22:31:37.373Z] Optional Features:
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_USER_NS: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_SECCOMP: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CGROUP_PIDS: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_MEMCG_SWAP: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:31:37 [2019-09-27T22:31:37.373Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_BLK_CGROUP: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IOSCHED_CFQ: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CGROUP_PERF: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CGROUP_HUGETLB: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_CFS_BANDWIDTH: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_RT_GROUP_SCHED: missing
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_VS: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_VS_NFCT: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_IP_VS_RR: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_EXT4_FS: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:31:37 [2019-09-27T22:31:37.373Z] - Network Drivers:
22:31:37 [2019-09-27T22:31:37.373Z]   - "overlay":
22:31:37 [2019-09-27T22:31:37.373Z]     - CONFIG_VXLAN: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       Optional (for encrypted networks):
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_CRYPTO: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_CRYPTO_AEAD: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_CRYPTO_GCM: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_CRYPTO_GHASH: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_XFRM: enabled
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_XFRM_USER: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_INET_ESP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
22:31:37 [2019-09-27T22:31:37.373Z]   - "ipvlan":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_IPVLAN: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]   - "macvlan":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_MACVLAN: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_DUMMY: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]   - "ftp,tftp client in container":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z] - Storage Drivers:
22:31:37 [2019-09-27T22:31:37.632Z]   - "aufs":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_AUFS_FS: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]   - "btrfs":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:31:37 [2019-09-27T22:31:37.632Z]   - "devicemapper":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_BLK_DEV_DM: enabled
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]   - "overlay":
22:31:37 [2019-09-27T22:31:37.632Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:31:37 [2019-09-27T22:31:37.632Z]   - "zfs":
22:31:37 [2019-09-27T22:31:37.632Z]     - /dev/zfs: missing
22:31:37 [2019-09-27T22:31:37.632Z]     - zfs command: missing
22:31:37 [2019-09-27T22:31:37.632Z]     - zpool command: missing
22:31:37 [2019-09-27T22:31:37.632Z] 
22:31:37 [2019-09-27T22:31:37.632Z] Limits:
22:31:37 [2019-09-27T22:31:37.632Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:31:37 [2019-09-27T22:31:37.632Z] 
22:31:37 [2019-09-27T22:31:37.632Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:31:37 [2019-09-27T22:31:37.949Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37f6b5327c301661d32584325eb7f4167747a716 .
22:31:37 [2019-09-27T22:31:37.949Z] #2 [internal] load .dockerignore
22:31:37 [2019-09-27T22:31:37.949Z] #2 transferring context: 87B done
22:31:37 [2019-09-27T22:31:37.949Z] #2 DONE 0.0s
22:31:37 [2019-09-27T22:31:37.949Z] 
22:31:37 [2019-09-27T22:31:37.949Z] #1 [internal] load build definition from Dockerfile
22:31:37 [2019-09-27T22:31:37.949Z] #1 transferring dockerfile: 10.40kB done
22:31:37 [2019-09-27T22:31:37.949Z] #1 DONE 0.0s
22:31:37 [2019-09-27T22:31:37.949Z] 
22:31:37 [2019-09-27T22:31:37.949Z] #3 [internal] load metadata for docker.io/library/golang:1.12.10-stretch
22:31:37 [2019-09-27T22:31:37.949Z] #3 DONE 0.0s
22:31:37 [2019-09-27T22:31:37.949Z] 
22:31:37 [2019-09-27T22:31:37.949Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.10-stretch
22:31:37 [2019-09-27T22:31:37.949Z] #4 CACHED
22:31:37 [2019-09-27T22:31:37.949Z] 
22:31:37 [2019-09-27T22:31:37.949Z] #18 [internal] load build context
22:31:39 [2019-09-27T22:31:39.850Z] #18 transferring context: 40.14MB 1.5s done
22:31:39 [2019-09-27T22:31:39.850Z] #18 DONE 1.5s
22:31:39 [2019-09-27T22:31:39.850Z] 
22:31:39 [2019-09-27T22:31:39.850Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:31:39 [2019-09-27T22:31:39.850Z] #5 DONE 2.0s
22:31:40 [2019-09-27T22:31:40.109Z] 
22:31:40 [2019-09-27T22:31:40.109Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
22:31:40 [2019-09-27T22:31:40.109Z] #22 DONE 0.1s
22:31:40 [2019-09-27T22:31:40.109Z] 
22:31:40 [2019-09-27T22:31:40.109Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
22:31:40 [2019-09-27T22:31:40.367Z] #26 DONE 0.2s
22:31:40 [2019-09-27T22:31:40.367Z] 
22:31:40 [2019-09-27T22:31:40.367Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
22:31:40 [2019-09-27T22:31:40.367Z] #23 DONE 0.1s
22:31:40 [2019-09-27T22:31:40.367Z] 
22:31:40 [2019-09-27T22:31:40.367Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
22:31:40 [2019-09-27T22:31:40.367Z] #29 DONE 0.2s
22:31:40 [2019-09-27T22:31:40.367Z] 
22:31:40 [2019-09-27T22:31:40.367Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.380 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.470 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.491 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.496 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.582 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:42 [2019-09-27T22:31:42.890Z] #6 2.769 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:43 [2019-09-27T22:31:43.147Z] #6 3.126 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:43 [2019-09-27T22:31:43.405Z] #6 3.370 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:31:44 [2019-09-27T22:31:44.317Z] Client:
22:31:44 [2019-09-27T22:31:44.317Z]  Debug Mode: false
22:31:44 [2019-09-27T22:31:44.317Z] 
22:31:44 [2019-09-27T22:31:44.317Z] Server:
22:31:44 [2019-09-27T22:31:44.317Z]  Containers: 0
22:31:44 [2019-09-27T22:31:44.317Z]   Running: 0
22:31:44 [2019-09-27T22:31:44.317Z]   Paused: 0
22:31:44 [2019-09-27T22:31:44.317Z]   Stopped: 0
22:31:44 [2019-09-27T22:31:44.317Z]  Images: 34
22:31:44 [2019-09-27T22:31:44.317Z]  Server Version: 19.03.2
22:31:44 [2019-09-27T22:31:44.317Z]  Storage Driver: overlay2
22:31:44 [2019-09-27T22:31:44.317Z]   Backing Filesystem: extfs
22:31:44 [2019-09-27T22:31:44.317Z]   Supports d_type: true
22:31:44 [2019-09-27T22:31:44.317Z]   Native Overlay Diff: true
22:31:44 [2019-09-27T22:31:44.317Z]  Logging Driver: json-file
22:31:44 [2019-09-27T22:31:44.317Z]  Cgroup Driver: cgroupfs
22:31:44 [2019-09-27T22:31:44.317Z]  Plugins:
22:31:44 [2019-09-27T22:31:44.317Z]   Volume: local
22:31:44 [2019-09-27T22:31:44.317Z]   Network: bridge host ipvlan macvlan null overlay
22:31:44 [2019-09-27T22:31:44.317Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:31:44 [2019-09-27T22:31:44.317Z]  Swarm: inactive
22:31:44 [2019-09-27T22:31:44.317Z]  Runtimes: runc
22:31:44 [2019-09-27T22:31:44.317Z]  Default Runtime: runc
22:31:44 [2019-09-27T22:31:44.317Z]  Init Binary: docker-init
22:31:44 [2019-09-27T22:31:44.317Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
22:31:44 [2019-09-27T22:31:44.317Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
22:31:44 [2019-09-27T22:31:44.317Z]  init version: fec3683
22:31:44 [2019-09-27T22:31:44.317Z]  Security Options:
22:31:44 [2019-09-27T22:31:44.317Z]   apparmor
22:31:44 [2019-09-27T22:31:44.317Z]   seccomp
22:31:44 [2019-09-27T22:31:44.317Z]    Profile: default
22:31:44 [2019-09-27T22:31:44.317Z]  Kernel Version: 4.15.0-1048-aws
22:31:44 [2019-09-27T22:31:44.317Z]  Operating System: Ubuntu 18.04.3 LTS
22:31:44 [2019-09-27T22:31:44.317Z]  OSType: linux
22:31:44 [2019-09-27T22:31:44.317Z]  Architecture: x86_64
22:31:44 [2019-09-27T22:31:44.317Z]  CPUs: 2
22:31:44 [2019-09-27T22:31:44.317Z]  Total Memory: 7.501GiB
22:31:44 [2019-09-27T22:31:44.317Z]  Name: ip-10-100-87-193
22:31:44 [2019-09-27T22:31:44.317Z]  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
22:31:44 [2019-09-27T22:31:44.317Z]  Docker Root Dir: /var/lib/docker
22:31:44 [2019-09-27T22:31:44.317Z]  Debug Mode: false
22:31:44 [2019-09-27T22:31:44.317Z]  Registry: https://index.docker.io/v1/
22:31:44 [2019-09-27T22:31:44.317Z]  Labels:
22:31:44 [2019-09-27T22:31:44.317Z]  Experimental: true
22:31:44 [2019-09-27T22:31:44.317Z]  Insecure Registries:
22:31:44 [2019-09-27T22:31:44.317Z]   127.0.0.0/8
22:31:44 [2019-09-27T22:31:44.317Z]  Live Restore Enabled: true
22:31:44 [2019-09-27T22:31:44.317Z] 
22:31:44 [2019-09-27T22:31:44.317Z] WARNING: No swap limit support
[Pipeline] sh
22:31:44 [2019-09-27T22:31:44.632Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:31:44 [2019-09-27T22:31:44.632Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
22:31:44 [2019-09-27T22:31:44.632Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-388/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
22:31:44 [2019-09-27T22:31:44.632Z] + bash /home/ubuntu/workspace/engine_PR-388/check-config.sh
22:31:44 [2019-09-27T22:31:44.632Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:31:44 [2019-09-27T22:31:44.632Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ...
22:31:44 [2019-09-27T22:31:44.632Z] 
22:31:44 [2019-09-27T22:31:44.632Z] Generally Necessary:
22:31:44 [2019-09-27T22:31:44.632Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:31:44 [2019-09-27T22:31:44.632Z] - apparmor: enabled and tools installed
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_NAMESPACES: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_NET_NS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_PID_NS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_IPC_NS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_UTS_NS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CGROUPS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CGROUP_CPUACCT: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CGROUP_DEVICE: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CGROUP_FREEZER: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CGROUP_SCHED: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_CPUSETS: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_MEMCG: enabled
22:31:44 [2019-09-27T22:31:44.632Z] - CONFIG_KEYS: enabled
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_VETH: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_BRIDGE: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NF_NAT: enabled (as module)
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_NF_NAT_NEEDED: enabled
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_POSIX_MQUEUE: enabled
22:31:44 [2019-09-27T22:31:44.633Z] 
22:31:44 [2019-09-27T22:31:44.633Z] Optional Features:
22:31:44 [2019-09-27T22:31:44.633Z] - CONFIG_USER_NS: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_SECCOMP: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CGROUP_PIDS: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_MEMCG_SWAP: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:31:44 [2019-09-27T22:31:44.889Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_BLK_CGROUP: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IOSCHED_CFQ: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CGROUP_PERF: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CGROUP_HUGETLB: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_CFS_BANDWIDTH: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_RT_GROUP_SCHED: missing
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_VS: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_VS_NFCT: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_IP_VS_RR: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_EXT4_FS: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:31:44 [2019-09-27T22:31:44.889Z] - Network Drivers:
22:31:44 [2019-09-27T22:31:44.889Z]   - "overlay":
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_VXLAN: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       Optional (for encrypted networks):
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_CRYPTO: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_CRYPTO_AEAD: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_CRYPTO_GCM: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_CRYPTO_GHASH: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_XFRM: enabled
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_XFRM_USER: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_INET_ESP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]   - "ipvlan":
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_IPVLAN: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]   - "macvlan":
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_MACVLAN: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_DUMMY: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]   - "ftp,tftp client in container":
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:31:44 [2019-09-27T22:31:44.889Z] - Storage Drivers:
22:31:44 [2019-09-27T22:31:44.889Z]   - "aufs":
22:31:44 [2019-09-27T22:31:44.889Z]     - CONFIG_AUFS_FS: enabled (as module)
22:31:45 [2019-09-27T22:31:45.144Z]   - "btrfs":
22:31:45 [2019-09-27T22:31:45.144Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:31:45 [2019-09-27T22:31:45.144Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:31:45 [2019-09-27T22:31:45.144Z]   - "devicemapper":
22:31:45 [2019-09-27T22:31:45.144Z]     - CONFIG_BLK_DEV_DM: enabled
22:31:45 [2019-09-27T22:31:45.144Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:31:45 [2019-09-27T22:31:45.144Z]   - "overlay":
22:31:45 [2019-09-27T22:31:45.144Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:31:45 [2019-09-27T22:31:45.144Z]   - "zfs":
22:31:45 [2019-09-27T22:31:45.144Z]     - /dev/zfs: missing
22:31:45 [2019-09-27T22:31:45.144Z]     - zfs command: missing
22:31:45 [2019-09-27T22:31:45.144Z]     - zpool command: missing
22:31:45 [2019-09-27T22:31:45.144Z] 
22:31:45 [2019-09-27T22:31:45.144Z] Limits:
22:31:45 [2019-09-27T22:31:45.144Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:31:45 [2019-09-27T22:31:45.144Z] 
22:31:45 [2019-09-27T22:31:45.144Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:31:45 [2019-09-27T22:31:45.586Z] + sudo modprobe ip_vs
22:31:45 [2019-09-27T22:31:45.843Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37f6b5327c301661d32584325eb7f4167747a716 .
22:31:45 [2019-09-27T22:31:45.843Z] #1 [internal] load .dockerignore
22:31:45 [2019-09-27T22:31:45.843Z] #1 transferring context: 87B done
22:31:45 [2019-09-27T22:31:45.843Z] #1 DONE 0.0s
22:31:45 [2019-09-27T22:31:45.843Z] 
22:31:45 [2019-09-27T22:31:45.843Z] #2 [internal] load build definition from Dockerfile
22:31:45 [2019-09-27T22:31:45.843Z] #2 transferring dockerfile: 10.40kB done
22:31:45 [2019-09-27T22:31:45.843Z] #2 DONE 0.0s
22:31:45 [2019-09-27T22:31:45.843Z] 
22:31:45 [2019-09-27T22:31:45.843Z] #3 [internal] load metadata for docker.io/library/golang:1.12.10-stretch
22:31:45 [2019-09-27T22:31:45.843Z] #3 DONE 0.0s
22:31:45 [2019-09-27T22:31:45.843Z] 
22:31:45 [2019-09-27T22:31:45.843Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.10-stretch
22:31:45 [2019-09-27T22:31:45.843Z] #4 resolve docker.io/library/golang:1.12.10-stretch done
22:31:45 [2019-09-27T22:31:45.843Z] #4 DONE 0.0s
22:31:45 [2019-09-27T22:31:45.843Z] 
22:31:45 [2019-09-27T22:31:45.843Z] #18 [internal] load build context
22:31:45 [2019-09-27T22:31:45.931Z] #6 5.843 Fetched 7918 kB in 4s (1769 kB/s)
22:31:47 [2019-09-27T22:31:47.301Z] #6 5.843 Reading package lists...
22:31:47 [2019-09-27T22:31:47.745Z] #18 transferring context: 40.14MB 1.6s done
22:31:47 [2019-09-27T22:31:47.745Z] #18 DONE 1.6s
22:31:47 [2019-09-27T22:31:47.745Z] 
22:31:47 [2019-09-27T22:31:47.745Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
22:31:48 [2019-09-27T22:31:48.001Z] #5 DONE 2.0s
22:31:48 [2019-09-27T22:31:48.001Z] 
22:31:48 [2019-09-27T22:31:48.001Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
22:31:48 [2019-09-27T22:31:48.001Z] #22 DONE 0.1s
22:31:48 [2019-09-27T22:31:48.001Z] 
22:31:48 [2019-09-27T22:31:48.001Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:31:48 [2019-09-27T22:31:48.256Z] #35 ...
22:31:48 [2019-09-27T22:31:48.257Z] 
22:31:48 [2019-09-27T22:31:48.257Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
22:31:48 [2019-09-27T22:31:48.257Z] #23 DONE 0.1s
22:31:48 [2019-09-27T22:31:48.257Z] 
22:31:48 [2019-09-27T22:31:48.257Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
22:31:48 [2019-09-27T22:31:48.257Z] #52 DONE 0.1s
22:31:48 [2019-09-27T22:31:48.257Z] 
22:31:48 [2019-09-27T22:31:48.257Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
22:31:48 [2019-09-27T22:31:48.257Z] #32 DONE 0.2s
22:31:48 [2019-09-27T22:31:48.257Z] 
22:31:48 [2019-09-27T22:31:48.257Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:31:48 [2019-09-27T22:31:48.512Z] #53 ...
22:31:48 [2019-09-27T22:31:48.512Z] 
22:31:48 [2019-09-27T22:31:48.512Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
22:31:48 [2019-09-27T22:31:48.512Z] #29 DONE 0.2s
22:31:48 [2019-09-27T22:31:48.512Z] 
22:31:48 [2019-09-27T22:31:48.512Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
22:31:48 [2019-09-27T22:31:48.512Z] #49 DONE 0.2s
22:31:48 [2019-09-27T22:31:48.512Z] 
22:31:48 [2019-09-27T22:31:48.512Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
22:31:48 [2019-09-27T22:31:48.512Z] #26 DONE 0.2s
22:31:48 [2019-09-27T22:31:48.512Z] 
22:31:48 [2019-09-27T22:31:48.512Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:31:48 [2019-09-27T22:31:48.690Z] #6 7.263 Reading package lists...
22:31:48 [2019-09-27T22:31:48.691Z] #6 ...
22:31:48 [2019-09-27T22:31:48.691Z] 
22:31:48 [2019-09-27T22:31:48.691Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:31:48 [2019-09-27T22:31:48.691Z] #15 1.454 + mktemp -d
22:31:48 [2019-09-27T22:31:48.691Z] #15 1.460 + export GOPATH=/tmp/tmp.agNiFwOVXk
22:31:48 [2019-09-27T22:31:48.691Z] #15 1.460 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.agNiFwOVXk/src/github.com/go-swagger/go-swagger
22:31:48 [2019-09-27T22:31:48.691Z] #15 1.475 Cloning into '/tmp/tmp.agNiFwOVXk/src/github.com/go-swagger/go-swagger'...
22:31:48 [2019-09-27T22:31:48.691Z] #15 8.392 + cd /tmp/tmp.agNiFwOVXk/src/github.com/go-swagger/go-swagger
22:31:48 [2019-09-27T22:31:48.691Z] #15 8.393 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
22:31:48 [2019-09-27T22:31:48.691Z] #15 ...
22:31:48 [2019-09-27T22:31:48.691Z] 
22:31:48 [2019-09-27T22:31:48.691Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.548 Building dependency tree...
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.847 Reading state information...
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.992 The following additional packages will be installed:
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.993   libapparmor1 libseccomp2
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.994 Suggested packages:
22:31:48 [2019-09-27T22:31:48.948Z] #6 8.995   seccomp
22:31:48 [2019-09-27T22:31:48.948Z] #6 9.039 The following NEW packages will be installed:
22:31:48 [2019-09-27T22:31:48.948Z] #6 9.040   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 Need to get 300 kB of archives.
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 After this operation, 1201 kB of additional disk space will be used.
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.06 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #6 10.07 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #6 ...
22:31:50 [2019-09-27T22:31:50.317Z] 
22:31:50 [2019-09-27T22:31:50.317Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.380 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.470 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.490 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.492 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.582 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:50 [2019-09-27T22:31:50.317Z] #17 2.758 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 3.166 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 3.414 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 5.758 Fetched 7918 kB in 4s (1759 kB/s)
22:31:50 [2019-09-27T22:31:50.317Z] #17 5.758 Reading package lists...
22:31:50 [2019-09-27T22:31:50.317Z] #17 7.289 Reading package lists...
22:31:50 [2019-09-27T22:31:50.317Z] #17 8.855 Building dependency tree...
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.030 Reading state information...
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.128 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.128 The following additional packages will be installed:
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.128   libjq1 libonig4
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.173 The following NEW packages will be installed:
22:31:50 [2019-09-27T22:31:50.317Z] #17 9.174   jq libjq1 libonig4
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 Need to get 327 kB of archives.
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 After this operation, 1157 kB of additional disk space will be used.
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 10.19 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
22:31:50 [2019-09-27T22:31:50.317Z] #17 ...
22:31:50 [2019-09-27T22:31:50.317Z] 
22:31:50 [2019-09-27T22:31:50.317Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:31:50 [2019-09-27T22:31:50.317Z] #15 8.865 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:31:51 [2019-09-27T22:31:51.249Z] #15 ...
22:31:51 [2019-09-27T22:31:51.249Z] 
22:31:51 [2019-09-27T22:31:51.249Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.31 debconf: delaying package configuration, since apt-utils is not installed
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.36 Fetched 300 kB in 1s (296 kB/s)
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.41 Selecting previously unselected package libseccomp2:amd64.
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.51 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.53 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.58 Selecting previously unselected package libseccomp-dev:amd64.
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.58 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.58 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.65 Selecting previously unselected package libapparmor1:amd64.
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.65 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.65 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.70 Selecting previously unselected package libapparmor-dev:amd64.
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.70 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.71 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.81 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.95 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.97 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 10.98 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 11.00 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 11.01 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:31:51 [2019-09-27T22:31:51.249Z] #6 DONE 11.3s
22:31:51 [2019-09-27T22:31:51.249Z] 
22:31:51 [2019-09-27T22:31:51.249Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.38 debconf: delaying package configuration, since apt-utils is not installed
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.43 Fetched 327 kB in 1s (323 kB/s)
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.47 Selecting previously unselected package libonig4:amd64.
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.47 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.51 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.249Z] #17 10.53 Unpacking libonig4:amd64 (6.1.3-2) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.61 Selecting previously unselected package libjq1:amd64.
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.61 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.61 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.67 Selecting previously unselected package jq.
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.68 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.69 Unpacking jq (1.5+dfsg-1.3) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.76 Setting up libonig4:amd64 (6.1.3-2) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.77 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.79 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 10.95 Setting up jq (1.5+dfsg-1.3) ...
22:31:51 [2019-09-27T22:31:51.250Z] #17 DONE 11.3s
22:31:51 [2019-09-27T22:31:51.250Z] 
22:31:51 [2019-09-27T22:31:51.250Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
22:31:51 [2019-09-27T22:31:51.250Z] #19 DONE 0.1s
22:31:51 [2019-09-27T22:31:51.250Z] 
22:31:51 [2019-09-27T22:31:51.250Z] #7 [dev 1/22] RUN groupadd -r docker
22:31:53 [2019-09-27T22:31:53.754Z] #27 ...
22:31:53 [2019-09-27T22:31:53.754Z] 
22:31:53 [2019-09-27T22:31:53.754Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:31:53 [2019-09-27T22:31:53.754Z] #17 3.583 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:53 [2019-09-27T22:31:53.754Z] #17 3.586 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:53 [2019-09-27T22:31:53.754Z] #17 3.621 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:53 [2019-09-27T22:31:53.754Z] #17 3.637 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:53 [2019-09-27T22:31:53.754Z] #17 3.650 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:53 [2019-09-27T22:31:53.754Z] #17 4.238 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:53 [2019-09-27T22:31:53.754Z] #17 5.654 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:53 [2019-09-27T22:31:53.776Z] #7 DONE 2.0s
22:31:53 [2019-09-27T22:31:53.776Z] 
22:31:53 [2019-09-27T22:31:53.776Z] #8 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser
22:31:54 [2019-09-27T22:31:54.010Z] #17 ...
22:31:54 [2019-09-27T22:31:54.011Z] 
22:31:54 [2019-09-27T22:31:54.011Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.647 + RM_GOPATH=0
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.653 + TMP_GOPATH=
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.654 + : /build
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.654 + '[' -z '' ']'
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.662 ++ mktemp -d
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.664 + export GOPATH=/tmp/tmp.nkCPqn6xwU
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.664 + GOPATH=/tmp/tmp.nkCPqn6xwU
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.665 + RM_GOPATH=1
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.665 ++ dirname ./install.sh
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.666 + dir=.
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.666 + bin=tomlv
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.666 + shift
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.666 + '[' '!' -f ./tomlv.installer ']'
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.667 + . ./tomlv.installer
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.667 ++ TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.674 + install_tomlv
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.676 + echo 'Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895'
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.676 Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.676 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.nkCPqn6xwU/src/github.com/BurntSushi/toml
22:31:54 [2019-09-27T22:31:54.011Z] #30 5.677 Cloning into '/tmp/tmp.nkCPqn6xwU/src/github.com/BurntSushi/toml'...
22:31:54 [2019-09-27T22:31:54.266Z] #30 ...
22:31:54 [2019-09-27T22:31:54.266Z] 
22:31:54 [2019-09-27T22:31:54.266Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.911 + RM_GOPATH=0
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.911 + TMP_GOPATH=
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.911 + : /build
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.911 + '[' -z '' ']'
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.915 ++ mktemp -d
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.929 + export GOPATH=/tmp/tmp.V5QIMQEQrG
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.930 + GOPATH=/tmp/tmp.V5QIMQEQrG
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.930 + RM_GOPATH=1
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.930 ++ dirname ./install.sh
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.931 + dir=.
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.931 + bin=dockercli
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.931 + shift
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.932 + '[' '!' -f ./dockercli.installer ']'
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.932 + . ./dockercli.installer
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.932 ++ DOCKERCLI_CHANNEL=stable
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.932 ++ DOCKERCLI_VERSION=17.06.2-ce
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.933 + install_dockercli
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.933 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.934 Install docker/cli version 17.06.2-ce from stable
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.934 ++ uname -m
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.935 + arch=x86_64
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.935 + '[' x86_64 '!=' x86_64 ']'
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.935 + url=https://download.docker.com/linux/static
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.937 + tar -xz docker/docker
22:31:54 [2019-09-27T22:31:54.266Z] #53 5.939 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:31:55 [2019-09-27T22:31:55.150Z] #8 DONE 1.8s
22:31:55 [2019-09-27T22:31:55.150Z] 
22:31:55 [2019-09-27T22:31:55.150Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:31:55 [2019-09-27T22:31:55.150Z] #20 2.457 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
22:31:55 [2019-09-27T22:31:55.150Z] #20 2.693 
22:31:55 [2019-09-27T22:31:55.150Z] #20 2.861 
#########                                                                 12.8%
###########################                                               38.4%
#########################################                                 57.4%
######################################################                    76.3%
####################################################################      95.5%
######################################################################## 100.0%
22:31:55 [2019-09-27T22:31:55.150Z] #20 3.449 
22:31:55 [2019-09-27T22:31:55.150Z] #20 3.598 
###################################                                       49.2%
######################################################################## 100.0%
22:31:55 [2019-09-27T22:31:55.408Z] #20 3.958 
22:31:55 [2019-09-27T22:31:55.922Z] #20 4.113 
##########                                                                14.7%
#################################                                         45.9%
#################################################                         68.9%
#######################################################                   77.6%
######################################################################## 100.0%
22:31:56 [2019-09-27T22:31:56.180Z] #20 4.733 
22:31:57 [2019-09-27T22:31:57.471Z] #20 4.880 
#####                                                                      7.2%
#########                                                                 13.3%
#############                                                             19.1%
#################                                                         23.9%
####################                                                      28.1%
#########################                                                 34.8%
###################################                                       49.5%
###########################################                               60.0%
################################################                          67.4%
#####################################################                     74.6%
#########################################################                 80.4%
22:31:57 [2019-09-27T22:31:57.471Z] #20 ...
22:31:57 [2019-09-27T22:31:57.471Z] 
22:31:57 [2019-09-27T22:31:57.471Z] #9 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
22:31:57 [2019-09-27T22:31:57.471Z] #9 1.815 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:31:57 [2019-09-27T22:31:57.471Z] #9 DONE 2.3s
22:31:57 [2019-09-27T22:31:57.471Z] 
22:31:57 [2019-09-27T22:31:57.471Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:31:57 [2019-09-27T22:31:57.471Z] #20 4.880 
#####                                                                      7.2%
#########                                                                 13.3%
#############                                                             19.1%
#################                                                         23.9%
####################                                                      28.1%
#########################                                                 34.8%
###################################                                       49.5%
###########################################                               60.0%
################################################                          67.4%
#####################################################                     74.6%
#########################################################                 80.4%
###############################################################           88.6%
###################################################################       93.6%
22:31:57 [2019-09-27T22:31:57.471Z] #20 ...
22:31:57 [2019-09-27T22:31:57.471Z] 
22:31:57 [2019-09-27T22:31:57.471Z] #10 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ...
22:31:58 [2019-09-27T22:31:58.430Z] #53 ...
22:31:58 [2019-09-27T22:31:58.430Z] 
22:31:58 [2019-09-27T22:31:58.430Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:31:58 [2019-09-27T22:31:58.430Z] #6 6.492 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:58 [2019-09-27T22:31:58.430Z] #6 6.495 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 6.548 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 6.569 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 6.591 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:58 [2019-09-27T22:31:58.430Z] #6 7.324 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 9.065 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 9.951 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:31:58 [2019-09-27T22:31:58.430Z] #6 ...
22:31:58 [2019-09-27T22:31:58.430Z] 
22:31:58 [2019-09-27T22:31:58.430Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:31:58 [2019-09-27T22:31:58.430Z] #15 4.087 + mktemp -d
22:31:58 [2019-09-27T22:31:58.430Z] #15 4.099 + export GOPATH=/tmp/tmp.mTcc2n698I
22:31:58 [2019-09-27T22:31:58.430Z] #15 4.099 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.mTcc2n698I/src/github.com/go-swagger/go-swagger
22:31:58 [2019-09-27T22:31:58.430Z] #15 4.099 Cloning into '/tmp/tmp.mTcc2n698I/src/github.com/go-swagger/go-swagger'...
22:31:58 [2019-09-27T22:31:58.430Z] #15 ...
22:31:58 [2019-09-27T22:31:58.430Z] 
22:31:58 [2019-09-27T22:31:58.430Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.718 + RM_GOPATH=0
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.718 + TMP_GOPATH=
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.718 + : /build
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.718 + '[' -z '' ']'
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.721 ++ mktemp -d
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.727 + export GOPATH=/tmp/tmp.5thrLUauqn
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.727 + GOPATH=/tmp/tmp.5thrLUauqn
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.727 + RM_GOPATH=1
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.729 ++ dirname ./install.sh
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.735 + dir=.
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.736 + bin=gometalinter
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.736 + shift
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.736 + '[' '!' -f ./gometalinter.installer ']'
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.736 + . ./gometalinter.installer
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.736 ++ GOMETALINTER_COMMIT=v2.0.6
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.737 + install_gometalinter
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.737 + echo 'Installing gometalinter version v2.0.6'
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.737 Installing gometalinter version v2.0.6
22:31:58 [2019-09-27T22:31:58.430Z] #24 5.737 + go get -d github.com/alecthomas/gometalinter
22:31:58 [2019-09-27T22:31:58.430Z] #24 ...
22:31:58 [2019-09-27T22:31:58.430Z] 
22:31:58 [2019-09-27T22:31:58.430Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:31:58 [2019-09-27T22:31:58.430Z] #55 3.548 + mktemp -d
22:31:58 [2019-09-27T22:31:58.430Z] #55 3.550 + export GOPATH=/tmp/tmp.9l6cZYZGhl
22:31:58 [2019-09-27T22:31:58.430Z] #55 3.550 + git clone https://github.com/docker/distribution.git /tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution
22:31:58 [2019-09-27T22:31:58.430Z] #55 3.554 Cloning into '/tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution'...
22:31:58 [2019-09-27T22:31:58.686Z] #55 ...
22:31:58 [2019-09-27T22:31:58.686Z] 
22:31:58 [2019-09-27T22:31:58.686Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:31:58 [2019-09-27T22:31:58.686Z] #57 5.626 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:58 [2019-09-27T22:31:58.686Z] #57 5.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 5.669 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 5.675 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 5.724 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:58 [2019-09-27T22:31:58.686Z] #57 6.385 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 7.977 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 8.893 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #57 ...
22:31:58 [2019-09-27T22:31:58.686Z] 
22:31:58 [2019-09-27T22:31:58.686Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:31:58 [2019-09-27T22:31:58.686Z] #44 6.491 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:31:58 [2019-09-27T22:31:58.686Z] #44 6.498 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #44 6.573 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #44 6.578 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #44 6.623 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:31:58 [2019-09-27T22:31:58.686Z] #44 7.469 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #44 9.145 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:31:58 [2019-09-27T22:31:58.686Z] #44 10.00 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:31:58 [2019-09-27T22:31:58.844Z] #10 DONE 1.4s
22:31:58 [2019-09-27T22:31:58.844Z] 
22:31:58 [2019-09-27T22:31:58.844Z] #11 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
22:31:58 [2019-09-27T22:31:58.943Z] #44 ...
22:31:58 [2019-09-27T22:31:58.943Z] 
22:31:58 [2019-09-27T22:31:58.943Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.885 + RM_GOPATH=0
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.886 + TMP_GOPATH=
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.886 + : /build
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.886 + '[' -z '' ']'
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.888 ++ mktemp -d
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.891 + export GOPATH=/tmp/tmp.2K10HNVVVT
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.891 + GOPATH=/tmp/tmp.2K10HNVVVT
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.892 + RM_GOPATH=1
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.893 ++ dirname ./install.sh
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.894 + dir=.
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.899 + bin=proxy
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.900 + shift
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.900 + '[' '!' -f ./proxy.installer ']'
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.900 + . ./proxy.installer
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.900 ++ LIBNETWORK_COMMIT=55685ba49593e67f5e1c8180539379b16736c25e
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.901 + install_proxy
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + case "$1" in
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + export CGO_ENABLED=0
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + CGO_ENABLED=0
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + _install_proxy
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + echo 'Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e'
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.908 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.2K10HNVVVT/src/github.com/docker/libnetwork
22:31:58 [2019-09-27T22:31:58.943Z] #50 5.911 Cloning into '/tmp/tmp.2K10HNVVVT/src/github.com/docker/libnetwork'...
22:31:58 [2019-09-27T22:31:58.943Z] #50 ...
22:31:58 [2019-09-27T22:31:58.943Z] 
22:31:58 [2019-09-27T22:31:58.943Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.912 + RM_GOPATH=0
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.912 + TMP_GOPATH=
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.912 + : /build
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.912 + '[' -z '' ']'
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.914 ++ mktemp -d
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.927 + export GOPATH=/tmp/tmp.sYVdRqYWLt
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.927 + GOPATH=/tmp/tmp.sYVdRqYWLt
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.927 + RM_GOPATH=1
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.928 ++ dirname ./install.sh
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 + dir=.
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 + bin=vndr
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 + shift
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 + '[' '!' -f ./vndr.installer ']'
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 + . ./vndr.installer
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.929 ++ VNDR_COMMIT=81cb8916aad3c8d06193f008dba3e16f82851f52
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.930 + install_vndr
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.930 + echo 'Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52'
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.930 Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.930 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.sYVdRqYWLt/src/github.com/LK4D4/vndr
22:31:58 [2019-09-27T22:31:58.943Z] #33 5.932 Cloning into '/tmp/tmp.sYVdRqYWLt/src/github.com/LK4D4/vndr'...
22:31:58 [2019-09-27T22:31:58.943Z] #33 6.979 + cd /tmp/tmp.sYVdRqYWLt/src/github.com/LK4D4/vndr
22:31:58 [2019-09-27T22:31:58.943Z] #33 6.980 + git checkout -q 81cb8916aad3c8d06193f008dba3e16f82851f52
22:31:58 [2019-09-27T22:31:58.943Z] #33 6.986 + go build -buildmode=pie -v -o /build/vndr .
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.195 errors
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.221 internal/cpu
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.271 internal/race
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.380 runtime/internal/atomic
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.756 internal/bytealg
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.794 runtime/internal/sys
22:31:58 [2019-09-27T22:31:58.943Z] #33 8.976 runtime/internal/math
22:31:58 [2019-09-27T22:31:58.943Z] #33 9.053 sync/atomic
22:31:58 [2019-09-27T22:31:58.943Z] #33 9.528 unicode
22:31:58 [2019-09-27T22:31:58.943Z] #33 9.532 runtime
22:31:59 [2019-09-27T22:31:59.199Z] #33 ...
22:31:59 [2019-09-27T22:31:59.199Z] 
22:31:59 [2019-09-27T22:31:59.199Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:31:59 [2019-09-27T22:31:59.199Z] #30 6.603 + cd /tmp/tmp.nkCPqn6xwU/src/github.com/BurntSushi/toml
22:31:59 [2019-09-27T22:31:59.199Z] #30 6.604 + git checkout -q a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:31:59 [2019-09-27T22:31:59.199Z] #30 6.611 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:31:59 [2019-09-27T22:31:59.199Z] #30 7.278 errors
22:31:59 [2019-09-27T22:31:59.199Z] #30 7.339 internal/cpu
22:31:59 [2019-09-27T22:31:59.199Z] #30 7.354 math/bits
22:31:59 [2019-09-27T22:31:59.199Z] #30 7.840 internal/bytealg
22:31:59 [2019-09-27T22:31:59.199Z] #30 8.011 math
22:31:59 [2019-09-27T22:31:59.199Z] #30 8.453 runtime/internal/atomic
22:31:59 [2019-09-27T22:31:59.199Z] #30 8.629 runtime/internal/sys
22:31:59 [2019-09-27T22:31:59.199Z] #30 8.879 runtime/internal/math
22:31:59 [2019-09-27T22:31:59.199Z] #30 9.187 runtime
22:32:00 [2019-09-27T22:32:00.217Z] #11 DONE 1.5s
22:32:00 [2019-09-27T22:32:00.217Z] 
22:32:00 [2019-09-27T22:32:00.217Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:00 [2019-09-27T22:32:00.217Z] #20 4.880 
#####                                                                      7.2%
#########                                                                 13.3%
#############                                                             19.1%
#################                                                         23.9%
####################                                                      28.1%
#########################                                                 34.8%
###################################                                       49.5%
###########################################                               60.0%
################################################                          67.4%
#####################################################                     74.6%
#########################################################                 80.4%
###############################################################           88.6%
###################################################################       93.6%
######################################################################## 100.0%
22:32:00 [2019-09-27T22:32:00.217Z] #20 6.252 
22:32:00 [2019-09-27T22:32:00.217Z] #20 6.834 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
22:32:00 [2019-09-27T22:32:00.217Z] #20 7.002 
22:32:00 [2019-09-27T22:32:00.217Z] #20 7.109 
######################################################################## 100.0%
22:32:00 [2019-09-27T22:32:00.217Z] #20 7.152 
22:32:00 [2019-09-27T22:32:00.217Z] #20 7.706 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
22:32:00 [2019-09-27T22:32:00.217Z] #20 7.869 
22:32:00 [2019-09-27T22:32:00.217Z] #20 8.057 
######################################################################## 100.0%
22:32:00 [2019-09-27T22:32:00.217Z] #20 8.118 
22:32:00 [2019-09-27T22:32:00.217Z] #20 8.659 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
22:32:00 [2019-09-27T22:32:00.217Z] #20 8.691 skipping existing 1849cc453dee
22:32:00 [2019-09-27T22:32:00.217Z] #20 8.722 
22:32:00 [2019-09-27T22:32:00.475Z] #20 9.251 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.468 
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.599 
######################################################################## 100.0%
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.646 
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.667 Download of images into '/build' complete.
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.667 Use something like the following to load the result into a Docker daemon:
22:32:01 [2019-09-27T22:32:01.042Z] #20 9.668   tar -cC '/build' . | docker load
22:32:01 [2019-09-27T22:32:01.042Z] #20 DONE 9.8s
22:32:01 [2019-09-27T22:32:01.042Z] 
22:32:01 [2019-09-27T22:32:01.042Z] #12 [dev 6/22] RUN ldconfig
22:32:01 [2019-09-27T22:32:01.089Z] #30 ...
22:32:01 [2019-09-27T22:32:01.089Z] 
22:32:01 [2019-09-27T22:32:01.089Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:32:01 [2019-09-27T22:32:01.089Z] #24 12.56 + cd /tmp/tmp.5thrLUauqn/src/github.com/alecthomas/gometalinter
22:32:01 [2019-09-27T22:32:01.089Z] #24 12.56 + git checkout -q v2.0.6
22:32:01 [2019-09-27T22:32:01.345Z] #24 13.04 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
22:32:01 [2019-09-27T22:32:01.976Z] #12 DONE 1.7s
22:32:01 [2019-09-27T22:32:01.976Z] 
22:32:01 [2019-09-27T22:32:01.976Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:32:02 [2019-09-27T22:32:02.233Z] #15 ...
22:32:02 [2019-09-27T22:32:02.233Z] 
22:32:02 [2019-09-27T22:32:02.233Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:03 [2019-09-27T22:32:03.232Z] #24 ...
22:32:03 [2019-09-27T22:32:03.232Z] 
22:32:03 [2019-09-27T22:32:03.232Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:32:03 [2019-09-27T22:32:03.232Z] #53 14.21 + mkdir -p /build
22:32:03 [2019-09-27T22:32:03.232Z] #53 14.21 + mv docker/docker /build/
22:32:03 [2019-09-27T22:32:03.232Z] #53 14.22 + rmdir docker
22:32:03 [2019-09-27T22:32:03.232Z] #53 DONE 14.8s
22:32:03 [2019-09-27T22:32:03.232Z] 
22:32:03 [2019-09-27T22:32:03.232Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:03 [2019-09-27T22:32:03.232Z] #33 13.18 unicode/utf8
22:32:03 [2019-09-27T22:32:03.232Z] #33 13.73 math/bits
22:32:03 [2019-09-27T22:32:03.232Z] #33 14.19 math
22:32:04 [2019-09-27T22:32:04.159Z] #33 ...
22:32:04 [2019-09-27T22:32:04.159Z] 
22:32:04 [2019-09-27T22:32:04.159Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.757 + RM_GOPATH=0
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.757 + TMP_GOPATH=
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.757 + : /build
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.757 + '[' -z '' ']'
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.758 ++ mktemp -d
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.759 + export GOPATH=/tmp/tmp.84qJejgcVK
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.759 + GOPATH=/tmp/tmp.84qJejgcVK
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.759 + RM_GOPATH=1
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.759 ++ dirname ./install.sh
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.760 + dir=.
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.760 + bin=gotestsum
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.760 + shift
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.763 + '[' '!' -f ./gotestsum.installer ']'
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.765 + . ./gotestsum.installer
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.765 ++ GOTESTSUM_COMMIT=v0.3.5
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.766 + install_gotestsum
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.766 Installing gotestsum version v0.3.5
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.766 + echo 'Installing gotestsum version v0.3.5'
22:32:04 [2019-09-27T22:32:04.159Z] #27 5.766 + go get -d gotest.tools/gotestsum
22:32:04 [2019-09-27T22:32:04.159Z] #27 ...
22:32:04 [2019-09-27T22:32:04.159Z] 
22:32:04 [2019-09-27T22:32:04.159Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:32:04 [2019-09-27T22:32:04.159Z] #17 6.324 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:04 [2019-09-27T22:32:04.415Z] #17 ...
22:32:04 [2019-09-27T22:32:04.415Z] 
22:32:04 [2019-09-27T22:32:04.415Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:32:04 [2019-09-27T22:32:04.415Z] #55 15.58 + cd /tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution
22:32:04 [2019-09-27T22:32:04.415Z] #55 15.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:32:04 [2019-09-27T22:32:04.765Z] #13 2.825 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:04 [2019-09-27T22:32:04.984Z] #55 ...
22:32:04 [2019-09-27T22:32:04.984Z] 
22:32:04 [2019-09-27T22:32:04.984Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:04 [2019-09-27T22:32:04.984Z] #35 7.003 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:04 [2019-09-27T22:32:04.984Z] #35 7.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:04 [2019-09-27T22:32:04.984Z] #35 7.039 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:04 [2019-09-27T22:32:04.984Z] #35 7.058 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:04 [2019-09-27T22:32:04.984Z] #35 7.123 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:04 [2019-09-27T22:32:04.984Z] #35 8.033 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:32:04 [2019-09-27T22:32:04.984Z] #35 9.765 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:32:04 [2019-09-27T22:32:04.984Z] #35 10.63 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:05 [2019-09-27T22:32:05.023Z] #13 2.827 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:05 [2019-09-27T22:32:05.023Z] #13 2.845 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:05 [2019-09-27T22:32:05.023Z] #13 2.846 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:05 [2019-09-27T22:32:05.023Z] #13 2.853 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:05 [2019-09-27T22:32:05.023Z] #13 3.033 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:32:05 [2019-09-27T22:32:05.240Z] #35 ...
22:32:05 [2019-09-27T22:32:05.240Z] 
22:32:05 [2019-09-27T22:32:05.240Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:05 [2019-09-27T22:32:05.240Z] #30 12.95 unicode/utf8
22:32:05 [2019-09-27T22:32:05.240Z] #30 13.34 strconv
22:32:05 [2019-09-27T22:32:05.240Z] #30 16.81 internal/race
22:32:05 [2019-09-27T22:32:05.240Z] #30 17.03 sync/atomic
22:32:05 [2019-09-27T22:32:05.588Z] #13 3.316 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:32:05 [2019-09-27T22:32:05.588Z] #13 3.487 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:05 [2019-09-27T22:32:05.802Z] #30 17.34 unicode
22:32:06 [2019-09-27T22:32:06.731Z] #30 ...
22:32:06 [2019-09-27T22:32:06.731Z] 
22:32:06 [2019-09-27T22:32:06.731Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:32:06 [2019-09-27T22:32:06.731Z] #55 17.76 + GOPATH=/tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.9l6cZYZGhl go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:32:07 [2019-09-27T22:32:07.483Z] #13 5.185 Fetched 7918 kB in 3s (2258 kB/s)
22:32:08 [2019-09-27T22:32:08.048Z] #13 5.185 Reading package lists...
22:32:09 [2019-09-27T22:32:09.239Z] #13 6.110 Reading package lists...
22:32:09 [2019-09-27T22:32:09.239Z] #13 7.013 Building dependency tree...
22:32:09 [2019-09-27T22:32:09.239Z] #13 7.182 Reading state information...
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.305 The following additional packages will be installed:
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.306   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.306   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.306   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.307   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.307   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.307   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.307   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.308   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.308   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310 Suggested packages:
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310   vim-doc vim-scripts xfsdump acl attr quota
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.310 Recommended packages:
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.311   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
22:32:09 [2019-09-27T22:32:09.498Z] #13 7.311   python3-keyrings.alt python3-xdg unzip
22:32:10 [2019-09-27T22:32:10.064Z] #13 8.132 The following NEW packages will be installed:
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.132   apparmor aufs-tools bash-completion binutils-mingw-w64
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.132   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.132   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.133   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.133   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.134   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.134   libnetfilter-conntrack3 libnfnetlink0 libonig4 libpcre16-3 libpcre3-dev
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.134   libpcre32-3 libpcrecpp0v5 libpython3-stdlib libpython3.5-minimal
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.134   libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.134   libsystemd-dev libudev-dev libxtables12 mingw-w64-common
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.135   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.135   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.136   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
22:32:10 [2019-09-27T22:32:10.322Z] #13 8.136   xfsprogs xxd xz-utils zip
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.194 0 upgraded, 66 newly installed, 0 to remove and 7 not upgraded.
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.194 Need to get 90.8 MB of archives.
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.194 After this operation, 541 MB of additional disk space will be used.
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.194 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.200 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.201 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.204 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.206 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.216 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.244 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.245 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.248 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
22:32:11 [2019-09-27T22:32:11.254Z] #13 9.284 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.289 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.290 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.292 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.293 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.294 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.296 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.298 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.299 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.301 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.302 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.307 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.310 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.313 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.315 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.316 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.321 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.323 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.324 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.333 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.334 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.338 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.340 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.343 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.345 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.347 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.348 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.349 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.350 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.356 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.360 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.365 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.377 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.381 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.383 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.386 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.422 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.428 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.463 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.470 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.474 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.481 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.482 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.491 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
22:32:11 [2019-09-27T22:32:11.512Z] #13 9.614 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.633 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.660 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.663 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.665 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.673 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.704 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.738 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.740 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.811 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
22:32:11 [2019-09-27T22:32:11.770Z] #13 9.859 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB]
22:32:11 [2019-09-27T22:32:11.989Z] #55 ...
22:32:11 [2019-09-27T22:32:11.989Z] 
22:32:11 [2019-09-27T22:32:11.989Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:11 [2019-09-27T22:32:11.989Z] #33 18.40 strconv
22:32:11 [2019-09-27T22:32:11.989Z] #33 21.78 internal/testlog
22:32:11 [2019-09-27T22:32:11.989Z] #33 22.16 encoding
22:32:11 [2019-09-27T22:32:11.989Z] #33 22.23 unicode/utf16
22:32:11 [2019-09-27T22:32:11.989Z] #33 22.45 container/list
22:32:11 [2019-09-27T22:32:11.989Z] #33 22.86 crypto/internal/subtle
22:32:11 [2019-09-27T22:32:11.989Z] #33 22.99 crypto/subtle
22:32:11 [2019-09-27T22:32:11.989Z] #33 23.24 crypto/rc4
22:32:11 [2019-09-27T22:32:11.989Z] #33 23.66 internal/x/crypto/cryptobyte/asn1
22:32:11 [2019-09-27T22:32:11.989Z] #33 23.72 internal/nettrace
22:32:11 [2019-09-27T22:32:11.989Z] #33 23.77 internal/x/net/dns/dnsmessage
22:32:12 [2019-09-27T22:32:12.027Z] #13 9.862 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB]
22:32:12 [2019-09-27T22:32:12.591Z] #13 ...
22:32:12 [2019-09-27T22:32:12.591Z] 
22:32:12 [2019-09-27T22:32:12.591Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:32:12 [2019-09-27T22:32:12.853Z] #15 32.66 + rm -rf /tmp/tmp.agNiFwOVXk
22:32:13 [2019-09-27T22:32:13.110Z] #15 DONE 33.1s
22:32:13 [2019-09-27T22:32:13.110Z] 
22:32:13 [2019-09-27T22:32:13.110Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:13 [2019-09-27T22:32:13.110Z] #13 10.62 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB]
22:32:13 [2019-09-27T22:32:13.110Z] #13 11.18 debconf: delaying package configuration, since apt-utils is not installed
22:32:13 [2019-09-27T22:32:13.368Z] #13 11.21 Fetched 90.8 MB in 2s (32.2 MB/s)
22:32:13 [2019-09-27T22:32:13.368Z] #13 11.27 Selecting previously unselected package bash-completion.
22:32:13 [2019-09-27T22:32:13.368Z] #13 11.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15161 files and directories currently installed.)
22:32:13 [2019-09-27T22:32:13.368Z] #13 11.28 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.00 Unpacking bash-completion (1:2.1-4.3) ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.10 Selecting previously unselected package libnfnetlink0:amd64.
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.10 Preparing to unpack .../01-libnfnetlink0_1.0.1-3_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.11 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.14 Selecting previously unselected package libpcrecpp0v5:amd64.
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.14 Preparing to unpack .../02-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.15 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.19 Selecting previously unselected package libudev-dev:amd64.
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.19 Preparing to unpack .../03-libudev-dev_232-25+deb9u12_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.20 Unpacking libudev-dev:amd64 (232-25+deb9u12) ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.25 Selecting previously unselected package libpython3.5-minimal:amd64.
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.25 Preparing to unpack .../04-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.301Z] #13 12.25 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.35 Selecting previously unselected package python3.5-minimal.
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.35 Preparing to unpack .../05-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.36 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.55 Selecting previously unselected package python3-minimal.
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.55 Preparing to unpack .../06-python3-minimal_3.5.3-1_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.56 Unpacking python3-minimal (3.5.3-1) ...
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.59 Selecting previously unselected package libmpdec2:amd64.
22:32:14 [2019-09-27T22:32:14.570Z] #13 12.59 Preparing to unpack .../07-libmpdec2_2.4.2-1_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.830Z] #13 12.60 Unpacking libmpdec2:amd64 (2.4.2-1) ...
22:32:14 [2019-09-27T22:32:14.830Z] #13 12.63 Selecting previously unselected package libpython3.5-stdlib:amd64.
22:32:14 [2019-09-27T22:32:14.830Z] #13 12.63 Preparing to unpack .../08-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
22:32:14 [2019-09-27T22:32:14.830Z] #13 12.64 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
22:32:15 [2019-09-27T22:32:15.104Z] #13 12.94 Selecting previously unselected package python3.5.
22:32:15 [2019-09-27T22:32:15.104Z] #13 12.94 Preparing to unpack .../09-python3.5_3.5.3-1+deb9u1_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.104Z] #13 12.95 Unpacking python3.5 (3.5.3-1+deb9u1) ...
22:32:15 [2019-09-27T22:32:15.104Z] #13 13.00 Selecting previously unselected package libpython3-stdlib:amd64.
22:32:15 [2019-09-27T22:32:15.104Z] #13 13.00 Preparing to unpack .../10-libpython3-stdlib_3.5.3-1_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.104Z] #13 13.00 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
22:32:15 [2019-09-27T22:32:15.104Z] #13 13.04 Selecting previously unselected package dh-python.
22:32:15 [2019-09-27T22:32:15.105Z] #13 13.04 Preparing to unpack .../11-dh-python_2.20170125_all.deb ...
22:32:15 [2019-09-27T22:32:15.105Z] #13 13.04 Unpacking dh-python (2.20170125) ...
22:32:15 [2019-09-27T22:32:15.105Z] #13 13.09 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
22:32:15 [2019-09-27T22:32:15.105Z] #13 13.11 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
22:32:15 [2019-09-27T22:32:15.669Z] #13 13.55 Setting up python3-minimal (3.5.3-1) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.74 Selecting previously unselected package python3.
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.74 (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 ... 16738 files and directories currently installed.)
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.75 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.75 Unpacking python3 (3.5.3-1) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.78 Selecting previously unselected package pigz.
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.78 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.79 Unpacking pigz (2.3.4-1) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.82 Selecting previously unselected package libip4tc0:amd64.
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.82 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.83 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.87 Selecting previously unselected package libip6tc0:amd64.
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.87 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.87 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.90 Selecting previously unselected package libiptc0:amd64.
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.91 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.91 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:15 [2019-09-27T22:32:15.926Z] #13 13.95 Selecting previously unselected package libxtables12:amd64.
22:32:16 [2019-09-27T22:32:16.150Z] #33 27.47 runtime/cgo
22:32:16 [2019-09-27T22:32:16.150Z] #33 ...
22:32:16 [2019-09-27T22:32:16.150Z] 
22:32:16 [2019-09-27T22:32:16.150Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:32:16 [2019-09-27T22:32:16.150Z] #17 17.96 Fetched 7918 kB in 15s (512 kB/s)
22:32:16 [2019-09-27T22:32:16.150Z] #17 17.96 Reading package lists...
22:32:16 [2019-09-27T22:32:16.150Z] #17 24.15 Reading package lists...
22:32:16 [2019-09-27T22:32:16.150Z] #17 ...
22:32:16 [2019-09-27T22:32:16.150Z] 
22:32:16 [2019-09-27T22:32:16.150Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:16 [2019-09-27T22:32:16.150Z] #35 22.00 Fetched 7918 kB in 16s (491 kB/s)
22:32:16 [2019-09-27T22:32:16.150Z] #35 22.00 Reading package lists...
22:32:16 [2019-09-27T22:32:16.183Z] #13 13.95 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 13.95 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 13.99 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:32:16 [2019-09-27T22:32:16.183Z] #13 13.99 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 13.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.02 Selecting previously unselected package iptables.
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.02 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.03 Unpacking iptables (1.6.0+snapshot20161117-6) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.09 Selecting previously unselected package xxd.
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.09 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.10 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.14 Selecting previously unselected package vim-common.
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.14 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.14 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.19 Selecting previously unselected package bzip2.
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.19 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.19 Unpacking bzip2 (1.0.6-8.1) ...
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.23 Selecting previously unselected package libgpm2:amd64.
22:32:16 [2019-09-27T22:32:16.183Z] #13 14.23 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.23 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.26 Selecting previously unselected package xz-utils.
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.26 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.27 Unpacking xz-utils (5.2.2-1.2+b1) ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.32 Selecting previously unselected package aufs-tools.
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.32 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.32 Unpacking aufs-tools (1:4.1+20161219-1) ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.36 Selecting previously unselected package liblzo2-2:amd64.
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.36 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.37 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.40 Selecting previously unselected package btrfs-progs.
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.40 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.41 Unpacking btrfs-progs (4.7.3-1) ...
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.50 Selecting previously unselected package btrfs-tools.
22:32:16 [2019-09-27T22:32:16.440Z] #13 14.50 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.50 Unpacking btrfs-tools (4.7.3-1) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.53 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.54 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.58 Selecting previously unselected package dmsetup.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.58 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.59 Unpacking dmsetup (2:1.02.137-2) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.63 Selecting previously unselected package libonig4:amd64.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.63 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.63 Unpacking libonig4:amd64 (6.1.3-2) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.68 Selecting previously unselected package libjq1:amd64.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.68 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.68 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.72 Selecting previously unselected package jq.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.72 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.72 Unpacking jq (1.5+dfsg-1.3) ...
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.76 Selecting previously unselected package libaio1:amd64.
22:32:16 [2019-09-27T22:32:16.697Z] #13 14.76 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.76 Unpacking libaio1:amd64 (0.3.110-3) ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.79 Selecting previously unselected package libcap2-bin.
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.79 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.79 Unpacking libcap2-bin (1:2.25-1) ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.83 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.83 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.83 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.86 Selecting previously unselected package libsepol1-dev:amd64.
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.86 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.87 Unpacking libsepol1-dev:amd64 (2.6-2) ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.93 Selecting previously unselected package libpcre16-3:amd64.
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.93 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.94 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.99 Selecting previously unselected package libpcre32-3:amd64.
22:32:16 [2019-09-27T22:32:16.955Z] #13 14.99 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 14.99 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.05 Selecting previously unselected package libpcre3-dev:amd64.
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.05 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.05 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.14 Selecting previously unselected package libselinux1-dev:amd64.
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.14 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.15 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.20 Selecting previously unselected package libdevmapper-dev:amd64.
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.20 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.21 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
22:32:17 [2019-09-27T22:32:17.212Z] #13 15.24 Selecting previously unselected package libreadline5:amd64.
22:32:17 [2019-09-27T22:32:17.469Z] #13 15.24 Preparing to unpack .../31-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.469Z] #13 15.25 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
22:32:17 [2019-09-27T22:32:17.469Z] #13 15.28 Selecting previously unselected package libsystemd-dev:amd64.
22:32:17 [2019-09-27T22:32:17.469Z] #13 15.29 Preparing to unpack .../32-libsystemd-dev_232-25+deb9u12_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.469Z] #13 15.29 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.57 Selecting previously unselected package net-tools.
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.57 Preparing to unpack .../33-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.58 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.63 Selecting previously unselected package python-pip-whl.
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.63 Preparing to unpack .../34-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.64 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.76 Selecting previously unselected package python3-pip.
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.76 Preparing to unpack .../35-python3-pip_9.0.1-2+deb9u1_all.deb ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.76 Unpacking python3-pip (9.0.1-2+deb9u1) ...
22:32:17 [2019-09-27T22:32:17.727Z] #13 15.80 Selecting previously unselected package python3-pkg-resources.
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.81 Preparing to unpack .../36-python3-pkg-resources_33.1.1-1_all.deb ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.81 Unpacking python3-pkg-resources (33.1.1-1) ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.85 Selecting previously unselected package python3-setuptools.
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.85 Preparing to unpack .../37-python3-setuptools_33.1.1-1_all.deb ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.86 Unpacking python3-setuptools (33.1.1-1) ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.91 Selecting previously unselected package python3-wheel.
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.91 Preparing to unpack .../38-python3-wheel_0.29.0-2_all.deb ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.91 Unpacking python3-wheel (0.29.0-2) ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.94 Selecting previously unselected package thin-provisioning-tools.
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.95 Preparing to unpack .../39-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 15.95 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
22:32:17 [2019-09-27T22:32:17.984Z] #13 16.02 Selecting previously unselected package vim-runtime.
22:32:18 [2019-09-27T22:32:18.036Z] #35 27.88 Reading package lists...
22:32:18 [2019-09-27T22:32:18.036Z] #35 ...
22:32:18 [2019-09-27T22:32:18.036Z] 
22:32:18 [2019-09-27T22:32:18.036Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:32:18 [2019-09-27T22:32:18.036Z] #50 19.32 + cd /tmp/tmp.2K10HNVVVT/src/github.com/docker/libnetwork
22:32:18 [2019-09-27T22:32:18.036Z] #50 19.32 + git checkout -q 55685ba49593e67f5e1c8180539379b16736c25e
22:32:18 [2019-09-27T22:32:18.036Z] #50 20.35 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:32:18 [2019-09-27T22:32:18.036Z] #50 ...
22:32:18 [2019-09-27T22:32:18.036Z] 
22:32:18 [2019-09-27T22:32:18.036Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:18 [2019-09-27T22:32:18.036Z] #57 19.89 Fetched 7918 kB in 15s (518 kB/s)
22:32:18 [2019-09-27T22:32:18.036Z] #57 19.89 Reading package lists...
22:32:18 [2019-09-27T22:32:18.036Z] #57 25.58 Reading package lists...
22:32:18 [2019-09-27T22:32:18.036Z] #57 ...
22:32:18 [2019-09-27T22:32:18.036Z] 
22:32:18 [2019-09-27T22:32:18.036Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:32:18 [2019-09-27T22:32:18.036Z] #17 24.15 Reading package lists...
22:32:18 [2019-09-27T22:32:18.241Z] #13 16.02 Preparing to unpack .../40-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
22:32:18 [2019-09-27T22:32:18.241Z] #13 16.03 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
22:32:18 [2019-09-27T22:32:18.241Z] #13 16.04 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
22:32:18 [2019-09-27T22:32:18.241Z] #13 16.05 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
22:32:18 [2019-09-27T22:32:18.595Z] #17 30.16 Building dependency tree...
22:32:18 [2019-09-27T22:32:18.595Z] #17 ...
22:32:18 [2019-09-27T22:32:18.595Z] 
22:32:18 [2019-09-27T22:32:18.595Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:32:18 [2019-09-27T22:32:18.595Z] #44 20.59 Fetched 7918 kB in 15s (524 kB/s)
22:32:18 [2019-09-27T22:32:18.595Z] #44 20.59 Reading package lists...
22:32:18 [2019-09-27T22:32:18.595Z] #44 26.57 Reading package lists...
22:32:18 [2019-09-27T22:32:18.595Z] #44 ...
22:32:18 [2019-09-27T22:32:18.595Z] 
22:32:18 [2019-09-27T22:32:18.595Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:18 [2019-09-27T22:32:18.595Z] #57 25.58 Reading package lists...
22:32:18 [2019-09-27T22:32:18.806Z] #13 16.72 Selecting previously unselected package vim.
22:32:18 [2019-09-27T22:32:18.807Z] #13 16.72 Preparing to unpack .../41-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:32:18 [2019-09-27T22:32:18.807Z] #13 16.73 Unpacking vim (2:8.0.0197-4+deb9u3) ...
22:32:18 [2019-09-27T22:32:18.807Z] #13 16.84 Selecting previously unselected package xfsprogs.
22:32:18 [2019-09-27T22:32:18.851Z] #57 ...
22:32:18 [2019-09-27T22:32:18.851Z] 
22:32:18 [2019-09-27T22:32:18.851Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:18 [2019-09-27T22:32:18.851Z] #30 20.45 internal/testlog
22:32:18 [2019-09-27T22:32:18.851Z] #30 20.79 encoding
22:32:18 [2019-09-27T22:32:18.851Z] #30 21.07 runtime/cgo
22:32:18 [2019-09-27T22:32:18.851Z] #30 ...
22:32:18 [2019-09-27T22:32:18.851Z] 
22:32:18 [2019-09-27T22:32:18.851Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:19 [2019-09-27T22:32:19.064Z] #13 16.85 Preparing to unpack .../42-xfsprogs_4.9.0+nmu1_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 16.85 Unpacking xfsprogs (4.9.0+nmu1) ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 16.96 Selecting previously unselected package zip.
22:32:19 [2019-09-27T22:32:19.064Z] #13 16.96 Preparing to unpack .../43-zip_3.0-11+b1_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 16.96 Unpacking zip (3.0-11+b1) ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.00 Selecting previously unselected package libapparmor-perl.
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.00 Preparing to unpack .../44-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.01 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.06 Selecting previously unselected package apparmor.
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.06 Preparing to unpack .../45-apparmor_2.11.0-3+deb9u2_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.08 Unpacking apparmor (2.11.0-3+deb9u2) ...
22:32:19 [2019-09-27T22:32:19.064Z] #13 17.17 Selecting previously unselected package binutils-mingw-w64-i686.
22:32:19 [2019-09-27T22:32:19.322Z] #13 17.17 Preparing to unpack .../46-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.322Z] #13 17.17 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
22:32:19 [2019-09-27T22:32:19.412Z] #57 31.01 Building dependency tree...
22:32:19 [2019-09-27T22:32:19.412Z] #57 ...
22:32:19 [2019-09-27T22:32:19.412Z] 
22:32:19 [2019-09-27T22:32:19.412Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:32:19 [2019-09-27T22:32:19.412Z] #6 21.42 Fetched 7918 kB in 16s (495 kB/s)
22:32:19 [2019-09-27T22:32:19.412Z] #6 21.42 Reading package lists...
22:32:19 [2019-09-27T22:32:19.579Z] #13 17.51 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:32:19 [2019-09-27T22:32:19.579Z] #13 17.51 Preparing to unpack .../47-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
22:32:19 [2019-09-27T22:32:19.579Z] #13 17.52 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
22:32:19 [2019-09-27T22:32:19.668Z] #6 26.64 Reading package lists...
22:32:19 [2019-09-27T22:32:19.668Z] #6 ...
22:32:19 [2019-09-27T22:32:19.668Z] 
22:32:19 [2019-09-27T22:32:19.668Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:32:19 [2019-09-27T22:32:19.668Z] #17 30.16 Building dependency tree...
22:32:19 [2019-09-27T22:32:19.668Z] #17 31.33 Reading state information...
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.82 Selecting previously unselected package binutils-mingw-w64.
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.83 Preparing to unpack .../48-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.83 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.86 Selecting previously unselected package mingw-w64-common.
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.86 Preparing to unpack .../49-mingw-w64-common_5.0.1-1_all.deb ...
22:32:19 [2019-09-27T22:32:19.837Z] #13 17.87 Unpacking mingw-w64-common (5.0.1-1) ...
22:32:20 [2019-09-27T22:32:20.230Z] #17 32.15 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
22:32:20 [2019-09-27T22:32:20.230Z] #17 32.15 The following additional packages will be installed:
22:32:20 [2019-09-27T22:32:20.230Z] #17 32.16   libjq1 libonig4
22:32:20 [2019-09-27T22:32:20.486Z] #17 32.48 The following NEW packages will be installed:
22:32:20 [2019-09-27T22:32:20.486Z] #17 32.49   jq libjq1 libonig4
22:32:20 [2019-09-27T22:32:20.768Z] #13 18.49 Selecting previously unselected package mingw-w64-x86-64-dev.
22:32:20 [2019-09-27T22:32:20.768Z] #13 18.49 Preparing to unpack .../50-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
22:32:20 [2019-09-27T22:32:20.768Z] #13 18.49 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.19 Selecting previously unselected package gcc-mingw-w64-base.
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.20 Preparing to unpack .../51-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.20 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.24 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.24 Preparing to unpack .../52-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
22:32:21 [2019-09-27T22:32:21.333Z] #13 19.25 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.56 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.56 Need to get 327 kB of archives.
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.56 After this operation, 1157 kB of additional disk space will be used.
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.56 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.57 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
22:32:21 [2019-09-27T22:32:21.852Z] #17 33.57 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
22:32:22 [2019-09-27T22:32:22.420Z] #17 34.42 debconf: delaying package configuration, since apt-utils is not installed
22:32:22 [2019-09-27T22:32:22.676Z] #17 34.54 Fetched 327 kB in 1s (319 kB/s)
22:32:22 [2019-09-27T22:32:22.676Z] #17 34.65 Selecting previously unselected package libonig4:amd64.
22:32:22 [2019-09-27T22:32:22.676Z] #17 34.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:32:22 [2019-09-27T22:32:22.676Z] #17 34.72 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
22:32:22 [2019-09-27T22:32:22.676Z] #17 34.73 Unpacking libonig4:amd64 (6.1.3-2) ...
22:32:22 [2019-09-27T22:32:22.935Z] #17 34.98 Selecting previously unselected package libjq1:amd64.
22:32:22 [2019-09-27T22:32:22.935Z] #17 34.98 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
22:32:22 [2019-09-27T22:32:22.935Z] #17 34.99 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
22:32:23 [2019-09-27T22:32:23.191Z] #17 35.22 Selecting previously unselected package jq.
22:32:23 [2019-09-27T22:32:23.191Z] #17 35.23 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
22:32:23 [2019-09-27T22:32:23.191Z] #17 35.25 Unpacking jq (1.5+dfsg-1.3) ...
22:32:23 [2019-09-27T22:32:23.754Z] #17 35.55 Setting up libonig4:amd64 (6.1.3-2) ...
22:32:23 [2019-09-27T22:32:23.754Z] #17 35.63 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
22:32:23 [2019-09-27T22:32:23.754Z] #17 35.78 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:24 [2019-09-27T22:32:24.010Z] #17 ...
22:32:24 [2019-09-27T22:32:24.010Z] 
22:32:24 [2019-09-27T22:32:24.010Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:32:24 [2019-09-27T22:32:24.010Z] #50 DONE 35.5s
22:32:24 [2019-09-27T22:32:24.010Z] 
22:32:24 [2019-09-27T22:32:24.010Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
22:32:24 [2019-09-27T22:32:24.010Z] #17 35.86 Setting up jq (1.5+dfsg-1.3) ...
22:32:24 [2019-09-27T22:32:24.266Z] #17 DONE 36.3s
22:32:24 [2019-09-27T22:32:24.266Z] 
22:32:24 [2019-09-27T22:32:24.266Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:24 [2019-09-27T22:32:24.266Z] #57 31.01 Building dependency tree...
22:32:24 [2019-09-27T22:32:24.266Z] #57 31.99 Reading state information...
22:32:24 [2019-09-27T22:32:24.266Z] #57 32.82 The following additional packages will be installed:
22:32:24 [2019-09-27T22:32:24.266Z] #57 32.82   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
22:32:24 [2019-09-27T22:32:24.266Z] #57 32.82   libprotoc10 python-pkg-resources zlib1g-dev
22:32:24 [2019-09-27T22:32:24.266Z] #57 32.83 Suggested packages:
22:32:24 [2019-09-27T22:32:24.266Z] #57 32.83   manpages-dev python-setuptools
22:32:24 [2019-09-27T22:32:24.266Z] #57 34.16 The following NEW packages will be installed:
22:32:24 [2019-09-27T22:32:24.266Z] #57 34.16   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:32:24 [2019-09-27T22:32:24.266Z] #57 34.18   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
22:32:24 [2019-09-27T22:32:24.266Z] #57 34.18   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:32:24 [2019-09-27T22:32:24.266Z] #57 34.18   zlib1g-dev
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.26 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.26 Need to get 3602 kB of archives.
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.26 After this operation, 18.9 MB of additional disk space will be used.
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.26 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.28 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.28 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.30 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.30 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.30 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.31 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.32 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.32 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.40 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.41 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.55 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.61 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.61 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.61 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
22:32:24 [2019-09-27T22:32:24.266Z] #57 35.65 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
22:32:24 [2019-09-27T22:32:24.522Z] #57 ...
22:32:24 [2019-09-27T22:32:24.522Z] 
22:32:24 [2019-09-27T22:32:24.522Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
22:32:24 [2019-09-27T22:32:24.522Z] #19 DONE 0.1s
22:32:24 [2019-09-27T22:32:24.522Z] 
22:32:24 [2019-09-27T22:32:24.522Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:24 [2019-09-27T22:32:24.612Z] #13 22.48 Selecting previously unselected package g++-mingw-w64-x86-64.
22:32:24 [2019-09-27T22:32:24.612Z] #13 22.48 Preparing to unpack .../53-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
22:32:24 [2019-09-27T22:32:24.612Z] #13 22.49 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:32:27 [2019-09-27T22:32:27.042Z] #20 ...
22:32:27 [2019-09-27T22:32:27.042Z] 
22:32:27 [2019-09-27T22:32:27.042Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:32:27 [2019-09-27T22:32:27.042Z] #44 26.57 Reading package lists...
22:32:27 [2019-09-27T22:32:27.042Z] #44 32.02 Building dependency tree...
22:32:27 [2019-09-27T22:32:27.042Z] #44 32.98 Reading state information...
22:32:27 [2019-09-27T22:32:27.042Z] #44 33.83 The following additional packages will be installed:
22:32:27 [2019-09-27T22:32:27.042Z] #44 33.84   btrfs-progs liblzo2-2
22:32:27 [2019-09-27T22:32:27.042Z] #44 34.05 The following NEW packages will be installed:
22:32:27 [2019-09-27T22:32:27.042Z] #44 34.08   btrfs-progs btrfs-tools liblzo2-2
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.20 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.20 Need to get 649 kB of archives.
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.20 After this operation, 4320 kB of additional disk space will be used.
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.20 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.20 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
22:32:27 [2019-09-27T22:32:27.042Z] #44 35.24 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
22:32:27 [2019-09-27T22:32:27.042Z] #44 36.58 debconf: delaying package configuration, since apt-utils is not installed
22:32:27 [2019-09-27T22:32:27.042Z] #44 36.79 Fetched 649 kB in 1s (599 kB/s)
22:32:27 [2019-09-27T22:32:27.042Z] #44 36.96 Selecting previously unselected package liblzo2-2:amd64.
22:32:27 [2019-09-27T22:32:27.042Z] #44 36.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:32:27 [2019-09-27T22:32:27.042Z] #44 37.04 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 37.09 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 37.36 Selecting previously unselected package btrfs-progs.
22:32:27 [2019-09-27T22:32:27.042Z] #44 37.36 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 37.38 Unpacking btrfs-progs (4.7.3-1) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.36 Selecting previously unselected package btrfs-tools.
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.36 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.37 Unpacking btrfs-tools (4.7.3-1) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.45 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.50 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.52 Setting up btrfs-progs (4.7.3-1) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.54 Setting up btrfs-tools (4.7.3-1) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 38.55 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:27 [2019-09-27T22:32:27.042Z] #44 DONE 38.8s
22:32:27 [2019-09-27T22:32:27.042Z] 
22:32:27 [2019-09-27T22:32:27.042Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
22:32:27 [2019-09-27T22:32:27.042Z] #45 DONE 0.1s
22:32:27 [2019-09-27T22:32:27.042Z] 
22:32:27 [2019-09-27T22:32:27.042Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:27 [2019-09-27T22:32:27.042Z] #57 37.47 debconf: delaying package configuration, since apt-utils is not installed
22:32:27 [2019-09-27T22:32:27.042Z] #57 37.83 Fetched 3602 kB in 1s (2466 kB/s)
22:32:27 [2019-09-27T22:32:27.042Z] #57 37.99 Selecting previously unselected package libnet1:amd64.
22:32:27 [2019-09-27T22:32:27.042Z] #57 37.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.03 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.21 Selecting previously unselected package libcap-dev:amd64.
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.21 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.22 Unpacking libcap-dev:amd64 (1:2.25-1) ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.33 Selecting previously unselected package libnet1-dev.
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.34 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.34 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.55 Selecting previously unselected package libnl-3-200:amd64.
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.55 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.56 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.70 Selecting previously unselected package libnl-3-dev:amd64.
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.70 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 38.70 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
22:32:27 [2019-09-27T22:32:27.042Z] #57 ...
22:32:27 [2019-09-27T22:32:27.042Z] 
22:32:27 [2019-09-27T22:32:27.042Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
22:32:27 [2019-09-27T22:32:27.042Z] #46 DONE 0.1s
22:32:27 [2019-09-27T22:32:27.298Z] 
22:32:27 [2019-09-27T22:32:27.298Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:27 [2019-09-27T22:32:27.298Z] #57 39.15 Selecting previously unselected package libprotobuf-c1:amd64.
22:32:27 [2019-09-27T22:32:27.298Z] #57 39.16 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.298Z] #57 39.17 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
22:32:27 [2019-09-27T22:32:27.298Z] #57 ...
22:32:27 [2019-09-27T22:32:27.298Z] 
22:32:27 [2019-09-27T22:32:27.298Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
22:32:27 [2019-09-27T22:32:27.298Z] #6 26.64 Reading package lists...
22:32:27 [2019-09-27T22:32:27.298Z] #6 32.48 Building dependency tree...
22:32:27 [2019-09-27T22:32:27.298Z] #6 33.59 Reading state information...
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.55 The following additional packages will be installed:
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.57   libapparmor1 libseccomp2
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.57 Suggested packages:
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.57   seccomp
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.85 The following NEW packages will be installed:
22:32:27 [2019-09-27T22:32:27.298Z] #6 34.85   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
22:32:27 [2019-09-27T22:32:27.298Z] #6 35.98 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
22:32:27 [2019-09-27T22:32:27.298Z] #6 35.98 Need to get 300 kB of archives.
22:32:27 [2019-09-27T22:32:27.298Z] #6 35.98 After this operation, 1201 kB of additional disk space will be used.
22:32:27 [2019-09-27T22:32:27.298Z] #6 35.98 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
22:32:27 [2019-09-27T22:32:27.298Z] #6 35.98 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
22:32:27 [2019-09-27T22:32:27.298Z] #6 36.00 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
22:32:27 [2019-09-27T22:32:27.298Z] #6 36.00 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
22:32:27 [2019-09-27T22:32:27.298Z] #6 37.65 debconf: delaying package configuration, since apt-utils is not installed
22:32:27 [2019-09-27T22:32:27.298Z] #6 37.84 Fetched 300 kB in 1s (281 kB/s)
22:32:27 [2019-09-27T22:32:27.298Z] #6 37.97 Selecting previously unselected package libseccomp2:amd64.
22:32:27 [2019-09-27T22:32:27.298Z] #6 37.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.04 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.09 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.22 Selecting previously unselected package libseccomp-dev:amd64.
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.24 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.24 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.37 Selecting previously unselected package libapparmor1:amd64.
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.37 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.38 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.50 Selecting previously unselected package libapparmor-dev:amd64.
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.50 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.51 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.72 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.82 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.90 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.96 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.97 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 38.98 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:27 [2019-09-27T22:32:27.298Z] #6 DONE 39.3s
22:32:27 [2019-09-27T22:32:27.298Z] 
22:32:27 [2019-09-27T22:32:27.299Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:27 [2019-09-27T22:32:27.299Z] #57 39.25 Selecting previously unselected package libprotobuf-c-dev:amd64.
22:32:27 [2019-09-27T22:32:27.299Z] #57 39.26 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
22:32:27 [2019-09-27T22:32:27.299Z] #57 39.27 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
22:32:27 [2019-09-27T22:32:27.555Z] #57 ...
22:32:27 [2019-09-27T22:32:27.555Z] 
22:32:27 [2019-09-27T22:32:27.555Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
22:32:27 [2019-09-27T22:32:27.555Z] #40 DONE 0.1s
22:32:27 [2019-09-27T22:32:27.555Z] 
22:32:27 [2019-09-27T22:32:27.555Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
22:32:27 [2019-09-27T22:32:27.555Z] #41 DONE 0.1s
22:32:27 [2019-09-27T22:32:27.555Z] 
22:32:27 [2019-09-27T22:32:27.555Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.22 Setting up aufs-tools (1:4.1+20161219-1) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.23 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.24 Setting up libsepol1-dev:amd64 (2.6-2) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.25 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.26 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.28 Processing triggers for mime-support (3.60) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.30 Setting up xxd (2:8.0.0197-4+deb9u3) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.31 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.32 Setting up libcap2-bin (1:2.25-1) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.33 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.34 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.35 Setting up bash-completion (1:2.1-4.3) ...
22:32:27 [2019-09-27T22:32:27.888Z] #13 25.89 Setting up libonig4:amd64 (6.1.3-2) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.90 Setting up zip (3.0-11+b1) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.91 Setting up bzip2 (1.0.6-8.1) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.92 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.93 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.94 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.95 Setting up libaio1:amd64 (0.3.110-3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.97 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 25.98 Setting up xz-utils (5.2.2-1.2+b1) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.01 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.02 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.04 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.05 Setting up libpcre32-3:amd64 (2:8.39-3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.06 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.08 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
22:32:28 [2019-09-27T22:32:28.145Z] #13 26.15 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.16 Setting up libpcre16-3:amd64 (2:8.39-3) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.18 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.19 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.20 Setting up libudev-dev:amd64 (232-25+deb9u12) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.21 Setting up pigz (2.3.4-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.22 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.24 Setting up libmpdec2:amd64 (2.4.2-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.25 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.26 Setting up mingw-w64-common (5.0.1-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.27 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.28 Setting up jq (1.5+dfsg-1.3) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.29 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.30 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.31 Setting up xfsprogs (4.9.0+nmu1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.32 Setting up vim (2:8.0.0197-4+deb9u3) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.36 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.37 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.38 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.39 Setting up iptables (1.6.0+snapshot20161117-6) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.41 Setting up btrfs-progs (4.7.3-1) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.42 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
22:32:28 [2019-09-27T22:32:28.402Z] #13 26.43 Setting up python3.5 (3.5.3-1+deb9u1) ...
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.34 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.35 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.36 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
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.36 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.36 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
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.36 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist
22:32:29 [2019-09-27T22:32:29.334Z] #13 27.37 Setting up btrfs-tools (4.7.3-1) ...
22:32:29 [2019-09-27T22:32:29.592Z] #13 27.38 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:32:29 [2019-09-27T22:32:29.592Z] #13 27.39 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
22:32:29 [2019-09-27T22:32:29.592Z] #13 27.39 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
22:32:29 [2019-09-27T22:32:29.592Z] #13 27.40 Setting up python3 (3.5.3-1) ...
22:32:29 [2019-09-27T22:32:29.849Z] #13 27.72 Setting up apparmor (2.11.0-3+deb9u2) ...
22:32:30 [2019-09-27T22:32:30.414Z] #13 28.39 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
22:32:30 [2019-09-27T22:32:30.671Z] #13 28.43 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
22:32:30 [2019-09-27T22:32:30.671Z] #13 28.45 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
22:32:30 [2019-09-27T22:32:30.671Z] #13 28.46 Setting up python3-wheel (0.29.0-2) ...
22:32:30 [2019-09-27T22:32:30.671Z] #13 28.64 Setting up python3-pkg-resources (33.1.1-1) ...
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.227 + RM_GOPATH=0
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.228 + TMP_GOPATH=
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.228 + : /build
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.228 + '[' -z '' ']'
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.229 ++ mktemp -d
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.241 + export GOPATH=/tmp/tmp.oMcr9qiMTB
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.242 + GOPATH=/tmp/tmp.oMcr9qiMTB
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.242 + RM_GOPATH=1
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.243 ++ dirname ./install.sh
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.244 + dir=.
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.244 + bin=runc
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.244 + shift
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.245 + '[' '!' -f ./runc.installer ']'
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.245 + . ./runc.installer
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.245 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.246 + install_runc
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.246 + grep -q '^3\.10\.0.*\.el7\.'
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.247 + uname -r
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.249 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.249 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )'
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.249 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.249 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oMcr9qiMTB/src/github.com/opencontainers/runc
22:32:30 [2019-09-27T22:32:30.823Z] #42 3.264 Cloning into '/tmp/tmp.oMcr9qiMTB/src/github.com/opencontainers/runc'...
22:32:30 [2019-09-27T22:32:30.823Z] #42 ...
22:32:30 [2019-09-27T22:32:30.823Z] 
22:32:30 [2019-09-27T22:32:30.823Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:30 [2019-09-27T22:32:30.823Z] #35 27.88 Reading package lists...
22:32:30 [2019-09-27T22:32:30.823Z] #35 33.10 Building dependency tree...
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.08 Reading state information...
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.88 The following additional packages will be installed:
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.90   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.92 Suggested packages:
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.92   codeblocks eclipse ninja-build lrzip
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.92 Recommended packages:
22:32:30 [2019-09-27T22:32:30.823Z] #35 34.92   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:32:30 [2019-09-27T22:32:30.823Z] #35 35.69 The following NEW packages will be installed:
22:32:30 [2019-09-27T22:32:30.823Z] #35 35.69   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
22:32:30 [2019-09-27T22:32:30.823Z] #35 35.69   vim-common xxd
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.79 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.79 Need to get 13.7 MB of archives.
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.79 After this operation, 57.2 MB of additional disk space will be used.
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.79 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.95 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 36.95 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 37.88 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 37.97 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 38.01 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 38.03 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 38.05 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 38.32 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 38.33 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
22:32:30 [2019-09-27T22:32:30.823Z] #35 39.24 debconf: delaying package configuration, since apt-utils is not installed
22:32:30 [2019-09-27T22:32:30.823Z] #35 39.72 Fetched 13.7 MB in 2s (5292 kB/s)
22:32:30 [2019-09-27T22:32:30.823Z] #35 40.05 Selecting previously unselected package cmake-data.
22:32:30 [2019-09-27T22:32:30.823Z] #35 40.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:32:30 [2019-09-27T22:32:30.823Z] #35 40.12 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
22:32:30 [2019-09-27T22:32:30.823Z] #35 40.13 Unpacking cmake-data (3.7.2-1) ...
22:32:30 [2019-09-27T22:32:30.823Z] #35 ...
22:32:30 [2019-09-27T22:32:30.823Z] 
22:32:30 [2019-09-27T22:32:30.823Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:30 [2019-09-27T22:32:30.823Z] #20 5.228 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
22:32:30 [2019-09-27T22:32:30.823Z] #20 5.817 
22:32:30 [2019-09-27T22:32:30.929Z] #13 28.85 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
22:32:30 [2019-09-27T22:32:30.929Z] #13 28.86 Setting up python3-pip (9.0.1-2+deb9u1) ...
22:32:31 [2019-09-27T22:32:31.080Z] #20 6.083 
#####                                                                      7.3%
########                                                                  11.9%
############                                                              17.5%
##################                                                        25.0%
#######################                                                   32.8%
22:32:31 [2019-09-27T22:32:31.080Z] #20 ...
22:32:31 [2019-09-27T22:32:31.080Z] 
22:32:31 [2019-09-27T22:32:31.080Z] #7 [dev 1/22] RUN groupadd -r docker
22:32:31 [2019-09-27T22:32:31.080Z] #7 DONE 3.7s
22:32:31 [2019-09-27T22:32:31.080Z] 
22:32:31 [2019-09-27T22:32:31.080Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:31 [2019-09-27T22:32:31.080Z] #20 6.083 
#####                                                                      7.3%
########                                                                  11.9%
############                                                              17.5%
##################                                                        25.0%
#######################                                                   32.8%
###########################                                               37.6%
##############################                                            42.7%
#################################                                         46.1%
22:32:31 [2019-09-27T22:32:31.080Z] #20 ...
22:32:31 [2019-09-27T22:32:31.080Z] 
22:32:31 [2019-09-27T22:32:31.080Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:32:31 [2019-09-27T22:32:31.080Z] #27 32.89 + cd /tmp/tmp.84qJejgcVK/src/gotest.tools/gotestsum
22:32:31 [2019-09-27T22:32:31.080Z] #27 32.89 + git checkout -q v0.3.5
22:32:31 [2019-09-27T22:32:31.080Z] #27 32.91 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
22:32:31 [2019-09-27T22:32:31.186Z] #13 29.08 Setting up dmsetup (2:1.02.137-2) ...
22:32:31 [2019-09-27T22:32:31.186Z] #13 29.09 Setting up python3-setuptools (33.1.1-1) ...
22:32:31 [2019-09-27T22:32:31.336Z] #27 ...
22:32:31 [2019-09-27T22:32:31.336Z] 
22:32:31 [2019-09-27T22:32:31.336Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:31 [2019-09-27T22:32:31.444Z] #13 29.30 Setting up dh-python (2.20170125) ...
22:32:31 [2019-09-27T22:32:31.701Z] #13 29.45 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
22:32:31 [2019-09-27T22:32:31.701Z] #13 29.46 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:31 [2019-09-27T22:32:31.701Z] #13 DONE 29.7s
22:32:31 [2019-09-27T22:32:31.958Z] 
22:32:31 [2019-09-27T22:32:31.958Z] #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
22:32:32 [2019-09-27T22:32:32.105Z] #20 6.083 
#####                                                                      7.3%
########                                                                  11.9%
############                                                              17.5%
##################                                                        25.0%
#######################                                                   32.8%
###########################                                               37.6%
##############################                                            42.7%
#################################                                         46.1%
#####################################                                     51.9%
##########################################                                58.6%
#############################################                             63.2%
################################################                          66.8%
###################################################                       70.9%
########################################################                  78.3%
###############################################################           87.6%
######################################################################## 100.0%
22:32:32 [2019-09-27T22:32:32.667Z] #20 8.266 
22:32:32 [2019-09-27T22:32:32.667Z] #20 ...
22:32:32 [2019-09-27T22:32:32.667Z] 
22:32:32 [2019-09-27T22:32:32.667Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:32:32 [2019-09-27T22:32:32.667Z] #15 34.64 + cd /tmp/tmp.mTcc2n698I/src/github.com/go-swagger/go-swagger
22:32:32 [2019-09-27T22:32:32.667Z] #15 34.64 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
22:32:32 [2019-09-27T22:32:32.667Z] #15 36.48 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:32:32 [2019-09-27T22:32:32.924Z] #15 ...
22:32:32 [2019-09-27T22:32:32.924Z] 
22:32:32 [2019-09-27T22:32:32.924Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:32 [2019-09-27T22:32:32.924Z] #57 39.65 Selecting previously unselected package zlib1g-dev:amd64.
22:32:32 [2019-09-27T22:32:32.924Z] #57 39.66 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 39.68 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 40.32 Selecting previously unselected package libprotobuf10:amd64.
22:32:32 [2019-09-27T22:32:32.924Z] #57 40.33 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 40.35 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.04 Selecting previously unselected package libprotobuf-lite10:amd64.
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.04 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.05 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.32 Selecting previously unselected package libprotobuf-dev:amd64.
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.33 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 41.34 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 42.28 Selecting previously unselected package libprotoc10:amd64.
22:32:32 [2019-09-27T22:32:32.924Z] #57 42.29 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 42.29 Unpacking libprotoc10:amd64 (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.01 Selecting previously unselected package protobuf-c-compiler.
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.02 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.05 Unpacking protobuf-c-compiler (1.2.1-2) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.31 Selecting previously unselected package protobuf-compiler.
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.32 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.34 Unpacking protobuf-compiler (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.69 Selecting previously unselected package python-pkg-resources.
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.71 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 43.72 Unpacking python-pkg-resources (33.1.1-1) ...
22:32:32 [2019-09-27T22:32:32.924Z] #57 44.13 Selecting previously unselected package python-protobuf.
22:32:32 [2019-09-27T22:32:32.925Z] #57 44.13 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
22:32:32 [2019-09-27T22:32:32.925Z] #57 44.14 Unpacking python-protobuf (3.0.0-9) ...
22:32:32 [2019-09-27T22:32:32.925Z] #57 44.75 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
22:32:32 [2019-09-27T22:32:32.925Z] #57 44.94 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
22:32:32 [2019-09-27T22:32:32.925Z] #57 44.95 Setting up python-pkg-resources (33.1.1-1) ...
22:32:32 [2019-09-27T22:32:32.925Z] #57 ...
22:32:32 [2019-09-27T22:32:32.925Z] 
22:32:32 [2019-09-27T22:32:32.925Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:33 [2019-09-27T22:32:33.329Z] #14 1.613 Collecting yamllint==1.16.0
22:32:33 [2019-09-27T22:32:33.437Z] #20 8.550 
############                                                              17.0%
########################                                                  34.0%
########################################                                  56.0%
###########################################################               82.9%
######################################################################## 100.0%
22:32:33 [2019-09-27T22:32:33.999Z] #20 9.595 
22:32:34 [2019-09-27T22:32:34.256Z] 
22:32:34 [2019-09-27T22:32:34.256Z] #20 ...
22:32:34 [2019-09-27T22:32:34.256Z] 
22:32:34 [2019-09-27T22:32:34.256Z] #8 [dev 2/22] RUN useradd --create-home --gid docker unprivilegeduser
22:32:34 [2019-09-27T22:32:34.256Z] #8 DONE 3.4s
22:32:34 [2019-09-27T22:32:34.256Z] 
22:32:34 [2019-09-27T22:32:34.256Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:35 [2019-09-27T22:32:35.284Z] #20 9.942 
#####                                                                      8.1%
#########                                                                 13.5%
#############                                                             18.2%
#################                                                         24.7%
######################                                                    31.7%
##########################                                                36.6%
############################                                              40.2%
#################################                                         46.5%
#########################################                                 57.9%
###############################################                           65.4%
22:32:35 [2019-09-27T22:32:35.284Z] #20 ...
22:32:35 [2019-09-27T22:32:35.284Z] 
22:32:35 [2019-09-27T22:32:35.284Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:35 [2019-09-27T22:32:35.284Z] #33 37.04 internal/x/crypto/curve25519
22:32:35 [2019-09-27T22:32:35.284Z] #33 41.58 sync
22:32:35 [2019-09-27T22:32:35.284Z] #33 42.40 reflect
22:32:35 [2019-09-27T22:32:35.284Z] #33 42.41 io
22:32:35 [2019-09-27T22:32:35.284Z] #33 44.26 bytes
22:32:35 [2019-09-27T22:32:35.284Z] #33 46.49 bufio
22:32:35 [2019-09-27T22:32:35.540Z] #33 ...
22:32:35 [2019-09-27T22:32:35.540Z] 
22:32:35 [2019-09-27T22:32:35.540Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:35 [2019-09-27T22:32:35.796Z] #20 9.942 
#####                                                                      8.1%
#########                                                                 13.5%
#############                                                             18.2%
#################                                                         24.7%
######################                                                    31.7%
##########################                                                36.6%
############################                                              40.2%
#################################                                         46.5%
#########################################                                 57.9%
###############################################                           65.4%
####################################################                      73.5%
##############################################################            86.7%
######################################################################## 100.0%
22:32:35 [2019-09-27T22:32:35.796Z] #20 ...
22:32:35 [2019-09-27T22:32:35.796Z] 
22:32:35 [2019-09-27T22:32:35.796Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:35 [2019-09-27T22:32:35.796Z] #30 37.49 sync
22:32:35 [2019-09-27T22:32:35.796Z] #30 38.24 io
22:32:35 [2019-09-27T22:32:35.796Z] #30 38.26 reflect
22:32:35 [2019-09-27T22:32:35.796Z] #30 40.04 syscall
22:32:36 [2019-09-27T22:32:36.052Z] #30 ...
22:32:36 [2019-09-27T22:32:36.052Z] 
22:32:36 [2019-09-27T22:32:36.052Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.937 + RM_GOPATH=0
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.937 + TMP_GOPATH=
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.937 + : /build
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.937 + '[' -z '' ']'
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.949 ++ mktemp -d
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.973 + export GOPATH=/tmp/tmp.oyfsl1bNRW
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.973 + GOPATH=/tmp/tmp.oyfsl1bNRW
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.973 + RM_GOPATH=1
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.974 ++ dirname ./install.sh
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + dir=.
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + bin=containerd
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + shift
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + '[' '!' -f ./containerd.installer ']'
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + . ./containerd.installer
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.976 + install_containerd
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.978 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339'
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.978 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.978 + git clone https://github.com/containerd/containerd.git /tmp/tmp.oyfsl1bNRW/src/github.com/containerd/containerd
22:32:36 [2019-09-27T22:32:36.052Z] #47 3.986 Cloning into '/tmp/tmp.oyfsl1bNRW/src/github.com/containerd/containerd'...
22:32:36 [2019-09-27T22:32:36.052Z] #47 ...
22:32:36 [2019-09-27T22:32:36.052Z] 
22:32:36 [2019-09-27T22:32:36.052Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:36 [2019-09-27T22:32:36.052Z] #30 47.90 time
22:32:37 [2019-09-27T22:32:37.419Z] #30 ...
22:32:37 [2019-09-27T22:32:37.419Z] 
22:32:37 [2019-09-27T22:32:37.419Z] #9 [dev 3/22] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
22:32:37 [2019-09-27T22:32:37.419Z] #9 2.921 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:32:37 [2019-09-27T22:32:37.419Z] #9 DONE 3.2s
22:32:37 [2019-09-27T22:32:37.675Z] 
22:32:37 [2019-09-27T22:32:37.675Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:37 [2019-09-27T22:32:37.675Z] #20 11.91 
22:32:39 [2019-09-27T22:32:39.890Z] #14 7.882   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:32:39 [2019-09-27T22:32:39.890Z] #14 7.947 Collecting pyyaml (from yamllint==1.16.0)
22:32:40 [2019-09-27T22:32:40.506Z] #20 12.19 
#                                                                          1.4%
##                                                                         2.9%
###                                                                        4.4%
####                                                                       6.8%
######                                                                     9.0%
########                                                                  11.6%
#########                                                                 13.8%
###########                                                               16.0%
#############                                                             18.6%
###############                                                           20.9%
################                                                          22.7%
##################                                                        25.0%
###################                                                       27.1%
####################                                                      29.1%
######################                                                    31.3%
########################                                                  33.5%
#########################                                                 35.5%
##########################                                                37.0%
###########################                                               38.5%
##############################                                            42.2%
################################                                          45.6%
###################################                                       49.0%
#####################################                                     51.5%
#######################################                                   54.3%
########################################                                  56.4%
###########################################                               60.2%
#############################################                             63.7%
################################################                          67.2%
##################################################                        70.3%
####################################################                      73.3%
#######################################################                   77.1%
#########################################################                 80.3%
############################################################              83.5%
###############################################################           87.7%
#################################################################         91.2%
####################################################################      95.1%
######################################################################    98.5%
######################################################################## 100.0%
22:32:40 [2019-09-27T22:32:40.763Z] #20 16.32 
22:32:40 [2019-09-27T22:32:40.763Z] #20 ...
22:32:40 [2019-09-27T22:32:40.763Z] 
22:32:40 [2019-09-27T22:32:40.763Z] #10 [dev 4/22] RUN echo "source /usr/share/bash-completion/bash_completion" ...
22:32:40 [2019-09-27T22:32:40.763Z] #10 DONE 3.2s
22:32:40 [2019-09-27T22:32:40.821Z] #14 8.995   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
22:32:41 [2019-09-27T22:32:41.019Z] 
22:32:41 [2019-09-27T22:32:41.019Z] #11 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
22:32:41 [2019-09-27T22:32:41.384Z] #14 9.426 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:32:41 [2019-09-27T22:32:41.582Z] #11 ...
22:32:41 [2019-09-27T22:32:41.582Z] 
22:32:41 [2019-09-27T22:32:41.582Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.41 Selecting previously unselected package liblzo2-2:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.41 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.43 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.61 Selecting previously unselected package libicu57:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.61 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 43.62 Unpacking libicu57:amd64 (57.1-6+deb9u3) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 51.29 Selecting previously unselected package libxml2:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 51.29 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 51.30 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.06 Selecting previously unselected package libarchive13:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.07 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.08 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.46 Selecting previously unselected package libjsoncpp1:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.46 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.46 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.80 Selecting previously unselected package libuv1:amd64.
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.80 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 52.82 Unpacking libuv1:amd64 (1.9.1-3) ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 53.19 Selecting previously unselected package cmake.
22:32:41 [2019-09-27T22:32:41.582Z] #35 53.22 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
22:32:41 [2019-09-27T22:32:41.582Z] #35 53.42 Unpacking cmake (3.7.2-1) ...
22:32:42 [2019-09-27T22:32:42.315Z] #14 10.48   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
22:32:42 [2019-09-27T22:32:42.510Z] #35 ...
22:32:42 [2019-09-27T22:32:42.510Z] 
22:32:42 [2019-09-27T22:32:42.510Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:42 [2019-09-27T22:32:42.510Z] #20 17.90 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
22:32:42 [2019-09-27T22:32:42.572Z] #14 10.74 Building wheels for collected packages: pyyaml, pathspec
22:32:42 [2019-09-27T22:32:42.572Z] #14 10.74   Running setup.py bdist_wheel for pyyaml: started
22:32:42 [2019-09-27T22:32:42.766Z] #20 18.40 
22:32:42 [2019-09-27T22:32:42.829Z] #14 11.14   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:32:43 [2019-09-27T22:32:43.022Z] #20 18.63 
######################################################################## 100.0%
22:32:43 [2019-09-27T22:32:43.022Z] #20 18.82 
22:32:43 [2019-09-27T22:32:43.086Z] #14 11.14   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
22:32:43 [2019-09-27T22:32:43.086Z] #14 11.16   Running setup.py bdist_wheel for pathspec: started
22:32:43 [2019-09-27T22:32:43.086Z] #14 11.43   Running setup.py bdist_wheel for pathspec: finished with status 'done'
22:32:43 [2019-09-27T22:32:43.345Z] #14 11.43   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
22:32:43 [2019-09-27T22:32:43.345Z] #14 11.44 Successfully built pyyaml pathspec
22:32:43 [2019-09-27T22:32:43.345Z] #14 11.44 Installing collected packages: pyyaml, pathspec, yamllint
22:32:43 [2019-09-27T22:32:43.345Z] #14 11.55 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
22:32:43 [2019-09-27T22:32:43.588Z] #20 ...
22:32:43 [2019-09-27T22:32:43.588Z] 
22:32:43 [2019-09-27T22:32:43.588Z] #11 [dev 5/22] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
22:32:43 [2019-09-27T22:32:43.588Z] #11 DONE 2.8s
22:32:43 [2019-09-27T22:32:43.588Z] 
22:32:43 [2019-09-27T22:32:43.588Z] #12 [dev 6/22] RUN ldconfig
22:32:43 [2019-09-27T22:32:43.602Z] #14 DONE 11.7s
22:32:43 [2019-09-27T22:32:43.602Z] 
22:32:43 [2019-09-27T22:32:43.602Z] #16 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/
22:32:43 [2019-09-27T22:32:43.602Z] #16 DONE 0.1s
22:32:43 [2019-09-27T22:32:43.602Z] 
22:32:43 [2019-09-27T22:32:43.602Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
22:32:43 [2019-09-27T22:32:43.860Z] #32 ...
22:32:43 [2019-09-27T22:32:43.860Z] 
22:32:43 [2019-09-27T22:32:43.860Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
22:32:43 [2019-09-27T22:32:43.860Z] #52 DONE 0.1s
22:32:43 [2019-09-27T22:32:43.860Z] 
22:32:43 [2019-09-27T22:32:43.860Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
22:32:43 [2019-09-27T22:32:43.860Z] #32 DONE 0.4s
22:32:43 [2019-09-27T22:32:43.860Z] 
22:32:43 [2019-09-27T22:32:43.860Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:32:44 [2019-09-27T22:32:44.427Z] #53 ...
22:32:44 [2019-09-27T22:32:44.427Z] 
22:32:44 [2019-09-27T22:32:44.427Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
22:32:44 [2019-09-27T22:32:44.427Z] #49 DONE 0.6s
22:32:44 [2019-09-27T22:32:44.427Z] 
22:32:44 [2019-09-27T22:32:44.427Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
22:32:44 [2019-09-27T22:32:44.427Z] #40 DONE 0.8s
22:32:44 [2019-09-27T22:32:44.427Z] 
22:32:44 [2019-09-27T22:32:44.427Z] #21 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images
22:32:44 [2019-09-27T22:32:44.427Z] #21 DONE 0.8s
22:32:44 [2019-09-27T22:32:44.427Z] 
22:32:44 [2019-09-27T22:32:44.427Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
22:32:44 [2019-09-27T22:32:44.427Z] #41 DONE 0.1s
22:32:44 [2019-09-27T22:32:44.427Z] 
22:32:44 [2019-09-27T22:32:44.427Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:32:46 [2019-09-27T22:32:46.104Z] #12 ...
22:32:46 [2019-09-27T22:32:46.105Z] 
22:32:46 [2019-09-27T22:32:46.105Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:46 [2019-09-27T22:32:46.105Z] #57 50.04 Setting up libnet1-dev (1.1.6+dfsg-3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 50.08 Setting up libprotobuf10:amd64 (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 50.11 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 50.16 Setting up python-protobuf (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.27 Setting up libcap-dev:amd64 (1:2.25-1) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.30 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.31 Setting up libnl-3-200:amd64 (3.2.27-2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.33 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.34 Setting up libprotoc10:amd64 (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.35 Setting up protobuf-c-compiler (1.2.1-2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.38 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.39 Setting up protobuf-compiler (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.40 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.41 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 57.42 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:46 [2019-09-27T22:32:46.105Z] #57 DONE 57.8s
22:32:46 [2019-09-27T22:32:46.105Z] 
22:32:46 [2019-09-27T22:32:46.105Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:46 [2019-09-27T22:32:46.105Z] #35 56.84 Selecting previously unselected package xxd.
22:32:46 [2019-09-27T22:32:46.105Z] #35 56.85 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 56.86 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.05 Selecting previously unselected package vim-common.
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.05 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.06 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.41 Processing triggers for mime-support (3.60) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.56 Setting up xxd (2:8.0.0197-4+deb9u3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.58 Setting up libuv1:amd64 (1.9.1-3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.60 Setting up cmake-data (3.7.2-1) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.65 Setting up libicu57:amd64 (57.1-6+deb9u3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.67 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.71 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.95 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 57.98 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 58.01 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 58.02 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 58.04 Setting up cmake (3.7.2-1) ...
22:32:46 [2019-09-27T22:32:46.105Z] #35 58.16 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:32:46 [2019-09-27T22:32:46.361Z] #35 DONE 58.5s
22:32:46 [2019-09-27T22:32:46.361Z] 
22:32:46 [2019-09-27T22:32:46.361Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
22:32:46 [2019-09-27T22:32:46.621Z] #36 DONE 0.1s
22:32:46 [2019-09-27T22:32:46.621Z] 
22:32:46 [2019-09-27T22:32:46.621Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
22:32:46 [2019-09-27T22:32:46.621Z] #37 DONE 0.1s
22:32:46 [2019-09-27T22:32:46.621Z] 
22:32:46 [2019-09-27T22:32:46.621Z] #12 [dev 6/22] RUN ldconfig
22:32:46 [2019-09-27T22:32:46.621Z] #12 DONE 3.2s
22:32:46 [2019-09-27T22:32:46.621Z] 
22:32:46 [2019-09-27T22:32:46.621Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:32:47 [2019-09-27T22:32:47.183Z] #38 ...
22:32:47 [2019-09-27T22:32:47.183Z] 
22:32:47 [2019-09-27T22:32:47.183Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:47 [2019-09-27T22:32:47.183Z] #33 48.65 syscall
22:32:47 [2019-09-27T22:32:47.183Z] #33 57.62 time
22:32:47 [2019-09-27T22:32:47.183Z] #33 58.26 sort
22:32:47 [2019-09-27T22:32:47.183Z] #33 ...
22:32:47 [2019-09-27T22:32:47.183Z] 
22:32:47 [2019-09-27T22:32:47.183Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:47 [2019-09-27T22:32:47.183Z] #20 20.37 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
22:32:47 [2019-09-27T22:32:47.183Z] #20 21.01 
22:32:47 [2019-09-27T22:32:47.183Z] #20 21.26 
######################################################################## 100.0%
22:32:47 [2019-09-27T22:32:47.183Z] #20 21.50 
22:32:47 [2019-09-27T22:32:47.440Z] #20 23.09 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
22:32:47 [2019-09-27T22:32:47.696Z] #20 23.20 skipping existing 1849cc453dee
22:32:47 [2019-09-27T22:32:47.696Z] #20 23.27 
22:32:49 [2019-09-27T22:32:49.586Z] #20 24.97 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.669 + RM_GOPATH=0
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.669 + TMP_GOPATH=
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.669 + : /build
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.669 + '[' -z '' ']'
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.669 ++ mktemp -d
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.689 + export GOPATH=/tmp/tmp.efrhv6OvVk
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.689 + GOPATH=/tmp/tmp.efrhv6OvVk
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.689 + RM_GOPATH=1
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.690 ++ dirname ./install.sh
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.693 + dir=.
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.693 + bin=runc
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.693 + shift
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.693 + '[' '!' -f ./runc.installer ']'
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.693 + . ./runc.installer
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.694 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.694 + install_runc
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.697 + uname -r
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.701 + grep -q '^3\.10\.0.*\.el7\.'
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.705 + RUNC_BUILDTAGS='seccomp apparmor selinux '
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.705 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.705 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )'
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.705 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.efrhv6OvVk/src/github.com/opencontainers/runc
22:32:49 [2019-09-27T22:32:49.691Z] #42 4.717 Cloning into '/tmp/tmp.efrhv6OvVk/src/github.com/opencontainers/runc'...
22:32:49 [2019-09-27T22:32:49.691Z] #42 ...
22:32:49 [2019-09-27T22:32:49.691Z] 
22:32:49 [2019-09-27T22:32:49.691Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.516 + RM_GOPATH=0
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.518 + TMP_GOPATH=
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.518 + : /build
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.518 + '[' -z '' ']'
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.522 ++ mktemp -d
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.526 + export GOPATH=/tmp/tmp.gN84mEY9pk
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.526 + GOPATH=/tmp/tmp.gN84mEY9pk
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.526 + RM_GOPATH=1
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.526 ++ dirname ./install.sh
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 + dir=.
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 + bin=dockercli
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 + shift
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 + '[' '!' -f ./dockercli.installer ']'
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 + . ./dockercli.installer
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.527 ++ DOCKERCLI_CHANNEL=stable
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.528 ++ DOCKERCLI_VERSION=17.06.2-ce
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.528 + install_dockercli
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.528 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.528 Install docker/cli version 17.06.2-ce from stable
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.528 ++ uname -m
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.531 + arch=x86_64
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.531 + '[' x86_64 '!=' x86_64 ']'
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.532 + url=https://download.docker.com/linux/static
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.532 + tar -xz docker/docker
22:32:49 [2019-09-27T22:32:49.691Z] #53 5.535 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:32:49 [2019-09-27T22:32:49.841Z] #20 25.46 
22:32:49 [2019-09-27T22:32:49.841Z] #20 ...
22:32:49 [2019-09-27T22:32:49.841Z] 
22:32:49 [2019-09-27T22:32:49.841Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:32:49 [2019-09-27T22:32:49.841Z] #42 12.32 + cd /tmp/tmp.oMcr9qiMTB/src/github.com/opencontainers/runc
22:32:49 [2019-09-27T22:32:49.841Z] #42 12.32 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657
22:32:49 [2019-09-27T22:32:49.841Z] #42 12.74 + '[' -z '' ']'
22:32:49 [2019-09-27T22:32:49.841Z] #42 12.74 + target=static
22:32:49 [2019-09-27T22:32:49.841Z] #42 12.74 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:32:49 [2019-09-27T22:32:49.841Z] #42 15.16 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc .
22:32:49 [2019-09-27T22:32:49.841Z] #42 ...
22:32:49 [2019-09-27T22:32:49.841Z] 
22:32:49 [2019-09-27T22:32:49.841Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:49 [2019-09-27T22:32:49.841Z] #33 59.81 internal/fmtsort
22:32:49 [2019-09-27T22:32:49.841Z] #33 60.39 internal/syscall/unix
22:32:49 [2019-09-27T22:32:49.841Z] #33 60.65 strings
22:32:50 [2019-09-27T22:32:50.404Z] #33 ...
22:32:50 [2019-09-27T22:32:50.404Z] 
22:32:50 [2019-09-27T22:32:50.404Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
22:32:50 [2019-09-27T22:32:50.404Z] #20 25.70 
######################################################################## 100.0%
22:32:50 [2019-09-27T22:32:50.404Z] #20 25.82 
22:32:50 [2019-09-27T22:32:50.404Z] #20 25.89 Download of images into '/build' complete.
22:32:50 [2019-09-27T22:32:50.404Z] #20 25.89 Use something like the following to load the result into a Docker daemon:
22:32:50 [2019-09-27T22:32:50.404Z] #20 25.89   tar -cC '/build' . | docker load
22:32:50 [2019-09-27T22:32:50.404Z] #20 DONE 26.1s
22:32:50 [2019-09-27T22:32:50.660Z] 
22:32:50 [2019-09-27T22:32:50.660Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.559 + RM_GOPATH=0
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.559 + TMP_GOPATH=
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.559 + : /build
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.559 + '[' -z '' ']'
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.559 ++ mktemp -d
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.560 + export GOPATH=/tmp/tmp.0MgoWIxDJV
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.560 + GOPATH=/tmp/tmp.0MgoWIxDJV
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.560 + RM_GOPATH=1
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.564 ++ dirname ./install.sh
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + dir=.
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + bin=tini
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + shift
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + '[' '!' -f ./tini.installer ']'
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + . ./tini.installer
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + install_tini
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.567 + git clone https://github.com/krallin/tini.git /tmp/tmp.0MgoWIxDJV/tini
22:32:50 [2019-09-27T22:32:50.660Z] #38 3.569 Cloning into '/tmp/tmp.0MgoWIxDJV/tini'...
22:32:51 [2019-09-27T22:32:51.589Z] #38 4.755 + cd /tmp/tmp.0MgoWIxDJV/tini
22:32:51 [2019-09-27T22:32:51.589Z] #38 4.755 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
22:32:51 [2019-09-27T22:32:51.589Z] #38 4.789 + cmake .
22:32:52 [2019-09-27T22:32:52.517Z] #38 ...
22:32:52 [2019-09-27T22:32:52.517Z] 
22:32:52 [2019-09-27T22:32:52.517Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:52 [2019-09-27T22:32:52.517Z] #30 54.06 sort
22:32:52 [2019-09-27T22:32:52.517Z] #30 54.23 internal/poll
22:32:52 [2019-09-27T22:32:52.517Z] #30 55.72 internal/fmtsort
22:32:52 [2019-09-27T22:32:52.517Z] #30 56.44 internal/syscall/unix
22:32:52 [2019-09-27T22:32:52.517Z] #30 56.74 strings
22:32:52 [2019-09-27T22:32:52.517Z] #30 56.80 os
22:32:52 [2019-09-27T22:32:52.517Z] #30 60.68 bytes
22:32:52 [2019-09-27T22:32:52.517Z] #30 62.09 fmt
22:32:52 [2019-09-27T22:32:52.517Z] #30 63.58 bufio
22:32:52 [2019-09-27T22:32:52.517Z] #30 ...
22:32:52 [2019-09-27T22:32:52.517Z] 
22:32:52 [2019-09-27T22:32:52.517Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:52 [2019-09-27T22:32:52.517Z] #13 4.519 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:52 [2019-09-27T22:32:52.517Z] #13 4.527 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:52 [2019-09-27T22:32:52.517Z] #13 4.595 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:52 [2019-09-27T22:32:52.517Z] #13 4.627 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:52 [2019-09-27T22:32:52.517Z] #13 4.693 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:52 [2019-09-27T22:32:52.773Z] #13 ...
22:32:52 [2019-09-27T22:32:52.773Z] 
22:32:52 [2019-09-27T22:32:52.773Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:32:52 [2019-09-27T22:32:52.773Z] #38 5.945 -- The C compiler identification is GNU 6.3.0
22:32:52 [2019-09-27T22:32:52.773Z] #38 6.034 -- Check for working C compiler: /usr/bin/cc
22:32:53 [2019-09-27T22:32:53.701Z] #38 6.864 -- Check for working C compiler: /usr/bin/cc -- works
22:32:53 [2019-09-27T22:32:53.701Z] #38 6.872 -- Detecting C compiler ABI info
22:32:53 [2019-09-27T22:32:53.868Z] #53 ...
22:32:53 [2019-09-27T22:32:53.868Z] 
22:32:53 [2019-09-27T22:32:53.868Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:32:53 [2019-09-27T22:32:53.868Z] #55 3.901 + mktemp -d
22:32:53 [2019-09-27T22:32:53.868Z] #55 3.901 + export GOPATH=/tmp/tmp.Z7TeEsmhH6
22:32:53 [2019-09-27T22:32:53.868Z] #55 3.901 + git clone https://github.com/docker/distribution.git /tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution
22:32:53 [2019-09-27T22:32:53.868Z] #55 3.902 Cloning into '/tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution'...
22:32:53 [2019-09-27T22:32:53.868Z] #55 ...
22:32:53 [2019-09-27T22:32:53.868Z] 
22:32:53 [2019-09-27T22:32:53.868Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.068 + RM_GOPATH=0
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.068 + TMP_GOPATH=
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.068 + : /build
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.068 + '[' -z '' ']'
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.075 ++ mktemp -d
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.098 + export GOPATH=/tmp/tmp.DIgvTzMton
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.098 + GOPATH=/tmp/tmp.DIgvTzMton
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.099 + RM_GOPATH=1
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.102 ++ dirname ./install.sh
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.105 + dir=.
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.120 + bin=gotestsum
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.120 + shift
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.120 + '[' '!' -f ./gotestsum.installer ']'
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.120 + . ./gotestsum.installer
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.120 ++ GOTESTSUM_COMMIT=v0.3.5
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.121 + install_gotestsum
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.121 + echo 'Installing gotestsum version v0.3.5'
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.121 Installing gotestsum version v0.3.5
22:32:53 [2019-09-27T22:32:53.868Z] #27 5.121 + go get -d gotest.tools/gotestsum
22:32:54 [2019-09-27T22:32:54.125Z] #27 ...
22:32:54 [2019-09-27T22:32:54.125Z] 
22:32:54 [2019-09-27T22:32:54.125Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.067 + RM_GOPATH=0
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.067 + TMP_GOPATH=
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.067 + : /build
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.067 + '[' -z '' ']'
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.068 ++ mktemp -d
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.094 + export GOPATH=/tmp/tmp.AIoP2OTVnc
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.094 + GOPATH=/tmp/tmp.AIoP2OTVnc
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.094 + RM_GOPATH=1
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.095 ++ dirname ./install.sh
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.097 + dir=.
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.097 + bin=gometalinter
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.097 + shift
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.098 + '[' '!' -f ./gometalinter.installer ']'
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.098 + . ./gometalinter.installer
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.099 ++ GOMETALINTER_COMMIT=v2.0.6
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.100 + install_gometalinter
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.100 + echo 'Installing gometalinter version v2.0.6'
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.101 Installing gometalinter version v2.0.6
22:32:54 [2019-09-27T22:32:54.125Z] #24 5.101 + go get -d github.com/alecthomas/gometalinter
22:32:54 [2019-09-27T22:32:54.125Z] #24 ...
22:32:54 [2019-09-27T22:32:54.125Z] 
22:32:54 [2019-09-27T22:32:54.125Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:32:54 [2019-09-27T22:32:54.125Z] #44 4.887 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:54 [2019-09-27T22:32:54.125Z] #44 4.888 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:54 [2019-09-27T22:32:54.125Z] #44 4.928 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:54 [2019-09-27T22:32:54.125Z] #44 4.934 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:54 [2019-09-27T22:32:54.125Z] #44 4.954 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:54 [2019-09-27T22:32:54.125Z] #44 5.479 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:32:54 [2019-09-27T22:32:54.125Z] #44 6.926 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:32:54 [2019-09-27T22:32:54.126Z] #44 7.559 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:54 [2019-09-27T22:32:54.263Z] #38 7.467 -- Detecting C compiler ABI info - done
22:32:54 [2019-09-27T22:32:54.263Z] #38 7.548 -- Detecting C compile features
22:32:54 [2019-09-27T22:32:54.383Z] #44 ...
22:32:54 [2019-09-27T22:32:54.383Z] 
22:32:54 [2019-09-27T22:32:54.383Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.188 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.195 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.255 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.263 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.295 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:54 [2019-09-27T22:32:54.383Z] #35 4.864 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 6.024 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 6.773 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #35 ...
22:32:54 [2019-09-27T22:32:54.383Z] 
22:32:54 [2019-09-27T22:32:54.383Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.307 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.310 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.332 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.338 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.389 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
22:32:54 [2019-09-27T22:32:54.383Z] #57 5.951 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #57 7.445 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:32:54 [2019-09-27T22:32:54.383Z] #57 8.230 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:32:54 [2019-09-27T22:32:54.640Z] #57 ...
22:32:54 [2019-09-27T22:32:54.640Z] 
22:32:54 [2019-09-27T22:32:54.640Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.077 + RM_GOPATH=0
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.077 + TMP_GOPATH=
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.077 + : /build
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.077 + '[' -z '' ']'
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.084 ++ mktemp -d
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.096 + export GOPATH=/tmp/tmp.36uR86Gtq8
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.096 + GOPATH=/tmp/tmp.36uR86Gtq8
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + RM_GOPATH=1
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 ++ dirname ./install.sh
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + dir=.
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + bin=vndr
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + shift
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + '[' '!' -f ./vndr.installer ']'
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + . ./vndr.installer
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 ++ VNDR_COMMIT=81cb8916aad3c8d06193f008dba3e16f82851f52
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + install_vndr
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 + echo 'Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52'
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.098 Install vndr version 81cb8916aad3c8d06193f008dba3e16f82851f52
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.105 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.36uR86Gtq8/src/github.com/LK4D4/vndr
22:32:54 [2019-09-27T22:32:54.640Z] #33 5.107 Cloning into '/tmp/tmp.36uR86Gtq8/src/github.com/LK4D4/vndr'...
22:32:54 [2019-09-27T22:32:54.640Z] #33 6.027 + cd /tmp/tmp.36uR86Gtq8/src/github.com/LK4D4/vndr
22:32:54 [2019-09-27T22:32:54.640Z] #33 6.027 + git checkout -q 81cb8916aad3c8d06193f008dba3e16f82851f52
22:32:54 [2019-09-27T22:32:54.640Z] #33 6.072 + go build -buildmode=pie -v -o /build/vndr .
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.202 errors
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.230 internal/cpu
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.302 internal/race
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.558 runtime/internal/atomic
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.669 runtime/internal/sys
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.684 internal/bytealg
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.824 runtime/internal/math
22:32:54 [2019-09-27T22:32:54.640Z] #33 7.949 sync/atomic
22:32:54 [2019-09-27T22:32:54.640Z] #33 8.305 runtime
22:32:54 [2019-09-27T22:32:54.640Z] #33 8.352 unicode
22:32:54 [2019-09-27T22:32:54.640Z] #33 ...
22:32:54 [2019-09-27T22:32:54.640Z] 
22:32:54 [2019-09-27T22:32:54.640Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.057 + RM_GOPATH=0
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.057 + TMP_GOPATH=
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.060 + : /build
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.060 + '[' -z '' ']'
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.060 ++ mktemp -d
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.065 + export GOPATH=/tmp/tmp.EsYvoxKayK
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.065 + GOPATH=/tmp/tmp.EsYvoxKayK
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.065 + RM_GOPATH=1
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.065 ++ dirname ./install.sh
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 + dir=.
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 + bin=tomlv
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 + shift
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 + '[' '!' -f ./tomlv.installer ']'
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 + . ./tomlv.installer
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.068 ++ TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.069 + install_tomlv
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.069 + echo 'Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895'
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.070 Install tomlv version a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:32:54 [2019-09-27T22:32:54.640Z] #30 5.070 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EsYvoxKayK/src/github.com/BurntSushi/toml
22:32:54 [2019-09-27T22:32:54.641Z] #30 5.082 Cloning into '/tmp/tmp.EsYvoxKayK/src/github.com/BurntSushi/toml'...
22:32:54 [2019-09-27T22:32:54.641Z] #30 6.311 + cd /tmp/tmp.EsYvoxKayK/src/github.com/BurntSushi/toml
22:32:54 [2019-09-27T22:32:54.641Z] #30 6.313 + git checkout -q a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:32:54 [2019-09-27T22:32:54.641Z] #30 6.335 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
22:32:54 [2019-09-27T22:32:54.641Z] #30 6.970 errors
22:32:54 [2019-09-27T22:32:54.641Z] #30 6.996 internal/cpu
22:32:54 [2019-09-27T22:32:54.641Z] #30 7.008 math/bits
22:32:54 [2019-09-27T22:32:54.641Z] #30 7.593 runtime/internal/atomic
22:32:54 [2019-09-27T22:32:54.641Z] #30 7.746 math
22:32:54 [2019-09-27T22:32:54.641Z] #30 7.791 internal/bytealg
22:32:54 [2019-09-27T22:32:54.641Z] #30 8.399 runtime/internal/sys
22:32:54 [2019-09-27T22:32:54.641Z] #30 8.644 runtime/internal/math
22:32:54 [2019-09-27T22:32:54.641Z] #30 8.962 runtime
22:32:54 [2019-09-27T22:32:54.898Z] #30 ...
22:32:54 [2019-09-27T22:32:54.898Z] 
22:32:54 [2019-09-27T22:32:54.898Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.029 + RM_GOPATH=0
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.029 + TMP_GOPATH=
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.029 + : /build
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.030 + '[' -z '' ']'
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.030 ++ mktemp -d
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.032 + export GOPATH=/tmp/tmp.UbehzxwBma
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.032 + GOPATH=/tmp/tmp.UbehzxwBma
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.032 + RM_GOPATH=1
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 ++ dirname ./install.sh
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + dir=.
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + bin=proxy
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + shift
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + '[' '!' -f ./proxy.installer ']'
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + . ./proxy.installer
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 ++ LIBNETWORK_COMMIT=55685ba49593e67f5e1c8180539379b16736c25e
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + install_proxy
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + case "$1" in
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + export CGO_ENABLED=0
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + CGO_ENABLED=0
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + _install_proxy
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + echo 'Install docker-proxy version 55685ba49593e67f5e1c8180539379b16736c25e'
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.034 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.UbehzxwBma/src/github.com/docker/libnetwork
22:32:54 [2019-09-27T22:32:54.898Z] #50 5.044 Cloning into '/tmp/tmp.UbehzxwBma/src/github.com/docker/libnetwork'...
22:32:55 [2019-09-27T22:32:55.156Z] #50 ...
22:32:55 [2019-09-27T22:32:55.156Z] 
22:32:55 [2019-09-27T22:32:55.156Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:32:55 [2019-09-27T22:32:55.156Z] #24 10.84 + cd /tmp/tmp.AIoP2OTVnc/src/github.com/alecthomas/gometalinter
22:32:55 [2019-09-27T22:32:55.156Z] #24 10.84 + git checkout -q v2.0.6
22:32:55 [2019-09-27T22:32:55.156Z] #24 11.24 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
22:32:55 [2019-09-27T22:32:55.630Z] #38 ...
22:32:55 [2019-09-27T22:32:55.630Z] 
22:32:55 [2019-09-27T22:32:55.630Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:32:55 [2019-09-27T22:32:55.630Z] #58 4.825 Note: Building without ia32 C/R, missed ia32 support in gcc
22:32:55 [2019-09-27T22:32:55.630Z] #58 4.825       That may be related to missing gcc-multilib in your
22:32:55 [2019-09-27T22:32:55.630Z] #58 4.825       distribution or you may have Debian with buggy toolchain
22:32:55 [2019-09-27T22:32:55.630Z] #58 4.825       (issue https://github.com/xemul/criu/issues/315)
22:32:55 [2019-09-27T22:32:55.630Z] #58 7.196 fatal: Not a git repository (or any of the parent directories): .git
22:32:55 [2019-09-27T22:32:55.630Z] #58 7.269   GEN      .gitid
22:32:55 [2019-09-27T22:32:55.630Z] #58 7.322   GEN      criu/include/version.h
22:32:55 [2019-09-27T22:32:55.630Z] #58 7.418   GEN      include/common/asm
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.109   PBCC     images/google/protobuf/descriptor.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.190   PBCC     images/opts.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.247   PBCC     images/sit.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.264   DEP      images/google/protobuf/descriptor.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.332   DEP      images/opts.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.413   DEP      images/sit.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.474   PBCC     images/macvlan.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.522   DEP      images/macvlan.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.550   PBCC     images/autofs.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.597   DEP      images/autofs.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.637   PBCC     images/sysctl.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.653   DEP      images/sysctl.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.699   PBCC     images/time.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.753   DEP      images/time.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.837   PBCC     images/binfmt-misc.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.905   DEP      images/binfmt-misc.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.925   PBCC     images/seccomp.pb-c.c
22:32:55 [2019-09-27T22:32:55.630Z] #58 9.958   DEP      images/seccomp.pb-c.d
22:32:55 [2019-09-27T22:32:55.630Z] #58 10.03   PBCC     images/userns.pb-c.c
22:32:55 [2019-09-27T22:32:55.886Z] #58 10.07   DEP      images/userns.pb-c.d
22:32:55 [2019-09-27T22:32:55.886Z] #58 10.16   PBCC     images/cgroup.pb-c.c
22:32:55 [2019-09-27T22:32:55.886Z] #58 ...
22:32:55 [2019-09-27T22:32:55.886Z] 
22:32:55 [2019-09-27T22:32:55.886Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:32:55 [2019-09-27T22:32:55.886Z] #38 9.179 -- Detecting C compile features - done
22:32:55 [2019-09-27T22:32:55.886Z] #38 9.234 -- Performing Test HAS_BUILTIN_FORTIFY
22:32:56 [2019-09-27T22:32:56.090Z] #24 ...
22:32:56 [2019-09-27T22:32:56.090Z] 
22:32:56 [2019-09-27T22:32:56.090Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
22:32:56 [2019-09-27T22:32:56.090Z] #53 11.89 + mkdir -p /build
22:32:56 [2019-09-27T22:32:56.090Z] #53 11.90 + mv docker/docker /build/
22:32:56 [2019-09-27T22:32:56.090Z] #53 11.91 + rmdir docker
22:32:56 [2019-09-27T22:32:56.090Z] #53 DONE 12.3s
22:32:56 [2019-09-27T22:32:56.090Z] 
22:32:56 [2019-09-27T22:32:56.090Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:32:56 [2019-09-27T22:32:56.090Z] #30 11.97 unicode/utf8
22:32:56 [2019-09-27T22:32:56.090Z] #30 12.37 strconv
22:32:56 [2019-09-27T22:32:56.142Z] #38 9.454 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:32:56 [2019-09-27T22:32:56.142Z] #38 9.562 -- Configuring done
22:32:56 [2019-09-27T22:32:56.398Z] #38 9.587 -- Generating done
22:32:56 [2019-09-27T22:32:56.398Z] #38 9.600 -- Build files have been written to: /tmp/tmp.0MgoWIxDJV/tini
22:32:56 [2019-09-27T22:32:56.398Z] #38 9.607 + make tini-static
22:32:56 [2019-09-27T22:32:56.653Z] #38 9.934 Scanning dependencies of target tini-static
22:32:56 [2019-09-27T22:32:56.909Z] #38 10.02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:32:58 [2019-09-27T22:32:58.272Z] #38 11.35 [100%] Linking C executable tini-static
22:32:58 [2019-09-27T22:32:58.530Z] #38 11.73 [100%] Built target tini-static
22:32:58 [2019-09-27T22:32:58.530Z] #38 11.79 + mkdir -p /build
22:32:58 [2019-09-27T22:32:58.530Z] #38 11.79 + cp tini-static /build/docker-init
22:32:58 [2019-09-27T22:32:58.786Z] #38 DONE 12.1s
22:32:58 [2019-09-27T22:32:58.786Z] 
22:32:58 [2019-09-27T22:32:58.786Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.17   DEP      images/cgroup.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.23   PBCC     images/fown.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.28   PBCC     images/ext-file.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.33   DEP      images/fown.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.40   DEP      images/ext-file.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.44   PBCC     images/rpc.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.49   DEP      images/rpc.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.53   PBCC     images/siginfo.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.57   DEP      images/siginfo.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.62   PBCC     images/pagemap.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.67   DEP      images/pagemap.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.72   PBCC     images/rlimit.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.75   DEP      images/rlimit.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.77   PBCC     images/file-lock.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.82   DEP      images/file-lock.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.89   PBCC     images/tty.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 10.94   DEP      images/tty.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.01   PBCC     images/tun.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.10   PBCC     images/netdev.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.15   DEP      images/tun.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.22   DEP      images/netdev.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.29   PBCC     images/vma.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.34   DEP      images/vma.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.40   PBCC     images/creds.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.44   DEP      images/creds.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.46   PBCC     images/utsns.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.49   DEP      images/utsns.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.54   PBCC     images/ipc-desc.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.56   PBCC     images/ipc-sem.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.61   DEP      images/ipc-desc.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.69   DEP      images/ipc-sem.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.75   PBCC     images/ipc-msg.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.77   DEP      images/ipc-msg.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.80   PBCC     images/ipc-shm.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.84   DEP      images/ipc-shm.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.89   PBCC     images/ipc-var.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 11.91   DEP      images/ipc-var.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.00   PBCC     images/sk-opts.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.04   PBCC     images/packet-sock.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.13   DEP      images/sk-opts.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.19   DEP      images/packet-sock.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.24   PBCC     images/sk-netlink.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.29   DEP      images/sk-netlink.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.34   PBCC     images/sk-inet.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.39   DEP      images/sk-inet.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.45   PBCC     images/sk-unix.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.53   DEP      images/sk-unix.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.58   PBCC     images/mm.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.65   DEP      images/mm.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.72   PBCC     images/timerfd.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.81   DEP      images/timerfd.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.86   PBCC     images/timer.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.89   DEP      images/timer.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 12.94   PBCC     images/sa.pb-c.c
22:32:58 [2019-09-27T22:32:58.786Z] #58 13.02   DEP      images/sa.pb-c.d
22:32:58 [2019-09-27T22:32:58.786Z] #58 13.13   PBCC     images/pipe-data.pb-c.c
22:32:59 [2019-09-27T22:32:59.041Z] #58 13.20   DEP      images/pipe-data.pb-c.d
22:32:59 [2019-09-27T22:32:59.041Z] #58 13.34   PBCC     images/mnt.pb-c.c
22:32:59 [2019-09-27T22:32:59.305Z] #58 13.46   DEP      images/mnt.pb-c.d
22:32:59 [2019-09-27T22:32:59.305Z] #58 13.51   PBCC     images/sk-packet.pb-c.c
22:32:59 [2019-09-27T22:32:59.305Z] #58 13.54   DEP      images/sk-packet.pb-c.d
22:32:59 [2019-09-27T22:32:59.372Z] #30 15.41 internal/race
22:32:59 [2019-09-27T22:32:59.372Z] #30 15.51 sync/atomic
22:32:59 [2019-09-27T22:32:59.372Z] #30 15.71 unicode
22:32:59 [2019-09-27T22:32:59.565Z] #58 13.62   PBCC     images/tcp-stream.pb-c.c
22:32:59 [2019-09-27T22:32:59.566Z] #58 13.67   DEP      images/tcp-stream.pb-c.d
22:32:59 [2019-09-27T22:32:59.566Z] #58 13.82   PBCC     images/pipe.pb-c.c
22:32:59 [2019-09-27T22:32:59.821Z] #58 13.95   DEP      images/pipe.pb-c.d
22:32:59 [2019-09-27T22:32:59.821Z] #58 14.06   PBCC     images/pstree.pb-c.c
22:32:59 [2019-09-27T22:32:59.821Z] #58 14.15   DEP      images/pstree.pb-c.d
22:33:00 [2019-09-27T22:33:00.080Z] #58 14.23   PBCC     images/fs.pb-c.c
22:33:00 [2019-09-27T22:33:00.080Z] #58 14.30   DEP      images/fs.pb-c.d
22:33:00 [2019-09-27T22:33:00.080Z] #58 14.33   PBCC     images/signalfd.pb-c.c
22:33:00 [2019-09-27T22:33:00.080Z] #58 14.35   DEP      images/signalfd.pb-c.d
22:33:00 [2019-09-27T22:33:00.080Z] #58 14.39   PBCC     images/fh.pb-c.c
22:33:00 [2019-09-27T22:33:00.337Z] #58 14.47   PBCC     images/fsnotify.pb-c.c
22:33:00 [2019-09-27T22:33:00.337Z] #58 14.55   DEP      images/fh.pb-c.d
22:33:00 [2019-09-27T22:33:00.337Z] #58 14.62   DEP      images/fsnotify.pb-c.d
22:33:00 [2019-09-27T22:33:00.337Z] #58 14.70   PBCC     images/eventpoll.pb-c.c
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.74   DEP      images/eventpoll.pb-c.d
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.81   PBCC     images/eventfd.pb-c.c
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.82   DEP      images/eventfd.pb-c.d
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.86   PBCC     images/remap-file-path.pb-c.c
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.90   DEP      images/remap-file-path.pb-c.d
22:33:00 [2019-09-27T22:33:00.593Z] #58 14.93   PBCC     images/fifo.pb-c.c
22:33:00 [2019-09-27T22:33:00.849Z] #58 14.97   DEP      images/fifo.pb-c.d
22:33:00 [2019-09-27T22:33:00.849Z] #58 15.00   PBCC     images/ghost-file.pb-c.c
22:33:00 [2019-09-27T22:33:00.849Z] #58 15.04   DEP      images/ghost-file.pb-c.d
22:33:00 [2019-09-27T22:33:00.849Z] #58 15.10   PBCC     images/regfile.pb-c.c
22:33:00 [2019-09-27T22:33:00.849Z] #58 15.16   DEP      images/regfile.pb-c.d
22:33:01 [2019-09-27T22:33:01.105Z] #58 15.21   PBCC     images/ns.pb-c.c
22:33:01 [2019-09-27T22:33:01.105Z] #58 15.24   DEP      images/ns.pb-c.d
22:33:01 [2019-09-27T22:33:01.105Z] #58 15.30   PBCC     images/fdinfo.pb-c.c
22:33:01 [2019-09-27T22:33:01.105Z] #58 15.41   DEP      images/fdinfo.pb-c.d
22:33:01 [2019-09-27T22:33:01.271Z] #30 ...
22:33:01 [2019-09-27T22:33:01.271Z] 
22:33:01 [2019-09-27T22:33:01.271Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:33:01 [2019-09-27T22:33:01.271Z] #50 16.76 + cd /tmp/tmp.UbehzxwBma/src/github.com/docker/libnetwork
22:33:01 [2019-09-27T22:33:01.271Z] #50 16.76 + git checkout -q 55685ba49593e67f5e1c8180539379b16736c25e
22:33:01 [2019-09-27T22:33:01.361Z] #58 15.50   PBCC     images/core-aarch64.pb-c.c
22:33:01 [2019-09-27T22:33:01.361Z] #58 15.57   PBCC     images/core-arm.pb-c.c
22:33:01 [2019-09-27T22:33:01.361Z] #58 15.58   PBCC     images/core-ppc64.pb-c.c
22:33:01 [2019-09-27T22:33:01.361Z] #58 15.65   PBCC     images/core-s390.pb-c.c
22:33:01 [2019-09-27T22:33:01.617Z] #58 15.75   PBCC     images/core-x86.pb-c.c
22:33:01 [2019-09-27T22:33:01.617Z] #58 15.77   PBCC     images/core.pb-c.c
22:33:01 [2019-09-27T22:33:01.617Z] #58 15.89   PBCC     images/inventory.pb-c.c
22:33:01 [2019-09-27T22:33:01.617Z] #58 15.93   DEP      images/core-aarch64.pb-c.d
22:33:01 [2019-09-27T22:33:01.617Z] #58 15.98   DEP      images/core-arm.pb-c.d
22:33:01 [2019-09-27T22:33:01.873Z] #58 16.08   DEP      images/core-ppc64.pb-c.d
22:33:01 [2019-09-27T22:33:01.873Z] #58 16.15   DEP      images/core-s390.pb-c.d
22:33:01 [2019-09-27T22:33:01.873Z] #58 16.22   DEP      images/core-x86.pb-c.d
22:33:02 [2019-09-27T22:33:02.129Z] #58 16.29   DEP      images/core.pb-c.d
22:33:02 [2019-09-27T22:33:02.129Z] #58 16.36   DEP      images/inventory.pb-c.d
22:33:02 [2019-09-27T22:33:02.129Z] #58 16.44   PBCC     images/cpuinfo.pb-c.c
22:33:02 [2019-09-27T22:33:02.129Z] #58 16.45   DEP      images/cpuinfo.pb-c.d
22:33:02 [2019-09-27T22:33:02.206Z] #50 17.77 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:33:02 [2019-09-27T22:33:02.384Z] #58 16.55   PBCC     images/stats.pb-c.c
22:33:02 [2019-09-27T22:33:02.384Z] #58 16.55   DEP      images/stats.pb-c.d
22:33:02 [2019-09-27T22:33:02.644Z] #58 ...
22:33:02 [2019-09-27T22:33:02.644Z] 
22:33:02 [2019-09-27T22:33:02.644Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:02 [2019-09-27T22:33:02.644Z] #33 64.29 path
22:33:02 [2019-09-27T22:33:02.644Z] #33 65.22 regexp/syntax
22:33:02 [2019-09-27T22:33:02.644Z] #33 65.35 internal/poll
22:33:02 [2019-09-27T22:33:02.644Z] #33 67.69 os
22:33:02 [2019-09-27T22:33:02.644Z] #33 70.22 regexp
22:33:02 [2019-09-27T22:33:02.644Z] #33 72.11 fmt
22:33:02 [2019-09-27T22:33:02.644Z] #33 74.16 path/filepath
22:33:02 [2019-09-27T22:33:02.900Z] #33 ...
22:33:02 [2019-09-27T22:33:02.900Z] 
22:33:02 [2019-09-27T22:33:02.900Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:33:02 [2019-09-27T22:33:02.900Z] #47 31.45 + cd /tmp/tmp.oyfsl1bNRW/src/github.com/containerd/containerd
22:33:02 [2019-09-27T22:33:02.900Z] #47 31.45 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + export 'BUILDTAGS=netgo osusergo static_build'
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + BUILDTAGS='netgo osusergo static_build'
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + export EXTRA_FLAGS=-buildmode=pie
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + EXTRA_FLAGS=-buildmode=pie
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + '[' '' = dynamic ']'
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.37 + make
22:33:02 [2019-09-27T22:33:02.900Z] #47 33.93 🇩 bin/ctr
22:33:03 [2019-09-27T22:33:03.462Z] #47 ...
22:33:03 [2019-09-27T22:33:03.462Z] 
22:33:03 [2019-09-27T22:33:03.462Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:03 [2019-09-27T22:33:03.462Z] #13 6.673 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
22:33:03 [2019-09-27T22:33:03.462Z] #13 8.081 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
22:33:03 [2019-09-27T22:33:03.462Z] #13 8.651 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
22:33:03 [2019-09-27T22:33:03.462Z] #13 ...
22:33:03 [2019-09-27T22:33:03.462Z] 
22:33:03 [2019-09-27T22:33:03.462Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:03 [2019-09-27T22:33:03.462Z] #30 65.53 path/filepath
22:33:03 [2019-09-27T22:33:03.462Z] #30 67.26 io/ioutil
22:33:03 [2019-09-27T22:33:03.462Z] #30 67.62 flag
22:33:03 [2019-09-27T22:33:03.462Z] #30 67.95 github.com/BurntSushi/toml
22:33:03 [2019-09-27T22:33:03.462Z] #30 69.23 log
22:33:03 [2019-09-27T22:33:03.462Z] #30 69.83 path
22:33:03 [2019-09-27T22:33:03.462Z] #30 70.61 text/tabwriter
22:33:03 [2019-09-27T22:33:03.462Z] #30 73.32 github.com/BurntSushi/toml/cmd/tomlv
22:33:03 [2019-09-27T22:33:03.719Z] #30 ...
22:33:03 [2019-09-27T22:33:03.719Z] 
22:33:03 [2019-09-27T22:33:03.719Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:03 [2019-09-27T22:33:03.719Z] #58 17.94 make[1]: Nothing to be done for 'all'.
22:33:05 [2019-09-27T22:33:05.085Z] #58 19.24   CC       images/stats.o
22:33:05 [2019-09-27T22:33:05.341Z] #58 19.59   CC       images/core.o
22:33:05 [2019-09-27T22:33:05.486Z] #50 ...
22:33:05 [2019-09-27T22:33:05.486Z] 
22:33:05 [2019-09-27T22:33:05.486Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:05 [2019-09-27T22:33:05.486Z] #33 11.37 unicode/utf8
22:33:05 [2019-09-27T22:33:05.486Z] #33 11.76 math/bits
22:33:05 [2019-09-27T22:33:05.486Z] #33 12.38 math
22:33:05 [2019-09-27T22:33:05.486Z] #33 16.76 strconv
22:33:05 [2019-09-27T22:33:05.486Z] #33 19.17 internal/testlog
22:33:05 [2019-09-27T22:33:05.486Z] #33 19.37 encoding
22:33:05 [2019-09-27T22:33:05.486Z] #33 19.46 unicode/utf16
22:33:05 [2019-09-27T22:33:05.486Z] #33 19.66 container/list
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.18 crypto/internal/subtle
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.25 crypto/subtle
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.42 crypto/rc4
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.74 internal/x/crypto/cryptobyte/asn1
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.87 internal/nettrace
22:33:05 [2019-09-27T22:33:05.486Z] #33 20.96 internal/x/net/dns/dnsmessage
22:33:05 [2019-09-27T22:33:05.601Z] #58 ...
22:33:05 [2019-09-27T22:33:05.601Z] 
22:33:05 [2019-09-27T22:33:05.601Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:05 [2019-09-27T22:33:05.601Z] #30 DONE 77.3s
22:33:05 [2019-09-27T22:33:05.743Z] #33 ...
22:33:05 [2019-09-27T22:33:05.743Z] 
22:33:05 [2019-09-27T22:33:05.743Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:33:05 [2019-09-27T22:33:05.743Z] #55 14.61 + cd /tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution
22:33:05 [2019-09-27T22:33:05.743Z] #55 14.61 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:33:05 [2019-09-27T22:33:05.743Z] #55 16.13 + GOPATH=/tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Z7TeEsmhH6 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:33:05 [2019-09-27T22:33:05.858Z] 
22:33:05 [2019-09-27T22:33:05.858Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:05 [2019-09-27T22:33:05.858Z] #33 75.77 io/ioutil
22:33:05 [2019-09-27T22:33:05.858Z] #33 75.86 flag
22:33:05 [2019-09-27T22:33:05.858Z] #33 76.41 go/token
22:33:05 [2019-09-27T22:33:05.858Z] #33 76.96 go/scanner
22:33:05 [2019-09-27T22:33:05.858Z] #33 77.42 net/url
22:33:07 [2019-09-27T22:33:07.122Z] #55 ...
22:33:07 [2019-09-27T22:33:07.122Z] 
22:33:07 [2019-09-27T22:33:07.122Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:33:07 [2019-09-27T22:33:07.122Z] #42 12.48 + cd /tmp/tmp.efrhv6OvVk/src/github.com/opencontainers/runc
22:33:07 [2019-09-27T22:33:07.122Z] #42 12.48 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657
22:33:07 [2019-09-27T22:33:07.122Z] #42 12.79 + '[' -z '' ']'
22:33:07 [2019-09-27T22:33:07.122Z] #42 12.79 + target=static
22:33:07 [2019-09-27T22:33:07.122Z] #42 12.79 + make 'BUILDTAGS=seccomp apparmor selinux ' static
22:33:07 [2019-09-27T22:33:07.122Z] #42 14.38 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc .
22:33:07 [2019-09-27T22:33:07.122Z] #42 ...
22:33:07 [2019-09-27T22:33:07.122Z] 
22:33:07 [2019-09-27T22:33:07.122Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:07 [2019-09-27T22:33:07.122Z] #30 17.94 internal/testlog
22:33:07 [2019-09-27T22:33:07.122Z] #30 18.30 encoding
22:33:07 [2019-09-27T22:33:07.122Z] #30 18.46 runtime/cgo
22:33:07 [2019-09-27T22:33:07.225Z] #33 78.63 go/ast
22:33:07 [2019-09-27T22:33:07.789Z] #33 79.54 text/template/parse
22:33:08 [2019-09-27T22:33:08.498Z] #30 ...
22:33:08 [2019-09-27T22:33:08.498Z] 
22:33:08 [2019-09-27T22:33:08.498Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:08 [2019-09-27T22:33:08.498Z] #33 24.31 runtime/cgo
22:33:09 [2019-09-27T22:33:09.872Z] #33 ...
22:33:09 [2019-09-27T22:33:09.872Z] 
22:33:09 [2019-09-27T22:33:09.872Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:09 [2019-09-27T22:33:09.872Z] #35 16.24 Fetched 7918 kB in 13s (607 kB/s)
22:33:09 [2019-09-27T22:33:09.872Z] #35 16.24 Reading package lists...
22:33:10 [2019-09-27T22:33:10.131Z] #35 21.49 Reading package lists...
22:33:10 [2019-09-27T22:33:10.131Z] #35 ...
22:33:10 [2019-09-27T22:33:10.131Z] 
22:33:10 [2019-09-27T22:33:10.131Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:10 [2019-09-27T22:33:10.131Z] #57 17.79 Fetched 7918 kB in 13s (586 kB/s)
22:33:10 [2019-09-27T22:33:10.131Z] #57 17.79 Reading package lists...
22:33:10 [2019-09-27T22:33:10.389Z] #57 22.80 Reading package lists...
22:33:10 [2019-09-27T22:33:10.389Z] #57 ...
22:33:10 [2019-09-27T22:33:10.389Z] 
22:33:10 [2019-09-27T22:33:10.389Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:33:10 [2019-09-27T22:33:10.389Z] #44 16.78 Fetched 7918 kB in 12s (615 kB/s)
22:33:10 [2019-09-27T22:33:10.389Z] #44 16.78 Reading package lists...
22:33:10 [2019-09-27T22:33:10.647Z] #44 21.82 Reading package lists...
22:33:10 [2019-09-27T22:33:10.647Z] #44 ...
22:33:10 [2019-09-27T22:33:10.647Z] 
22:33:10 [2019-09-27T22:33:10.647Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:10 [2019-09-27T22:33:10.647Z] #35 21.49 Reading package lists...
22:33:11 [2019-09-27T22:33:11.061Z] #33 ...
22:33:11 [2019-09-27T22:33:11.061Z] 
22:33:11 [2019-09-27T22:33:11.061Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:11 [2019-09-27T22:33:11.061Z] #58 20.54   CC       images/core-x86.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 21.41   CC       images/core-arm.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 21.83   CC       images/core-aarch64.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 22.15   CC       images/core-ppc64.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 22.80   CC       images/core-s390.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 23.45   CC       images/cpuinfo.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 23.92   CC       images/inventory.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 24.16   CC       images/fdinfo.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 24.55   CC       images/fown.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 24.73   CC       images/ns.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 24.87   CC       images/regfile.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 25.01   CC       images/ghost-file.o
22:33:11 [2019-09-27T22:33:11.061Z] #58 25.29   CC       images/fifo.o
22:33:11 [2019-09-27T22:33:11.318Z] #58 25.51   CC       images/remap-file-path.o
22:33:11 [2019-09-27T22:33:11.574Z] #58 25.78   CC       images/eventfd.o
22:33:11 [2019-09-27T22:33:11.830Z] #58 25.96   CC       images/eventpoll.o
22:33:12 [2019-09-27T22:33:12.022Z] #35 27.09 Building dependency tree...
22:33:12 [2019-09-27T22:33:12.022Z] #35 28.07 Reading state information...
22:33:12 [2019-09-27T22:33:12.087Z] #58 26.25   CC       images/fh.o
22:33:12 [2019-09-27T22:33:12.344Z] #58 26.60   CC       images/fsnotify.o
22:33:12 [2019-09-27T22:33:12.906Z] #58 27.10   CC       images/signalfd.o
22:33:12 [2019-09-27T22:33:12.906Z] #58 27.32   CC       images/fs.o
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.21 The following additional packages will be installed:
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.22   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.23 Suggested packages:
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.23   codeblocks eclipse ninja-build lrzip
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.23 Recommended packages:
22:33:12 [2019-09-27T22:33:12.956Z] #35 29.23   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:33:13 [2019-09-27T22:33:13.163Z] #58 27.58   CC       images/pstree.o
22:33:13 [2019-09-27T22:33:13.522Z] #35 29.77 The following NEW packages will be installed:
22:33:13 [2019-09-27T22:33:13.522Z] #35 29.77   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
22:33:13 [2019-09-27T22:33:13.522Z] #35 29.77   vim-common xxd
22:33:13 [2019-09-27T22:33:13.725Z] #58 27.77   CC       images/pipe.o
22:33:13 [2019-09-27T22:33:13.725Z] #58 28.00   CC       images/tcp-stream.o
22:33:13 [2019-09-27T22:33:13.981Z] #58 28.27   CC       images/sk-packet.o
22:33:14 [2019-09-27T22:33:14.456Z] #35 30.88 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded.
22:33:14 [2019-09-27T22:33:14.456Z] #35 30.88 Need to get 13.7 MB of archives.
22:33:14 [2019-09-27T22:33:14.456Z] #35 30.88 After this operation, 57.2 MB of additional disk space will be used.
22:33:14 [2019-09-27T22:33:14.456Z] #35 30.88 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
22:33:14 [2019-09-27T22:33:14.543Z] #58 28.59   CC       images/mnt.o
22:33:14 [2019-09-27T22:33:14.543Z] #58 ...
22:33:14 [2019-09-27T22:33:14.543Z] 
22:33:14 [2019-09-27T22:33:14.543Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:14 [2019-09-27T22:33:14.543Z] #13 17.74 Fetched 7918 kB in 14s (553 kB/s)
22:33:14 [2019-09-27T22:33:14.543Z] #13 17.74 Reading package lists...
22:33:14 [2019-09-27T22:33:14.543Z] #13 22.87 Reading package lists...
22:33:14 [2019-09-27T22:33:14.543Z] #13 27.05 Building dependency tree...
22:33:14 [2019-09-27T22:33:14.543Z] #13 27.80 Reading state information...
22:33:14 [2019-09-27T22:33:14.714Z] #35 ...
22:33:14 [2019-09-27T22:33:14.714Z] 
22:33:14 [2019-09-27T22:33:14.714Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
22:33:14 [2019-09-27T22:33:14.714Z] #50 DONE 30.4s
22:33:14 [2019-09-27T22:33:14.714Z] 
22:33:14 [2019-09-27T22:33:14.714Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:14 [2019-09-27T22:33:14.714Z] #35 31.08 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:33:14 [2019-09-27T22:33:14.714Z] #35 31.08 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
22:33:14 [2019-09-27T22:33:14.798Z] #13 ...
22:33:14 [2019-09-27T22:33:14.798Z] 
22:33:14 [2019-09-27T22:33:14.798Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:14 [2019-09-27T22:33:14.798Z] #58 28.88   CC       images/pipe-data.o
22:33:14 [2019-09-27T22:33:14.798Z] #58 29.10   CC       images/sa.o
22:33:15 [2019-09-27T22:33:15.054Z] #58 29.33   CC       images/timer.o
22:33:15 [2019-09-27T22:33:15.616Z] #58 29.67   CC       images/timerfd.o
22:33:15 [2019-09-27T22:33:15.616Z] #58 29.89   CC       images/mm.o
22:33:15 [2019-09-27T22:33:15.647Z] #35 32.02 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
22:33:15 [2019-09-27T22:33:15.647Z] #35 32.07 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
22:33:15 [2019-09-27T22:33:15.647Z] #35 32.10 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:33:15 [2019-09-27T22:33:15.647Z] #35 32.11 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
22:33:15 [2019-09-27T22:33:15.648Z] #35 32.12 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
22:33:15 [2019-09-27T22:33:15.873Z] #58 30.18   CC       images/sk-opts.o
22:33:15 [2019-09-27T22:33:15.905Z] #35 32.29 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
22:33:15 [2019-09-27T22:33:15.905Z] #35 32.30 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
22:33:16 [2019-09-27T22:33:16.129Z] #58 30.33   CC       images/sk-unix.o
22:33:16 [2019-09-27T22:33:16.385Z] #58 30.64   CC       images/sk-inet.o
22:33:16 [2019-09-27T22:33:16.839Z] #35 33.02 debconf: delaying package configuration, since apt-utils is not installed
22:33:16 [2019-09-27T22:33:16.839Z] #35 33.19 Fetched 13.7 MB in 2s (5558 kB/s)
22:33:16 [2019-09-27T22:33:16.839Z] #35 33.30 Selecting previously unselected package cmake-data.
22:33:16 [2019-09-27T22:33:16.947Z] #58 30.98   CC       images/tun.o
22:33:16 [2019-09-27T22:33:16.947Z] #58 31.30   CC       images/sk-netlink.o
22:33:17 [2019-09-27T22:33:17.097Z] #35 33.30 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:33:17 [2019-09-27T22:33:17.097Z] #35 33.35 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
22:33:17 [2019-09-27T22:33:17.097Z] #35 33.36 Unpacking cmake-data (3.7.2-1) ...
22:33:17 [2019-09-27T22:33:17.355Z] #35 ...
22:33:17 [2019-09-27T22:33:17.355Z] 
22:33:17 [2019-09-27T22:33:17.356Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
22:33:17 [2019-09-27T22:33:17.356Z] #44 21.82 Reading package lists...
22:33:17 [2019-09-27T22:33:17.356Z] #44 27.29 Building dependency tree...
22:33:17 [2019-09-27T22:33:17.356Z] #44 28.32 Reading state information...
22:33:17 [2019-09-27T22:33:17.356Z] #44 29.48 The following additional packages will be installed:
22:33:17 [2019-09-27T22:33:17.356Z] #44 29.49   btrfs-progs liblzo2-2
22:33:17 [2019-09-27T22:33:17.356Z] #44 29.71 The following NEW packages will be installed:
22:33:17 [2019-09-27T22:33:17.356Z] #44 29.73   btrfs-progs btrfs-tools liblzo2-2
22:33:17 [2019-09-27T22:33:17.356Z] #44 30.90 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
22:33:17 [2019-09-27T22:33:17.356Z] #44 30.90 Need to get 649 kB of archives.
22:33:17 [2019-09-27T22:33:17.356Z] #44 30.90 After this operation, 4320 kB of additional disk space will be used.
22:33:17 [2019-09-27T22:33:17.356Z] #44 30.90 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:33:17 [2019-09-27T22:33:17.356Z] #44 30.91 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
22:33:17 [2019-09-27T22:33:17.356Z] #44 31.00 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.19 debconf: delaying package configuration, since apt-utils is not installed
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.33 Fetched 649 kB in 1s (574 kB/s)
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.40 Selecting previously unselected package liblzo2-2:amd64.
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.44 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.46 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.58 Selecting previously unselected package btrfs-progs.
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.59 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 32.59 Unpacking btrfs-progs (4.7.3-1) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.20 Selecting previously unselected package btrfs-tools.
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.20 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.21 Unpacking btrfs-tools (4.7.3-1) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.30 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.37 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.39 Setting up btrfs-progs (4.7.3-1) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.42 Setting up btrfs-tools (4.7.3-1) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 33.44 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:17 [2019-09-27T22:33:17.356Z] #44 DONE 33.6s
22:33:17 [2019-09-27T22:33:17.356Z] 
22:33:17 [2019-09-27T22:33:17.356Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
22:33:17 [2019-09-27T22:33:17.356Z] #45 DONE 0.1s
22:33:17 [2019-09-27T22:33:17.356Z] 
22:33:17 [2019-09-27T22:33:17.356Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
22:33:17 [2019-09-27T22:33:17.356Z] #46 DONE 0.1s
22:33:17 [2019-09-27T22:33:17.356Z] 
22:33:17 [2019-09-27T22:33:17.356Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:33:17 [2019-09-27T22:33:17.510Z] #58 31.60   CC       images/packet-sock.o
22:33:17 [2019-09-27T22:33:17.510Z] #58 31.91   CC       images/ipc-var.o
22:33:18 [2019-09-27T22:33:18.072Z] #58 32.07   CC       images/ipc-desc.o
22:33:18 [2019-09-27T22:33:18.328Z] #58 32.37   CC       images/ipc-shm.o
22:33:18 [2019-09-27T22:33:18.328Z] #58 32.57   CC       images/ipc-msg.o
22:33:18 [2019-09-27T22:33:18.584Z] #58 32.87   CC       images/ipc-sem.o
22:33:18 [2019-09-27T22:33:18.840Z] #58 33.09   CC       images/utsns.o
22:33:18 [2019-09-27T22:33:18.840Z] #58 33.23   CC       images/creds.o
22:33:19 [2019-09-27T22:33:19.404Z] #58 33.47   CC       images/vma.o
22:33:19 [2019-09-27T22:33:19.404Z] #58 33.70   CC       images/netdev.o
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.431 + RM_GOPATH=0
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.431 + TMP_GOPATH=
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.431 + : /build
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.431 + '[' -z '' ']'
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.437 ++ mktemp -d
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.441 + export GOPATH=/tmp/tmp.HqjhcoMWW1
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.441 + GOPATH=/tmp/tmp.HqjhcoMWW1
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.441 + RM_GOPATH=1
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.441 ++ dirname ./install.sh
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + dir=.
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + bin=containerd
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + shift
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + '[' '!' -f ./containerd.installer ']'
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + . ./containerd.installer
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + install_containerd
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339'
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HqjhcoMWW1/src/github.com/containerd/containerd
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.442 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339
22:33:19 [2019-09-27T22:33:19.885Z] #47 2.459 Cloning into '/tmp/tmp.HqjhcoMWW1/src/github.com/containerd/containerd'...
22:33:19 [2019-09-27T22:33:19.966Z] #58 34.01   CC       images/tty.o
22:33:20 [2019-09-27T22:33:20.528Z] #58 34.58   CC       images/file-lock.o
22:33:20 [2019-09-27T22:33:20.528Z] #58 34.85   CC       images/rlimit.o
22:33:20 [2019-09-27T22:33:20.784Z] #58 35.01   CC       images/pagemap.o
22:33:21 [2019-09-27T22:33:21.040Z] #58 35.27   CC       images/siginfo.o
22:33:21 [2019-09-27T22:33:21.040Z] #58 ...
22:33:21 [2019-09-27T22:33:21.040Z] 
22:33:21 [2019-09-27T22:33:21.040Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:21 [2019-09-27T22:33:21.040Z] #33 82.67 go/parser
22:33:21 [2019-09-27T22:33:21.040Z] #33 83.38 text/template
22:33:21 [2019-09-27T22:33:21.040Z] #33 86.19 log
22:33:21 [2019-09-27T22:33:21.040Z] #33 86.66 encoding/binary
22:33:21 [2019-09-27T22:33:21.040Z] #33 88.01 encoding/base64
22:33:21 [2019-09-27T22:33:21.040Z] #33 88.60 go/doc
22:33:21 [2019-09-27T22:33:21.040Z] #33 88.64 encoding/json
22:33:21 [2019-09-27T22:33:21.040Z] #33 92.00 github.com/LK4D4/vndr/build
22:33:21 [2019-09-27T22:33:21.296Z] #33 ...
22:33:21 [2019-09-27T22:33:21.296Z] 
22:33:21 [2019-09-27T22:33:21.296Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.49 The following additional packages will be installed:
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.50   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.50   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.51 Suggested packages:
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   vim-doc vim-scripts xfsdump acl attr quota
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52 Recommended packages:
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
22:33:21 [2019-09-27T22:33:21.296Z] #13 28.52   python3-keyrings.alt python3-xdg unzip
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.22 The following NEW packages will be installed:
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.22   apparmor aufs-tools bash-completion binutils-mingw-w64
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.22   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.22   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libnetfilter-conntrack3 libnfnetlink0 libonig4 libpcre16-3 libpcre3-dev
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libpcre32-3 libpcrecpp0v5 libpython3-stdlib libpython3.5-minimal
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libpython3.5-stdlib libreadline5 libselinux1-dev libsepol1-dev
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   libsystemd-dev libudev-dev libxtables12 mingw-w64-common
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
22:33:21 [2019-09-27T22:33:21.296Z] #13 32.24   xfsprogs xxd xz-utils zip
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.44 0 upgraded, 66 newly installed, 0 to remove and 7 not upgraded.
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.44 Need to get 90.8 MB of archives.
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.44 After this operation, 541 MB of additional disk space will be used.
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.44 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.45 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.45 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.45 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.47 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.52 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.69 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.69 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.70 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.83 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.86 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.86 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.86 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.86 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.87 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.87 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.88 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.88 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.89 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.89 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.91 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.91 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.93 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.93 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.94 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
22:33:21 [2019-09-27T22:33:21.296Z] #13 33.96 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 33.97 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 33.97 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.01 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.02 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.03 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.03 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.05 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.05 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.06 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.06 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.07 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.07 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.09 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.11 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.13 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.17 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.18 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.19 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.19 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.35 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.38 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.47 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.49 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.50 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.51 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.52 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
22:33:21 [2019-09-27T22:33:21.297Z] #13 34.53 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
22:33:21 [2019-09-27T22:33:21.605Z] #13 34.88 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #47 ...
22:33:21 [2019-09-27T22:33:21.785Z] 
22:33:21 [2019-09-27T22:33:21.785Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:21 [2019-09-27T22:33:21.785Z] #57 22.80 Reading package lists...
22:33:21 [2019-09-27T22:33:21.785Z] #57 28.12 Building dependency tree...
22:33:21 [2019-09-27T22:33:21.785Z] #57 29.11 Reading state information...
22:33:21 [2019-09-27T22:33:21.785Z] #57 30.18 The following additional packages will be installed:
22:33:21 [2019-09-27T22:33:21.785Z] #57 30.18   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
22:33:21 [2019-09-27T22:33:21.785Z] #57 30.18   libprotoc10 python-pkg-resources zlib1g-dev
22:33:21 [2019-09-27T22:33:21.785Z] #57 30.19 Suggested packages:
22:33:21 [2019-09-27T22:33:21.785Z] #57 30.19   manpages-dev python-setuptools
22:33:21 [2019-09-27T22:33:21.785Z] #57 31.57 The following NEW packages will be installed:
22:33:21 [2019-09-27T22:33:21.785Z] #57 31.57   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
22:33:21 [2019-09-27T22:33:21.785Z] #57 31.58   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
22:33:21 [2019-09-27T22:33:21.785Z] #57 31.58   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
22:33:21 [2019-09-27T22:33:21.785Z] #57 31.58   zlib1g-dev
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded.
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 Need to get 3602 kB of archives.
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 After this operation, 18.9 MB of additional disk space will be used.
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.80 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.82 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.82 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.83 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.84 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.85 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.92 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 32.94 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 33.03 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 33.07 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 33.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 33.08 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 33.10 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.15 debconf: delaying package configuration, since apt-utils is not installed
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.27 Fetched 3602 kB in 1s (2654 kB/s)
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.36 Selecting previously unselected package libnet1:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.40 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.54 Selecting previously unselected package libcap-dev:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.55 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.56 Unpacking libcap-dev:amd64 (1:2.25-1) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.71 Selecting previously unselected package libnet1-dev.
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.71 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.93 Selecting previously unselected package libnl-3-200:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.94 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 34.95 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.10 Selecting previously unselected package libnl-3-dev:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.10 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.11 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.35 Selecting previously unselected package libprotobuf-c1:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.36 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.36 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.43 Selecting previously unselected package libprotobuf-c-dev:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.43 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.44 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.51 Selecting previously unselected package zlib1g-dev:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.51 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.52 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.72 Selecting previously unselected package libprotobuf10:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.72 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 35.73 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.28 Selecting previously unselected package libprotobuf-lite10:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.30 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.31 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.49 Selecting previously unselected package libprotobuf-dev:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.50 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 36.50 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.35 Selecting previously unselected package libprotoc10:amd64.
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.36 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.36 Unpacking libprotoc10:amd64 (3.0.0-9) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.82 Selecting previously unselected package protobuf-c-compiler.
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.85 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 37.85 Unpacking protobuf-c-compiler (1.2.1-2) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.01 Selecting previously unselected package protobuf-compiler.
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.03 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.04 Unpacking protobuf-compiler (3.0.0-9) ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.18 Selecting previously unselected package python-pkg-resources.
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.18 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
22:33:21 [2019-09-27T22:33:21.785Z] #57 38.19 Unpacking python-pkg-resources (33.1.1-1) ...
22:33:21 [2019-09-27T22:33:21.861Z] #13 34.94 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
22:33:21 [2019-09-27T22:33:21.861Z] #13 35.04 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:33:21 [2019-09-27T22:33:21.861Z] #13 35.07 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
22:33:21 [2019-09-27T22:33:21.861Z] #13 35.08 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
22:33:21 [2019-09-27T22:33:21.861Z] #13 35.11 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB]
22:33:22 [2019-09-27T22:33:22.043Z] #57 38.34 Selecting previously unselected package python-protobuf.
22:33:22 [2019-09-27T22:33:22.043Z] #57 38.34 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
22:33:22 [2019-09-27T22:33:22.043Z] #57 38.34 Unpacking python-protobuf (3.0.0-9) ...
22:33:22 [2019-09-27T22:33:22.043Z] #57 ...
22:33:22 [2019-09-27T22:33:22.043Z] 
22:33:22 [2019-09-27T22:33:22.043Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:33:22 [2019-09-27T22:33:22.043Z] #27 28.50 + cd /tmp/tmp.DIgvTzMton/src/gotest.tools/gotestsum
22:33:22 [2019-09-27T22:33:22.043Z] #27 28.50 + git checkout -q v0.3.5
22:33:22 [2019-09-27T22:33:22.043Z] #27 28.51 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
22:33:22 [2019-09-27T22:33:22.121Z] #13 35.35 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB]
22:33:22 [2019-09-27T22:33:22.338Z] #27 ...
22:33:22 [2019-09-27T22:33:22.338Z] 
22:33:22 [2019-09-27T22:33:22.338Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.66 Selecting previously unselected package liblzo2-2:amd64.
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.66 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.67 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.78 Selecting previously unselected package libicu57:amd64.
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.78 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ...
22:33:22 [2019-09-27T22:33:22.338Z] #35 35.79 Unpacking libicu57:amd64 (57.1-6+deb9u3) ...
22:33:22 [2019-09-27T22:33:22.384Z] #13 35.50 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
22:33:22 [2019-09-27T22:33:22.384Z] #13 35.53 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
22:33:22 [2019-09-27T22:33:22.945Z] #13 35.94 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
22:33:22 [2019-09-27T22:33:22.945Z] #13 36.18 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB]
22:33:22 [2019-09-27T22:33:22.945Z] #13 36.19 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB]
22:33:24 [2019-09-27T22:33:24.239Z] #35 40.57 Selecting previously unselected package libxml2:amd64.
22:33:24 [2019-09-27T22:33:24.239Z] #35 40.57 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
22:33:24 [2019-09-27T22:33:24.239Z] #35 40.58 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
22:33:24 [2019-09-27T22:33:24.805Z] #35 41.25 Selecting previously unselected package libarchive13:amd64.
22:33:24 [2019-09-27T22:33:24.805Z] #35 41.25 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
22:33:24 [2019-09-27T22:33:24.805Z] #35 41.26 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.56 Selecting previously unselected package libjsoncpp1:amd64.
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.56 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.57 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.72 Selecting previously unselected package libuv1:amd64.
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.72 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
22:33:25 [2019-09-27T22:33:25.371Z] #35 41.72 Unpacking libuv1:amd64 (1.9.1-3) ...
22:33:25 [2019-09-27T22:33:25.463Z] #13 38.59 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB]
22:33:25 [2019-09-27T22:33:25.630Z] #35 41.86 Selecting previously unselected package cmake.
22:33:25 [2019-09-27T22:33:25.630Z] #35 41.87 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
22:33:25 [2019-09-27T22:33:25.630Z] #35 41.97 Unpacking cmake (3.7.2-1) ...
22:33:26 [2019-09-27T22:33:26.564Z] #35 ...
22:33:26 [2019-09-27T22:33:26.564Z] 
22:33:26 [2019-09-27T22:33:26.564Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:26 [2019-09-27T22:33:26.564Z] #33 32.22 internal/x/crypto/curve25519
22:33:26 [2019-09-27T22:33:26.564Z] #33 35.59 sync
22:33:26 [2019-09-27T22:33:26.564Z] #33 36.08 reflect
22:33:26 [2019-09-27T22:33:26.564Z] #33 36.08 io
22:33:26 [2019-09-27T22:33:26.564Z] #33 36.98 bytes
22:33:26 [2019-09-27T22:33:26.564Z] #33 38.08 bufio
22:33:26 [2019-09-27T22:33:26.564Z] #33 39.46 syscall
22:33:26 [2019-09-27T22:33:26.564Z] #33 ...
22:33:26 [2019-09-27T22:33:26.564Z] 
22:33:26 [2019-09-27T22:33:26.564Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:26 [2019-09-27T22:33:26.564Z] #30 32.90 sync
22:33:26 [2019-09-27T22:33:26.564Z] #30 33.46 io
22:33:26 [2019-09-27T22:33:26.564Z] #30 33.48 reflect
22:33:26 [2019-09-27T22:33:26.564Z] #30 34.83 syscall
22:33:26 [2019-09-27T22:33:26.564Z] #30 40.91 time
22:33:26 [2019-09-27T22:33:26.564Z] #30 ...
22:33:26 [2019-09-27T22:33:26.564Z] 
22:33:26 [2019-09-27T22:33:26.564Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:26 [2019-09-27T22:33:26.564Z] #57 38.75 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 38.82 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 38.83 Setting up python-pkg-resources (33.1.1-1) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 42.17 Setting up libnet1-dev (1.1.6+dfsg-3) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 42.18 Setting up libprotobuf10:amd64 (3.0.0-9) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 42.21 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:26 [2019-09-27T22:33:26.564Z] #57 42.23 Setting up python-protobuf (3.0.0-9) ...
22:33:27 [2019-09-27T22:33:27.939Z] #57 ...
22:33:27 [2019-09-27T22:33:27.939Z] 
22:33:27 [2019-09-27T22:33:27.939Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:27 [2019-09-27T22:33:27.939Z] #30 44.09 sort
22:33:27 [2019-09-27T22:33:27.978Z] #13 40.93 debconf: delaying package configuration, since apt-utils is not installed
22:33:27 [2019-09-27T22:33:27.978Z] #13 41.10 Fetched 90.8 MB in 7s (11.7 MB/s)
22:33:27 [2019-09-27T22:33:27.978Z] #13 41.18 Selecting previously unselected package bash-completion.
22:33:27 [2019-09-27T22:33:27.978Z] #13 41.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15161 files and directories currently installed.)
22:33:27 [2019-09-27T22:33:27.978Z] #13 41.25 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ...
22:33:28 [2019-09-27T22:33:28.874Z] #30 45.12 internal/fmtsort
22:33:28 [2019-09-27T22:33:28.874Z] #30 45.24 internal/poll
22:33:29 [2019-09-27T22:33:29.132Z] #30 45.66 internal/syscall/unix
22:33:29 [2019-09-27T22:33:29.390Z] #30 ...
22:33:29 [2019-09-27T22:33:29.390Z] 
22:33:29 [2019-09-27T22:33:29.390Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.29 Selecting previously unselected package xxd.
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.29 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.31 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.45 Selecting previously unselected package vim-common.
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.45 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.46 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.73 Processing triggers for mime-support (3.60) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.87 Setting up xxd (2:8.0.0197-4+deb9u3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.90 Setting up libuv1:amd64 (1.9.1-3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.92 Setting up cmake-data (3.7.2-1) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.94 Setting up libicu57:amd64 (57.1-6+deb9u3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.97 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 44.99 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.04 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.07 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.09 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.12 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.14 Setting up cmake (3.7.2-1) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 45.23 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:29 [2019-09-27T22:33:29.390Z] #35 DONE 45.8s
22:33:29 [2019-09-27T22:33:29.390Z] 
22:33:29 [2019-09-27T22:33:29.390Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
22:33:29 [2019-09-27T22:33:29.390Z] #36 DONE 0.1s
22:33:29 [2019-09-27T22:33:29.649Z] 
22:33:29 [2019-09-27T22:33:29.649Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
22:33:29 [2019-09-27T22:33:29.649Z] #37 DONE 0.1s
22:33:29 [2019-09-27T22:33:29.649Z] 
22:33:29 [2019-09-27T22:33:29.649Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:33:31 [2019-09-27T22:33:31.243Z] #13 44.35 Unpacking bash-completion (1:2.1-4.3) ...
22:33:31 [2019-09-27T22:33:31.243Z] #13 ...
22:33:31 [2019-09-27T22:33:31.243Z] 
22:33:31 [2019-09-27T22:33:31.243Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:31 [2019-09-27T22:33:31.243Z] #58 35.54   CC       images/rpc.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 37.05   CC       images/ext-file.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 37.26   CC       images/cgroup.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 37.92   CC       images/userns.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 38.21   CC       images/google/protobuf/descriptor.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 39.85   CC       images/opts.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 40.15   CC       images/seccomp.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 40.34   CC       images/binfmt-misc.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 40.60   CC       images/time.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 40.87   CC       images/sysctl.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.04   CC       images/autofs.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.26   CC       images/macvlan.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.44   CC       images/sit.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.70   LINK     images/built-in.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.88   GEN      compel/include/asm
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.89   GEN      compel/include/version.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.91 touch .config
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.92   GEN      criu/include/config.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 41.99   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.01   GEN      compel/plugins/include/uapi/std/syscall-64.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.04   GEN      compel/arch/x86/plugins/std/syscalls-64.S
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.05   DEP      compel/arch/x86/plugins/std/syscalls-64.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.09   DEP      compel/arch/x86/plugins/std/memcpy.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.13   DEP      compel/arch/x86/plugins/std/parasite-head.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.16   GEN      compel/plugins/include/uapi/std/syscall.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.19   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.20   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.24   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.26   DEP      compel/plugins/std/infect.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.44   DEP      compel/plugins/std/string.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.54   DEP      compel/plugins/std/log.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.62   DEP      compel/plugins/std/fds.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.78   DEP      compel/plugins/std/std.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 42.88   DEP      compel/plugins/shmem/shmem.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 43.00   DEP      compel/plugins/fds/fds.d
22:33:31 [2019-09-27T22:33:31.243Z] #58 43.15   CC       compel/plugins/std/std.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 43.51   CC       compel/plugins/std/fds.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 44.00   CC       compel/plugins/std/log.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 44.82   CC       compel/plugins/std/string.o
22:33:31 [2019-09-27T22:33:31.243Z] #58 45.51   CC       compel/plugins/std/infect.o
22:33:31 [2019-09-27T22:33:31.575Z] #38 ...
22:33:31 [2019-09-27T22:33:31.575Z] 
22:33:31 [2019-09-27T22:33:31.575Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.37 Setting up libcap-dev:amd64 (1:2.25-1) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.39 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.41 Setting up libnl-3-200:amd64 (3.2.27-2) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.44 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.46 Setting up libprotoc10:amd64 (3.0.0-9) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.48 Setting up protobuf-c-compiler (1.2.1-2) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.49 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.51 Setting up protobuf-compiler (3.0.0-9) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.52 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.53 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 47.55 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:33:31 [2019-09-27T22:33:31.575Z] #57 DONE 47.8s
22:33:31 [2019-09-27T22:33:31.575Z] 
22:33:31 [2019-09-27T22:33:31.575Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:31 [2019-09-27T22:33:31.805Z] #58 ...
22:33:31 [2019-09-27T22:33:31.805Z] 
22:33:31 [2019-09-27T22:33:31.805Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.86 Selecting previously unselected package libnfnetlink0:amd64.
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.86 Preparing to unpack .../01-libnfnetlink0_1.0.1-3_amd64.deb ...
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.87 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.92 Selecting previously unselected package libpcrecpp0v5:amd64.
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.93 Preparing to unpack .../02-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
22:33:31 [2019-09-27T22:33:31.805Z] #13 44.93 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
22:33:31 [2019-09-27T22:33:31.805Z] #13 45.09 Selecting previously unselected package libudev-dev:amd64.
22:33:31 [2019-09-27T22:33:31.805Z] #13 45.09 Preparing to unpack .../03-libudev-dev_232-25+deb9u12_amd64.deb ...
22:33:31 [2019-09-27T22:33:31.805Z] #13 45.12 Unpacking libudev-dev:amd64 (232-25+deb9u12) ...
22:33:32 [2019-09-27T22:33:32.061Z] #13 45.27 Selecting previously unselected package libpython3.5-minimal:amd64.
22:33:32 [2019-09-27T22:33:32.061Z] #13 45.27 Preparing to unpack .../04-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
22:33:32 [2019-09-27T22:33:32.061Z] #13 45.28 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
22:33:32 [2019-09-27T22:33:32.622Z] #13 ...
22:33:32 [2019-09-27T22:33:32.622Z] 
22:33:32 [2019-09-27T22:33:32.622Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:32 [2019-09-27T22:33:32.622Z] #33 94.12 encoding/xml
22:33:32 [2019-09-27T22:33:32.622Z] #33 95.86 github.com/LK4D4/vndr/godl/singleflight
22:33:32 [2019-09-27T22:33:32.622Z] #33 96.07 compress/flate
22:33:32 [2019-09-27T22:33:32.622Z] #33 98.47 hash
22:33:32 [2019-09-27T22:33:32.622Z] #33 98.62 hash/crc32
22:33:32 [2019-09-27T22:33:32.622Z] #33 99.19 compress/gzip
22:33:32 [2019-09-27T22:33:32.622Z] #33 99.70 context
22:33:32 [2019-09-27T22:33:32.622Z] #33 100.3 crypto/cipher
22:33:32 [2019-09-27T22:33:32.622Z] #33 100.3 math/rand
22:33:32 [2019-09-27T22:33:32.622Z] #33 101.0 math/big
22:33:32 [2019-09-27T22:33:32.622Z] #33 101.7 crypto/aes
22:33:32 [2019-09-27T22:33:32.622Z] #33 102.9 crypto
22:33:32 [2019-09-27T22:33:32.622Z] #33 103.1 crypto/des
22:33:32 [2019-09-27T22:33:32.622Z] #33 103.5 crypto/internal/randutil
22:33:32 [2019-09-27T22:33:32.622Z] #33 103.6 crypto/sha512
22:33:32 [2019-09-27T22:33:32.622Z] #33 ...
22:33:32 [2019-09-27T22:33:32.622Z] 
22:33:32 [2019-09-27T22:33:32.622Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:32 [2019-09-27T22:33:32.622Z] #13 45.86 Selecting previously unselected package python3.5-minimal.
22:33:32 [2019-09-27T22:33:32.622Z] #13 45.87 Preparing to unpack .../05-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
22:33:32 [2019-09-27T22:33:32.622Z] #13 45.88 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
22:33:33 [2019-09-27T22:33:33.986Z] #13 46.98 Selecting previously unselected package python3-minimal.
22:33:33 [2019-09-27T22:33:33.986Z] #13 46.98 Preparing to unpack .../06-python3-minimal_3.5.3-1_amd64.deb ...
22:33:33 [2019-09-27T22:33:33.986Z] #13 46.98 Unpacking python3-minimal (3.5.3-1) ...
22:33:33 [2019-09-27T22:33:33.986Z] #13 47.10 Selecting previously unselected package libmpdec2:amd64.
22:33:33 [2019-09-27T22:33:33.986Z] #13 47.11 Preparing to unpack .../07-libmpdec2_2.4.2-1_amd64.deb ...
22:33:33 [2019-09-27T22:33:33.986Z] #13 47.12 Unpacking libmpdec2:amd64 (2.4.2-1) ...
22:33:34 [2019-09-27T22:33:34.242Z] #13 47.25 Selecting previously unselected package libpython3.5-stdlib:amd64.
22:33:34 [2019-09-27T22:33:34.242Z] #13 47.26 Preparing to unpack .../08-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
22:33:34 [2019-09-27T22:33:34.242Z] #13 47.28 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
22:33:34 [2019-09-27T22:33:34.856Z] #58 3.243 Note: Building without ia32 C/R, missed ia32 support in gcc
22:33:34 [2019-09-27T22:33:34.856Z] #58 3.243       That may be related to missing gcc-multilib in your
22:33:34 [2019-09-27T22:33:34.856Z] #58 3.243       distribution or you may have Debian with buggy toolchain
22:33:34 [2019-09-27T22:33:34.856Z] #58 3.244       (issue https://github.com/xemul/criu/issues/315)
22:33:35 [2019-09-27T22:33:35.790Z] #58 4.390 fatal: Not a git repository (or any of the parent directories): .git
22:33:35 [2019-09-27T22:33:35.790Z] #58 4.424   GEN      .gitid
22:33:35 [2019-09-27T22:33:35.790Z] #58 4.426   GEN      criu/include/version.h
22:33:35 [2019-09-27T22:33:35.790Z] #58 4.448   GEN      include/common/asm
22:33:35 [2019-09-27T22:33:35.863Z] #13 49.00 Selecting previously unselected package python3.5.
22:33:35 [2019-09-27T22:33:35.863Z] #13 49.02 Preparing to unpack .../09-python3.5_3.5.3-1+deb9u1_amd64.deb ...
22:33:35 [2019-09-27T22:33:35.863Z] #13 49.03 Unpacking python3.5 (3.5.3-1+deb9u1) ...
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.21 Selecting previously unselected package libpython3-stdlib:amd64.
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.21 Preparing to unpack .../10-libpython3-stdlib_3.5.3-1_amd64.deb ...
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.23 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.30 Selecting previously unselected package dh-python.
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.30 Preparing to unpack .../11-dh-python_2.20170125_all.deb ...
22:33:36 [2019-09-27T22:33:36.119Z] #13 49.31 Unpacking dh-python (2.20170125) ...
22:33:36 [2019-09-27T22:33:36.375Z] #13 49.49 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
22:33:36 [2019-09-27T22:33:36.375Z] #13 49.52 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
22:33:37 [2019-09-27T22:33:37.690Z] #58 5.876   PBCC     images/google/protobuf/descriptor.pb-c.c
22:33:37 [2019-09-27T22:33:37.690Z] #58 5.961   PBCC     images/opts.pb-c.c
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.056   PBCC     images/sit.pb-c.c
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.096   DEP      images/google/protobuf/descriptor.pb-c.d
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.200   DEP      images/opts.pb-c.d
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.260   DEP      images/sit.pb-c.d
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.277   PBCC     images/macvlan.pb-c.c
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.295   DEP      images/macvlan.pb-c.d
22:33:37 [2019-09-27T22:33:37.690Z] #58 6.336   PBCC     images/autofs.pb-c.c
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.347   DEP      images/autofs.pb-c.d
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.361   PBCC     images/sysctl.pb-c.c
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.373   DEP      images/sysctl.pb-c.d
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.413   PBCC     images/time.pb-c.c
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.450   DEP      images/time.pb-c.d
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.473   PBCC     images/binfmt-misc.pb-c.c
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.508   DEP      images/binfmt-misc.pb-c.d
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.532   PBCC     images/seccomp.pb-c.c
22:33:37 [2019-09-27T22:33:37.948Z] #58 6.553   DEP      images/seccomp.pb-c.d
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.589   PBCC     images/userns.pb-c.c
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.624   DEP      images/userns.pb-c.d
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.666   PBCC     images/cgroup.pb-c.c
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.716   DEP      images/cgroup.pb-c.d
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.780   PBCC     images/fown.pb-c.c
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.790   PBCC     images/ext-file.pb-c.c
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.824   DEP      images/fown.pb-c.d
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.859   DEP      images/ext-file.pb-c.d
22:33:38 [2019-09-27T22:33:38.207Z] #58 6.905   PBCC     images/rpc.pb-c.c
22:33:38 [2019-09-27T22:33:38.465Z] #58 6.973   DEP      images/rpc.pb-c.d
22:33:38 [2019-09-27T22:33:38.465Z] #58 7.025   PBCC     images/siginfo.pb-c.c
22:33:38 [2019-09-27T22:33:38.465Z] #58 7.066   DEP      images/siginfo.pb-c.d
22:33:38 [2019-09-27T22:33:38.465Z] #58 7.120   PBCC     images/pagemap.pb-c.c
22:33:38 [2019-09-27T22:33:38.465Z] #58 7.132   DEP      images/pagemap.pb-c.d
22:33:38 [2019-09-27T22:33:38.723Z] #58 ...
22:33:38 [2019-09-27T22:33:38.723Z] 
22:33:38 [2019-09-27T22:33:38.723Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.809 + RM_GOPATH=0
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.809 + TMP_GOPATH=
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.809 + : /build
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.809 + '[' -z '' ']'
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.815 ++ mktemp -d
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.820 + export GOPATH=/tmp/tmp.2LPK87PHpb
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.820 + GOPATH=/tmp/tmp.2LPK87PHpb
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.820 + RM_GOPATH=1
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.821 ++ dirname ./install.sh
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.824 + dir=.
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.824 + bin=tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.824 + shift
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.824 + '[' '!' -f ./tini.installer ']'
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.824 + . ./tini.installer
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.825 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.825 + install_tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.825 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.825 + git clone https://github.com/krallin/tini.git /tmp/tmp.2LPK87PHpb/tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.825 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
22:33:38 [2019-09-27T22:33:38.723Z] #38 2.833 Cloning into '/tmp/tmp.2LPK87PHpb/tini'...
22:33:38 [2019-09-27T22:33:38.723Z] #38 3.555 + cd /tmp/tmp.2LPK87PHpb/tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 3.559 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
22:33:38 [2019-09-27T22:33:38.723Z] #38 3.580 + cmake .
22:33:38 [2019-09-27T22:33:38.723Z] #38 4.113 -- The C compiler identification is GNU 6.3.0
22:33:38 [2019-09-27T22:33:38.723Z] #38 4.146 -- Check for working C compiler: /usr/bin/cc
22:33:38 [2019-09-27T22:33:38.723Z] #38 4.464 -- Check for working C compiler: /usr/bin/cc -- works
22:33:38 [2019-09-27T22:33:38.723Z] #38 4.467 -- Detecting C compiler ABI info
22:33:38 [2019-09-27T22:33:38.723Z] #38 4.989 -- Detecting C compiler ABI info - done
22:33:38 [2019-09-27T22:33:38.723Z] #38 5.070 -- Detecting C compile features
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.324 -- Detecting C compile features - done
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.360 -- Performing Test HAS_BUILTIN_FORTIFY
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.506 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.597 -- Configuring done
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.630 -- Generating done
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.637 -- Build files have been written to: /tmp/tmp.2LPK87PHpb/tini
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.648 + make tini-static
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.883 Scanning dependencies of target tini-static
22:33:38 [2019-09-27T22:33:38.723Z] #38 6.947 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:33:38 [2019-09-27T22:33:38.723Z] #38 8.109 [100%] Linking C executable tini-static
22:33:38 [2019-09-27T22:33:38.723Z] #38 8.697 [100%] Built target tini-static
22:33:38 [2019-09-27T22:33:38.723Z] #38 8.745 + mkdir -p /build
22:33:38 [2019-09-27T22:33:38.723Z] #38 8.750 + cp tini-static /build/docker-init
22:33:38 [2019-09-27T22:33:38.723Z] #38 DONE 9.0s
22:33:38 [2019-09-27T22:33:38.723Z] 
22:33:38 [2019-09-27T22:33:38.723Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:38 [2019-09-27T22:33:38.723Z] #33 44.59 time
22:33:38 [2019-09-27T22:33:38.723Z] #33 47.46 sort
22:33:38 [2019-09-27T22:33:38.723Z] #33 48.53 internal/fmtsort
22:33:38 [2019-09-27T22:33:38.723Z] #33 48.90 internal/syscall/unix
22:33:38 [2019-09-27T22:33:38.723Z] #33 49.13 strings
22:33:38 [2019-09-27T22:33:38.723Z] #33 49.78 internal/poll
22:33:38 [2019-09-27T22:33:38.723Z] #33 51.29 os
22:33:38 [2019-09-27T22:33:38.723Z] #33 51.70 path
22:33:38 [2019-09-27T22:33:38.723Z] #33 52.33 regexp/syntax
22:33:38 [2019-09-27T22:33:38.723Z] #33 ...
22:33:38 [2019-09-27T22:33:38.723Z] 
22:33:38 [2019-09-27T22:33:38.723Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:38 [2019-09-27T22:33:38.723Z] #58 7.295   PBCC     images/rlimit.pb-c.c
22:33:38 [2019-09-27T22:33:38.723Z] #58 7.407   DEP      images/rlimit.pb-c.d
22:33:38 [2019-09-27T22:33:38.982Z] #58 7.481   PBCC     images/file-lock.pb-c.c
22:33:38 [2019-09-27T22:33:38.982Z] #58 7.568   DEP      images/file-lock.pb-c.d
22:33:38 [2019-09-27T22:33:38.982Z] #58 7.660   PBCC     images/tty.pb-c.c
22:33:39 [2019-09-27T22:33:39.240Z] #58 7.744   DEP      images/tty.pb-c.d
22:33:39 [2019-09-27T22:33:39.240Z] #58 7.896   PBCC     images/tun.pb-c.c
22:33:39 [2019-09-27T22:33:39.498Z] #58 7.949   PBCC     images/netdev.pb-c.c
22:33:39 [2019-09-27T22:33:39.498Z] #58 8.070   DEP      images/tun.pb-c.d
22:33:39 [2019-09-27T22:33:39.498Z] #58 8.086   DEP      images/netdev.pb-c.d
22:33:39 [2019-09-27T22:33:39.498Z] #58 8.169   PBCC     images/vma.pb-c.c
22:33:39 [2019-09-27T22:33:39.498Z] #58 8.199   DEP      images/vma.pb-c.d
22:33:39 [2019-09-27T22:33:39.498Z] #58 ...
22:33:39 [2019-09-27T22:33:39.498Z] 
22:33:39 [2019-09-27T22:33:39.498Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:39 [2019-09-27T22:33:39.498Z] #30 45.98 strings
22:33:39 [2019-09-27T22:33:39.498Z] #30 47.76 os
22:33:39 [2019-09-27T22:33:39.498Z] #30 48.79 bytes
22:33:39 [2019-09-27T22:33:39.498Z] #30 50.15 bufio
22:33:39 [2019-09-27T22:33:39.498Z] #30 51.35 fmt
22:33:39 [2019-09-27T22:33:39.498Z] #30 51.49 path/filepath
22:33:39 [2019-09-27T22:33:39.498Z] #30 52.51 io/ioutil
22:33:39 [2019-09-27T22:33:39.498Z] #30 53.16 path
22:33:39 [2019-09-27T22:33:39.498Z] #30 53.67 text/tabwriter
22:33:39 [2019-09-27T22:33:39.498Z] #30 55.35 github.com/BurntSushi/toml
22:33:39 [2019-09-27T22:33:39.498Z] #30 55.36 flag
22:33:39 [2019-09-27T22:33:39.640Z] #13 52.67 Setting up python3-minimal (3.5.3-1) ...
22:33:39 [2019-09-27T22:33:39.756Z] #30 ...
22:33:39 [2019-09-27T22:33:39.756Z] 
22:33:39 [2019-09-27T22:33:39.756Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.248   PBCC     images/creds.pb-c.c
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.278   DEP      images/creds.pb-c.d
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.302   PBCC     images/utsns.pb-c.c
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.338   DEP      images/utsns.pb-c.d
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.387   PBCC     images/ipc-desc.pb-c.c
22:33:39 [2019-09-27T22:33:39.756Z] #58 8.424   PBCC     images/ipc-sem.pb-c.c
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.467   DEP      images/ipc-desc.pb-c.d
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.524   DEP      images/ipc-sem.pb-c.d
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.578   PBCC     images/ipc-msg.pb-c.c
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.624   DEP      images/ipc-msg.pb-c.d
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.668   PBCC     images/ipc-shm.pb-c.c
22:33:40 [2019-09-27T22:33:40.014Z] #58 8.712   DEP      images/ipc-shm.pb-c.d
22:33:40 [2019-09-27T22:33:40.272Z] #58 8.770   PBCC     images/ipc-var.pb-c.c
22:33:40 [2019-09-27T22:33:40.272Z] #58 8.820   DEP      images/ipc-var.pb-c.d
22:33:40 [2019-09-27T22:33:40.272Z] #58 8.854   PBCC     images/sk-opts.pb-c.c
22:33:40 [2019-09-27T22:33:40.272Z] #58 8.896   PBCC     images/packet-sock.pb-c.c
22:33:40 [2019-09-27T22:33:40.272Z] #58 8.927   DEP      images/sk-opts.pb-c.d
22:33:40 [2019-09-27T22:33:40.530Z] #58 8.960   DEP      images/packet-sock.pb-c.d
22:33:40 [2019-09-27T22:33:40.530Z] #58 9.002   PBCC     images/sk-netlink.pb-c.c
22:33:40 [2019-09-27T22:33:40.530Z] #58 9.048   DEP      images/sk-netlink.pb-c.d
22:33:40 [2019-09-27T22:33:40.530Z] #58 9.116   PBCC     images/sk-inet.pb-c.c
22:33:40 [2019-09-27T22:33:40.530Z] #58 9.145   DEP      images/sk-inet.pb-c.d
22:33:40 [2019-09-27T22:33:40.530Z] #58 9.185   PBCC     images/sk-unix.pb-c.c
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.221   DEP      images/sk-unix.pb-c.d
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.286   PBCC     images/mm.pb-c.c
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.325   DEP      images/mm.pb-c.d
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.388   PBCC     images/timerfd.pb-c.c
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.420   DEP      images/timerfd.pb-c.d
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.457   PBCC     images/timer.pb-c.c
22:33:40 [2019-09-27T22:33:40.788Z] #58 9.489   DEP      images/timer.pb-c.d
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.08 Selecting previously unselected package python3.
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.08 (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 ... 16738 files and directories currently installed.)
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.14 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.16 Unpacking python3 (3.5.3-1) ...
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.25 Selecting previously unselected package pigz.
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.26 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.005Z] #13 54.26 Unpacking pigz (2.3.4-1) ...
22:33:41 [2019-09-27T22:33:41.046Z] #58 9.556   PBCC     images/sa.pb-c.c
22:33:41 [2019-09-27T22:33:41.046Z] #58 9.571   DEP      images/sa.pb-c.d
22:33:41 [2019-09-27T22:33:41.046Z] #58 9.614   PBCC     images/pipe-data.pb-c.c
22:33:41 [2019-09-27T22:33:41.046Z] #58 9.646   DEP      images/pipe-data.pb-c.d
22:33:41 [2019-09-27T22:33:41.046Z] #58 9.720   PBCC     images/mnt.pb-c.c
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.35 Selecting previously unselected package libip4tc0:amd64.
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.35 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.36 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.52 Selecting previously unselected package libip6tc0:amd64.
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.53 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.53 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:33:41 [2019-09-27T22:33:41.260Z] #13 54.64 Selecting previously unselected package libiptc0:amd64.
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.768   DEP      images/mnt.pb-c.d
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.818   PBCC     images/sk-packet.pb-c.c
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.860   DEP      images/sk-packet.pb-c.d
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.900   PBCC     images/tcp-stream.pb-c.c
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.939   DEP      images/tcp-stream.pb-c.d
22:33:41 [2019-09-27T22:33:41.304Z] #58 9.973   PBCC     images/pipe.pb-c.c
22:33:41 [2019-09-27T22:33:41.516Z] #13 54.64 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.516Z] #13 54.65 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
22:33:41 [2019-09-27T22:33:41.516Z] #13 54.75 Selecting previously unselected package libxtables12:amd64.
22:33:41 [2019-09-27T22:33:41.516Z] #13 54.75 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.516Z] #13 54.75 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.00   DEP      images/pipe.pb-c.d
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.07   PBCC     images/pstree.pb-c.c
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.10   DEP      images/pstree.pb-c.d
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.13   PBCC     images/fs.pb-c.c
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.15   DEP      images/fs.pb-c.d
22:33:41 [2019-09-27T22:33:41.562Z] #58 10.21   PBCC     images/signalfd.pb-c.c
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.87 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.87 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.88 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.98 Selecting previously unselected package iptables.
22:33:41 [2019-09-27T22:33:41.772Z] #13 ...
22:33:41 [2019-09-27T22:33:41.772Z] 
22:33:41 [2019-09-27T22:33:41.772Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:41 [2019-09-27T22:33:41.772Z] #58 45.98   CC       compel/arch/x86/plugins/std/parasite-head.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.02   CC       compel/arch/x86/plugins/std/memcpy.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.12   CC       compel/arch/x86/plugins/std/syscalls-64.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.19   AR       compel/plugins/std.lib.a
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.27   CC       compel/plugins/fds/fds.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.52   AR       compel/plugins/fds.lib.a
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.57   HOSTDEP  compel/src/lib/log-host.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.78   HOSTDEP  compel/src/lib/handle-elf-host.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 46.95   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.04   HOSTDEP  compel/src/main-host.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.17   DEP      compel/src/main.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.31   DEP      compel/src/lib/handle-elf.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.41   DEP      compel/arch/x86/src/lib/handle-elf.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.51   DEP      compel/src/lib/ptrace.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.62   DEP      compel/src/lib/infect.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 47.87   DEP      compel/src/lib/infect-util.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 48.00   DEP      compel/src/lib/infect-rpc.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 48.16   DEP      compel/arch/x86/src/lib/infect.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 48.29   DEP      compel/arch/x86/src/lib/cpu.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 48.42   DEP      compel/src/lib/log.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 48.67   CC       compel/src/lib/log.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 49.02   CC       compel/arch/x86/src/lib/cpu.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 49.53   CC       compel/arch/x86/src/lib/infect.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 50.44   CC       compel/src/lib/infect-rpc.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 50.75   CC       compel/src/lib/infect-util.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 51.10   CC       compel/src/lib/infect.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 53.38   CC       compel/src/lib/ptrace.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 53.79   AR       compel/libcompel.a
22:33:41 [2019-09-27T22:33:41.772Z] #58 53.82   HOSTCC   compel/src/main-host.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 54.16   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 54.33   HOSTCC   compel/src/lib/handle-elf-host.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 54.69   HOSTCC   compel/src/lib/log-host.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 54.91   HOSTLINK compel/compel-host-bin
22:33:41 [2019-09-27T22:33:41.772Z] #58 55.06   DEP      soccr/soccr.d
22:33:41 [2019-09-27T22:33:41.772Z] #58 55.24   CC       soccr/soccr.o
22:33:41 [2019-09-27T22:33:41.772Z] #58 ...
22:33:41 [2019-09-27T22:33:41.772Z] 
22:33:41 [2019-09-27T22:33:41.772Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.98 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
22:33:41 [2019-09-27T22:33:41.772Z] #13 54.99 Unpacking iptables (1.6.0+snapshot20161117-6) ...
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.23   DEP      images/signalfd.pb-c.d
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.27   PBCC     images/fh.pb-c.c
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.35   PBCC     images/fsnotify.pb-c.c
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.40   DEP      images/fh.pb-c.d
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.44   DEP      images/fsnotify.pb-c.d
22:33:41 [2019-09-27T22:33:41.820Z] #58 10.50   PBCC     images/eventpoll.pb-c.c
22:33:42 [2019-09-27T22:33:42.028Z] #13 55.35 Selecting previously unselected package xxd.
22:33:42 [2019-09-27T22:33:42.028Z] #13 55.37 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:33:42 [2019-09-27T22:33:42.028Z] #13 55.37 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.51   DEP      images/eventpoll.pb-c.d
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.59   PBCC     images/eventfd.pb-c.c
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.60   DEP      images/eventfd.pb-c.d
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.64   PBCC     images/remap-file-path.pb-c.c
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.68   DEP      images/remap-file-path.pb-c.d
22:33:42 [2019-09-27T22:33:42.078Z] #58 10.71   PBCC     images/fifo.pb-c.c
22:33:42 [2019-09-27T22:33:42.284Z] #13 55.52 Selecting previously unselected package vim-common.
22:33:42 [2019-09-27T22:33:42.284Z] #13 55.53 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
22:33:42 [2019-09-27T22:33:42.284Z] #13 55.55 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
22:33:42 [2019-09-27T22:33:42.336Z] #58 10.75   DEP      images/fifo.pb-c.d
22:33:42 [2019-09-27T22:33:42.336Z] #58 10.79   PBCC     images/ghost-file.pb-c.c
22:33:42 [2019-09-27T22:33:42.336Z] #58 10.84   DEP      images/ghost-file.pb-c.d
22:33:42 [2019-09-27T22:33:42.336Z] #58 10.89   PBCC     images/regfile.pb-c.c
22:33:42 [2019-09-27T22:33:42.336Z] #58 10.95   DEP      images/regfile.pb-c.d
22:33:42 [2019-09-27T22:33:42.336Z] #58 11.00   PBCC     images/ns.pb-c.c
22:33:42 [2019-09-27T22:33:42.336Z] #58 11.04   DEP      images/ns.pb-c.d
22:33:42 [2019-09-27T22:33:42.539Z] #13 55.77 Selecting previously unselected package bzip2.
22:33:42 [2019-09-27T22:33:42.539Z] #13 55.78 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
22:33:42 [2019-09-27T22:33:42.539Z] #13 55.79 Unpacking bzip2 (1.0.6-8.1) ...
22:33:42 [2019-09-27T22:33:42.595Z] #58 11.11   PBCC     images/fdinfo.pb-c.c
22:33:42 [2019-09-27T22:33:42.595Z] #58 11.15   DEP      images/fdinfo.pb-c.d
22:33:42 [2019-09-27T22:33:42.595Z] #58 11.19   PBCC     images/core-aarch64.pb-c.c
22:33:42 [2019-09-27T22:33:42.595Z] #58 11.23   PBCC     images/core-arm.pb-c.c
22:33:42 [2019-09-27T22:33:42.595Z] #58 11.25   PBCC     images/core-ppc64.pb-c.c
22:33:42 [2019-09-27T22:33:42.795Z] #13 55.94 Selecting previously unselected package libgpm2:amd64.
22:33:42 [2019-09-27T22:33:42.795Z] #13 55.95 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
22:33:42 [2019-09-27T22:33:42.795Z] #13 55.96 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
22:33:42 [2019-09-27T22:33:42.795Z] #13 56.06 Selecting previously unselected package xz-utils.
22:33:42 [2019-09-27T22:33:42.795Z] #13 56.07 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
22:33:42 [2019-09-27T22:33:42.795Z] #13 56.07 Unpacking xz-utils (5.2.2-1.2+b1) ...
22:33:42 [2019-09-27T22:33:42.853Z] #58 11.29   PBCC     images/core-s390.pb-c.c
22:33:42 [2019-09-27T22:33:42.853Z] #58 11.33   PBCC     images/core-x86.pb-c.c
22:33:42 [2019-09-27T22:33:42.853Z] #58 11.36   PBCC     images/core.pb-c.c
22:33:42 [2019-09-27T22:33:42.853Z] #58 11.42   PBCC     images/inventory.pb-c.c
22:33:42 [2019-09-27T22:33:42.853Z] #58 11.50   DEP      images/core-aarch64.pb-c.d
22:33:43 [2019-09-27T22:33:43.051Z] #13 56.30 Selecting previously unselected package aufs-tools.
22:33:43 [2019-09-27T22:33:43.051Z] #13 ...
22:33:43 [2019-09-27T22:33:43.051Z] 
22:33:43 [2019-09-27T22:33:43.051Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:43 [2019-09-27T22:33:43.051Z] #33 104.7 crypto/hmac
22:33:43 [2019-09-27T22:33:43.051Z] #33 104.8 crypto/md5
22:33:43 [2019-09-27T22:33:43.051Z] #33 105.6 crypto/sha1
22:33:43 [2019-09-27T22:33:43.051Z] #33 106.6 crypto/sha256
22:33:43 [2019-09-27T22:33:43.051Z] #33 107.6 encoding/hex
22:33:43 [2019-09-27T22:33:43.051Z] #33 108.0 encoding/pem
22:33:43 [2019-09-27T22:33:43.051Z] #33 108.3 internal/singleflight
22:33:43 [2019-09-27T22:33:43.051Z] #33 108.7 net
22:33:43 [2019-09-27T22:33:43.051Z] #33 109.2 crypto/rand
22:33:43 [2019-09-27T22:33:43.051Z] #33 109.8 crypto/elliptic
22:33:43 [2019-09-27T22:33:43.051Z] #33 112.0 encoding/asn1
22:33:43 [2019-09-27T22:33:43.051Z] #33 114.7 crypto/ecdsa
22:33:43 [2019-09-27T22:33:43.051Z] #33 ...
22:33:43 [2019-09-27T22:33:43.051Z] 
22:33:43 [2019-09-27T22:33:43.051Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:33:43 [2019-09-27T22:33:43.051Z] #13 56.31 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
22:33:43 [2019-09-27T22:33:43.051Z] #13 56.32 Unpacking aufs-tools (1:4.1+20161219-1) ...
22:33:43 [2019-09-27T22:33:43.110Z] #58 11.56   DEP      images/core-arm.pb-c.d
22:33:43 [2019-09-27T22:33:43.110Z] #58 11.67   DEP      images/core-ppc64.pb-c.d
22:33:43 [2019-09-27T22:33:43.110Z] #58 11.76   DEP      images/core-s390.pb-c.d
22:33:43 [2019-09-27T22:33:43.307Z] #13 56.46 Selecting previously unselected package liblzo2-2:amd64.
22:33:43 [2019-09-27T22:33:43.307Z] #13 56.48 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
22:33:43 [2019-09-27T22:33:43.307Z] #13 56.48 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.78   DEP      images/core-x86.pb-c.d
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.83   DEP      images/core.pb-c.d
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.88   DEP      images/inventory.pb-c.d
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.92   PBCC     images/cpuinfo.pb-c.c
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.93   DEP      images/cpuinfo.pb-c.d
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.98   PBCC     images/stats.pb-c.c
22:33:43 [2019-09-27T22:33:43.368Z] #58 11.99   DEP      images/stats.pb-c.d
22:33:43 [2019-09-27T22:33:43.563Z] #13 56.61 Selecting previously unselected package btrfs-progs.
22:33:43 [2019-09-27T22:33:43.563Z] #13 56.61 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
22:33:43 [2019-09-27T22:33:43.563Z] #13 56.62 Unpacking btrfs-progs (4.7.3-1) ...
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.20 Selecting previously unselected package btrfs-tools.
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.21 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.22 Unpacking btrfs-tools (4.7.3-1) ...
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.28 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.29 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
22:33:44 [2019-09-27T22:33:44.074Z] #13 57.48 Selecting previously unselected package dmsetup.
22:33:44 [2019-09-27T22:33:44.331Z] #13 57.49 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.331Z] #13 57.49 Unpacking dmsetup (2:1.02.137-2) ...
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.66 Selecting previously unselected package libonig4:amd64.
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.66 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.67 Unpacking libonig4:amd64 (6.1.3-2) ...
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.87 Selecting previously unselected package libjq1:amd64.
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.87 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.588Z] #13 57.88 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
22:33:44 [2019-09-27T22:33:44.741Z] #58 13.30 make[1]: Nothing to be done for 'all'.
22:33:44 [2019-09-27T22:33:44.844Z] #13 58.03 Selecting previously unselected package jq.
22:33:44 [2019-09-27T22:33:44.844Z] #13 58.03 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
22:33:44 [2019-09-27T22:33:44.844Z] #13 58.05 Unpacking jq (1.5+dfsg-1.3) ...
22:33:44 [2019-09-27T22:33:44.844Z] #13 58.15 Selecting previously unselected package libaio1:amd64.
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.15 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.17 Unpacking libaio1:amd64 (0.3.110-3) ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.23 Selecting previously unselected package libcap2-bin.
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.23 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.24 Unpacking libcap2-bin (1:2.25-1) ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.36 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.36 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.36 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
22:33:45 [2019-09-27T22:33:45.099Z] #13 58.40 Selecting previously unselected package libsepol1-dev:amd64.
22:33:45 [2019-09-27T22:33:45.355Z] #13 58.41 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.355Z] #13 58.42 Unpacking libsepol1-dev:amd64 (2.6-2) ...
22:33:45 [2019-09-27T22:33:45.611Z] #13 58.77 Selecting previously unselected package libpcre16-3:amd64.
22:33:45 [2019-09-27T22:33:45.611Z] #13 58.78 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.611Z] #13 58.79 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
22:33:45 [2019-09-27T22:33:45.675Z] #58 ...
22:33:45 [2019-09-27T22:33:45.675Z] 
22:33:45 [2019-09-27T22:33:45.675Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
22:33:45 [2019-09-27T22:33:45.675Z] #30 57.14 log
22:33:45 [2019-09-27T22:33:45.675Z] #30 58.74 github.com/BurntSushi/toml/cmd/tomlv
22:33:45 [2019-09-27T22:33:45.675Z] #30 DONE 61.8s
22:33:45 [2019-09-27T22:33:45.675Z] 
22:33:45 [2019-09-27T22:33:45.675Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:33:45 [2019-09-27T22:33:45.675Z] #47 22.94 + cd /tmp/tmp.HqjhcoMWW1/src/github.com/containerd/containerd
22:33:45 [2019-09-27T22:33:45.675Z] #47 22.94 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + export 'BUILDTAGS=netgo osusergo static_build'
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + BUILDTAGS='netgo osusergo static_build'
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + export EXTRA_FLAGS=-buildmode=pie
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + EXTRA_FLAGS=-buildmode=pie
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + '[' '' = dynamic ']'
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.09 + make
22:33:45 [2019-09-27T22:33:45.675Z] #47 24.82 🇩 bin/ctr
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.02 Selecting previously unselected package libpcre32-3:amd64.
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.02 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.03 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.20 Selecting previously unselected package libpcre3-dev:amd64.
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.21 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
22:33:45 [2019-09-27T22:33:45.868Z] #13 59.21 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
22:33:46 [2019-09-27T22:33:46.430Z] #13 59.57 Selecting previously unselected package libselinux1-dev:amd64.
22:33:46 [2019-09-27T22:33:46.430Z] #13 59.58 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
22:33:46 [2019-09-27T22:33:46.430Z] #13 59.59 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
22:33:46 [2019-09-27T22:33:46.686Z] #13 59.90 Selecting previously unselected package libdevmapper-dev:amd64.
22:33:46 [2019-09-27T22:33:46.686Z] #13 59.92 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
22:33:46 [2019-09-27T22:33:46.686Z] #13 59.93 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.06 Selecting previously unselected package libreadline5:amd64.
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.06 Preparing to unpack .../31-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.07 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.20 Selecting previously unselected package libsystemd-dev:amd64.
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.20 Preparing to unpack .../32-libsystemd-dev_232-25+deb9u12_amd64.deb ...
22:33:46 [2019-09-27T22:33:46.943Z] #13 60.22 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ...
22:33:47 [2019-09-27T22:33:47.049Z] #47 ...
22:33:47 [2019-09-27T22:33:47.049Z] 
22:33:47 [2019-09-27T22:33:47.049Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:47 [2019-09-27T22:33:47.049Z] #58 15.26   CC       images/stats.o
22:33:47 [2019-09-27T22:33:47.307Z] #58 15.69   CC       images/core.o
22:33:47 [2019-09-27T22:33:47.565Z] #58 16.17   CC       images/core-x86.o
22:33:48 [2019-09-27T22:33:48.131Z] #58 16.68   CC       images/core-arm.o
22:33:48 [2019-09-27T22:33:48.389Z] #58 16.97   CC       images/core-aarch64.o
22:33:48 [2019-09-27T22:33:48.832Z] #13 61.92 Selecting previously unselected package net-tools.
22:33:48 [2019-09-27T22:33:48.832Z] #13 61.96 Preparing to unpack .../33-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
22:33:48 [2019-09-27T22:33:48.832Z] #13 61.96 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
22:33:48 [2019-09-27T22:33:48.832Z] #13 62.19 Selecting previously unselected package python-pip-whl.
22:33:48 [2019-09-27T22:33:48.955Z] #58 17.30   CC       images/core-ppc64.o
22:33:49 [2019-09-27T22:33:49.089Z] #13 62.20 Preparing to unpack .../34-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
22:33:49 [2019-09-27T22:33:49.089Z] #13 62.21 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
22:33:49 [2019-09-27T22:33:49.213Z] #58 17.75   CC       images/core-s390.o
22:33:49 [2019-09-27T22:33:49.471Z] #58 ...
22:33:49 [2019-09-27T22:33:49.471Z] 
22:33:49 [2019-09-27T22:33:49.471Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:49 [2019-09-27T22:33:49.471Z] #33 55.35 fmt
22:33:49 [2019-09-27T22:33:49.471Z] #33 56.89 path/filepath
22:33:49 [2019-09-27T22:33:49.471Z] #33 58.03 regexp
22:33:49 [2019-09-27T22:33:49.471Z] #33 59.42 flag
22:33:49 [2019-09-27T22:33:49.471Z] #33 60.46 go/token
22:33:49 [2019-09-27T22:33:49.471Z] #33 60.74 io/ioutil
22:33:49 [2019-09-27T22:33:49.471Z] #33 61.03 go/scanner
22:33:49 [2019-09-27T22:33:49.471Z] #33 61.57 net/url
22:33:49 [2019-09-27T22:33:49.471Z] #33 62.16 go/ast
22:33:49 [2019-09-27T22:33:49.471Z] #33 63.27 text/template/parse
22:33:49 [2019-09-27T22:33:49.651Z] #13 62.99 Selecting previously unselected package python3-pip.
22:33:49 [2019-09-27T22:33:49.651Z] #13 62.99 Preparing to unpack .../35-python3-pip_9.0.1-2+deb9u1_all.deb ...
22:33:49 [2019-09-27T22:33:49.651Z] #13 62.99 Unpacking python3-pip (9.0.1-2+deb9u1) ...
22:33:49 [2019-09-27T22:33:49.729Z] #33 ...
22:33:49 [2019-09-27T22:33:49.729Z] 
22:33:49 [2019-09-27T22:33:49.729Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:49 [2019-09-27T22:33:49.729Z] #58 18.18   CC       images/cpuinfo.o
22:33:49 [2019-09-27T22:33:49.907Z] #13 63.20 Selecting previously unselected package python3-pkg-resources.
22:33:49 [2019-09-27T22:33:49.907Z] #13 63.21 Preparing to unpack .../36-python3-pkg-resources_33.1.1-1_all.deb ...
22:33:49 [2019-09-27T22:33:49.907Z] #13 63.22 Unpacking python3-pkg-resources (33.1.1-1) ...
22:33:49 [2019-09-27T22:33:49.987Z] #58 18.49   CC       images/inventory.o
22:33:50 [2019-09-27T22:33:50.163Z] #13 63.40 Selecting previously unselected package python3-setuptools.
22:33:50 [2019-09-27T22:33:50.163Z] #13 63.42 Preparing to unpack .../37-python3-setuptools_33.1.1-1_all.deb ...
22:33:50 [2019-09-27T22:33:50.163Z] #13 63.43 Unpacking python3-setuptools (33.1.1-1) ...
22:33:50 [2019-09-27T22:33:50.245Z] #58 18.72   CC       images/fdinfo.o
22:33:50 [2019-09-27T22:33:50.419Z] #13 63.70 Selecting previously unselected package python3-wheel.
22:33:50 [2019-09-27T22:33:50.419Z] #13 63.71 Preparing to unpack .../38-python3-wheel_0.29.0-2_all.deb ...
22:33:50 [2019-09-27T22:33:50.419Z] #13 63.72 Unpacking python3-wheel (0.29.0-2) ...
22:33:50 [2019-09-27T22:33:50.503Z] #58 19.10   CC       images/fown.o
22:33:50 [2019-09-27T22:33:50.675Z] #13 63.83 Selecting previously unselected package thin-provisioning-tools.
22:33:50 [2019-09-27T22:33:50.675Z] #13 63.84 Preparing to unpack .../39-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
22:33:50 [2019-09-27T22:33:50.675Z] #13 63.86 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
22:33:50 [2019-09-27T22:33:50.761Z] #58 19.24   CC       images/ns.o
22:33:50 [2019-09-27T22:33:50.761Z] #58 19.44   CC       images/regfile.o
22:33:50 [2019-09-27T22:33:50.932Z] #13 64.20 Selecting previously unselected package vim-runtime.
22:33:50 [2019-09-27T22:33:50.932Z] #13 64.21 Preparing to unpack .../40-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
22:33:50 [2019-09-27T22:33:50.932Z] #13 64.27 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
22:33:50 [2019-09-27T22:33:50.932Z] #13 64.33 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
22:33:51 [2019-09-27T22:33:51.188Z] #13 64.34 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
22:33:51 [2019-09-27T22:33:51.327Z] #58 19.68   CC       images/ghost-file.o
22:33:51 [2019-09-27T22:33:51.585Z] #58 19.91   CC       images/fifo.o
22:33:51 [2019-09-27T22:33:51.585Z] #58 20.15   CC       images/remap-file-path.o
22:33:51 [2019-09-27T22:33:51.843Z] #58 20.31   CC       images/eventfd.o
22:33:52 [2019-09-27T22:33:52.101Z] #58 20.49   CC       images/eventpoll.o
22:33:52 [2019-09-27T22:33:52.101Z] #58 20.67   CC       images/fh.o
22:33:52 [2019-09-27T22:33:52.359Z] #58 20.92   CC       images/fsnotify.o
22:33:52 [2019-09-27T22:33:52.567Z] #13 ...
22:33:52 [2019-09-27T22:33:52.567Z] 
22:33:52 [2019-09-27T22:33:52.567Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:52 [2019-09-27T22:33:52.567Z] #58 56.76   AR       soccr/libsoccr.a
22:33:52 [2019-09-27T22:33:52.567Z] #58 56.78 make[1]: 'soccr/libsoccr.a' is up to date.
22:33:52 [2019-09-27T22:33:52.567Z] #58 57.11   DEP      criu/arch/x86/sigframe.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 57.21   DEP      criu/arch/x86/crtools.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 57.39   DEP      criu/arch/x86/cpu.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 57.55   CC       criu/arch/x86/cpu.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 58.15   CC       criu/arch/x86/crtools.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 59.38   CC       criu/arch/x86/sigframe.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 59.77   LINK     criu/arch/x86/crtools.built-in.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 59.81   DEP      criu/arch/x86/vdso-pie.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 59.98   DEP      criu/pie/parasite-vdso.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 60.20   DEP      criu/pie/util-vdso.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 60.46   DEP      criu/pie/util.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 60.71   CC       criu/pie/util.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 61.16   CC       criu/pie/util-vdso.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 61.97   CC       criu/pie/parasite-vdso.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 63.22   CC       criu/arch/x86/vdso-pie.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 63.57   AR       criu/pie/pie.lib.a
22:33:52 [2019-09-27T22:33:52.567Z] #58 63.61   DEP      criu/pie/restorer.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 63.78   DEP      criu/arch/x86/restorer.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 63.94   DEP      criu/pie/parasite.d
22:33:52 [2019-09-27T22:33:52.567Z] #58 64.21   CC       criu/pie/parasite.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 65.40   LINK     criu/pie/parasite.built-in.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 65.45   GEN      criu/pie/parasite-blob.h
22:33:52 [2019-09-27T22:33:52.567Z] #58 65.45   CC       criu/arch/x86/restorer.o
22:33:52 [2019-09-27T22:33:52.567Z] #58 66.00   CC       criu/pie/restorer.o
22:33:52 [2019-09-27T22:33:52.924Z] #58 21.37   CC       images/signalfd.o
22:33:52 [2019-09-27T22:33:52.924Z] #58 21.62   CC       images/fs.o
22:33:53 [2019-09-27T22:33:53.494Z] #58 ...
22:33:53 [2019-09-27T22:33:53.495Z] 
22:33:53 [2019-09-27T22:33:53.495Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:33:53 [2019-09-27T22:33:53.495Z] #33 115.2 crypto/rsa
22:33:53 [2019-09-27T22:33:53.495Z] #33 116.9 crypto/dsa
22:33:53 [2019-09-27T22:33:53.495Z] #33 117.2 crypto/x509/pkix
22:33:53 [2019-09-27T22:33:53.495Z] #33 117.8 internal/x/crypto/cryptobyte
22:33:53 [2019-09-27T22:33:53.495Z] #33 119.7 internal/x/crypto/internal/chacha20
22:33:53 [2019-09-27T22:33:53.495Z] #33 120.1 internal/x/crypto/poly1305
22:33:53 [2019-09-27T22:33:53.495Z] #33 120.5 internal/x/crypto/chacha20poly1305
22:33:53 [2019-09-27T22:33:53.495Z] #33 121.5 internal/x/crypto/hkdf
22:33:53 [2019-09-27T22:33:53.495Z] #33 121.7 internal/x/text/transform
22:33:53 [2019-09-27T22:33:53.495Z] #33 122.5 internal/x/text/unicode/bidi
22:33:53 [2019-09-27T22:33:53.495Z] #33 124.5 internal/x/text/secure/bidirule
22:33:53 [2019-09-27T22:33:53.495Z] #33 124.8 internal/x/text/unicode/norm
22:33:53 [2019-09-27T22:33:53.504Z] #58 21.84   CC       images/pstree.o
22:33:53 [2019-09-27T22:33:53.761Z] #58 22.14   CC       images/pipe.o
22:33:53 [2019-09-27T22:33:53.761Z] #58 22.32   CC       images/tcp-stream.o
22:33:54 [2019-09-27T22:33:54.019Z] #58 22.52   CC       images/sk-packet.o
22:33:54 [2019-09-27T22:33:54.276Z] #58 22.81   CC       images/mnt.o
22:33:54 [2019-09-27T22:33:54.533Z] #58 23.04   CC       images/pipe-data.o
22:33:54 [2019-09-27T22:33:54.533Z] #58 23.18   CC       images/sa.o
22:33:54 [2019-09-27T22:33:54.791Z] #58 23.35   CC       images/timer.o
22:33:54 [2019-09-27T22:33:54.859Z] #33 ...
22:33:54 [2019-09-27T22:33:54.859Z] 
22:33:54 [2019-09-27T22:33:54.859Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:33:54 [2019-09-27T22:33:54.859Z] #58 68.92   LINK     criu/pie/restorer.built-in.o
22:33:54 [2019-09-27T22:33:54.859Z] #58 68.95   GEN      criu/pie/restorer-blob.h
22:33:54 [2019-09-27T22:33:54.859Z] #58 69.04   DEP      criu/vdso.d
22:33:55 [2019-09-27T22:33:55.115Z] #58 69.26   DEP      criu/uts_ns.d
22:33:55 [2019-09-27T22:33:55.357Z] #58 23.64   CC       images/timerfd.o
22:33:55 [2019-09-27T22:33:55.357Z] #58 23.83   CC       images/mm.o
22:33:55 [2019-09-27T22:33:55.357Z] #58 24.06   CC       images/sk-opts.o
22:33:55 [2019-09-27T22:33:55.371Z] #58 69.53   DEP      criu/util.d
22:33:55 [2019-09-27T22:33:55.371Z] #58 69.74   DEP      criu/uffd.d
22:33:55 [2019-09-27T22:33:55.626Z] #58 70.04   DEP      criu/tun.d
22:33:55 [2019-09-27T22:33:55.923Z] #58 24.27   CC       images/sk-unix.o
22:33:56 [2019-09-27T22:33:56.182Z] #58 24.58   CC       images/sk-inet.o
22:33:56 [2019-09-27T22:33:56.182Z] #58 24.73   CC       images/tun.o
22:33:56 [2019-09-27T22:33:56.187Z] #58 70.26   DEP      criu/tty.d
22:33:56 [2019-09-27T22:33:56.440Z] #58 24.96   CC       images/sk-netlink.o
22:33:56 [2019-09-27T22:33:56.443Z] #58 70.57   DEP      criu/timerfd.d
22:33:56 [2019-09-27T22:33:56.443Z] #58 70.70   DEP      criu/sysfs_parse.d
22:33:56 [2019-09-27T22:33:56.698Z] #58 25.14   CC       images/packet-sock.o
22:33:56 [2019-09-27T22:33:56.698Z] #58 70.86   DEP      criu/sysctl.d
22:33:56 [2019-09-27T22:33:56.698Z] #58 71.01   DEP      criu/string.d
22:33:56 [2019-09-27T22:33:56.698Z] #58 71.06   DEP      criu/stats.d
22:33:56 [2019-09-27T22:33:56.954Z] #58 71.18   DEP      criu/sockets.d
22:33:56 [2019-09-27T22:33:56.956Z] #58 25.45   CC       images/ipc-var.o
22:33:57 [2019-09-27T22:33:57.210Z] #58 71.44   DEP      criu/sk-unix.d
22:33:57 [2019-09-27T22:33:57.214Z] #58 25.63   CC       images/ipc-desc.o
22:33:57 [2019-09-27T22:33:57.214Z] #58 25.82   CC       images/ipc-shm.o
22:33:57 [2019-09-27T22:33:57.466Z] #58 71.70   DEP      criu/sk-tcp.d
22:33:57 [2019-09-27T22:33:57.471Z] #58 26.02   CC       images/ipc-msg.o
22:33:57 [2019-09-27T22:33:57.722Z] #58 71.95   DEP      criu/sk-queue.d
22:33:57 [2019-09-27T22:33:57.729Z] #58 26.34   CC       images/ipc-sem.o
22:33:57 [2019-09-27T22:33:57.978Z] #58 72.20   DEP      criu/sk-packet.d
22:33:57 [2019-09-27T22:33:57.987Z] #58 26.49   CC       images/utsns.o
22:33:58 [2019-09-27T22:33:58.234Z] #58 72.51   DEP      criu/sk-netlink.d
22:33:58 [2019-09-27T22:33:58.244Z] #58 26.63   CC       images/creds.o
22:33:58 [2019-09-27T22:33:58.245Z] #58 26.76   CC       images/vma.o
22:33:58 [2019-09-27T22:33:58.490Z] #58 72.70   DEP      criu/sk-inet.d
22:33:58 [2019-09-27T22:33:58.502Z] #58 26.90   CC       images/netdev.o
22:33:58 [2019-09-27T22:33:58.746Z] #58 73.01   DEP      criu/signalfd.d
22:33:58 [2019-09-27T22:33:58.760Z] #58 27.21   CC       images/tty.o
22:33:59 [2019-09-27T22:33:59.002Z] #58 73.23   DEP      criu/sigframe.d
22:33:59 [2019-09-27T22:33:59.002Z] #58 73.35   DEP      criu/shmem.d
22:33:59 [2019-09-27T22:33:59.018Z] #58 27.56   CC       images/file-lock.o
22:33:59 [2019-09-27T22:33:59.258Z] #58 73.54   DEP      criu/seize.d
22:33:59 [2019-09-27T22:33:59.276Z] #58 27.70   CC       images/rlimit.o
22:33:59 [2019-09-27T22:33:59.276Z] #58 27.91   CC       images/pagemap.o
22:33:59 [2019-09-27T22:33:59.514Z] #58 73.75   DEP      criu/seccomp.d
22:33:59 [2019-09-27T22:33:59.770Z] #58 73.96   DEP      criu/rst-malloc.d
22:33:59 [2019-09-27T22:33:59.770Z] #58 74.03   DEP      criu/rbtree.d
22:33:59 [2019-09-27T22:33:59.770Z] #58 74.07   DEP      criu/pstree.d
22:33:59 [2019-09-27T22:33:59.841Z] #58 28.22   CC       images/siginfo.o
22:33:59 [2019-09-27T22:33:59.841Z] #58 28.41   CC       images/rpc.o
22:34:00 [2019-09-27T22:34:00.025Z] #58 74.29   DEP      criu/protobuf.d
22:34:00 [2019-09-27T22:34:00.025Z] #58 74.41   GEN      criu/protobuf-desc-gen.h
22:34:00 [2019-09-27T22:34:00.099Z] #58 ...
22:34:00 [2019-09-27T22:34:00.099Z] 
22:34:00 [2019-09-27T22:34:00.099Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:00 [2019-09-27T22:34:00.099Z] #33 66.18 go/parser
22:34:00 [2019-09-27T22:34:00.099Z] #33 66.19 text/template
22:34:00 [2019-09-27T22:34:00.099Z] #33 68.67 log
22:34:00 [2019-09-27T22:34:00.099Z] #33 68.99 encoding/binary
22:34:00 [2019-09-27T22:34:00.099Z] #33 70.09 go/doc
22:34:00 [2019-09-27T22:34:00.099Z] #33 70.33 encoding/base64
22:34:00 [2019-09-27T22:34:00.099Z] #33 70.87 encoding/json
22:34:00 [2019-09-27T22:34:00.099Z] #33 73.06 github.com/LK4D4/vndr/build
22:34:00 [2019-09-27T22:34:00.099Z] #33 75.08 encoding/xml
22:34:00 [2019-09-27T22:34:00.099Z] #33 75.58 github.com/LK4D4/vndr/godl/singleflight
22:34:00 [2019-09-27T22:34:00.099Z] #33 75.73 compress/flate
22:34:01 [2019-09-27T22:34:01.033Z] #33 ...
22:34:01 [2019-09-27T22:34:01.033Z] 
22:34:01 [2019-09-27T22:34:01.033Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:01 [2019-09-27T22:34:01.033Z] #58 29.47   CC       images/ext-file.o
22:34:01 [2019-09-27T22:34:01.033Z] #58 29.60   CC       images/cgroup.o
22:34:01 [2019-09-27T22:34:01.599Z] #58 30.14   CC       images/userns.o
22:34:01 [2019-09-27T22:34:01.857Z] #58 30.47   CC       images/google/protobuf/descriptor.o
22:34:01 [2019-09-27T22:34:01.912Z] #58 75.88   DEP      criu/protobuf-desc.d
22:34:01 [2019-09-27T22:34:01.913Z] #58 76.01   DEP      criu/proc_parse.d
22:34:01 [2019-09-27T22:34:01.913Z] #58 ...
22:34:01 [2019-09-27T22:34:01.913Z] 
22:34:01 [2019-09-27T22:34:01.913Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.6 + GOBIN=/build
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.6 + /build/gometalinter --install
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7 Installing:
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   deadcode
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   dupl
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   errcheck
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gas
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gochecknoglobals
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gochecknoinits
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   goconst
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gocyclo
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   goimports
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   golint
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gosimple
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gotype
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   gotypex
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   ineffassign
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   interfacer
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   lll
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   maligned
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   megacheck
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   misspell
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   nakedret
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   safesql
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   staticcheck
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   structcheck
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   unconvert
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   unparam
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   unused
22:34:01 [2019-09-27T22:34:01.913Z] #24 123.7   varcheck
22:34:01 [2019-09-27T22:34:01.913Z] #24 ...
22:34:01 [2019-09-27T22:34:01.913Z] 
22:34:01 [2019-09-27T22:34:01.913Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:01 [2019-09-27T22:34:01.913Z] #58 76.27   DEP      criu/plugin.d
22:34:02 [2019-09-27T22:34:02.168Z] #58 76.40   DEP      criu/pipes.d
22:34:02 [2019-09-27T22:34:02.168Z] #58 76.54   DEP      criu/pie-util.d
22:34:02 [2019-09-27T22:34:02.424Z] #58 76.68   DEP      criu/pie-util-vdso.d
22:34:02 [2019-09-27T22:34:02.679Z] #58 76.82   DEP      criu/pie-util-vdso-elf32.d
22:34:02 [2019-09-27T22:34:02.679Z] #58 76.95   DEP      criu/path.d
22:34:02 [2019-09-27T22:34:02.936Z] #58 77.20   DEP      criu/parasite-syscall.d
22:34:03 [2019-09-27T22:34:03.192Z] #58 77.46   DEP      criu/pagemap.d
22:34:03 [2019-09-27T22:34:03.231Z] #58 31.78   CC       images/opts.o
22:34:03 [2019-09-27T22:34:03.448Z] #58 77.66   DEP      criu/pagemap-cache.d
22:34:03 [2019-09-27T22:34:03.489Z] #58 31.96   CC       images/seccomp.o
22:34:03 [2019-09-27T22:34:03.490Z] #58 32.17   CC       images/binfmt-misc.o
22:34:03 [2019-09-27T22:34:03.705Z] #58 77.78   DEP      criu/page-xfer.d
22:34:03 [2019-09-27T22:34:03.705Z] #58 77.94   DEP      criu/page-pipe.d
22:34:03 [2019-09-27T22:34:03.705Z] #58 78.06   DEP      criu/netfilter.d
22:34:03 [2019-09-27T22:34:03.961Z] #58 78.27   DEP      criu/net.d
22:34:04 [2019-09-27T22:34:04.055Z] #58 32.36   CC       images/time.o
22:34:04 [2019-09-27T22:34:04.056Z] #58 32.59   CC       images/sysctl.o
22:34:04 [2019-09-27T22:34:04.314Z] #58 32.86   CC       images/autofs.o
22:34:04 [2019-09-27T22:34:04.523Z] #58 78.57   DEP      criu/namespaces.d
22:34:04 [2019-09-27T22:34:04.523Z] #58 78.77   DEP      criu/mount.d
22:34:04 [2019-09-27T22:34:04.572Z] #58 33.04   CC       images/macvlan.o
22:34:04 [2019-09-27T22:34:04.779Z] #58 79.03   DEP      criu/mem.d
22:34:04 [2019-09-27T22:34:04.830Z] #58 33.21   CC       images/sit.o
22:34:04 [2019-09-27T22:34:04.830Z] #58 33.44   LINK     images/built-in.o
22:34:05 [2019-09-27T22:34:05.035Z] #58 79.33   DEP      criu/lsm.d
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.55   GEN      compel/include/asm
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.55   GEN      compel/include/version.h
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.56 touch .config
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.56   GEN      criu/include/config.h
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.62   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.66   GEN      compel/plugins/include/uapi/std/syscall-64.h
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.68   GEN      compel/arch/x86/plugins/std/syscalls-64.S
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.71   DEP      compel/arch/x86/plugins/std/syscalls-64.d
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.75   DEP      compel/arch/x86/plugins/std/memcpy.d
22:34:05 [2019-09-27T22:34:05.088Z] #58 33.79   DEP      compel/arch/x86/plugins/std/parasite-head.d
22:34:05 [2019-09-27T22:34:05.291Z] #58 79.55   DEP      criu/log.d
22:34:05 [2019-09-27T22:34:05.346Z] #58 33.81   GEN      compel/plugins/include/uapi/std/syscall.h
22:34:05 [2019-09-27T22:34:05.346Z] #58 33.84   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
22:34:05 [2019-09-27T22:34:05.346Z] #58 33.86   GEN      compel/plugins/include/uapi/std/syscall-codes.h
22:34:05 [2019-09-27T22:34:05.346Z] #58 33.87   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
22:34:05 [2019-09-27T22:34:05.346Z] #58 33.88   DEP      compel/plugins/std/infect.d
22:34:05 [2019-09-27T22:34:05.346Z] #58 34.03   DEP      compel/plugins/std/string.d
22:34:05 [2019-09-27T22:34:05.548Z] #58 79.76   DEP      criu/libnetlink.d
22:34:05 [2019-09-27T22:34:05.605Z] #58 34.12   DEP      compel/plugins/std/log.d
22:34:05 [2019-09-27T22:34:05.605Z] #58 34.23   DEP      compel/plugins/std/fds.d
22:34:05 [2019-09-27T22:34:05.605Z] #58 34.30   DEP      compel/plugins/std/std.d
22:34:05 [2019-09-27T22:34:05.804Z] #58 79.91   DEP      criu/kerndat.d
22:34:05 [2019-09-27T22:34:05.804Z] #58 80.11   DEP      criu/kcmp-ids.d
22:34:05 [2019-09-27T22:34:05.863Z] #58 34.46   DEP      compel/plugins/shmem/shmem.d
22:34:05 [2019-09-27T22:34:05.863Z] #58 34.56   DEP      compel/plugins/fds/fds.d
22:34:06 [2019-09-27T22:34:06.060Z] #58 80.29   DEP      criu/irmap.d
22:34:06 [2019-09-27T22:34:06.060Z] #58 ...
22:34:06 [2019-09-27T22:34:06.060Z] 
22:34:06 [2019-09-27T22:34:06.060Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.25 Selecting previously unselected package vim.
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.25 Preparing to unpack .../41-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.26 Unpacking vim (2:8.0.0197-4+deb9u3) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.98 Selecting previously unselected package xfsprogs.
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.98 Preparing to unpack .../42-xfsprogs_4.9.0+nmu1_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 69.99 Unpacking xfsprogs (4.9.0+nmu1) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 70.74 Selecting previously unselected package zip.
22:34:06 [2019-09-27T22:34:06.060Z] #13 70.77 Preparing to unpack .../43-zip_3.0-11+b1_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 70.78 Unpacking zip (3.0-11+b1) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 70.98 Selecting previously unselected package libapparmor-perl.
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.02 Preparing to unpack .../44-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.04 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.21 Selecting previously unselected package apparmor.
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.21 Preparing to unpack .../45-apparmor_2.11.0-3+deb9u2_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.28 Unpacking apparmor (2.11.0-3+deb9u2) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.76 Selecting previously unselected package binutils-mingw-w64-i686.
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.77 Preparing to unpack .../46-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 71.78 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 73.58 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:34:06 [2019-09-27T22:34:06.060Z] #13 73.58 Preparing to unpack .../47-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 73.59 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.76 Selecting previously unselected package binutils-mingw-w64.
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.78 Preparing to unpack .../48-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.79 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.94 Selecting previously unselected package mingw-w64-common.
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.94 Preparing to unpack .../49-mingw-w64-common_5.0.1-1_all.deb ...
22:34:06 [2019-09-27T22:34:06.060Z] #13 75.95 Unpacking mingw-w64-common (5.0.1-1) ...
22:34:06 [2019-09-27T22:34:06.315Z] #13 ...
22:34:06 [2019-09-27T22:34:06.315Z] 
22:34:06 [2019-09-27T22:34:06.315Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:06 [2019-09-27T22:34:06.315Z] #58 80.43   DEP      criu/ipc_ns.d
22:34:06 [2019-09-27T22:34:06.315Z] #58 80.65   DEP      criu/image.d
22:34:06 [2019-09-27T22:34:06.429Z] #58 34.77   CC       compel/plugins/std/std.o
22:34:06 [2019-09-27T22:34:06.571Z] #58 80.83   DEP      criu/image-desc.d
22:34:06 [2019-09-27T22:34:06.571Z] #58 80.93   DEP      criu/fsnotify.d
22:34:06 [2019-09-27T22:34:06.687Z] #58 35.04   CC       compel/plugins/std/fds.o
22:34:06 [2019-09-27T22:34:06.827Z] #58 81.14   DEP      criu/filesystems.d
22:34:06 [2019-09-27T22:34:06.945Z] #58 35.45   CC       compel/plugins/std/log.o
22:34:07 [2019-09-27T22:34:07.083Z] #58 81.32   DEP      criu/files.d
22:34:07 [2019-09-27T22:34:07.339Z] #58 81.64   DEP      criu/files-reg.d
22:34:07 [2019-09-27T22:34:07.511Z] #58 36.08   CC       compel/plugins/std/string.o
22:34:07 [2019-09-27T22:34:07.594Z] #58 81.86   DEP      criu/files-ext.d
22:34:07 [2019-09-27T22:34:07.850Z] #58 ...
22:34:07 [2019-09-27T22:34:07.850Z] 
22:34:07 [2019-09-27T22:34:07.850Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:07 [2019-09-27T22:34:07.850Z] #33 129.4 internal/x/net/idna
22:34:07 [2019-09-27T22:34:07.850Z] #33 130.2 crypto/x509
22:34:07 [2019-09-27T22:34:07.850Z] #33 131.7 net/textproto
22:34:07 [2019-09-27T22:34:07.850Z] #33 133.1 internal/x/net/http/httpguts
22:34:07 [2019-09-27T22:34:07.850Z] #33 133.4 internal/x/net/http/httpproxy
22:34:07 [2019-09-27T22:34:07.850Z] #33 134.0 internal/x/net/http2/hpack
22:34:07 [2019-09-27T22:34:07.850Z] #33 135.1 mime
22:34:07 [2019-09-27T22:34:07.850Z] #33 136.3 mime/quotedprintable
22:34:07 [2019-09-27T22:34:07.850Z] #33 136.5 crypto/tls
22:34:07 [2019-09-27T22:34:07.850Z] #33 136.9 mime/multipart
22:34:07 [2019-09-27T22:34:07.850Z] #33 138.3 net/http/internal
22:34:07 [2019-09-27T22:34:07.850Z] #33 138.8 os/exec
22:34:07 [2019-09-27T22:34:07.850Z] #33 ...
22:34:07 [2019-09-27T22:34:07.850Z] 
22:34:07 [2019-09-27T22:34:07.850Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:34:07 [2019-09-27T22:34:07.850Z] #13 80.83 Selecting previously unselected package mingw-w64-x86-64-dev.
22:34:07 [2019-09-27T22:34:07.850Z] #13 80.85 Preparing to unpack .../50-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
22:34:07 [2019-09-27T22:34:07.850Z] #13 80.85 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
22:34:08 [2019-09-27T22:34:08.078Z] #58 36.67   CC       compel/plugins/std/infect.o
22:34:08 [2019-09-27T22:34:08.644Z] #58 37.13   CC       compel/arch/x86/plugins/std/parasite-head.o
22:34:08 [2019-09-27T22:34:08.644Z] #58 37.16   CC       compel/arch/x86/plugins/std/memcpy.o
22:34:08 [2019-09-27T22:34:08.644Z] #58 37.21   CC       compel/arch/x86/plugins/std/syscalls-64.o
22:34:08 [2019-09-27T22:34:08.644Z] #58 37.28   AR       compel/plugins/std.lib.a
22:34:08 [2019-09-27T22:34:08.902Z] #58 37.33   CC       compel/plugins/fds/fds.o
22:34:08 [2019-09-27T22:34:08.902Z] #58 37.58   AR       compel/plugins/fds.lib.a
22:34:09 [2019-09-27T22:34:09.160Z] #58 37.61   HOSTDEP  compel/src/lib/log-host.d
22:34:09 [2019-09-27T22:34:09.160Z] #58 37.80   HOSTDEP  compel/src/lib/handle-elf-host.d
22:34:09 [2019-09-27T22:34:09.418Z] #58 37.95   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
22:34:09 [2019-09-27T22:34:09.418Z] #58 38.03   HOSTDEP  compel/src/main-host.d
22:34:09 [2019-09-27T22:34:09.676Z] #58 38.23   DEP      compel/src/main.d
22:34:09 [2019-09-27T22:34:09.676Z] #58 38.32   DEP      compel/src/lib/handle-elf.d
22:34:09 [2019-09-27T22:34:09.934Z] #58 38.44   DEP      compel/arch/x86/src/lib/handle-elf.d
22:34:09 [2019-09-27T22:34:09.935Z] #58 38.53   DEP      compel/src/lib/ptrace.d
22:34:10 [2019-09-27T22:34:10.193Z] #58 38.69   DEP      compel/src/lib/infect.d
22:34:10 [2019-09-27T22:34:10.193Z] #58 38.82   DEP      compel/src/lib/infect-util.d
22:34:10 [2019-09-27T22:34:10.451Z] #58 38.93   DEP      compel/src/lib/infect-rpc.d
22:34:10 [2019-09-27T22:34:10.451Z] #58 39.05   DEP      compel/arch/x86/src/lib/infect.d
22:34:10 [2019-09-27T22:34:10.710Z] #58 39.17   DEP      compel/arch/x86/src/lib/cpu.d
22:34:10 [2019-09-27T22:34:10.710Z] #58 39.22   DEP      compel/src/lib/log.d
22:34:10 [2019-09-27T22:34:10.968Z] #58 39.35   CC       compel/src/lib/log.o
22:34:11 [2019-09-27T22:34:11.226Z] #58 39.64   CC       compel/arch/x86/src/lib/cpu.o
22:34:11 [2019-09-27T22:34:11.484Z] #58 40.08   CC       compel/arch/x86/src/lib/infect.o
22:34:11 [2019-09-27T22:34:11.742Z] #58 ...
22:34:11 [2019-09-27T22:34:11.742Z] 
22:34:11 [2019-09-27T22:34:11.742Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:11 [2019-09-27T22:34:11.742Z] #33 77.64 hash
22:34:11 [2019-09-27T22:34:11.742Z] #33 77.73 hash/crc32
22:34:11 [2019-09-27T22:34:11.742Z] #33 78.15 compress/gzip
22:34:11 [2019-09-27T22:34:11.742Z] #33 78.53 context
22:34:11 [2019-09-27T22:34:11.742Z] #33 79.08 crypto/cipher
22:34:11 [2019-09-27T22:34:11.742Z] #33 79.78 crypto/aes
22:34:11 [2019-09-27T22:34:11.742Z] #33 80.28 math/rand
22:34:11 [2019-09-27T22:34:11.742Z] #33 80.71 crypto
22:34:11 [2019-09-27T22:34:11.742Z] #33 80.87 crypto/des
22:34:11 [2019-09-27T22:34:11.742Z] #33 81.12 math/big
22:34:11 [2019-09-27T22:34:11.742Z] #33 81.30 crypto/internal/randutil
22:34:11 [2019-09-27T22:34:11.742Z] #33 81.35 crypto/sha512
22:34:11 [2019-09-27T22:34:11.742Z] #33 81.93 crypto/hmac
22:34:11 [2019-09-27T22:34:11.742Z] #33 82.05 crypto/md5
22:34:11 [2019-09-27T22:34:11.742Z] #33 82.54 crypto/sha1
22:34:11 [2019-09-27T22:34:11.742Z] #33 83.41 crypto/sha256
22:34:11 [2019-09-27T22:34:11.742Z] #33 84.25 encoding/hex
22:34:11 [2019-09-27T22:34:11.742Z] #33 84.61 encoding/pem
22:34:11 [2019-09-27T22:34:11.743Z] #33 85.09 internal/singleflight
22:34:11 [2019-09-27T22:34:11.743Z] #33 85.31 net
22:34:11 [2019-09-27T22:34:11.743Z] #33 87.43 crypto/rand
22:34:11 [2019-09-27T22:34:11.743Z] #33 87.84 crypto/elliptic
22:34:12 [2019-09-27T22:34:12.309Z] #33 ...
22:34:12 [2019-09-27T22:34:12.309Z] 
22:34:12 [2019-09-27T22:34:12.309Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:12 [2019-09-27T22:34:12.309Z] #58 40.78   CC       compel/src/lib/infect-rpc.o
22:34:12 [2019-09-27T22:34:12.567Z] #58 41.12   CC       compel/src/lib/infect-util.o
22:34:12 [2019-09-27T22:34:12.831Z] #58 41.39   CC       compel/src/lib/infect.o
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.14 Selecting previously unselected package gcc-mingw-w64-base.
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.15 Preparing to unpack .../51-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.16 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.34 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.35 Preparing to unpack .../52-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
22:34:13 [2019-09-27T22:34:13.093Z] #13 86.35 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:34:13 [2019-09-27T22:34:13.654Z] #13 ...
22:34:13 [2019-09-27T22:34:13.654Z] 
22:34:13 [2019-09-27T22:34:13.654Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:13 [2019-09-27T22:34:13.654Z] #33 145.4 net/http/httptrace
22:34:13 [2019-09-27T22:34:13.911Z] #33 145.6 net/http
22:34:15 [2019-09-27T22:34:15.280Z] #33 ...
22:34:15 [2019-09-27T22:34:15.281Z] 
22:34:15 [2019-09-27T22:34:15.281Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:34:15 [2019-09-27T22:34:15.281Z] #27 DONE 146.9s
22:34:15 [2019-09-27T22:34:15.281Z] 
22:34:15 [2019-09-27T22:34:15.281Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:15 [2019-09-27T22:34:15.281Z] #58 82.11   DEP      criu/file-lock.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 82.36   DEP      criu/file-ids.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 82.64   DEP      criu/fifo.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 82.81   DEP      criu/fdstore.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 82.96   DEP      criu/fault-injection.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 83.03   DEP      criu/external.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 83.16   DEP      criu/eventpoll.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 83.36   DEP      criu/eventfd.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 83.57   DEP      criu/crtools.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 83.79   DEP      criu/cr-service.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 84.07   DEP      criu/cr-restore.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 84.37   DEP      criu/cr-errno.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 84.40   DEP      criu/cr-dump.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 84.65   DEP      criu/cr-dedup.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 84.86   DEP      criu/cr-check.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.20   DEP      criu/clone-noasan.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.24   DEP      criu/cgroup.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.50   DEP      criu/cgroup-props.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.67   DEP      criu/bitmap.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.69   DEP      criu/bfd.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 85.81   DEP      criu/autofs.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 86.00   DEP      criu/aio.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 86.25   DEP      criu/action-scripts.d
22:34:15 [2019-09-27T22:34:15.281Z] #58 86.54   CC       criu/action-scripts.o
22:34:15 [2019-09-27T22:34:15.281Z] #58 87.28   CC       criu/aio.o
22:34:15 [2019-09-27T22:34:15.281Z] #58 87.98   CC       criu/autofs.o
22:34:15 [2019-09-27T22:34:15.363Z] #58 43.54   CC       compel/src/lib/ptrace.o
22:34:15 [2019-09-27T22:34:15.363Z] #58 43.97   AR       compel/libcompel.a
22:34:15 [2019-09-27T22:34:15.621Z] #58 44.06   HOSTCC   compel/src/main-host.o
22:34:15 [2019-09-27T22:34:15.878Z] #58 44.41   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
22:34:16 [2019-09-27T22:34:16.136Z] #58 44.60   HOSTCC   compel/src/lib/handle-elf-host.o
22:34:16 [2019-09-27T22:34:16.208Z] #58 90.21   CC       criu/bfd.o
22:34:16 [2019-09-27T22:34:16.394Z] #58 44.91   HOSTCC   compel/src/lib/log-host.o
22:34:16 [2019-09-27T22:34:16.653Z] #58 45.22   HOSTLINK compel/compel-host-bin
22:34:16 [2019-09-27T22:34:16.653Z] #58 45.34   DEP      soccr/soccr.d
22:34:16 [2019-09-27T22:34:16.770Z] #58 90.94   CC       criu/bitmap.o
22:34:16 [2019-09-27T22:34:16.770Z] #58 91.11   CC       criu/cgroup-props.o
22:34:16 [2019-09-27T22:34:16.911Z] #58 45.46   CC       soccr/soccr.o
22:34:18 [2019-09-27T22:34:18.135Z] #58 92.27   CC       criu/cgroup.o
22:34:18 [2019-09-27T22:34:18.287Z] #58 46.66   AR       soccr/libsoccr.a
22:34:18 [2019-09-27T22:34:18.287Z] #58 46.69 make[1]: 'soccr/libsoccr.a' is up to date.
22:34:18 [2019-09-27T22:34:18.545Z] #58 46.97   DEP      criu/arch/x86/sigframe.d
22:34:18 [2019-09-27T22:34:18.545Z] #58 47.05   DEP      criu/arch/x86/crtools.d
22:34:18 [2019-09-27T22:34:18.803Z] #58 47.36   DEP      criu/arch/x86/cpu.d
22:34:19 [2019-09-27T22:34:19.061Z] #58 47.56   CC       criu/arch/x86/cpu.o
22:34:19 [2019-09-27T22:34:19.319Z] #58 47.96   CC       criu/arch/x86/crtools.o
22:34:20 [2019-09-27T22:34:20.253Z] #58 48.90   CC       criu/arch/x86/sigframe.o
22:34:20 [2019-09-27T22:34:20.511Z] #58 49.20   LINK     criu/arch/x86/crtools.built-in.o
22:34:20 [2019-09-27T22:34:20.770Z] #58 49.23   DEP      criu/arch/x86/vdso-pie.d
22:34:21 [2019-09-27T22:34:21.028Z] #58 49.45   DEP      criu/pie/parasite-vdso.d
22:34:21 [2019-09-27T22:34:21.286Z] #58 49.67   DEP      criu/pie/util-vdso.d
22:34:21 [2019-09-27T22:34:21.286Z] #58 49.74   DEP      criu/pie/util.d
22:34:21 [2019-09-27T22:34:21.286Z] #58 ...
22:34:21 [2019-09-27T22:34:21.286Z] 
22:34:21 [2019-09-27T22:34:21.286Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.53 + GOBIN=/build
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.54 + /build/gometalinter --install
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57 Installing:
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   deadcode
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   dupl
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   errcheck
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gas
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gochecknoglobals
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gochecknoinits
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   goconst
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gocyclo
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   goimports
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   golint
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gosimple
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gotype
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   gotypex
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   ineffassign
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   interfacer
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   lll
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   maligned
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   megacheck
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   misspell
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   nakedret
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   safesql
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   staticcheck
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   structcheck
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   unconvert
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   unparam
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   unused
22:34:21 [2019-09-27T22:34:21.286Z] #24 97.57   varcheck
22:34:21 [2019-09-27T22:34:21.405Z] #58 ...
22:34:21 [2019-09-27T22:34:21.405Z] 
22:34:21 [2019-09-27T22:34:21.405Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
22:34:21 [2019-09-27T22:34:21.405Z] #15 152.9 + rm -rf /tmp/tmp.mTcc2n698I
22:34:21 [2019-09-27T22:34:21.405Z] #15 DONE 153.4s
22:34:21 [2019-09-27T22:34:21.405Z] 
22:34:21 [2019-09-27T22:34:21.405Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:21 [2019-09-27T22:34:21.405Z] #58 95.55   CC       criu/clone-noasan.o
22:34:21 [2019-09-27T22:34:21.405Z] #58 95.70   CC       criu/cr-check.o
22:34:23 [2019-09-27T22:34:23.367Z] #58 97.64   CC       criu/cr-dedup.o
22:34:23 [2019-09-27T22:34:23.816Z] #24 ...
22:34:23 [2019-09-27T22:34:23.816Z] 
22:34:23 [2019-09-27T22:34:23.816Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:23 [2019-09-27T22:34:23.816Z] #33 89.81 encoding/asn1
22:34:23 [2019-09-27T22:34:23.816Z] #33 91.85 crypto/ecdsa
22:34:23 [2019-09-27T22:34:23.816Z] #33 92.36 crypto/rsa
22:34:23 [2019-09-27T22:34:23.816Z] #33 93.60 crypto/dsa
22:34:23 [2019-09-27T22:34:23.816Z] #33 93.97 crypto/x509/pkix
22:34:23 [2019-09-27T22:34:23.816Z] #33 94.35 internal/x/crypto/cryptobyte
22:34:23 [2019-09-27T22:34:23.816Z] #33 95.95 internal/x/crypto/internal/chacha20
22:34:23 [2019-09-27T22:34:23.816Z] #33 96.35 internal/x/crypto/poly1305
22:34:23 [2019-09-27T22:34:23.816Z] #33 96.62 internal/x/crypto/chacha20poly1305
22:34:23 [2019-09-27T22:34:23.816Z] #33 97.81 internal/x/crypto/hkdf
22:34:23 [2019-09-27T22:34:23.816Z] #33 97.96 internal/x/text/transform
22:34:23 [2019-09-27T22:34:23.816Z] #33 98.58 internal/x/text/unicode/bidi
22:34:24 [2019-09-27T22:34:24.074Z] #33 ...
22:34:24 [2019-09-27T22:34:24.074Z] 
22:34:24 [2019-09-27T22:34:24.074Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:24 [2019-09-27T22:34:24.074Z] #58 49.87   CC       criu/pie/util.o
22:34:24 [2019-09-27T22:34:24.074Z] #58 50.15   CC       criu/pie/util-vdso.o
22:34:24 [2019-09-27T22:34:24.074Z] #58 50.70   CC       criu/pie/parasite-vdso.o
22:34:24 [2019-09-27T22:34:24.074Z] #58 51.56   CC       criu/arch/x86/vdso-pie.o
22:34:24 [2019-09-27T22:34:24.074Z] #58 51.84   AR       criu/pie/pie.lib.a
22:34:24 [2019-09-27T22:34:24.074Z] #58 51.88   DEP      criu/pie/restorer.d
22:34:24 [2019-09-27T22:34:24.074Z] #58 52.04   DEP      criu/arch/x86/restorer.d
22:34:24 [2019-09-27T22:34:24.074Z] #58 52.20   DEP      criu/pie/parasite.d
22:34:24 [2019-09-27T22:34:24.074Z] #58 52.48   CC       criu/pie/parasite.o
22:34:24 [2019-09-27T22:34:24.303Z] #58 98.37   CC       criu/cr-dump.o
22:34:25 [2019-09-27T22:34:25.007Z] #58 53.50   LINK     criu/pie/parasite.built-in.o
22:34:25 [2019-09-27T22:34:25.007Z] #58 53.52   GEN      criu/pie/parasite-blob.h
22:34:25 [2019-09-27T22:34:25.007Z] #58 53.53   CC       criu/arch/x86/restorer.o
22:34:25 [2019-09-27T22:34:25.941Z] #58 54.26   CC       criu/pie/restorer.o
22:34:26 [2019-09-27T22:34:26.188Z] #58 100.5   CC       criu/cr-errno.o
22:34:26 [2019-09-27T22:34:26.188Z] #58 ...
22:34:26 [2019-09-27T22:34:26.188Z] 
22:34:26 [2019-09-27T22:34:26.188Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:26 [2019-09-27T22:34:26.188Z] #33 158.0 github.com/LK4D4/vndr/godl
22:34:27 [2019-09-27T22:34:27.113Z] #33 158.7 github.com/LK4D4/vndr
22:34:28 [2019-09-27T22:34:28.470Z] #58 56.47   LINK     criu/pie/restorer.built-in.o
22:34:28 [2019-09-27T22:34:28.470Z] #58 56.50   GEN      criu/pie/restorer-blob.h
22:34:28 [2019-09-27T22:34:28.470Z] #58 56.58   DEP      criu/vdso.d
22:34:28 [2019-09-27T22:34:28.470Z] #58 56.77   DEP      criu/uts_ns.d
22:34:28 [2019-09-27T22:34:28.470Z] #58 56.95   DEP      criu/util.d
22:34:28 [2019-09-27T22:34:28.470Z] #58 57.14   DEP      criu/uffd.d
22:34:29 [2019-09-27T22:34:29.036Z] #58 57.31   DEP      criu/tun.d
22:34:29 [2019-09-27T22:34:29.036Z] #58 57.46   DEP      criu/tty.d
22:34:29 [2019-09-27T22:34:29.295Z] #58 57.75   DEP      criu/timerfd.d
22:34:29 [2019-09-27T22:34:29.553Z] #58 57.95   DEP      criu/sysfs_parse.d
22:34:29 [2019-09-27T22:34:29.553Z] #58 58.15   DEP      criu/sysctl.d
22:34:29 [2019-09-27T22:34:29.811Z] #58 58.27   DEP      criu/string.d
22:34:29 [2019-09-27T22:34:29.811Z] #58 58.32   DEP      criu/stats.d
22:34:30 [2019-09-27T22:34:30.069Z] #58 58.47   DEP      criu/sockets.d
22:34:30 [2019-09-27T22:34:30.069Z] #58 58.61   DEP      criu/sk-unix.d
22:34:30 [2019-09-27T22:34:30.327Z] #58 58.83   DEP      criu/sk-tcp.d
22:34:30 [2019-09-27T22:34:30.585Z] #58 59.06   DEP      criu/sk-queue.d
22:34:30 [2019-09-27T22:34:30.585Z] #58 59.23   DEP      criu/sk-packet.d
22:34:30 [2019-09-27T22:34:30.843Z] #58 59.48   DEP      criu/sk-netlink.d
22:34:31 [2019-09-27T22:34:31.101Z] #58 59.71   DEP      criu/sk-inet.d
22:34:31 [2019-09-27T22:34:31.359Z] #58 59.90   DEP      criu/signalfd.d
22:34:31 [2019-09-27T22:34:31.617Z] #58 60.04   DEP      criu/sigframe.d
22:34:31 [2019-09-27T22:34:31.617Z] #58 60.16   DEP      criu/shmem.d
22:34:31 [2019-09-27T22:34:31.875Z] #58 60.34   DEP      criu/seize.d
22:34:32 [2019-09-27T22:34:32.134Z] #58 60.55   DEP      criu/seccomp.d
22:34:32 [2019-09-27T22:34:32.134Z] #58 60.72   DEP      criu/rst-malloc.d
22:34:32 [2019-09-27T22:34:32.355Z] #33 ...
22:34:32 [2019-09-27T22:34:32.355Z] 
22:34:32 [2019-09-27T22:34:32.355Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:34:32 [2019-09-27T22:34:32.355Z] #13 105.5 Selecting previously unselected package g++-mingw-w64-x86-64.
22:34:32 [2019-09-27T22:34:32.355Z] #13 105.5 Preparing to unpack .../53-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
22:34:32 [2019-09-27T22:34:32.355Z] #13 105.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:34:32 [2019-09-27T22:34:32.392Z] #58 60.78   DEP      criu/rbtree.d
22:34:32 [2019-09-27T22:34:32.392Z] #58 60.81   DEP      criu/pstree.d
22:34:32 [2019-09-27T22:34:32.392Z] #58 61.00   DEP      criu/protobuf.d
22:34:32 [2019-09-27T22:34:32.650Z] #58 61.13   GEN      criu/protobuf-desc-gen.h
22:34:34 [2019-09-27T22:34:34.023Z] #58 62.56   DEP      criu/protobuf-desc.d
22:34:34 [2019-09-27T22:34:34.281Z] #58 62.70   DEP      criu/proc_parse.d
22:34:34 [2019-09-27T22:34:34.281Z] #58 ...
22:34:34 [2019-09-27T22:34:34.281Z] 
22:34:34 [2019-09-27T22:34:34.281Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:34 [2019-09-27T22:34:34.281Z] #33 100.1 internal/x/text/secure/bidirule
22:34:34 [2019-09-27T22:34:34.281Z] #33 100.4 internal/x/text/unicode/norm
22:34:34 [2019-09-27T22:34:34.281Z] #33 102.3 crypto/x509
22:34:34 [2019-09-27T22:34:34.281Z] #33 104.0 internal/x/net/idna
22:34:34 [2019-09-27T22:34:34.281Z] #33 105.9 net/textproto
22:34:34 [2019-09-27T22:34:34.281Z] #33 106.7 internal/x/net/http/httpguts
22:34:34 [2019-09-27T22:34:34.281Z] #33 106.9 internal/x/net/http/httpproxy
22:34:34 [2019-09-27T22:34:34.281Z] #33 107.1 crypto/tls
22:34:34 [2019-09-27T22:34:34.281Z] #33 107.4 internal/x/net/http2/hpack
22:34:34 [2019-09-27T22:34:34.281Z] #33 108.4 mime
22:34:34 [2019-09-27T22:34:34.281Z] #33 110.0 mime/quotedprintable
22:34:34 [2019-09-27T22:34:34.281Z] #33 110.3 mime/multipart
22:34:34 [2019-09-27T22:34:34.281Z] #33 ...
22:34:34 [2019-09-27T22:34:34.281Z] 
22:34:34 [2019-09-27T22:34:34.281Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:34 [2019-09-27T22:34:34.281Z] #58 62.87   DEP      criu/plugin.d
22:34:34 [2019-09-27T22:34:34.541Z] #58 63.01   DEP      criu/pipes.d
22:34:34 [2019-09-27T22:34:34.799Z] #58 63.24   DEP      criu/pie-util.d
22:34:34 [2019-09-27T22:34:34.799Z] #58 63.33   DEP      criu/pie-util-vdso.d
22:34:34 [2019-09-27T22:34:34.799Z] #58 63.44   DEP      criu/pie-util-vdso-elf32.d
22:34:35 [2019-09-27T22:34:35.057Z] #58 63.59   DEP      criu/path.d
22:34:35 [2019-09-27T22:34:35.057Z] #58 63.72   DEP      criu/parasite-syscall.d
22:34:35 [2019-09-27T22:34:35.315Z] #58 63.98   DEP      criu/pagemap.d
22:34:35 [2019-09-27T22:34:35.577Z] #58 64.12   DEP      criu/pagemap-cache.d
22:34:35 [2019-09-27T22:34:35.625Z] #13 ...
22:34:35 [2019-09-27T22:34:35.625Z] 
22:34:35 [2019-09-27T22:34:35.625Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:35 [2019-09-27T22:34:35.625Z] #33 DONE 166.7s
22:34:35 [2019-09-27T22:34:35.625Z] 
22:34:35 [2019-09-27T22:34:35.625Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:35 [2019-09-27T22:34:35.625Z] #58 100.7   CC       criu/cr-restore.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 105.0   CC       criu/cr-service.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 106.3   CC       criu/crtools.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 107.6   CC       criu/eventfd.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 108.0   CC       criu/eventpoll.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 108.8   CC       criu/external.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 109.1   CC       criu/fault-injection.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 109.2   CC       criu/fdstore.o
22:34:35 [2019-09-27T22:34:35.625Z] #58 109.9   CC       criu/fifo.o
22:34:35 [2019-09-27T22:34:35.843Z] #58 64.38   DEP      criu/page-xfer.d
22:34:35 [2019-09-27T22:34:35.843Z] #58 64.50   DEP      criu/page-pipe.d
22:34:36 [2019-09-27T22:34:36.101Z] #58 64.64   DEP      criu/netfilter.d
22:34:36 [2019-09-27T22:34:36.101Z] #58 64.76   DEP      criu/net.d
22:34:36 [2019-09-27T22:34:36.359Z] #58 64.96   DEP      criu/namespaces.d
22:34:36 [2019-09-27T22:34:36.552Z] #58 110.7   CC       criu/file-ids.o
22:34:36 [2019-09-27T22:34:36.617Z] #58 65.13   DEP      criu/mount.d
22:34:36 [2019-09-27T22:34:36.808Z] #58 111.0   CC       criu/file-lock.o
22:34:36 [2019-09-27T22:34:36.875Z] #58 65.34   DEP      criu/mem.d
22:34:37 [2019-09-27T22:34:37.133Z] #58 65.53   DEP      criu/lsm.d
22:34:37 [2019-09-27T22:34:37.133Z] #58 65.67   DEP      criu/log.d
22:34:37 [2019-09-27T22:34:37.391Z] #58 65.82   DEP      criu/libnetlink.d
22:34:37 [2019-09-27T22:34:37.391Z] #58 65.99   DEP      criu/kerndat.d
22:34:37 [2019-09-27T22:34:37.649Z] #58 66.16   DEP      criu/kcmp-ids.d
22:34:37 [2019-09-27T22:34:37.736Z] #58 111.9   CC       criu/files-ext.o
22:34:37 [2019-09-27T22:34:37.907Z] #58 66.27   DEP      criu/irmap.d
22:34:37 [2019-09-27T22:34:37.907Z] #58 66.39   DEP      criu/ipc_ns.d
22:34:37 [2019-09-27T22:34:37.907Z] #58 66.54   DEP      criu/image.d
22:34:37 [2019-09-27T22:34:37.992Z] #58 112.2   CC       criu/files-reg.o
22:34:38 [2019-09-27T22:34:38.166Z] #58 66.67   DEP      criu/image-desc.d
22:34:38 [2019-09-27T22:34:38.166Z] #58 66.72   DEP      criu/fsnotify.d
22:34:38 [2019-09-27T22:34:38.424Z] #58 66.98   DEP      criu/filesystems.d
22:34:38 [2019-09-27T22:34:38.682Z] #58 67.19   DEP      criu/files.d
22:34:38 [2019-09-27T22:34:38.940Z] #58 67.40   DEP      criu/files-reg.d
22:34:39 [2019-09-27T22:34:39.198Z] #58 67.58   DEP      criu/files-ext.d
22:34:39 [2019-09-27T22:34:39.198Z] #58 67.70   DEP      criu/file-lock.d
22:34:39 [2019-09-27T22:34:39.198Z] #58 67.80   DEP      criu/file-ids.d
22:34:39 [2019-09-27T22:34:39.456Z] #58 67.96   DEP      criu/fifo.d
22:34:39 [2019-09-27T22:34:39.714Z] #58 68.11   DEP      criu/fdstore.d
22:34:39 [2019-09-27T22:34:39.714Z] #58 68.19   DEP      criu/fault-injection.d
22:34:39 [2019-09-27T22:34:39.714Z] #58 68.25   DEP      criu/external.d
22:34:39 [2019-09-27T22:34:39.882Z] #58 114.3   CC       criu/files.o
22:34:39 [2019-09-27T22:34:39.972Z] #58 68.43   DEP      criu/eventpoll.d
22:34:40 [2019-09-27T22:34:40.230Z] #58 68.60   DEP      criu/eventfd.d
22:34:40 [2019-09-27T22:34:40.230Z] #58 68.78   DEP      criu/crtools.d
22:34:40 [2019-09-27T22:34:40.488Z] #58 69.05   DEP      criu/cr-service.d
22:34:40 [2019-09-27T22:34:40.746Z] #58 69.25   DEP      criu/cr-restore.d
22:34:41 [2019-09-27T22:34:41.009Z] #58 69.49   DEP      criu/cr-errno.d
22:34:41 [2019-09-27T22:34:41.009Z] #58 69.53   DEP      criu/cr-dump.d
22:34:41 [2019-09-27T22:34:41.575Z] #58 ...
22:34:41 [2019-09-27T22:34:41.575Z] 
22:34:41 [2019-09-27T22:34:41.575Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
22:34:41 [2019-09-27T22:34:41.575Z] #27 DONE 117.7s
22:34:41 [2019-09-27T22:34:41.575Z] 
22:34:41 [2019-09-27T22:34:41.575Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:41 [2019-09-27T22:34:41.575Z] #58 69.87   DEP      criu/cr-dedup.d
22:34:41 [2019-09-27T22:34:41.575Z] #58 ...
22:34:41 [2019-09-27T22:34:41.575Z] 
22:34:41 [2019-09-27T22:34:41.575Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:41 [2019-09-27T22:34:41.575Z] #33 111.3 net/http/internal
22:34:41 [2019-09-27T22:34:41.575Z] #33 111.6 os/exec
22:34:41 [2019-09-27T22:34:41.575Z] #33 115.3 net/http/httptrace
22:34:41 [2019-09-27T22:34:41.575Z] #33 115.5 net/http
22:34:41 [2019-09-27T22:34:41.575Z] #33 ...
22:34:41 [2019-09-27T22:34:41.575Z] 
22:34:41 [2019-09-27T22:34:41.575Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:41 [2019-09-27T22:34:41.575Z] #58 70.17   DEP      criu/cr-check.d
22:34:42 [2019-09-27T22:34:42.141Z] #58 70.48   DEP      criu/clone-noasan.d
22:34:42 [2019-09-27T22:34:42.141Z] #58 70.56   DEP      criu/cgroup.d
22:34:42 [2019-09-27T22:34:42.141Z] #58 70.83   DEP      criu/cgroup-props.d
22:34:42 [2019-09-27T22:34:42.399Z] #58 71.02   DEP      criu/bitmap.d
22:34:42 [2019-09-27T22:34:42.399Z] #58 71.04   DEP      criu/bfd.d
22:34:42 [2019-09-27T22:34:42.399Z] #58 71.09   DEP      criu/autofs.d
22:34:42 [2019-09-27T22:34:42.400Z] #58 116.4   CC       criu/filesystems.o
22:34:42 [2019-09-27T22:34:42.657Z] #58 71.23   DEP      criu/aio.d
22:34:42 [2019-09-27T22:34:42.915Z] #58 71.47   DEP      criu/action-scripts.d
22:34:43 [2019-09-27T22:34:43.004Z] #58 117.2   CC       criu/fsnotify.o
22:34:43 [2019-09-27T22:34:43.173Z] #58 71.72   CC       criu/action-scripts.o
22:34:43 [2019-09-27T22:34:43.431Z] #58 72.09   CC       criu/aio.o
22:34:43 [2019-09-27T22:34:43.566Z] #58 ...
22:34:43 [2019-09-27T22:34:43.566Z] 
22:34:43 [2019-09-27T22:34:43.566Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Setting up aufs-tools (1:4.1+20161219-1) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Setting up libsepol1-dev:amd64 (2.6-2) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 116.9 Processing triggers for mime-support (3.60) ...
22:34:43 [2019-09-27T22:34:43.566Z] #13 117.0 Setting up xxd (2:8.0.0197-4+deb9u3) ...
22:34:43 [2019-09-27T22:34:43.822Z] #13 117.0 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
22:34:43 [2019-09-27T22:34:43.822Z] #13 117.0 Setting up libcap2-bin (1:2.25-1) ...
22:34:43 [2019-09-27T22:34:43.822Z] #13 117.0 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
22:34:43 [2019-09-27T22:34:43.822Z] #13 117.0 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
22:34:43 [2019-09-27T22:34:43.822Z] #13 117.0 Setting up bash-completion (1:2.1-4.3) ...
22:34:44 [2019-09-27T22:34:44.365Z] #58 72.72   CC       criu/autofs.o
22:34:45 [2019-09-27T22:34:45.738Z] #58 74.10   CC       criu/bfd.o
22:34:45 [2019-09-27T22:34:45.996Z] #58 74.58   CC       criu/bitmap.o
22:34:46 [2019-09-27T22:34:46.254Z] #58 74.74   CC       criu/cgroup-props.o
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Setting up libonig4:amd64 (6.1.3-2) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Setting up zip (3.0-11+b1) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Setting up bzip2 (1.0.6-8.1) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.3 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up libaio1:amd64 (0.3.110-3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up xz-utils (5.2.2-1.2+b1) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.4 Setting up libpcre32-3:amd64 (2:8.39-3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.5 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
22:34:46 [2019-09-27T22:34:46.338Z] #13 119.5 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.8 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.8 Setting up libpcre16-3:amd64 (2:8.39-3) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.8 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.8 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.8 Setting up libudev-dev:amd64 (232-25+deb9u12) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up pigz (2.3.4-1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up libmpdec2:amd64 (2.4.2-1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up mingw-w64-common (5.0.1-1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up jq (1.5+dfsg-1.3) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 119.9 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 Setting up xfsprogs (4.9.0+nmu1) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 Setting up vim (2:8.0.0197-4+deb9u3) ...
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:34:46 [2019-09-27T22:34:46.596Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.0 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.1 Setting up iptables (1.6.0+snapshot20161117-6) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.1 Setting up btrfs-progs (4.7.3-1) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.1 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
22:34:46 [2019-09-27T22:34:46.852Z] #13 120.1 Setting up python3.5 (3.5.3-1+deb9u1) ...
22:34:47 [2019-09-27T22:34:47.188Z] #58 75.50   CC       criu/cgroup.o
22:34:49 [2019-09-27T22:34:49.088Z] #58 ...
22:34:49 [2019-09-27T22:34:49.088Z] 
22:34:49 [2019-09-27T22:34:49.088Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:49 [2019-09-27T22:34:49.088Z] #33 125.0 github.com/LK4D4/vndr/godl
22:34:49 [2019-09-27T22:34:49.654Z] #33 125.6 github.com/LK4D4/vndr
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 Setting up btrfs-tools (4.7.3-1) ...
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:34:52 [2019-09-27T22:34:52.097Z] #13 124.6 Setting up python3 (3.5.3-1) ...
22:34:53 [2019-09-27T22:34:53.025Z] #13 126.2 Setting up apparmor (2.11.0-3+deb9u2) ...
22:34:54 [2019-09-27T22:34:54.395Z] #13 127.4 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
22:34:54 [2019-09-27T22:34:54.395Z] #13 ...
22:34:54 [2019-09-27T22:34:54.395Z] 
22:34:54 [2019-09-27T22:34:54.395Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:54 [2019-09-27T22:34:54.395Z] #58 118.5   CC       criu/image-desc.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 118.6   CC       criu/image.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 119.5   CC       criu/ipc_ns.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 120.7   CC       criu/irmap.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 121.4   CC       criu/kcmp-ids.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 121.7   CC       criu/kerndat.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 122.7   CC       criu/libnetlink.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 123.1   CC       criu/log.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 123.5   CC       criu/lsm.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 123.9   CC       criu/mem.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 125.2   CC       criu/mount.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 128.6   CC       criu/namespaces.o
22:34:54 [2019-09-27T22:34:54.395Z] #58 ...
22:34:54 [2019-09-27T22:34:54.395Z] 
22:34:54 [2019-09-27T22:34:54.395Z] #13 [dev 7/22] RUN apt-get update && apt-get install -y --no-install-recomme...
22:34:54 [2019-09-27T22:34:54.395Z] #13 127.6 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
22:34:54 [2019-09-27T22:34:54.395Z] #13 127.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
22:34:54 [2019-09-27T22:34:54.395Z] #13 127.6 Setting up python3-wheel (0.29.0-2) ...
22:34:55 [2019-09-27T22:34:55.761Z] #13 128.6 Setting up python3-pkg-resources (33.1.1-1) ...
22:34:56 [2019-09-27T22:34:56.211Z] #33 ...
22:34:56 [2019-09-27T22:34:56.211Z] 
22:34:56 [2019-09-27T22:34:56.211Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:56 [2019-09-27T22:34:56.211Z] #58 77.95   CC       criu/clone-noasan.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 78.09   CC       criu/cr-check.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 79.37   CC       criu/cr-dedup.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 79.84   CC       criu/cr-dump.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 81.63   CC       criu/cr-errno.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 81.77   CC       criu/cr-restore.o
22:34:56 [2019-09-27T22:34:56.211Z] #58 ...
22:34:56 [2019-09-27T22:34:56.211Z] 
22:34:56 [2019-09-27T22:34:56.211Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
22:34:56 [2019-09-27T22:34:56.211Z] #33 DONE 131.9s
22:34:56 [2019-09-27T22:34:56.211Z] 
22:34:56 [2019-09-27T22:34:56.211Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:34:56 [2019-09-27T22:34:56.579Z] #13 129.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
22:34:56 [2019-09-27T22:34:56.579Z] #13 129.6 Setting up python3-pip (9.0.1-2+deb9u1) ...
22:34:57 [2019-09-27T22:34:57.506Z] #13 130.7 Setting up dmsetup (2:1.02.137-2) ...
22:34:57 [2019-09-27T22:34:57.506Z] #13 130.7 Setting up python3-setuptools (33.1.1-1) ...
22:34:57 [2019-09-27T22:34:57.584Z] #47 ...
22:34:57 [2019-09-27T22:34:57.584Z] 
22:34:57 [2019-09-27T22:34:57.584Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:34:57 [2019-09-27T22:34:57.584Z] #58 86.26   CC       criu/cr-service.o
22:34:58 [2019-09-27T22:34:58.434Z] #13 131.6 Setting up dh-python (2.20170125) ...
22:34:58 [2019-09-27T22:34:58.958Z] #58 87.46   CC       criu/crtools.o
22:34:59 [2019-09-27T22:34:59.361Z] #13 132.4 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
22:34:59 [2019-09-27T22:34:59.361Z] #13 132.4 Processing triggers for libc-bin (2.24-11+deb9u4) ...
22:34:59 [2019-09-27T22:34:59.892Z] #58 88.32   CC       criu/eventfd.o
22:34:59 [2019-09-27T22:34:59.926Z] #13 DONE 133.2s
22:34:59 [2019-09-27T22:34:59.926Z] 
22:34:59 [2019-09-27T22:34:59.926Z] #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
22:35:00 [2019-09-27T22:35:00.150Z] #58 88.61   CC       criu/eventpoll.o
22:35:00 [2019-09-27T22:35:00.413Z] #58 89.02   CC       criu/external.o
22:35:00 [2019-09-27T22:35:00.999Z] #58 89.32   CC       criu/fault-injection.o
22:35:00 [2019-09-27T22:35:00.999Z] #58 89.45   CC       criu/fdstore.o
22:35:01 [2019-09-27T22:35:01.256Z] #58 89.69   CC       criu/fifo.o
22:35:01 [2019-09-27T22:35:01.514Z] #58 90.04   CC       criu/file-ids.o
22:35:01 [2019-09-27T22:35:01.816Z] #14 ...
22:35:01 [2019-09-27T22:35:01.816Z] 
22:35:01 [2019-09-27T22:35:01.816Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:35:01 [2019-09-27T22:35:01.816Z] #42 151.8 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:35:01 [2019-09-27T22:35:01.816Z] #42 153.9 + mkdir -p /build
22:35:01 [2019-09-27T22:35:01.816Z] #42 153.9 + cp runc /build/runc
22:35:01 [2019-09-27T22:35:01.816Z] #42 DONE 154.1s
22:35:01 [2019-09-27T22:35:01.816Z] 
22:35:01 [2019-09-27T22:35:01.816Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:01 [2019-09-27T22:35:01.816Z] #58 130.4   CC       criu/net.o
22:35:01 [2019-09-27T22:35:01.816Z] #58 132.7   CC       criu/netfilter.o
22:35:01 [2019-09-27T22:35:01.816Z] #58 133.1   CC       criu/page-pipe.o
22:35:01 [2019-09-27T22:35:01.816Z] #58 133.7   CC       criu/page-xfer.o
22:35:01 [2019-09-27T22:35:01.816Z] #58 135.4   CC       criu/pagemap-cache.o
22:35:01 [2019-09-27T22:35:01.816Z] #58 135.9   CC       criu/pagemap.o
22:35:02 [2019-09-27T22:35:02.080Z] #58 90.35   CC       criu/file-lock.o
22:35:02 [2019-09-27T22:35:02.647Z] #58 90.95   CC       criu/files-ext.o
22:35:02 [2019-09-27T22:35:02.905Z] #58 91.30   CC       criu/files-reg.o
22:35:03 [2019-09-27T22:35:03.182Z] #58 137.3   CC       criu/parasite-syscall.o
22:35:04 [2019-09-27T22:35:04.112Z] #58 138.2   CC       criu/path.o
22:35:04 [2019-09-27T22:35:04.368Z] #58 138.5   CC       criu/pie-util-vdso-elf32.o
22:35:04 [2019-09-27T22:35:04.624Z] #58 138.9   CC       criu/pie-util-vdso.o
22:35:04 [2019-09-27T22:35:04.804Z] #58 93.24   CC       criu/files.o
22:35:05 [2019-09-27T22:35:05.185Z] #58 139.3   CC       criu/pie-util.o
22:35:05 [2019-09-27T22:35:05.370Z] #58 ...
22:35:05 [2019-09-27T22:35:05.370Z] 
22:35:05 [2019-09-27T22:35:05.370Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
22:35:05 [2019-09-27T22:35:05.370Z] #42 138.5 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:35:05 [2019-09-27T22:35:05.370Z] #42 140.6 + mkdir -p /build
22:35:05 [2019-09-27T22:35:05.370Z] #42 140.6 + cp runc /build/runc
22:35:05 [2019-09-27T22:35:05.370Z] #42 DONE 140.9s
22:35:05 [2019-09-27T22:35:05.441Z] #58 139.5   CC       criu/pipes.o
22:35:05 [2019-09-27T22:35:05.628Z] 
22:35:05 [2019-09-27T22:35:05.628Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:06 [2019-09-27T22:35:06.003Z] #58 140.2   CC       criu/plugin.o
22:35:06 [2019-09-27T22:35:06.003Z] #58 ...
22:35:06 [2019-09-27T22:35:06.003Z] 
22:35:06 [2019-09-27T22:35:06.003Z] #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
22:35:06 [2019-09-27T22:35:06.003Z] #14 6.049 Collecting yamllint==1.16.0
22:35:07 [2019-09-27T22:35:07.002Z] #47 ...
22:35:07 [2019-09-27T22:35:07.002Z] 
22:35:07 [2019-09-27T22:35:07.002Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:07 [2019-09-27T22:35:07.002Z] #58 95.49   CC       criu/filesystems.o
22:35:07 [2019-09-27T22:35:07.568Z] #58 96.07   CC       criu/fsnotify.o
22:35:08 [2019-09-27T22:35:08.502Z] #58 96.77   CC       criu/image-desc.o
22:35:08 [2019-09-27T22:35:08.502Z] #58 96.91   CC       criu/image.o
22:35:09 [2019-09-27T22:35:09.068Z] #58 97.51   CC       criu/ipc_ns.o
22:35:10 [2019-09-27T22:35:10.002Z] #58 98.31   CC       criu/irmap.o
22:35:10 [2019-09-27T22:35:10.260Z] #58 98.79   CC       criu/kcmp-ids.o
22:35:10 [2019-09-27T22:35:10.518Z] #58 98.99   CC       criu/kerndat.o
22:35:11 [2019-09-27T22:35:11.083Z] #58 99.60   CC       criu/libnetlink.o
22:35:11 [2019-09-27T22:35:11.341Z] #58 99.87   CC       criu/log.o
22:35:11 [2019-09-27T22:35:11.907Z] #58 100.2   CC       criu/lsm.o
22:35:12 [2019-09-27T22:35:12.165Z] #58 100.5   CC       criu/mem.o
22:35:12 [2019-09-27T22:35:12.539Z] #14 ...
22:35:12 [2019-09-27T22:35:12.539Z] 
22:35:12 [2019-09-27T22:35:12.539Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:12 [2019-09-27T22:35:12.539Z] #58 140.6   CC       criu/proc_parse.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 142.7   CC       criu/protobuf-desc.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 143.4   CC       criu/protobuf.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 143.7   CC       criu/pstree.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 144.4   CC       criu/rbtree.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 144.7   CC       criu/rst-malloc.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 144.9   CC       criu/seccomp.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 145.3   CC       criu/seize.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 146.1   CC       criu/shmem.o
22:35:12 [2019-09-27T22:35:12.539Z] #58 146.8   CC       criu/sigframe.o
22:35:12 [2019-09-27T22:35:12.793Z] #58 147.0   CC       criu/signalfd.o
22:35:12 [2019-09-27T22:35:12.794Z] #58 ...
22:35:12 [2019-09-27T22:35:12.794Z] 
22:35:12 [2019-09-27T22:35:12.794Z] #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
22:35:12 [2019-09-27T22:35:12.794Z] #14 12.83   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
22:35:13 [2019-09-27T22:35:13.050Z] #14 13.15 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
22:35:13 [2019-09-27T22:35:13.099Z] #58 101.6   CC       criu/mount.o
22:35:14 [2019-09-27T22:35:14.416Z] #14 14.24   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
22:35:15 [2019-09-27T22:35:15.345Z] #14 15.40 Collecting pyyaml (from yamllint==1.16.0)
22:35:15 [2019-09-27T22:35:15.627Z] #58 103.9   CC       criu/namespaces.o
22:35:16 [2019-09-27T22:35:16.561Z] #58 105.1   CC       criu/net.o
22:35:16 [2019-09-27T22:35:16.709Z] #14 16.55   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
22:35:17 [2019-09-27T22:35:17.637Z] #14 17.89 Building wheels for collected packages: pathspec, pyyaml
22:35:17 [2019-09-27T22:35:17.893Z] #14 17.89   Running setup.py bdist_wheel for pathspec: started
22:35:18 [2019-09-27T22:35:18.460Z] #58 106.9   CC       criu/netfilter.o
22:35:18 [2019-09-27T22:35:18.719Z] #58 107.2   CC       criu/page-pipe.o
22:35:18 [2019-09-27T22:35:18.821Z] #14 ...
22:35:18 [2019-09-27T22:35:18.821Z] 
22:35:18 [2019-09-27T22:35:18.821Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:35:18 [2019-09-27T22:35:18.821Z] #55 207.7 + dpkg --print-architecture
22:35:18 [2019-09-27T22:35:18.821Z] #55 207.7 + cd /tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution
22:35:18 [2019-09-27T22:35:18.821Z] #55 207.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:35:18 [2019-09-27T22:35:18.821Z] #55 208.0 + GOPATH=/tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.9l6cZYZGhl
22:35:18 [2019-09-27T22:35:18.821Z] #55 208.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:35:18 [2019-09-27T22:35:18.977Z] #58 107.6   CC       criu/page-xfer.o
22:35:19 [2019-09-27T22:35:19.911Z] #58 108.5   CC       criu/pagemap-cache.o
22:35:20 [2019-09-27T22:35:20.169Z] #58 108.7   CC       criu/pagemap.o
22:35:20 [2019-09-27T22:35:20.734Z] #58 109.4   CC       criu/parasite-syscall.o
22:35:21 [2019-09-27T22:35:21.338Z] #55 ...
22:35:21 [2019-09-27T22:35:21.338Z] 
22:35:21 [2019-09-27T22:35:21.338Z] #14 [dev 8/22] RUN pip3 install yamllint==1.16.0
22:35:21 [2019-09-27T22:35:21.338Z] #14 18.86   Running setup.py bdist_wheel for pathspec: finished with status 'done'
22:35:21 [2019-09-27T22:35:21.338Z] #14 18.86   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
22:35:21 [2019-09-27T22:35:21.338Z] #14 18.89   Running setup.py bdist_wheel for pyyaml: started
22:35:21 [2019-09-27T22:35:21.338Z] #14 20.02   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
22:35:21 [2019-09-27T22:35:21.338Z] #14 20.02   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
22:35:21 [2019-09-27T22:35:21.338Z] #14 20.10 Successfully built pathspec pyyaml
22:35:21 [2019-09-27T22:35:21.338Z] #14 20.10 Installing collected packages: pathspec, pyyaml, yamllint
22:35:21 [2019-09-27T22:35:21.338Z] #14 20.52 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
22:35:21 [2019-09-27T22:35:21.338Z] #14 DONE 21.1s
22:35:21 [2019-09-27T22:35:21.338Z] 
22:35:21 [2019-09-27T22:35:21.338Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:21 [2019-09-27T22:35:21.339Z] #58 147.2   CC       criu/sk-inet.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 148.0   CC       criu/sk-netlink.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 148.3   CC       criu/sk-packet.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 149.0   CC       criu/sk-queue.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 149.6   CC       criu/sk-tcp.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 150.0   CC       criu/sk-unix.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 151.4   CC       criu/sockets.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 152.1   CC       criu/stats.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 152.5   CC       criu/string.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 152.7   CC       criu/sysctl.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 153.6   CC       criu/sysfs_parse.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 154.1   CC       criu/timerfd.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 154.5   CC       criu/tty.o
22:35:21 [2019-09-27T22:35:21.339Z] #58 ...
22:35:21 [2019-09-27T22:35:21.339Z] 
22:35:21 [2019-09-27T22:35:21.339Z] #16 [dev 9/22] COPY --from=swagger /build/swagger* /usr/local/bin/
22:35:21 [2019-09-27T22:35:21.339Z] #16 DONE 0.2s
22:35:21 [2019-09-27T22:35:21.339Z] 
22:35:21 [2019-09-27T22:35:21.339Z] #21 [dev 10/22] COPY --from=frozen-images /build/ /docker-frozen-images
22:35:21 [2019-09-27T22:35:21.668Z] #58 110.1   CC       criu/path.o
22:35:21 [2019-09-27T22:35:21.926Z] #58 110.3   CC       criu/pie-util-vdso-elf32.o
22:35:21 [2019-09-27T22:35:21.926Z] #58 110.6   CC       criu/pie-util-vdso.o
22:35:22 [2019-09-27T22:35:22.266Z] #21 DONE 0.9s
22:35:22 [2019-09-27T22:35:22.267Z] 
22:35:22 [2019-09-27T22:35:22.267Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:22 [2019-09-27T22:35:22.267Z] #58 156.4   CC       criu/tun.o
22:35:22 [2019-09-27T22:35:22.491Z] #58 110.9   CC       criu/pie-util.o
22:35:22 [2019-09-27T22:35:22.491Z] #58 111.1   CC       criu/pipes.o
22:35:22 [2019-09-27T22:35:22.522Z] #58 156.9   CC       criu/uffd.o
22:35:23 [2019-09-27T22:35:23.058Z] #58 111.6   CC       criu/plugin.o
22:35:23 [2019-09-27T22:35:23.633Z] #58 111.9   CC       criu/proc_parse.o
22:35:23 [2019-09-27T22:35:23.888Z] #58 158.0   CC       criu/util.o
22:35:24 [2019-09-27T22:35:24.818Z] #58 159.1   CC       criu/uts_ns.o
22:35:25 [2019-09-27T22:35:25.074Z] #58 159.3   CC       criu/vdso.o
22:35:25 [2019-09-27T22:35:25.533Z] #58 114.2   CC       criu/protobuf-desc.o
22:35:26 [2019-09-27T22:35:26.005Z] #58 160.2   LINK     criu/built-in.o
22:35:26 [2019-09-27T22:35:26.005Z] #58 160.3   LINK     criu/criu
22:35:26 [2019-09-27T22:35:26.261Z] #58 160.5   DEP      lib/c/criu.d
22:35:26 [2019-09-27T22:35:26.261Z] #58 160.6   CC       images/rpc.pb-c.o
22:35:26 [2019-09-27T22:35:26.466Z] #58 114.9   CC       criu/protobuf.o
22:35:26 [2019-09-27T22:35:26.725Z] #58 115.3   CC       criu/pstree.o
22:35:26 [2019-09-27T22:35:26.823Z] #58 161.1   CC       lib/c/criu.o
22:35:27 [2019-09-27T22:35:27.658Z] #58 116.1   CC       criu/rbtree.o
22:35:27 [2019-09-27T22:35:27.751Z] #58 161.9   LINK     lib/c/built-in.o
22:35:27 [2019-09-27T22:35:27.751Z] #58 162.0   LINK     lib/c/libcriu.so
22:35:27 [2019-09-27T22:35:27.916Z] #58 116.3   CC       criu/rst-malloc.o
22:35:28 [2019-09-27T22:35:28.007Z] #58 162.2   GEN      magic.py
22:35:28 [2019-09-27T22:35:28.174Z] #58 116.6   CC       criu/seccomp.o
22:35:28 [2019-09-27T22:35:28.263Z] #58 162.4 Note: Building without ia32 C/R, missed ia32 support in gcc
22:35:28 [2019-09-27T22:35:28.263Z] #58 162.4       That may be related to missing gcc-multilib in your
22:35:28 [2019-09-27T22:35:28.263Z] #58 162.4       distribution or you may have Debian with buggy toolchain
22:35:28 [2019-09-27T22:35:28.263Z] #58 162.4       (issue https://github.com/xemul/criu/issues/315)
22:35:28 [2019-09-27T22:35:28.740Z] #58 117.1   CC       criu/seize.o
22:35:28 [2019-09-27T22:35:28.825Z] #58 162.9 fatal: Not a git repository (or any of the parent directories): .git
22:35:29 [2019-09-27T22:35:29.081Z] #58 163.4 make[1]: Nothing to be done for 'all'.
22:35:29 [2019-09-27T22:35:29.306Z] #58 117.8   CC       criu/shmem.o
22:35:29 [2019-09-27T22:35:29.643Z] #58 163.9 make[1]: 'images/built-in.o' is up to date.
22:35:29 [2019-09-27T22:35:29.643Z] #58 164.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:35:29 [2019-09-27T22:35:29.643Z] #58 164.0 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:35:29 [2019-09-27T22:35:29.872Z] #58 118.5   CC       criu/sigframe.o
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.0 make[1]: 'compel/libcompel.a' is up to date.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.0 make[1]: 'compel/compel-host-bin' is up to date.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.0 make[1]: Nothing to be done for 'all'.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.1 make[1]: 'soccr/libsoccr.a' is up to date.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.2 make[2]: Nothing to be done for 'all'.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.2 make[2]: Nothing to be done for 'all'.
22:35:29 [2019-09-27T22:35:29.899Z] #58 164.2 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.130Z] #58 118.7   CC       criu/signalfd.o
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.3 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.3 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.4 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.4 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.5 make[2]: Nothing to be done for 'all'.
22:35:30 [2019-09-27T22:35:30.155Z] #58 164.5   INSTALL  criu/criu
22:35:30 [2019-09-27T22:35:30.388Z] #58 119.0   CC       criu/sk-inet.o
22:35:30 [2019-09-27T22:35:30.411Z] #58 DONE 164.8s
22:35:30 [2019-09-27T22:35:30.411Z] 
22:35:30 [2019-09-27T22:35:30.411Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:35:30 [2019-09-27T22:35:30.954Z] #58 ...
22:35:30 [2019-09-27T22:35:30.954Z] 
22:35:30 [2019-09-27T22:35:30.954Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:35:30 [2019-09-27T22:35:30.954Z] #55 167.2 + dpkg --print-architecture
22:35:30 [2019-09-27T22:35:30.954Z] #55 167.2 + cd /tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution
22:35:30 [2019-09-27T22:35:30.954Z] #55 167.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:35:31 [2019-09-27T22:35:31.212Z] #55 167.6 + GOPATH=/tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Z7TeEsmhH6
22:35:31 [2019-09-27T22:35:31.212Z] #55 167.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:35:35 [2019-09-27T22:35:35.657Z] #24 ...
22:35:35 [2019-09-27T22:35:35.657Z] 
22:35:35 [2019-09-27T22:35:35.657Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:35:35 [2019-09-27T22:35:35.657Z] #55 227.4 + rm -rf /tmp/tmp.9l6cZYZGhl/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.9l6cZYZGhl
22:35:35 [2019-09-27T22:35:35.657Z] #55 DONE 227.6s
22:35:35 [2019-09-27T22:35:35.657Z] 
22:35:35 [2019-09-27T22:35:35.657Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:35:38 [2019-09-27T22:35:38.928Z] #24 DONE 230.3s
22:35:38 [2019-09-27T22:35:38.928Z] 
22:35:38 [2019-09-27T22:35:38.928Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:39 [2019-09-27T22:35:39.319Z] #55 ...
22:35:39 [2019-09-27T22:35:39.319Z] 
22:35:39 [2019-09-27T22:35:39.319Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
22:35:39 [2019-09-27T22:35:39.319Z] #58 119.7   CC       criu/sk-netlink.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 120.1   CC       criu/sk-packet.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 120.6   CC       criu/sk-queue.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 121.1   CC       criu/sk-tcp.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 121.6   CC       criu/sk-unix.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 122.7   CC       criu/sockets.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 123.2   CC       criu/stats.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 123.5   CC       criu/string.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 123.6   CC       criu/sysctl.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 124.1   CC       criu/sysfs_parse.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 124.5   CC       criu/timerfd.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 124.9   CC       criu/tty.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 126.5   CC       criu/tun.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 126.8   CC       criu/uffd.o
22:35:39 [2019-09-27T22:35:39.319Z] #58 127.7   CC       criu/util.o
22:35:40 [2019-09-27T22:35:40.254Z] #58 128.6   CC       criu/uts_ns.o
22:35:40 [2019-09-27T22:35:40.512Z] #58 129.0   CC       criu/vdso.o
22:35:40 [2019-09-27T22:35:40.827Z] #47 ...
22:35:40 [2019-09-27T22:35:40.827Z] 
22:35:40 [2019-09-27T22:35:40.827Z] #25 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.078Z] #58 129.7   LINK     criu/built-in.o
22:35:41 [2019-09-27T22:35:41.336Z] #58 129.9   LINK     criu/criu
22:35:41 [2019-09-27T22:35:41.390Z] #25 DONE 0.6s
22:35:41 [2019-09-27T22:35:41.390Z] 
22:35:41 [2019-09-27T22:35:41.390Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:41 [2019-09-27T22:35:41.390Z] #47 ...
22:35:41 [2019-09-27T22:35:41.390Z] 
22:35:41 [2019-09-27T22:35:41.390Z] #28 [dev 12/22] COPY --from=gotestsum /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.390Z] #28 DONE 0.1s
22:35:41 [2019-09-27T22:35:41.390Z] 
22:35:41 [2019-09-27T22:35:41.390Z] #31 [dev 13/22] COPY --from=tomlv /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.646Z] #31 DONE 0.1s
22:35:41 [2019-09-27T22:35:41.646Z] 
22:35:41 [2019-09-27T22:35:41.646Z] #34 [dev 14/22] COPY --from=vndr /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.646Z] #34 DONE 0.1s
22:35:41 [2019-09-27T22:35:41.646Z] 
22:35:41 [2019-09-27T22:35:41.646Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:41 [2019-09-27T22:35:41.646Z] #47 ...
22:35:41 [2019-09-27T22:35:41.646Z] 
22:35:41 [2019-09-27T22:35:41.646Z] #39 [dev 15/22] COPY --from=tini /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.646Z] #39 DONE 0.1s
22:35:41 [2019-09-27T22:35:41.646Z] 
22:35:41 [2019-09-27T22:35:41.646Z] #43 [dev 16/22] COPY --from=runc /build/ /usr/local/bin/
22:35:41 [2019-09-27T22:35:41.902Z] #58 130.4   DEP      lib/c/criu.d
22:35:41 [2019-09-27T22:35:41.902Z] #58 130.4   CC       images/rpc.pb-c.o
22:35:41 [2019-09-27T22:35:41.929Z] #43 DONE 0.1s
22:35:41 [2019-09-27T22:35:41.929Z] 
22:35:41 [2019-09-27T22:35:41.929Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:42 [2019-09-27T22:35:42.469Z] #58 131.0   CC       lib/c/criu.o
22:35:43 [2019-09-27T22:35:43.402Z] #58 131.8   LINK     lib/c/built-in.o
22:35:43 [2019-09-27T22:35:43.402Z] #58 131.8   LINK     lib/c/libcriu.so
22:35:43 [2019-09-27T22:35:43.659Z] #58 132.1   GEN      magic.py
22:35:43 [2019-09-27T22:35:43.659Z] #58 132.2 Note: Building without ia32 C/R, missed ia32 support in gcc
22:35:43 [2019-09-27T22:35:43.918Z] #58 132.2       That may be related to missing gcc-multilib in your
22:35:43 [2019-09-27T22:35:43.918Z] #58 132.2       distribution or you may have Debian with buggy toolchain
22:35:43 [2019-09-27T22:35:43.918Z] #58 132.2       (issue https://github.com/xemul/criu/issues/315)
22:35:44 [2019-09-27T22:35:44.176Z] #58 132.7 fatal: Not a git repository (or any of the parent directories): .git
22:35:44 [2019-09-27T22:35:44.742Z] #58 133.3 make[1]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.308Z] #58 133.9 make[1]: 'images/built-in.o' is up to date.
22:35:45 [2019-09-27T22:35:45.308Z] #58 133.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
22:35:45 [2019-09-27T22:35:45.308Z] #58 133.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
22:35:45 [2019-09-27T22:35:45.308Z] #58 133.9 make[1]: 'compel/libcompel.a' is up to date.
22:35:45 [2019-09-27T22:35:45.308Z] #58 134.0 make[1]: 'compel/compel-host-bin' is up to date.
22:35:45 [2019-09-27T22:35:45.308Z] #58 134.0 make[1]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.0 make[1]: 'soccr/libsoccr.a' is up to date.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.1 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.1 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.2 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.2 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.566Z] #58 134.2 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.823Z] #58 134.3 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.823Z] #58 134.3 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.823Z] #58 134.4 make[2]: Nothing to be done for 'all'.
22:35:45 [2019-09-27T22:35:45.823Z] #58 134.4   INSTALL  criu/criu
22:35:46 [2019-09-27T22:35:46.757Z] #58 DONE 135.1s
22:35:46 [2019-09-27T22:35:46.757Z] 
22:35:46 [2019-09-27T22:35:46.757Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:48 [2019-09-27T22:35:48.524Z] #47 201.0 🇩 bin/containerd
22:35:50 [2019-09-27T22:35:50.938Z] #47 ...
22:35:50 [2019-09-27T22:35:50.938Z] 
22:35:50 [2019-09-27T22:35:50.938Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
22:35:50 [2019-09-27T22:35:50.938Z] #55 186.7 + rm -rf /tmp/tmp.Z7TeEsmhH6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Z7TeEsmhH6
22:35:50 [2019-09-27T22:35:50.938Z] #55 DONE 186.9s
22:35:50 [2019-09-27T22:35:50.938Z] 
22:35:50 [2019-09-27T22:35:50.938Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:52 [2019-09-27T22:35:52.840Z] #47 ...
22:35:52 [2019-09-27T22:35:52.840Z] 
22:35:52 [2019-09-27T22:35:52.840Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
22:35:52 [2019-09-27T22:35:52.840Z] #24 DONE 189.0s
22:35:52 [2019-09-27T22:35:52.840Z] 
22:35:52 [2019-09-27T22:35:52.840Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:54 [2019-09-27T22:35:54.786Z] #47 ...
22:35:54 [2019-09-27T22:35:54.786Z] 
22:35:54 [2019-09-27T22:35:54.786Z] #25 [dev 11/22] COPY --from=gometalinter /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.352Z] #25 DONE 0.6s
22:35:55 [2019-09-27T22:35:55.352Z] 
22:35:55 [2019-09-27T22:35:55.352Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:55 [2019-09-27T22:35:55.352Z] #47 ...
22:35:55 [2019-09-27T22:35:55.352Z] 
22:35:55 [2019-09-27T22:35:55.352Z] #28 [dev 12/22] COPY --from=gotestsum /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.352Z] #28 DONE 0.1s
22:35:55 [2019-09-27T22:35:55.352Z] 
22:35:55 [2019-09-27T22:35:55.352Z] #31 [dev 13/22] COPY --from=tomlv /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.352Z] #31 DONE 0.1s
22:35:55 [2019-09-27T22:35:55.352Z] 
22:35:55 [2019-09-27T22:35:55.352Z] #34 [dev 14/22] COPY --from=vndr /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.611Z] #34 DONE 0.1s
22:35:55 [2019-09-27T22:35:55.611Z] 
22:35:55 [2019-09-27T22:35:55.611Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:35:55 [2019-09-27T22:35:55.611Z] #47 ...
22:35:55 [2019-09-27T22:35:55.611Z] 
22:35:55 [2019-09-27T22:35:55.611Z] #39 [dev 15/22] COPY --from=tini /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.611Z] #39 DONE 0.1s
22:35:55 [2019-09-27T22:35:55.611Z] 
22:35:55 [2019-09-27T22:35:55.611Z] #43 [dev 16/22] COPY --from=runc /build/ /usr/local/bin/
22:35:55 [2019-09-27T22:35:55.869Z] #43 DONE 0.1s
22:35:55 [2019-09-27T22:35:55.869Z] 
22:35:55 [2019-09-27T22:35:55.869Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
22:36:02 [2019-09-27T22:36:02.424Z] #47 164.9 🇩 bin/containerd
22:36:10 [2019-09-27T22:36:10.401Z] #47 222.8 🇩 bin/containerd-stress
22:36:11 [2019-09-27T22:36:11.328Z] #47 224.3 🇩 bin/containerd-shim
22:36:17 [2019-09-27T22:36:17.857Z] #47 230.1 🇩 bin/containerd-shim-runc-v1
22:36:19 [2019-09-27T22:36:19.742Z] #47 232.8 🇩 binaries
22:36:19 [2019-09-27T22:36:19.742Z] #47 232.8 + mkdir -p /build
22:36:19 [2019-09-27T22:36:19.742Z] #47 232.8 + cp bin/containerd /build/containerd
22:36:19 [2019-09-27T22:36:19.742Z] #47 232.8 + cp bin/containerd-shim /build/containerd-shim
22:36:19 [2019-09-27T22:36:19.742Z] #47 232.8 + cp bin/ctr /build/ctr
22:36:20 [2019-09-27T22:36:20.668Z] #47 DONE 233.4s
22:36:21 [2019-09-27T22:36:21.228Z] 
22:36:21 [2019-09-27T22:36:21.229Z] #48 [dev 17/22] COPY --from=containerd /build/ /usr/local/bin/
22:36:21 [2019-09-27T22:36:21.229Z] #48 DONE 0.2s
22:36:21 [2019-09-27T22:36:21.484Z] 
22:36:21 [2019-09-27T22:36:21.484Z] #51 [dev 18/22] COPY --from=proxy /build/ /usr/local/bin/
22:36:21 [2019-09-27T22:36:21.484Z] #51 DONE 0.1s
22:36:21 [2019-09-27T22:36:21.484Z] 
22:36:21 [2019-09-27T22:36:21.484Z] #54 [dev 19/22] COPY --from=dockercli /build/ /usr/local/cli
22:36:21 [2019-09-27T22:36:21.739Z] #54 DONE 0.1s
22:36:21 [2019-09-27T22:36:21.739Z] 
22:36:21 [2019-09-27T22:36:21.739Z] #56 [dev 20/22] COPY --from=registry /build/registry* /usr/local/bin/
22:36:21 [2019-09-27T22:36:21.994Z] #56 DONE 0.3s
22:36:21 [2019-09-27T22:36:21.994Z] 
22:36:21 [2019-09-27T22:36:21.994Z] #59 [dev 21/22] COPY --from=criu /build/ /usr/local/
22:36:21 [2019-09-27T22:36:21.994Z] #59 DONE 0.1s
22:36:21 [2019-09-27T22:36:21.994Z] 
22:36:21 [2019-09-27T22:36:21.994Z] #60 [dev 22/22] WORKDIR /go/src/github.com/docker/docker
22:36:21 [2019-09-27T22:36:21.994Z] #60 DONE 0.0s
22:36:21 [2019-09-27T22:36:21.994Z] 
22:36:21 [2019-09-27T22:36:21.994Z] #61 [final 1/1] COPY . /go/src/github.com/docker/docker
22:36:22 [2019-09-27T22:36:22.919Z] #61 DONE 0.7s
22:36:22 [2019-09-27T22:36:22.919Z] 
22:36:22 [2019-09-27T22:36:22.919Z] #62 exporting to image
22:36:22 [2019-09-27T22:36:22.919Z] #62 exporting layers
22:36:28 [2019-09-27T22:36:28.955Z] #47 187.3 🇩 bin/containerd-stress
22:36:28 [2019-09-27T22:36:28.955Z] #47 189.0 🇩 bin/containerd-shim
22:36:33 [2019-09-27T22:36:33.137Z] #47 195.0 🇩 bin/containerd-shim-runc-v1
22:36:35 [2019-09-27T22:36:35.034Z] #47 197.7 🇩 binaries
22:36:35 [2019-09-27T22:36:35.291Z] #47 197.7 + mkdir -p /build
22:36:35 [2019-09-27T22:36:35.291Z] #47 197.7 + cp bin/containerd /build/containerd
22:36:35 [2019-09-27T22:36:35.291Z] #47 197.7 + cp bin/containerd-shim /build/containerd-shim
22:36:35 [2019-09-27T22:36:35.291Z] #47 197.7 + cp bin/ctr /build/ctr
22:36:35 [2019-09-27T22:36:35.856Z] #47 DONE 198.3s
22:36:36 [2019-09-27T22:36:36.801Z] 
22:36:36 [2019-09-27T22:36:36.801Z] #48 [dev 17/22] COPY --from=containerd /build/ /usr/local/bin/
22:36:36 [2019-09-27T22:36:36.801Z] #48 DONE 0.2s
22:36:36 [2019-09-27T22:36:36.801Z] 
22:36:36 [2019-09-27T22:36:36.801Z] #51 [dev 18/22] COPY --from=proxy /build/ /usr/local/bin/
22:36:36 [2019-09-27T22:36:36.801Z] #51 DONE 0.1s
22:36:37 [2019-09-27T22:36:37.058Z] 
22:36:37 [2019-09-27T22:36:37.058Z] #54 [dev 19/22] COPY --from=dockercli /build/ /usr/local/cli
22:36:37 [2019-09-27T22:36:37.315Z] #54 DONE 0.3s
22:36:37 [2019-09-27T22:36:37.315Z] 
22:36:37 [2019-09-27T22:36:37.315Z] #56 [dev 20/22] COPY --from=registry /build/registry* /usr/local/bin/
22:36:37 [2019-09-27T22:36:37.572Z] #56 DONE 0.3s
22:36:37 [2019-09-27T22:36:37.572Z] 
22:36:37 [2019-09-27T22:36:37.572Z] #59 [dev 21/22] COPY --from=criu /build/ /usr/local/
22:36:37 [2019-09-27T22:36:37.572Z] #59 DONE 0.1s
22:36:37 [2019-09-27T22:36:37.746Z] #62 exporting layers 13.2s done
22:36:37 [2019-09-27T22:36:37.746Z] #62 writing image sha256:cc51c9868bcf61e736e380358056077f77aea60798dbfc12d716faa6ca9c5b98 done
22:36:37 [2019-09-27T22:36:37.746Z] #62 naming to docker.io/library/docker:37f6b5327c301661d32584325eb7f4167747a716 done
22:36:37 [2019-09-27T22:36:37.746Z] #62 DONE 13.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
22:36:37 [2019-09-27T22:36:37.829Z] 
22:36:37 [2019-09-27T22:36:37.829Z] #60 [dev 22/22] WORKDIR /go/src/github.com/docker/docker
22:36:37 [2019-09-27T22:36:37.829Z] #60 DONE 0.0s
22:36:37 [2019-09-27T22:36:37.829Z] 
22:36:37 [2019-09-27T22:36:37.829Z] #61 [final 1/1] COPY . /go/src/github.com/docker/docker
22:36:38 [2019-09-27T22:36:38.393Z] #61 DONE 0.7s
22:36:38 [2019-09-27T22:36:38.393Z] 
22:36:38 [2019-09-27T22:36:38.393Z] #62 exporting to image
22:36:38 [2019-09-27T22:36:38.393Z] #62 exporting layers
22:36:38 [2019-09-27T22:36:38.855Z] 
22:36:38 [2019-09-27T22:36:38.855Z] Removing bundles/
22:36:38 [2019-09-27T22:36:38.855Z] 
22:36:38 [2019-09-27T22:36:38.855Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
22:36:38 [2019-09-27T22:36:38.855Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:36:38 [2019-09-27T22:36:38.855Z] GOOS="" GOARCH="" GOARM=""
22:36:50 [2019-09-27T22:36:50.584Z] #62 exporting layers 12.3s done
22:36:50 [2019-09-27T22:36:50.584Z] #62 writing image sha256:0d37a769c27ff4e0d09d5c84ae52b6e927d85f67c826cfb3fd25f3cb37226b58 done
22:36:50 [2019-09-27T22:36:50.584Z] #62 naming to docker.io/library/docker:37f6b5327c301661d32584325eb7f4167747a716 done
22:36:50 [2019-09-27T22:36:50.584Z] #62 DONE 12.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
22:36:50 [2019-09-27T22:36:50.930Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-388/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/validate/default
22:36:57 [2019-09-27T22:36:57.483Z] Congratulations!  All commits are properly signed with the DCO!
22:36:59 [2019-09-27T22:36:59.381Z] Congratulations! Seccomp profile generation is done correctly.
22:38:00 [2019-09-27T22:38:00.211Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:38:00 [2019-09-27T22:38:00.211Z] 
22:38:00 [2019-09-27T22:38:00.211Z] 
22:38:00 [2019-09-27T22:38:00.211Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:38:00 [2019-09-27T22:38:00.211Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
22:38:00 [2019-09-27T22:38:00.211Z] 
22:38:00 [2019-09-27T22:38:00.211Z] 
22:38:00 [2019-09-27T22:38:00.211Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
22:38:00 [2019-09-27T22:38:00.211Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:38:00 [2019-09-27T22:38:00.211Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
22:38:00 [2019-09-27T22:38:00.211Z] PKG_CONFIG=pkg-config
22:38:00 [2019-09-27T22:38:00.211Z] GOLANG_VERSION=1.12.10
22:38:00 [2019-09-27T22:38:00.211Z] HOSTNAME=458fa6c61007
22:38:00 [2019-09-27T22:38:00.211Z] KEEPBUNDLE=1
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
22:38:00 [2019-09-27T22:38:00.211Z] container=docker
22:38:00 [2019-09-27T22:38:00.211Z] TEST_SKIP_INTEGRATION=1
22:38:00 [2019-09-27T22:38:00.211Z] GOMETALINTER_OPTS=--deadline=2m
22:38:00 [2019-09-27T22:38:00.211Z] GOPATH=/go
22:38:00 [2019-09-27T22:38:00.211Z] PWD=/go/src/github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.211Z] HOME=/root
22:38:00 [2019-09-27T22:38:00.211Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:38:00 [2019-09-27T22:38:00.211Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GRAPHDRIVER=overlay2
22:38:00 [2019-09-27T22:38:00.211Z] TEST_INTEGRATION_DEST=2
22:38:00 [2019-09-27T22:38:00.211Z] TERM=xterm
22:38:00 [2019-09-27T22:38:00.211Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
22:38:00 [2019-09-27T22:38:00.211Z] SHLVL=1
22:38:00 [2019-09-27T22:38:00.211Z] TIMEOUT=120m
22:38:00 [2019-09-27T22:38:00.211Z] TESTFLAGS=-check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)
22:38:00 [2019-09-27T22:38:00.211Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_PKG=github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.211Z] _=/usr/bin/env
22:38:00 [2019-09-27T22:38:00.211Z] Building test suite binary ./integration-cli/test.main
22:38:00 [2019-09-27T22:38:00.211Z] PKG_CONFIG=pkg-config
22:38:00 [2019-09-27T22:38:00.211Z] GOLANG_VERSION=1.12.10
22:38:00 [2019-09-27T22:38:00.211Z] HOSTNAME=ab77357a4068
22:38:00 [2019-09-27T22:38:00.211Z] KEEPBUNDLE=1
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
22:38:00 [2019-09-27T22:38:00.211Z] container=docker
22:38:00 [2019-09-27T22:38:00.211Z] TEST_SKIP_INTEGRATION=1
22:38:00 [2019-09-27T22:38:00.211Z] GOMETALINTER_OPTS=--deadline=2m
22:38:00 [2019-09-27T22:38:00.211Z] GOPATH=/go
22:38:00 [2019-09-27T22:38:00.211Z] PWD=/go/src/github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.211Z] HOME=/root
22:38:00 [2019-09-27T22:38:00.211Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:38:00 [2019-09-27T22:38:00.211Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GRAPHDRIVER=overlay2
22:38:00 [2019-09-27T22:38:00.211Z] TEST_INTEGRATION_DEST=3
22:38:00 [2019-09-27T22:38:00.211Z] TERM=xterm
22:38:00 [2019-09-27T22:38:00.211Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
22:38:00 [2019-09-27T22:38:00.211Z] SHLVL=1
22:38:00 [2019-09-27T22:38:00.211Z] TIMEOUT=120m
22:38:00 [2019-09-27T22:38:00.211Z] TESTFLAGS=-check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)
22:38:00 [2019-09-27T22:38:00.211Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_PKG=github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.211Z] _=/usr/bin/env
22:38:00 [2019-09-27T22:38:00.211Z] Building test suite binary ./integration-cli/test.main
22:38:00 [2019-09-27T22:38:00.211Z] 
22:38:00 [2019-09-27T22:38:00.211Z] Found new integrations tests:
22:38:00 [2019-09-27T22:38:00.211Z] +func TestBuildWithHugeFile(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestBuildWithEmptyDockerfile(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestContainerInvalidJSON(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestCopyFromContainer(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDaemonRestartIpcMode(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestExecWithCloseStdin(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestExecUser(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestHealthKillContainer(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestAPIIpcModeHost(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDaemonIpcModeShareable(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDaemonIpcModePrivate(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDaemonIpcModePrivateFromConfig(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDaemonIpcModeShareableFromConfig(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestStopContainerWithTimeout(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDeleteDevicemapper(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestStopContainerWithTimeout(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestImagesFilterMultiReference(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestNetworkInvalidJSON(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestPluginInvalidJSON(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestDockerNetworkReConnect(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestServiceUpdateLabel(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestServiceUpdateSecrets(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestServiceUpdateConfigs(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestServiceUpdateNetwork(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] +func TestVolumesInvalidJSON(t *testing.T) {
22:38:00 [2019-09-27T22:38:00.211Z] Running stress test for them.
22:38:00 [2019-09-27T22:38:00.211Z] Using test flags: -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON
22:38:00 [2019-09-27T22:38:00.211Z] Skipping integration-cli tests since TESTFLAGS includes integration only flags
22:38:00 [2019-09-27T22:38:00.211Z] PKG_CONFIG=pkg-config
22:38:00 [2019-09-27T22:38:00.211Z] GOLANG_VERSION=1.12.10
22:38:00 [2019-09-27T22:38:00.211Z] HOSTNAME=c85d9fd6a1c8
22:38:00 [2019-09-27T22:38:00.211Z] KEEPBUNDLE=1
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky/1
22:38:00 [2019-09-27T22:38:00.211Z] container=docker
22:38:00 [2019-09-27T22:38:00.211Z] TEST_SKIP_INTEGRATION_CLI=1
22:38:00 [2019-09-27T22:38:00.211Z] GOMETALINTER_OPTS=--deadline=2m
22:38:00 [2019-09-27T22:38:00.211Z] GOPATH=/go
22:38:00 [2019-09-27T22:38:00.211Z] PWD=/go/src/github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.211Z] HOME=/root
22:38:00 [2019-09-27T22:38:00.211Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:38:00 [2019-09-27T22:38:00.211Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
22:38:00 [2019-09-27T22:38:00.211Z] DOCKER_GRAPHDRIVER=overlay2
22:38:00 [2019-09-27T22:38:00.211Z] TEST_INTEGRATION_DEST=1
22:38:00 [2019-09-27T22:38:00.211Z] TERM=xterm
22:38:00 [2019-09-27T22:38:00.212Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky/1
22:38:00 [2019-09-27T22:38:00.212Z] SHLVL=1
22:38:00 [2019-09-27T22:38:00.212Z] TIMEOUT=120m
22:38:00 [2019-09-27T22:38:00.212Z] TESTFLAGS=-test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON
22:38:00 [2019-09-27T22:38:00.212Z] TEST_REPEAT=5
22:38:00 [2019-09-27T22:38:00.212Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:38:00 [2019-09-27T22:38:00.212Z] DOCKER_PKG=github.com/docker/docker
22:38:00 [2019-09-27T22:38:00.212Z] _=/usr/bin/env
22:38:00 [2019-09-27T22:38:00.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:38:50 [2019-09-27T22:38:50.810Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
22:38:51 [2019-09-27T22:38:51.374Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:38:53 [2019-09-27T22:38:53.271Z] Congratulations! All api changes are done the right way.
22:38:53 [2019-09-27T22:38:53.271Z] Congratulations!  No testing.T found.
22:38:53 [2019-09-27T22:38:53.528Z] Congratulations!  All toml source files changed here have valid syntax.
22:38:53 [2019-09-27T22:38:53.528Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:38:53 [2019-09-27T22:38:53.528Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:38:53 [2019-09-27T22:38:53.528Z] Congratulations!  No new tests added to integration-cli.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
22:38:54 [2019-09-27T22:38:54.100Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/make.sh dynbinary-daemon test-docker-py
22:38:54 [2019-09-27T22:38:54.667Z] 
22:38:54 [2019-09-27T22:38:54.926Z] Removing bundles/
22:38:54 [2019-09-27T22:38:54.926Z] 
22:38:54 [2019-09-27T22:38:54.926Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
22:38:54 [2019-09-27T22:38:54.926Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:38:54 [2019-09-27T22:38:54.926Z] GOOS="" GOARCH="" GOARM=""
22:39:36 [2019-09-27T22:39:36.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:39:36 [2019-09-27T22:39:36.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:39:40 [2019-09-27T22:39:40.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:39:43 [2019-09-27T22:39:43.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:39:47 [2019-09-27T22:39:47.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:39:50 [2019-09-27T22:39:50.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:39:53 [2019-09-27T22:39:53.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:39:54 [2019-09-27T22:39:54.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:40:00 [2019-09-27T22:40:00.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:40:02 [2019-09-27T22:40:02.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:40:10 [2019-09-27T22:40:10.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:40:16 [2019-09-27T22:40:16.346Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:40:16 [2019-09-27T22:40:16.346Z] 
22:40:16 [2019-09-27T22:40:16.346Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
22:40:16 [2019-09-27T22:40:16.346Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
22:40:16 [2019-09-27T22:40:16.346Z] Using test binary docker
22:40:16 [2019-09-27T22:40:16.346Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:40:16 [2019-09-27T22:40:16.346Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
22:40:16 [2019-09-27T22:40:16.346Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
22:40:16 [2019-09-27T22:40:16.346Z] Warning failed to create cache: (null)
22:40:16 [2019-09-27T22:40:16.346Z] .
22:40:16 [2019-09-27T22:40:16.346Z] INFO: Waiting for daemon to start...
22:40:16 [2019-09-27T22:40:16.346Z] Starting dockerd
22:40:16 [2019-09-27T22:40:16.346Z] .
22:40:16 [2019-09-27T22:40:16.346Z] INFO: Building docker-sdk-python3:4.0.2...
22:40:32 [2019-09-27T22:40:32.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:40:37 [2019-09-27T22:40:37.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:40:40 [2019-09-27T22:40:40.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:40:45 [2019-09-27T22:40:45.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:40:48 [2019-09-27T22:40:48.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:40:51 [2019-09-27T22:40:51.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:40:54 [2019-09-27T22:40:54.677Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
22:40:54 [2019-09-27T22:40:54.678Z] Using test binary docker
22:40:54 [2019-09-27T22:40:54.678Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
22:40:54 [2019-09-27T22:40:54.678Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
22:40:54 [2019-09-27T22:40:54.678Z] Warning failed to create cache: (null)
22:40:54 [2019-09-27T22:40:54.678Z] .
22:40:54 [2019-09-27T22:40:54.678Z] INFO: Waiting for daemon to start...
22:40:54 [2019-09-27T22:40:54.678Z] Starting dockerd
22:40:57 [2019-09-27T22:40:57.192Z] .
22:40:57 [2019-09-27T22:40:57.192Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
22:40:57 [2019-09-27T22:40:57.192Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
22:40:57 [2019-09-27T22:40:57.192Z] Error: No such image: emptyfs
22:40:57 [2019-09-27T22:40:57.448Z] Running integration-test (iteration 1)
22:40:57 [2019-09-27T22:40:57.448Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:41:24 [2019-09-27T22:41:24.012Z] sha256:d279e82a03d0025a75d32887149b75abaa1d9eccffcb555a79d3d372411e9f65
22:41:24 [2019-09-27T22:41:24.012Z] INFO: Starting docker-py tests...
22:41:24 [2019-09-27T22:41:24.012Z] ============================= test session starts ==============================
22:41:24 [2019-09-27T22:41:24.012Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0
22:41:24 [2019-09-27T22:41:24.012Z] rootdir: /src, inifile: pytest.ini
22:41:24 [2019-09-27T22:41:24.012Z] plugins: timeout-1.3.3, cov-2.6.1
22:41:24 [2019-09-27T22:41:24.577Z] collected 385 items / 5 deselected
22:41:24 [2019-09-27T22:41:24.577Z] 
22:41:29 [2019-09-27T22:41:29.474Z] Loaded image: buildpack-deps:jessie
22:41:29 [2019-09-27T22:41:29.475Z] Loaded image: busybox:latest
22:41:29 [2019-09-27T22:41:29.475Z] Loaded image: busybox:glibc
22:41:29 [2019-09-27T22:41:29.475Z] Loaded image: debian:jessie
22:41:29 [2019-09-27T22:41:29.475Z] Loaded image: hello-world:latest
22:41:29 [2019-09-27T22:41:29.475Z] INFO: Testing against a local daemon
22:41:29 [2019-09-27T22:41:29.475Z] === RUN   TestBuildWithHugeFile
22:41:52 [2019-09-27T22:41:52.046Z] tests/integration/api_build_test.py ......................X              [  6%]
22:41:52 [2019-09-27T22:41:52.611Z] tests/integration/api_client_test.py .....                               [  7%]
22:41:54 [2019-09-27T22:41:54.763Z] tests/integration/api_config_test.py .....                               [  8%]
22:42:35 [2019-09-27T22:42:35.705Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
22:43:20 [2019-09-27T22:43:20.868Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/3)
22:43:20 [2019-09-27T22:43:20.868Z] Using test binary docker
22:43:20 [2019-09-27T22:43:20.868Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
22:43:20 [2019-09-27T22:43:20.868Z] Starting AppArmor profiles:---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/2)
22:43:20 [2019-09-27T22:43:20.868Z] Using test binary docker
22:43:20 [2019-09-27T22:43:20.868Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
22:43:20 [2019-09-27T22:43:20.868Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
22:43:20 [2019-09-27T22:43:20.868Z] Warning failed to create cache: (null)
22:43:20 [2019-09-27T22:43:20.868Z] Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
22:43:20 [2019-09-27T22:43:20.868Z] Warning failed to create cache: (null)
22:43:20 [2019-09-27T22:43:20.868Z] .
22:43:20 [2019-09-27T22:43:20.868Z] INFO: Waiting for daemon to start...
22:43:20 [2019-09-27T22:43:20.868Z] .
22:43:20 [2019-09-27T22:43:20.868Z] Starting dockerd
22:43:20 [2019-09-27T22:43:20.868Z] INFO: Waiting for daemon to start...
22:43:20 [2019-09-27T22:43:20.868Z] Starting dockerd
22:43:20 [2019-09-27T22:43:20.868Z] ..
22:43:20 [2019-09-27T22:43:20.868Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/3)
22:43:20 [2019-09-27T22:43:20.868Z] 
22:43:20 [2019-09-27T22:43:20.868Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/2)
22:43:20 [2019-09-27T22:43:20.868Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/2)
22:43:20 [2019-09-27T22:43:20.868Z] Error: No such image: emptyfs
22:43:20 [2019-09-27T22:43:20.868Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/3)
22:43:20 [2019-09-27T22:43:20.868Z] Error: No such image: emptyfs
22:43:20 [2019-09-27T22:43:20.868Z] Running integration-test (iteration 1)
22:43:20 [2019-09-27T22:43:20.868Z] Running integration-test (iteration 1)
22:43:20 [2019-09-27T22:43:20.868Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) 
22:43:20 [2019-09-27T22:43:20.868Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) 
22:43:22 [2019-09-27T22:43:22.765Z] --- PASS: TestBuildWithHugeFile (115.38s)
22:43:22 [2019-09-27T22:43:22.765Z] === RUN   TestBuildWithEmptyDockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:43:22 [2019-09-27T22:43:22.765Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:43:23 [2019-09-27T22:43:23.021Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:43:23 [2019-09-27T22:43:23.277Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
22:43:23 [2019-09-27T22:43:23.277Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s)
22:43:23 [2019-09-27T22:43:23.277Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.35s)
22:43:23 [2019-09-27T22:43:23.277Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s)
22:43:23 [2019-09-27T22:43:23.277Z] === RUN   TestBuildWithHugeFile
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: buildpack-deps:jessie
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: busybox:latest
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: buildpack-deps:jessie
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: busybox:glibc
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: debian:jessie
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: busybox:latest
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: hello-world:latest
22:43:45 [2019-09-27T22:43:45.165Z] INFO: Testing against a local daemon
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported	0.002s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks	0.008s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_create_test.go:15: DockerSuite.TestAPICreateWithInvalidHealthcheckParams	0.016s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON	0.002s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON	0.001s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText	0.001s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText	0.002s
22:43:45 [2019-09-27T22:43:45.165Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS	0.001s
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: busybox:glibc
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: debian:jessie
22:43:45 [2019-09-27T22:43:45.165Z] Loaded image: hello-world:latest
22:43:45 [2019-09-27T22:43:45.165Z] INFO: Testing against a local daemon
22:43:47 [2019-09-27T22:43:47.677Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete	3.055s
22:43:47 [2019-09-27T22:43:47.932Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter	0.118s
22:43:48 [2019-09-27T22:43:48.493Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory	0.581s
22:43:48 [2019-09-27T22:43:48.494Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc	0.025s
22:43:49 [2019-09-27T22:43:49.419Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad	0.733s
22:43:49 [2019-09-27T22:43:49.419Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType	0.181s
22:43:49 [2019-09-27T22:43:49.419Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility	0.003s
22:43:51 [2019-09-27T22:43:51.473Z] .................................................                        [ 30%]
22:43:51 [2019-09-27T22:43:51.934Z] PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect	1.932s
22:43:52 [2019-09-27T22:43:52.189Z] PASS: docker_cli_daemon_test.go:1739: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool	7.168s
22:43:52 [2019-09-27T22:43:52.189Z] PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate	0.209s
22:43:52 [2019-09-27T22:43:52.189Z] PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter	0.002s
22:43:52 [2019-09-27T22:43:52.189Z] PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults	0.003s
22:43:53 [2019-09-27T22:43:53.114Z] PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks	0.856s
22:43:54 [2019-09-27T22:43:54.477Z] PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge	1.097s
22:43:54 [2019-09-27T22:43:54.732Z] PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork	0.154s
22:43:54 [2019-09-27T22:43:54.732Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute	0.002s
22:43:54 [2019-09-27T22:43:54.732Z] PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound	0.001s
22:43:54 [2019-09-27T22:43:54.732Z] PASS: docker_cli_daemon_test.go:2368: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon	2.647s
22:43:55 [2019-09-27T22:43:55.292Z] PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock	0.598s
22:43:59 [2019-09-27T22:43:59.456Z] PASS: docker_cli_daemon_test.go:1427: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill	3.947s
22:44:00 [2019-09-27T22:44:00.016Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats	4.892s
22:44:02 [2019-09-27T22:44:02.529Z] PASS: docker_cli_daemon_test.go:1999: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash	2.692s
22:44:03 [2019-09-27T22:44:03.089Z] PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning	2.678s
22:44:04 [2019-09-27T22:44:04.452Z] PASS: docker_cli_daemon_test.go:1465: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown	2.391s
22:44:06 [2019-09-27T22:44:06.338Z] PASS: docker_cli_daemon_test.go:521: DockerDaemonSuite.TestDaemonAllocatesListeningPort	1.840s
22:44:07 [2019-09-27T22:44:07.264Z] PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers	3.530s
22:44:09 [2019-09-27T22:44:09.780Z] PASS: docker_cli_daemon_test.go:580: DockerDaemonSuite.TestDaemonBridgeExternal	3.211s
22:44:10 [2019-09-27T22:44:10.035Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu	2.292s
22:44:11 [2019-09-27T22:44:11.401Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines	0.899s
22:44:12 [2019-09-27T22:44:12.328Z] PASS: docker_cli_daemon_test.go:747: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork	2.871s
22:44:12 [2019-09-27T22:44:12.328Z] PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc	1.247s
22:44:13 [2019-09-27T22:44:13.692Z] PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace	1.282s
22:44:14 [2019-09-27T22:44:14.296Z] tests/integration/api_exec_test.py ....................                  [ 35%]
22:44:15 [2019-09-27T22:44:15.105Z] PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf	1.324s
22:44:16 [2019-09-27T22:44:16.999Z] PASS: docker_cli_daemon_test.go:700: DockerDaemonSuite.TestDaemonBridgeFixedCidr	4.430s
22:44:17 [2019-09-27T22:44:17.559Z] PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach	2.126s
22:44:20 [2019-09-27T22:44:20.073Z] PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop	2.075s
22:44:20 [2019-09-27T22:44:20.998Z] PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach	0.967s
22:44:21 [2019-09-27T22:44:21.253Z] PASS: docker_cli_daemon_test.go:722: DockerDaemonSuite.TestDaemonBridgeFixedCidr2	4.287s
22:44:22 [2019-09-27T22:44:22.616Z] PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect	1.024s
22:44:22 [2019-09-27T22:44:22.885Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
22:44:24 [2019-09-27T22:44:24.503Z] PASS: docker_cli_daemon_test.go:638: DockerDaemonSuite.TestDaemonBridgeIP	3.292s
22:44:24 [2019-09-27T22:44:24.759Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart	2.350s
22:44:26 [2019-09-27T22:44:26.122Z] PASS: docker_cli_daemon_test.go:608: DockerDaemonSuite.TestDaemonBridgeNone	1.533s
22:44:26 [2019-09-27T22:44:26.122Z] PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer	1.063s
22:44:27 [2019-09-27T22:44:27.725Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
22:44:28 [2019-09-27T22:44:28.009Z] PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin	1.111s
22:44:28 [2019-09-27T22:44:28.936Z] PASS: docker_cli_daemon_test.go:1851: DockerDaemonSuite.TestDaemonCgroupParent	2.846s
22:44:28 [2019-09-27T22:44:28.937Z] PASS: docker_cli_daemon_test.go:1663: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress	0.118s
22:44:29 [2019-09-27T22:44:29.192Z] PASS: docker_cli_daemon_test.go:1655: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress	0.098s
22:44:29 [2019-09-27T22:44:29.753Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF	2.176s
22:44:31 [2019-09-27T22:44:31.116Z] PASS: docker_cli_daemon_test.go:2383: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode	1.830s
22:44:31 [2019-09-27T22:44:31.372Z] PASS: docker_cli_daemon_test.go:2179: DockerDaemonSuite.TestDaemonDebugLog	0.518s
22:44:32 [2019-09-27T22:44:32.739Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote	2.914s
22:44:34 [2019-09-27T22:44:34.628Z] PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile	1.696s
22:44:34 [2019-09-27T22:44:34.628Z] PASS: docker_cli_daemon_test.go:786: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit	3.174s
22:44:35 [2019-09-27T22:44:35.990Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile	1.611s
22:44:36 [2019-09-27T22:44:36.245Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext	0.010s
22:44:36 [2019-09-27T22:44:36.807Z] PASS: docker_cli_daemon_test.go:808: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet	1.952s
22:44:38 [2019-09-27T22:44:38.170Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile	1.754s
22:44:39 [2019-09-27T22:44:39.096Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths	1.181s
22:44:39 [2019-09-27T22:44:39.659Z] PASS: docker_cli_daemon_test.go:765: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit	2.996s
22:44:41 [2019-09-27T22:44:41.023Z] PASS: docker_cli_daemon_test.go:819: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig	1.240s
22:44:41 [2019-09-27T22:44:41.584Z] PASS: docker_cli_daemon_test.go:2199: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload	0.623s
22:44:45 [2019-09-27T22:44:45.746Z] PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents	3.617s
22:44:48 [2019-09-27T22:44:48.260Z] --- PASS: TestBuildWithHugeFile (85.04s)
22:44:48 [2019-09-27T22:44:48.260Z] === RUN   TestBuildWithEmptyDockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:44:48 [2019-09-27T22:44:48.260Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:44:48 [2019-09-27T22:44:48.516Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:44:48 [2019-09-27T22:44:48.516Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
22:44:48 [2019-09-27T22:44:48.516Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
22:44:48 [2019-09-27T22:44:48.516Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
22:44:48 [2019-09-27T22:44:48.516Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
22:44:48 [2019-09-27T22:44:48.516Z] === RUN   TestBuildWithHugeFile
22:44:49 [2019-09-27T22:44:49.078Z] PASS: docker_cli_events_unix_test.go:459: DockerDaemonSuite.TestDaemonEventsWithFilters	3.714s
22:44:49 [2019-09-27T22:44:49.078Z] PASS: docker_cli_daemon_test.go:565: DockerDaemonSuite.TestDaemonExitOnFailure	0.097s
22:44:49 [2019-09-27T22:44:49.639Z] PASS: docker_cli_daemon_test.go:494: DockerDaemonSuite.TestDaemonFlagD	0.508s
22:44:50 [2019-09-27T22:44:50.198Z] PASS: docker_cli_daemon_test.go:503: DockerDaemonSuite.TestDaemonFlagDebug	0.512s
22:44:50 [2019-09-27T22:44:50.759Z] PASS: docker_cli_daemon_test.go:512: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal	0.524s
22:44:53 [2019-09-27T22:44:53.302Z] tests/integration/api_network_test.py ...........................        [ 47%]
22:44:54 [2019-09-27T22:44:54.923Z] PASS: docker_cli_daemon_test.go:901: DockerDaemonSuite.TestDaemonICCLinkExpose	3.769s
22:44:54 [2019-09-27T22:44:54.923Z] SKIP: docker_cli_daemon_test.go:865: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables)
22:44:58 [2019-09-27T22:44:58.187Z] PASS: docker_cli_daemon_test.go:836: DockerDaemonSuite.TestDaemonIP	3.412s
22:44:58 [2019-09-27T22:44:58.187Z] SKIP: docker_cli_daemon_test.go:353: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6)
22:45:01 [2019-09-27T22:45:01.366Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
22:45:03 [2019-09-27T22:45:03.825Z] tests/integration/api_secret_test.py .....                               [ 52%]
22:45:06 [2019-09-27T22:45:06.264Z] PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace	27.139s
22:45:07 [2019-09-27T22:45:07.190Z] PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks	0.872s
22:45:09 [2019-09-27T22:45:09.702Z] PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume	2.419s
22:45:09 [2019-09-27T22:45:09.957Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar	0.517s
22:45:10 [2019-09-27T22:45:10.196Z] tests/integration/api_service_test.py ................s................. [ 61%]
22:45:10 [2019-09-27T22:45:10.516Z] PASS: docker_cli_daemon_test.go:412: DockerDaemonSuite.TestDaemonIPv6FixedCIDR	2.197s
22:45:11 [2019-09-27T22:45:11.441Z] PASS: docker_api_build_test.go:474: DockerSuite.TestBuildAddCacheOnFileChange	1.220s
22:45:15 [2019-09-27T22:45:15.605Z] PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership	3.899s
22:45:18 [2019-09-27T22:45:18.118Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache	2.804s
22:45:20 [2019-09-27T22:45:20.633Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache	2.224s
22:45:21 [2019-09-27T22:45:21.774Z] ........................                                                 [ 67%]
22:45:23 [2019-09-27T22:45:23.895Z] PASS: docker_cli_daemon_test.go:439: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac	2.431s
22:45:33 [2019-09-27T22:45:33.833Z] PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir	12.538s
22:45:36 [2019-09-27T22:45:36.345Z] PASS: docker_cli_daemon_test.go:458: DockerDaemonSuite.TestDaemonIPv6HostMode	1.826s
22:45:38 [2019-09-27T22:45:38.236Z] PASS: docker_cli_daemon_test.go:291: DockerDaemonSuite.TestDaemonIptablesClean	2.179s
22:45:40 [2019-09-27T22:45:40.121Z] PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot	6.891s
22:45:40 [2019-09-27T22:45:40.121Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound	0.234s
22:45:42 [2019-09-27T22:45:42.662Z] PASS: docker_cli_daemon_test.go:309: DockerDaemonSuite.TestDaemonIptablesCreate	4.101s
22:45:42 [2019-09-27T22:45:42.917Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache	2.941s
22:45:43 [2019-09-27T22:45:43.175Z] PASS: docker_cli_daemon_test.go:545: DockerDaemonSuite.TestDaemonKeyGeneration	0.536s
22:45:47 [2019-09-27T22:45:47.334Z] PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins	4.227s
22:45:49 [2019-09-27T22:45:49.846Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache	6.384s
22:45:51 [2019-09-27T22:45:51.731Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar	2.259s
22:45:51 [2019-09-27T22:45:51.987Z] PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins	4.738s
22:45:52 [2019-09-27T22:45:52.912Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict	1.103s
22:45:55 [2019-09-27T22:45:55.424Z] time="2019-09-27T22:45:54Z" level=warning msg="Running modprobe nf_nat failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
22:45:55 [2019-09-27T22:45:55.424Z] time="2019-09-27T22:45:54Z" level=warning msg="Running modprobe xt_conntrack failed with message: ``, error: exec: \"modprobe\": executable file not found in $PATH"
22:45:56 [2019-09-27T22:45:56.348Z] PASS: docker_cli_daemon_test.go:927: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink	4.361s
22:45:57 [2019-09-27T22:45:57.273Z] PASS: docker_cli_daemon_test.go:475: DockerDaemonSuite.TestDaemonLogLevelDebug	0.602s
22:45:57 [2019-09-27T22:45:57.528Z] PASS: docker_cli_daemon_test.go:484: DockerDaemonSuite.TestDaemonLogLevelFatal	0.514s
22:45:57 [2019-09-27T22:45:57.783Z] PASS: docker_cli_daemon_test.go:471: DockerDaemonSuite.TestDaemonLogLevelWrong	0.154s
22:45:57 [2019-09-27T22:45:57.783Z] PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits	5.045s
22:46:00 [2019-09-27T22:46:00.299Z] PASS: docker_cli_daemon_test.go:2245: DockerDaemonSuite.TestDaemonLogOptions	1.882s
22:46:00 [2019-09-27T22:46:00.555Z] --- PASS: TestBuildWithHugeFile (72.07s)
22:46:00 [2019-09-27T22:46:00.555Z] === RUN   TestBuildWithEmptyDockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:46:00 [2019-09-27T22:46:00.555Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:46:00 [2019-09-27T22:46:00.811Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:46:00 [2019-09-27T22:46:00.811Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:46:00 [2019-09-27T22:46:00.811Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
22:46:00 [2019-09-27T22:46:00.811Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
22:46:00 [2019-09-27T22:46:00.811Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
22:46:00 [2019-09-27T22:46:00.811Z] === RUN   TestBuildWithHugeFile
22:46:01 [2019-09-27T22:46:01.067Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime	3.230s
22:46:01 [2019-09-27T22:46:01.628Z] PASS: docker_cli_daemon_test.go:1026: DockerDaemonSuite.TestDaemonLoggingDriverDefault	1.873s
22:46:02 [2019-09-27T22:46:02.556Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache	1.417s
22:46:04 [2019-09-27T22:46:04.402Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
22:46:04 [2019-09-27T22:46:04.440Z] PASS: docker_cli_daemon_test.go:1064: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride	2.352s
22:46:04 [2019-09-27T22:46:04.440Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress	1.915s
22:46:06 [2019-09-27T22:46:06.324Z] PASS: docker_cli_daemon_test.go:1081: DockerDaemonSuite.TestDaemonLoggingDriverNone	2.250s
22:46:08 [2019-09-27T22:46:08.836Z] PASS: docker_cli_daemon_test.go:1138: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError	2.340s
22:46:09 [2019-09-27T22:46:09.092Z] PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript	4.662s
22:46:10 [2019-09-27T22:46:10.978Z] PASS: docker_cli_daemon_test.go:1098: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride	2.145s
22:46:13 [2019-09-27T22:46:13.492Z] PASS: docker_cli_daemon_test.go:1150: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild	2.486s
22:46:14 [2019-09-27T22:46:14.052Z] PASS: docker_cli_daemon_test.go:2258: DockerDaemonSuite.TestDaemonMaxConcurrency	0.511s
22:46:18 [2019-09-27T22:46:18.216Z] PASS: docker_cli_daemon_test.go:2270: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile	3.564s
22:46:19 [2019-09-27T22:46:19.251Z] tests/integration/api_volume_test.py .........                           [ 74%]
22:46:21 [2019-09-27T22:46:21.144Z] tests/integration/client_test.py .....                                   [ 75%]
22:46:21 [2019-09-27T22:46:21.477Z] PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir	11.974s
22:46:22 [2019-09-27T22:46:22.074Z] tests/integration/errors_test.py .                                       [ 76%]
22:46:24 [2019-09-27T22:46:24.740Z] PASS: docker_cli_daemon_test.go:2311: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload	6.623s
22:46:28 [2019-09-27T22:46:28.904Z] PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir	7.534s
22:46:32 [2019-09-27T22:46:32.171Z] PASS: docker_cli_daemon_test.go:1766: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError	7.675s
22:46:34 [2019-09-27T22:46:34.057Z] PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot	5.471s
22:46:34 [2019-09-27T22:46:34.982Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir	0.574s
22:46:34 [2019-09-27T22:46:34.982Z] PASS: docker_cli_daemon_test.go:1497: DockerDaemonSuite.TestDaemonRestartCleanupNetns	2.913s
22:46:49 [2019-09-27T22:46:49.817Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar	14.973s
22:46:52 [2019-09-27T22:46:52.329Z] PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz	2.368s
22:46:52 [2019-09-27T22:46:52.584Z] PASS: docker_cli_daemon_test.go:1793: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart	15.994s
22:46:53 [2019-09-27T22:46:53.953Z] PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz	1.880s
22:46:55 [2019-09-27T22:46:55.841Z] PASS: docker_cli_daemon_test.go:1239: DockerDaemonSuite.TestDaemonRestartKillWait	2.895s
22:46:56 [2019-09-27T22:46:56.766Z] PASS: docker_cli_daemon_test.go:1643: DockerDaemonSuite.TestDaemonRestartLocalVolumes	1.301s
22:47:00 [2019-09-27T22:47:00.927Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest	6.500s
22:47:01 [2019-09-27T22:47:01.425Z] tests/integration/models_containers_test.py ............................ [ 83%]
22:47:03 [2019-09-27T22:47:03.444Z] PASS: docker_cli_daemon_test.go:168: DockerDaemonSuite.TestDaemonRestartOnFailure	6.103s
22:47:07 [2019-09-27T22:47:07.608Z] PASS: docker_cli_daemon_test.go:1008: DockerDaemonSuite.TestDaemonRestartRenameContainer	3.883s
22:47:11 [2019-09-27T22:47:11.777Z] PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot	10.749s
22:47:11 [2019-09-27T22:47:11.777Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName	0.467s
22:47:14 [2019-09-27T22:47:14.331Z] PASS: docker_cli_network_unix_test.go:1667: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork	6.893s
22:47:15 [2019-09-27T22:47:15.323Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg	3.542s
22:47:15 [2019-09-27T22:47:15.894Z] PASS: docker_cli_daemon_test.go:1630: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse	1.919s
22:47:19 [2019-09-27T22:47:19.163Z] PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg	3.425s
22:47:19 [2019-09-27T22:47:19.163Z] PASS: docker_cli_daemon_test.go:2598: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode	2.957s
22:47:21 [2019-09-27T22:47:21.048Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit	1.829s
22:47:21 [2019-09-27T22:47:21.673Z] .........                                                                [ 85%]
22:47:25 [2019-09-27T22:47:25.207Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg	3.666s
22:47:25 [2019-09-27T22:47:25.207Z] --- PASS: TestBuildWithHugeFile (84.34s)
22:47:25 [2019-09-27T22:47:25.207Z] === RUN   TestBuildWithEmptyDockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:47:25 [2019-09-27T22:47:25.207Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:47:25 [2019-09-27T22:47:25.462Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:47:25 [2019-09-27T22:47:25.462Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:47:25 [2019-09-27T22:47:25.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
22:47:25 [2019-09-27T22:47:25.462Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s)
22:47:25 [2019-09-27T22:47:25.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s)
22:47:25 [2019-09-27T22:47:25.462Z] === RUN   TestBuildWithHugeFile
22:47:27 [2019-09-27T22:47:27.347Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal	2.532s
22:47:27 [2019-09-27T22:47:27.602Z] PASS: docker_cli_daemon_test.go:118: DockerDaemonSuite.TestDaemonRestartUnlessStopped	8.202s
22:47:28 [2019-09-27T22:47:28.011Z] tests/integration/models_images_test.py ...............                  [ 89%]
22:47:29 [2019-09-27T22:47:29.894Z] tests/integration/models_networks_test.py ....                           [ 90%]
22:47:30 [2019-09-27T22:47:30.864Z] PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride	3.855s
22:47:31 [2019-09-27T22:47:31.425Z] PASS: docker_cli_daemon_test.go:2574: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer	3.901s
22:47:32 [2019-09-27T22:47:32.787Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection	1.878s
22:47:33 [2019-09-27T22:47:33.043Z] PASS: docker_cli_daemon_test.go:680: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange	1.670s
22:47:36 [2019-09-27T22:47:36.307Z] PASS: docker_cli_daemon_test.go:1484: DockerDaemonSuite.TestDaemonRestartWithContainerRunning	2.775s
22:47:36 [2019-09-27T22:47:36.457Z] tests/integration/models_nodes_test.py .                                 [ 91%]
22:47:37 [2019-09-27T22:47:37.020Z] tests/integration/models_resources_test.py .                             [ 91%]
22:47:38 [2019-09-27T22:47:38.194Z] PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants	5.316s
22:47:40 [2019-09-27T22:47:40.081Z] PASS: docker_cli_daemon_test.go:1558: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways	3.496s
22:47:40 [2019-09-27T22:47:40.081Z] SKIP: docker_cli_daemon_test.go:222: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper)
22:47:40 [2019-09-27T22:47:40.081Z] SKIP: docker_cli_daemon_test.go:202: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper)
22:47:43 [2019-09-27T22:47:43.092Z] tests/integration/models_services_test.py ..............X.               [ 95%]
22:47:45 [2019-09-27T22:47:45.319Z] PASS: docker_cli_daemon_test.go:1949: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer	4.834s
22:47:47 [2019-09-27T22:47:47.506Z] tests/integration/models_swarm_test.py ..                                [ 96%]
22:47:47 [2019-09-27T22:47:47.506Z] tests/integration/models_volumes_test.py ..                              [ 96%]
22:47:51 [2019-09-27T22:47:51.848Z] PASS: docker_cli_daemon_test.go:1878: DockerDaemonSuite.TestDaemonRestartWithLinks	5.831s
22:47:52 [2019-09-27T22:47:52.533Z] tests/integration/regression_test.py ......                              [ 98%]
22:47:53 [2019-09-27T22:47:53.305Z] tests/integration/credentials/store_test.py ......                       [ 99%]
22:47:53 [2019-09-27T22:47:53.305Z] tests/integration/credentials/utils_test.py .                            [100%]
22:47:53 [2019-09-27T22:47:53.305Z] 
22:47:53 [2019-09-27T22:47:53.305Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
22:47:53 [2019-09-27T22:47:53.305Z] =========================== short test summary info ============================
22:47:53 [2019-09-27T22:47:53.305Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:47:53 [2019-09-27T22:47:53.305Z]   CONFIG_RT_GROUP_SCHED isn't enabled
22:47:53 [2019-09-27T22:47:53.305Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:47:53 [2019-09-27T22:47:53.305Z]   Not supported on most drivers
22:47:53 [2019-09-27T22:47:53.305Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:47:53 [2019-09-27T22:47:53.305Z]   This doesn't seem to be taken into account by the engine
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38)
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
22:47:53 [2019-09-27T22:47:53.305Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:47:53 [2019-09-27T22:47:53.305Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 389.97 seconds ==
22:47:53 [2019-09-27T22:47:53.869Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
22:47:55 [2019-09-27T22:47:55.111Z] PASS: docker_cli_daemon_test.go:1901: DockerDaemonSuite.TestDaemonRestartWithNames	4.045s
22:47:56 [2019-09-27T22:47:56.473Z] PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv	18.262s
22:47:58 [2019-09-27T22:47:58.985Z] PASS: docker_cli_daemon_test.go:1597: DockerDaemonSuite.TestDaemonRestartWithPausedContainer	3.824s
22:48:02 [2019-09-27T22:48:02.249Z] PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled	2.685s
22:48:02 [2019-09-27T22:48:02.249Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion	5.267s
22:48:06 [2019-09-27T22:48:06.048Z] umount: bundles/test-docker-py/root: mountpoint not found
22:48:06 [2019-09-27T22:48:06.048Z] Clearing AppArmor profiles cache:.
22:48:06 [2019-09-27T22:48:06.048Z] All profile caches have been cleared, but no profiles have been unloaded.
22:48:06 [2019-09-27T22:48:06.048Z] Unloading profiles will leave already running processes permanently
22:48:06 [2019-09-27T22:48:06.048Z] unconfined, which can lead to unexpected situations.
22:48:06 [2019-09-27T22:48:06.048Z] 
22:48:06 [2019-09-27T22:48:06.048Z] To set a process to complain mode, use the command line tool
22:48:06 [2019-09-27T22:48:06.048Z] 'aa-complain'. To really tear down all profiles, run the init script
22:48:06 [2019-09-27T22:48:06.048Z] with the 'teardown' option."
22:48:06 [2019-09-27T22:48:06.048Z] 
Post stage
[Pipeline] junit
22:48:06 [2019-09-27T22:48:06.321Z] Recording test results
[Pipeline] sh
22:48:06 [2019-09-27T22:48:06.412Z] PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride	4.414s
22:48:06 [2019-09-27T22:48:06.412Z] PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled	4.723s
22:48:06 [2019-09-27T22:48:06.648Z] + echo Ensuring container killed.
22:48:06 [2019-09-27T22:48:06.648Z] Ensuring container killed.
22:48:06 [2019-09-27T22:48:06.648Z] + docker rm -vf docker-pr2
22:48:06 [2019-09-27T22:48:06.648Z] Error: No such container: docker-pr2
22:48:06 [2019-09-27T22:48:06.648Z] + true
[Pipeline] sh
22:48:06 [2019-09-27T22:48:06.667Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory	0.629s
22:48:06 [2019-09-27T22:48:06.959Z] + echo Chowning /workspace to jenkins user
22:48:06 [2019-09-27T22:48:06.959Z] Chowning /workspace to jenkins user
22:48:06 [2019-09-27T22:48:06.959Z] + id -u
22:48:06 [2019-09-27T22:48:06.959Z] + id -g
22:48:06 [2019-09-27T22:48:06.959Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-388:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:48:08 [2019-09-27T22:48:08.620Z] + bundleName=docker-py
22:48:08 [2019-09-27T22:48:08.620Z] + echo Creating docker-py-bundles.tar.gz
22:48:08 [2019-09-27T22:48:08.620Z] Creating docker-py-bundles.tar.gz
22:48:08 [2019-09-27T22:48:08.620Z] + 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
22:48:08 [2019-09-27T22:48:08.630Z] Archiving artifacts
22:48:08 [2019-09-27T22:48:08.842Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-388/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
22:48:09 [2019-09-27T22:48:09.174Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/make.sh binary-daemon
22:48:09 [2019-09-27T22:48:09.739Z] 
22:48:09 [2019-09-27T22:48:09.997Z] Removing bundles/
22:48:09 [2019-09-27T22:48:09.997Z] 
22:48:09 [2019-09-27T22:48:09.997Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
22:48:09 [2019-09-27T22:48:09.997Z] Building: bundles/binary-daemon/dockerd-dev
22:48:09 [2019-09-27T22:48:09.997Z] GOOS="" GOARCH="" GOARM=""
22:48:10 [2019-09-27T22:48:10.830Z] PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv	3.260s
22:48:11 [2019-09-27T22:48:11.757Z] PASS: docker_cli_daemon_test.go:58: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts	4.966s
22:48:14 [2019-09-27T22:48:14.269Z] PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg	3.888s
22:48:18 [2019-09-27T22:48:18.429Z] PASS: docker_cli_daemon_test.go:1415: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume	4.748s
22:48:20 [2019-09-27T22:48:20.945Z] PASS: docker_cli_daemon_test.go:2046: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer	3.060s
22:48:22 [2019-09-27T22:48:22.830Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants	8.483s
22:48:24 [2019-09-27T22:48:24.715Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg	1.967s
22:48:25 [2019-09-27T22:48:25.275Z] PASS: docker_cli_daemon_test.go:92: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs	4.336s
22:48:27 [2019-09-27T22:48:27.161Z] PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse	2.531s
22:48:28 [2019-09-27T22:48:28.156Z] PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd	0.970s
22:48:29 [2019-09-27T22:48:29.524Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink	1.439s
22:48:29 [2019-09-27T22:48:29.781Z] PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins	4.401s
22:48:32 [2019-09-27T22:48:32.297Z] PASS: docker_cli_daemon_test.go:2670: DockerDaemonSuite.TestDaemonShutdownTimeout	2.351s
22:48:35 [2019-09-27T22:48:35.559Z] PASS: docker_cli_daemon_test.go:2691: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile	3.532s
22:48:39 [2019-09-27T22:48:39.723Z] PASS: docker_cli_build_test.go:5412: DockerSuite.TestBuildCacheFrom	9.505s
22:48:41 [2019-09-27T22:48:41.719Z] PASS: docker_cli_build_test.go:5390: DockerSuite.TestBuildCacheFromEqualDiffIDsLength	2.395s
22:48:42 [2019-09-27T22:48:42.658Z] PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins	6.873s
22:48:42 [2019-09-27T22:48:42.916Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource	1.502s
22:48:43 [2019-09-27T22:48:43.476Z] PASS: docker_cli_daemon_test.go:275: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation	1.053s
22:48:44 [2019-09-27T22:48:44.038Z] PASS: docker_cli_daemon_test.go:197: DockerDaemonSuite.TestDaemonStartIptablesFalse	0.509s
22:48:44 [2019-09-27T22:48:44.599Z] PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep	1.342s
22:48:44 [2019-09-27T22:48:44.856Z] PASS: docker_cli_daemon_test.go:1680: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost	0.615s
22:48:46 [2019-09-27T22:48:46.743Z] --- PASS: TestBuildWithHugeFile (80.90s)
22:48:46 [2019-09-27T22:48:46.743Z] === RUN   TestBuildWithEmptyDockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:48:46 [2019-09-27T22:48:46.743Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
22:48:46 [2019-09-27T22:48:46.743Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s)
22:48:46 [2019-09-27T22:48:46.743Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s)
22:48:46 [2019-09-27T22:48:46.743Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
22:48:46 [2019-09-27T22:48:46.743Z] PASS
22:48:46 [2019-09-27T22:48:46.743Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:48:46 [2019-09-27T22:48:46.998Z] INFO: Testing against a local daemon
22:48:46 [2019-09-27T22:48:46.998Z] testing: warning: no tests to run
22:48:46 [2019-09-27T22:48:46.998Z] PASS
22:48:46 [2019-09-27T22:48:46.998Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:48:46 [2019-09-27T22:48:46.998Z] INFO: Testing against a local daemon
22:48:46 [2019-09-27T22:48:46.998Z] === RUN   TestContainerInvalidJSON
22:48:46 [2019-09-27T22:48:46.998Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:48:46 [2019-09-27T22:48:46.998Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:48:46 [2019-09-27T22:48:46.998Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:48:46 [2019-09-27T22:48:46.998Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:48:46 [2019-09-27T22:48:46.998Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:48:46 [2019-09-27T22:48:46.998Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:48:46 [2019-09-27T22:48:46.998Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:48:46 [2019-09-27T22:48:46.998Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:48:46 [2019-09-27T22:48:46.998Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:48:46 [2019-09-27T22:48:46.998Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:48:46 [2019-09-27T22:48:46.998Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:48:46 [2019-09-27T22:48:46.998Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:48:46 [2019-09-27T22:48:46.998Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
22:48:46 [2019-09-27T22:48:46.998Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:48:47 [2019-09-27T22:48:47.255Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
22:48:47 [2019-09-27T22:48:47.255Z] === RUN   TestCopyFromContainerPathIsNotDir
22:48:47 [2019-09-27T22:48:47.255Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
22:48:47 [2019-09-27T22:48:47.255Z] === RUN   TestCopyFromContainer
22:48:47 [2019-09-27T22:48:47.510Z] PASS: docker_cli_daemon_test.go:2935: DockerDaemonSuite.TestDaemonStartWithIpcModes	2.706s
22:48:48 [2019-09-27T22:48:48.434Z] PASS: docker_cli_daemon_test.go:2129: DockerDaemonSuite.TestDaemonStartWithoutColors	1.048s
22:48:48 [2019-09-27T22:48:48.995Z] PASS: docker_cli_daemon_test.go:1671: DockerDaemonSuite.TestDaemonStartWithoutHost	0.507s
22:48:49 [2019-09-27T22:48:49.250Z] === RUN   TestCopyFromContainer//
22:48:49 [2019-09-27T22:48:49.506Z] === RUN   TestCopyFromContainer//bar/root
22:48:49 [2019-09-27T22:48:49.507Z] === RUN   TestCopyFromContainer//bar/root/
22:48:49 [2019-09-27T22:48:49.507Z] PASS: docker_cli_daemon_test.go:1535: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964	0.549s
22:48:49 [2019-09-27T22:48:49.762Z] === RUN   TestCopyFromContainer/bar/quux
22:48:49 [2019-09-27T22:48:49.762Z] === RUN   TestCopyFromContainer/bar/quux/
22:48:50 [2019-09-27T22:48:50.018Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:48:50 [2019-09-27T22:48:50.018Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:48:50 [2019-09-27T22:48:50.018Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:48:50 [2019-09-27T22:48:50.273Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:48:50 [2019-09-27T22:48:50.529Z] === RUN   TestCopyFromContainer/bar/notarget
22:48:50 [2019-09-27T22:48:50.529Z] --- PASS: TestCopyFromContainer (3.30s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer// (0.12s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.16s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s)
22:48:50 [2019-09-27T22:48:50.529Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
22:48:50 [2019-09-27T22:48:50.529Z] === RUN   TestDaemonRestartIpcMode
22:48:50 [2019-09-27T22:48:50.529Z] === PAUSE TestDaemonRestartIpcMode
22:48:50 [2019-09-27T22:48:50.529Z] === RUN   TestExecWithCloseStdin
22:48:51 [2019-09-27T22:48:51.892Z] --- PASS: TestExecWithCloseStdin (1.12s)
22:48:51 [2019-09-27T22:48:51.892Z] === RUN   TestExecUser
22:48:51 [2019-09-27T22:48:51.892Z] PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy	7.340s
22:48:52 [2019-09-27T22:48:52.818Z] --- PASS: TestExecUser (1.03s)
22:48:52 [2019-09-27T22:48:52.818Z] === RUN   TestHealthKillContainer
22:48:53 [2019-09-27T22:48:53.074Z] PASS: docker_cli_daemon_test.go:960: DockerDaemonSuite.TestDaemonUlimitDefaults	3.488s
22:48:53 [2019-09-27T22:48:53.634Z] PASS: docker_cli_daemon_test.go:1165: DockerDaemonSuite.TestDaemonUnixSockCleanedUp	0.517s
22:48:54 [2019-09-27T22:48:54.559Z] PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile	2.501s
22:48:55 [2019-09-27T22:48:55.485Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint	0.812s
22:48:55 [2019-09-27T22:48:55.743Z] --- PASS: TestHealthKillContainer (2.99s)
22:48:55 [2019-09-27T22:48:55.743Z] === RUN   TestAPIIpcModeHost
22:48:55 [2019-09-27T22:48:55.743Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd	0.566s
22:48:56 [2019-09-27T22:48:56.304Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd	0.353s
22:48:56 [2019-09-27T22:48:56.560Z] --- PASS: TestAPIIpcModeHost (0.86s)
22:48:56 [2019-09-27T22:48:56.560Z] === RUN   TestDaemonIpcModeShareable
22:48:56 [2019-09-27T22:48:56.560Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC	0.350s
22:48:56 [2019-09-27T22:48:56.815Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC	0.323s
22:48:56 [2019-09-27T22:48:56.815Z] SKIP: docker_cli_build_test.go:5340: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows)
22:48:58 [2019-09-27T22:48:58.178Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces	1.294s
22:48:58 [2019-09-27T22:48:58.433Z] --- PASS: TestDaemonIpcModeShareable (1.79s)
22:48:58 [2019-09-27T22:48:58.433Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
22:48:58 [2019-09-27T22:48:58.433Z]     daemon.go:302: [d87ae7b0a7d15] waiting for daemon to start
22:48:58 [2019-09-27T22:48:58.433Z]     daemon.go:334: [d87ae7b0a7d15] daemon started
22:48:58 [2019-09-27T22:48:58.433Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:220, shared: true, mustBeShared: true
22:48:58 [2019-09-27T22:48:58.433Z]     daemon.go:286: [d87ae7b0a7d15] exiting daemon
22:48:58 [2019-09-27T22:48:58.433Z] === RUN   TestDaemonIpcModePrivate
22:49:00 [2019-09-27T22:49:00.319Z] --- PASS: TestDaemonIpcModePrivate (1.80s)
22:49:00 [2019-09-27T22:49:00.319Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
22:49:00 [2019-09-27T22:49:00.319Z]     daemon.go:302: [df4e01fb7d4eb] waiting for daemon to start
22:49:00 [2019-09-27T22:49:00.319Z]     daemon.go:334: [df4e01fb7d4eb] daemon started
22:49:00 [2019-09-27T22:49:00.319Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:229, shared: false, mustBeShared: false
22:49:00 [2019-09-27T22:49:00.319Z]     daemon.go:286: [df4e01fb7d4eb] exiting daemon
22:49:00 [2019-09-27T22:49:00.319Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:49:02 [2019-09-27T22:49:02.203Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s)
22:49:02 [2019-09-27T22:49:02.203Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
22:49:02 [2019-09-27T22:49:02.203Z]     daemon.go:302: [dffa120016b73] waiting for daemon to start
22:49:02 [2019-09-27T22:49:02.203Z]     daemon.go:334: [dffa120016b73] daemon started
22:49:02 [2019-09-27T22:49:02.203Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:230, shared: false, mustBeShared: false
22:49:02 [2019-09-27T22:49:02.203Z]     daemon.go:286: [dffa120016b73] exiting daemon
22:49:02 [2019-09-27T22:49:02.203Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:49:04 [2019-09-27T22:49:04.088Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s)
22:49:04 [2019-09-27T22:49:04.088Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
22:49:04 [2019-09-27T22:49:04.088Z]     daemon.go:302: [d673293dcef5b] waiting for daemon to start
22:49:04 [2019-09-27T22:49:04.088Z]     daemon.go:334: [d673293dcef5b] daemon started
22:49:04 [2019-09-27T22:49:04.088Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:223, shared: true, mustBeShared: true
22:49:04 [2019-09-27T22:49:04.088Z]     daemon.go:286: [d673293dcef5b] exiting daemon
22:49:04 [2019-09-27T22:49:04.088Z] === RUN   TestStopContainerWithTimeout
22:49:04 [2019-09-27T22:49:04.088Z] === RUN   TestStopContainerWithTimeout/0
22:49:04 [2019-09-27T22:49:04.088Z] === PAUSE TestStopContainerWithTimeout/0
22:49:04 [2019-09-27T22:49:04.088Z] === RUN   TestStopContainerWithTimeout/1
22:49:04 [2019-09-27T22:49:04.088Z] === PAUSE TestStopContainerWithTimeout/1
22:49:04 [2019-09-27T22:49:04.088Z] === RUN   TestStopContainerWithTimeout/3
22:49:04 [2019-09-27T22:49:04.088Z] === PAUSE TestStopContainerWithTimeout/3
22:49:04 [2019-09-27T22:49:04.088Z] === RUN   TestStopContainerWithTimeout/-1
22:49:04 [2019-09-27T22:49:04.088Z] === PAUSE TestStopContainerWithTimeout/-1
22:49:04 [2019-09-27T22:49:04.088Z] === CONT  TestStopContainerWithTimeout/0
22:49:04 [2019-09-27T22:49:04.088Z] === CONT  TestStopContainerWithTimeout/-1
22:49:04 [2019-09-27T22:49:04.089Z] PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs	5.771s
22:49:05 [2019-09-27T22:49:05.013Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache	0.907s
22:49:05 [2019-09-27T22:49:05.013Z] === CONT  TestStopContainerWithTimeout/3
22:49:06 [2019-09-27T22:49:06.375Z] PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting	2.339s
22:49:06 [2019-09-27T22:49:06.936Z] === CONT  TestStopContainerWithTimeout/1
22:49:08 [2019-09-27T22:49:08.298Z] PASS: docker_cli_daemon_test.go:1581: DockerDaemonSuite.TestDaemonWideLogConfig	1.569s
22:49:08 [2019-09-27T22:49:08.298Z] PASS: docker_cli_build_test.go:5601: DockerSuite.TestBuildContChar	3.347s
22:49:08 [2019-09-27T22:49:08.858Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:49:08 [2019-09-27T22:49:08.858Z]     --- PASS: TestStopContainerWithTimeout/0 (1.29s)
22:49:08 [2019-09-27T22:49:08.858Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.10s)
22:49:08 [2019-09-27T22:49:08.858Z]     --- PASS: TestStopContainerWithTimeout/3 (2.81s)
22:49:08 [2019-09-27T22:49:08.858Z]     --- PASS: TestStopContainerWithTimeout/1 (1.99s)
22:49:08 [2019-09-27T22:49:08.858Z] === RUN   TestDeleteDevicemapper
22:49:08 [2019-09-27T22:49:08.858Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:49:08 [2019-09-27T22:49:08.858Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:49:08 [2019-09-27T22:49:08.858Z] === CONT  TestDaemonRestartIpcMode
22:49:09 [2019-09-27T22:49:09.418Z] PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent	1.074s
22:49:09 [2019-09-27T22:49:09.674Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup	0.383s
22:49:10 [2019-09-27T22:49:10.601Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild	0.902s
22:49:11 [2019-09-27T22:49:11.528Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip	0.709s
22:49:11 [2019-09-27T22:49:11.783Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression	0.463s
22:49:12 [2019-09-27T22:49:12.709Z] --- PASS: TestDaemonRestartIpcMode (3.54s)
22:49:12 [2019-09-27T22:49:12.709Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:302: [d42d933710a5e] waiting for daemon to start
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:334: [d42d933710a5e] daemon started
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:286: [d42d933710a5e] exiting daemon
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:302: [d42d933710a5e] waiting for daemon to start
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:334: [d42d933710a5e] daemon started
22:49:12 [2019-09-27T22:49:12.709Z]     daemon.go:286: [d42d933710a5e] exiting daemon
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestContainerInvalidJSON
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:49:12 [2019-09-27T22:49:12.709Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:49:12 [2019-09-27T22:49:12.709Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:49:12 [2019-09-27T22:49:12.709Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:49:12 [2019-09-27T22:49:12.709Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:49:12 [2019-09-27T22:49:12.709Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:49:12 [2019-09-27T22:49:12.709Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:49:12 [2019-09-27T22:49:12.709Z] PASS: docker_cli_daemon_test.go:2639: DockerDaemonSuite.TestDaemonWithUserlandProxyPath	4.319s
22:49:12 [2019-09-27T22:49:12.709Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:49:12 [2019-09-27T22:49:12.709Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.02s)
22:49:12 [2019-09-27T22:49:12.709Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:49:12 [2019-09-27T22:49:12.709Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.02s)
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:49:12 [2019-09-27T22:49:12.709Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestCopyFromContainerPathIsNotDir
22:49:12 [2019-09-27T22:49:12.709Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
22:49:12 [2019-09-27T22:49:12.709Z] === RUN   TestCopyFromContainer
22:49:13 [2019-09-27T22:49:13.269Z] PASS: docker_cli_daemon_test.go:1186: DockerDaemonSuite.TestDaemonWithWrongkey	0.597s
22:49:14 [2019-09-27T22:49:14.632Z] === RUN   TestCopyFromContainer//
22:49:14 [2019-09-27T22:49:14.888Z] === RUN   TestCopyFromContainer//bar/root
22:49:14 [2019-09-27T22:49:14.888Z] === RUN   TestCopyFromContainer//bar/root/
22:49:15 [2019-09-27T22:49:15.144Z] === RUN   TestCopyFromContainer/bar/quux
22:49:15 [2019-09-27T22:49:15.144Z] === RUN   TestCopyFromContainer/bar/quux/
22:49:15 [2019-09-27T22:49:15.144Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:49:15 [2019-09-27T22:49:15.399Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:49:15 [2019-09-27T22:49:15.399Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:49:15 [2019-09-27T22:49:15.654Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:49:15 [2019-09-27T22:49:15.654Z] === RUN   TestCopyFromContainer/bar/notarget
22:49:15 [2019-09-27T22:49:15.910Z] --- PASS: TestCopyFromContainer (3.08s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer// (0.14s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
22:49:15 [2019-09-27T22:49:15.910Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
22:49:15 [2019-09-27T22:49:15.910Z] === RUN   TestDaemonRestartIpcMode
22:49:15 [2019-09-27T22:49:15.910Z] === PAUSE TestDaemonRestartIpcMode
22:49:15 [2019-09-27T22:49:15.910Z] === RUN   TestExecWithCloseStdin
22:49:16 [2019-09-27T22:49:16.836Z] --- PASS: TestExecWithCloseStdin (1.13s)
22:49:16 [2019-09-27T22:49:16.836Z] === RUN   TestExecUser
22:49:18 [2019-09-27T22:49:18.200Z] --- PASS: TestExecUser (1.25s)
22:49:18 [2019-09-27T22:49:18.200Z] === RUN   TestHealthKillContainer
22:49:18 [2019-09-27T22:49:18.455Z] PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork	5.232s
22:49:21 [2019-09-27T22:49:21.717Z] --- PASS: TestHealthKillContainer (2.99s)
22:49:21 [2019-09-27T22:49:21.717Z] === RUN   TestAPIIpcModeHost
22:49:21 [2019-09-27T22:49:21.717Z] PASS: docker_cli_exec_test.go:85: DockerDaemonSuite.TestExecAfterDaemonRestart	3.098s
22:49:22 [2019-09-27T22:49:22.278Z] --- PASS: TestAPIIpcModeHost (0.97s)
22:49:22 [2019-09-27T22:49:22.278Z] === RUN   TestDaemonIpcModeShareable
22:49:24 [2019-09-27T22:49:24.162Z] --- PASS: TestDaemonIpcModeShareable (1.88s)
22:49:24 [2019-09-27T22:49:24.162Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
22:49:24 [2019-09-27T22:49:24.162Z]     daemon.go:302: [d84760bcc0fb2] waiting for daemon to start
22:49:24 [2019-09-27T22:49:24.162Z]     daemon.go:334: [d84760bcc0fb2] daemon started
22:49:24 [2019-09-27T22:49:24.162Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:232, shared: true, mustBeShared: true
22:49:24 [2019-09-27T22:49:24.162Z]     daemon.go:286: [d84760bcc0fb2] exiting daemon
22:49:24 [2019-09-27T22:49:24.162Z] === RUN   TestDaemonIpcModePrivate
22:49:24 [2019-09-27T22:49:24.417Z] PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles	12.642s
22:49:25 [2019-09-27T22:49:25.341Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange	0.783s
22:49:25 [2019-09-27T22:49:25.904Z] --- PASS: TestDaemonIpcModePrivate (1.76s)
22:49:25 [2019-09-27T22:49:25.904Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
22:49:25 [2019-09-27T22:49:25.904Z]     daemon.go:302: [de5917679641d] waiting for daemon to start
22:49:25 [2019-09-27T22:49:25.904Z]     daemon.go:334: [de5917679641d] daemon started
22:49:25 [2019-09-27T22:49:25.904Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: false, mustBeShared: false
22:49:25 [2019-09-27T22:49:25.904Z]     daemon.go:286: [de5917679641d] exiting daemon
22:49:25 [2019-09-27T22:49:25.904Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:49:25 [2019-09-27T22:49:25.904Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile	0.492s
22:49:27 [2019-09-27T22:49:27.793Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s)
22:49:27 [2019-09-27T22:49:27.793Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
22:49:27 [2019-09-27T22:49:27.793Z]     daemon.go:302: [ded120aa5fece] waiting for daemon to start
22:49:27 [2019-09-27T22:49:27.793Z]     daemon.go:334: [ded120aa5fece] daemon started
22:49:27 [2019-09-27T22:49:27.793Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:219, shared: false, mustBeShared: false
22:49:27 [2019-09-27T22:49:27.793Z]     daemon.go:286: [ded120aa5fece] exiting daemon
22:49:27 [2019-09-27T22:49:27.793Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:49:29 [2019-09-27T22:49:29.155Z] PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir	3.191s
22:49:29 [2019-09-27T22:49:29.155Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s)
22:49:29 [2019-09-27T22:49:29.155Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
22:49:29 [2019-09-27T22:49:29.155Z]     daemon.go:302: [df19090dd5ed2] waiting for daemon to start
22:49:29 [2019-09-27T22:49:29.155Z]     daemon.go:334: [df19090dd5ed2] daemon started
22:49:29 [2019-09-27T22:49:29.155Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:218, shared: true, mustBeShared: true
22:49:29 [2019-09-27T22:49:29.155Z]     daemon.go:286: [df19090dd5ed2] exiting daemon
22:49:29 [2019-09-27T22:49:29.155Z] === RUN   TestStopContainerWithTimeout
22:49:29 [2019-09-27T22:49:29.155Z] === RUN   TestStopContainerWithTimeout/0
22:49:29 [2019-09-27T22:49:29.155Z] === PAUSE TestStopContainerWithTimeout/0
22:49:29 [2019-09-27T22:49:29.155Z] === RUN   TestStopContainerWithTimeout/1
22:49:29 [2019-09-27T22:49:29.155Z] === PAUSE TestStopContainerWithTimeout/1
22:49:29 [2019-09-27T22:49:29.155Z] === RUN   TestStopContainerWithTimeout/3
22:49:29 [2019-09-27T22:49:29.155Z] === PAUSE TestStopContainerWithTimeout/3
22:49:29 [2019-09-27T22:49:29.155Z] === RUN   TestStopContainerWithTimeout/-1
22:49:29 [2019-09-27T22:49:29.155Z] === PAUSE TestStopContainerWithTimeout/-1
22:49:29 [2019-09-27T22:49:29.155Z] === CONT  TestStopContainerWithTimeout/0
22:49:29 [2019-09-27T22:49:29.155Z] === CONT  TestStopContainerWithTimeout/-1
22:49:30 [2019-09-27T22:49:30.080Z] === CONT  TestStopContainerWithTimeout/3
22:49:31 [2019-09-27T22:49:31.410Z] Created binary: bundles/binary-daemon/dockerd-dev
22:49:31 [2019-09-27T22:49:31.410Z] Copying nested executables into bundles/binary-daemon
22:49:31 [2019-09-27T22:49:31.410Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
22:49:31 [2019-09-27T22:49:31.726Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/make.sh cross
22:49:32 [2019-09-27T22:49:32.290Z] 
22:49:32 [2019-09-27T22:49:32.547Z] Removing bundles/
22:49:32 [2019-09-27T22:49:32.547Z] 
22:49:32 [2019-09-27T22:49:32.547Z] ---> Making bundle: cross (in bundles/cross)
22:49:32 [2019-09-27T22:49:32.547Z] Cross building: bundles/cross/linux/amd64
22:49:32 [2019-09-27T22:49:32.547Z] Building: bundles/cross/linux/amd64/dockerd-dev
22:49:32 [2019-09-27T22:49:32.547Z] GOOS="linux" GOARCH="amd64" GOARM=""
22:49:32 [2019-09-27T22:49:32.590Z] === CONT  TestStopContainerWithTimeout/1
22:49:33 [2019-09-27T22:49:33.149Z] PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot	4.003s
22:49:34 [2019-09-27T22:49:34.074Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:49:34 [2019-09-27T22:49:34.074Z]     --- PASS: TestStopContainerWithTimeout/0 (0.83s)
22:49:34 [2019-09-27T22:49:34.074Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.98s)
22:49:34 [2019-09-27T22:49:34.074Z]     --- PASS: TestStopContainerWithTimeout/3 (2.93s)
22:49:34 [2019-09-27T22:49:34.074Z]     --- PASS: TestStopContainerWithTimeout/1 (1.92s)
22:49:34 [2019-09-27T22:49:34.074Z] === RUN   TestDeleteDevicemapper
22:49:34 [2019-09-27T22:49:34.074Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:49:34 [2019-09-27T22:49:34.074Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:49:34 [2019-09-27T22:49:34.074Z] === CONT  TestDaemonRestartIpcMode
22:49:34 [2019-09-27T22:49:34.634Z] PASS: docker_cli_build_test.go:6025: DockerSuite.TestBuildCopyFileDotWithWorkdir	1.461s
22:49:34 [2019-09-27T22:49:34.634Z] SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows)
22:49:34 [2019-09-27T22:49:34.634Z] SKIP: docker_cli_build_test.go:5898: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows)
22:49:34 [2019-09-27T22:49:34.634Z] SKIP: docker_cli_build_test.go:5881: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows)
22:49:34 [2019-09-27T22:49:34.634Z] SKIP: docker_cli_build_test.go:5916: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows)
22:49:34 [2019-09-27T22:49:34.634Z] PASS: docker_cli_daemon_test.go:2725: DockerDaemonSuite.TestExecWithUserAfterLiveRestore	12.852s
22:49:37 [2019-09-27T22:49:37.146Z] PASS: docker_cli_daemon_test.go:2959: DockerDaemonSuite.TestFailedPluginRemove	2.016s
22:49:37 [2019-09-27T22:49:37.146Z] PASS: docker_cli_daemon_test.go:1273: DockerDaemonSuite.TestHTTPSInfo	0.571s
22:49:37 [2019-09-27T22:49:37.706Z] --- PASS: TestDaemonRestartIpcMode (3.67s)
22:49:37 [2019-09-27T22:49:37.706Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:302: [d0efb6014b063] waiting for daemon to start
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:334: [d0efb6014b063] daemon started
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:286: [d0efb6014b063] exiting daemon
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:302: [d0efb6014b063] waiting for daemon to start
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:334: [d0efb6014b063] daemon started
22:49:37 [2019-09-27T22:49:37.706Z]     daemon.go:286: [d0efb6014b063] exiting daemon
22:49:37 [2019-09-27T22:49:37.706Z] === RUN   TestContainerInvalidJSON
22:49:37 [2019-09-27T22:49:37.706Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:49:37 [2019-09-27T22:49:37.706Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:49:37 [2019-09-27T22:49:37.706Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:49:37 [2019-09-27T22:49:37.706Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:49:37 [2019-09-27T22:49:37.706Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:49:37 [2019-09-27T22:49:37.706Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:49:37 [2019-09-27T22:49:37.706Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:49:37 [2019-09-27T22:49:37.706Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:49:37 [2019-09-27T22:49:37.706Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:49:37 [2019-09-27T22:49:37.706Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:49:37 [2019-09-27T22:49:37.706Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:49:37 [2019-09-27T22:49:37.706Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:49:37 [2019-09-27T22:49:37.706Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
22:49:37 [2019-09-27T22:49:37.706Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:49:37 [2019-09-27T22:49:37.706Z] PASS: docker_cli_daemon_test.go:1336: DockerDaemonSuite.TestHTTPSInfoRogueCert	0.544s
22:49:37 [2019-09-27T22:49:37.961Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
22:49:37 [2019-09-27T22:49:37.961Z] === RUN   TestCopyFromContainerPathIsNotDir
22:49:37 [2019-09-27T22:49:37.961Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
22:49:37 [2019-09-27T22:49:37.961Z] === RUN   TestCopyFromContainer
22:49:38 [2019-09-27T22:49:38.522Z] PASS: docker_cli_daemon_test.go:1365: DockerDaemonSuite.TestHTTPSInfoRogueServerCert	0.525s
22:49:39 [2019-09-27T22:49:39.447Z] PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir	4.723s
22:49:40 [2019-09-27T22:49:40.008Z] === RUN   TestCopyFromContainer//
22:49:40 [2019-09-27T22:49:40.264Z] PASS: docker_cli_daemon_test.go:1301: DockerDaemonSuite.TestHTTPSRun	1.765s
22:49:40 [2019-09-27T22:49:40.264Z] PASS: docker_cli_daemon_test.go:50: DockerDaemonSuite.TestLegacyDaemonCommand	0.000s
22:49:40 [2019-09-27T22:49:40.264Z] === RUN   TestCopyFromContainer//bar/root
22:49:40 [2019-09-27T22:49:40.264Z] === RUN   TestCopyFromContainer//bar/root/
22:49:40 [2019-09-27T22:49:40.519Z] === RUN   TestCopyFromContainer/bar/quux
22:49:40 [2019-09-27T22:49:40.519Z] === RUN   TestCopyFromContainer/bar/quux/
22:49:40 [2019-09-27T22:49:40.775Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:49:40 [2019-09-27T22:49:40.775Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:49:40 [2019-09-27T22:49:40.775Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:49:41 [2019-09-27T22:49:41.031Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:49:41 [2019-09-27T22:49:41.031Z] === RUN   TestCopyFromContainer/bar/notarget
22:49:41 [2019-09-27T22:49:41.287Z] --- PASS: TestCopyFromContainer (3.20s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer// (0.11s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
22:49:41 [2019-09-27T22:49:41.287Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
22:49:41 [2019-09-27T22:49:41.287Z] === RUN   TestDaemonRestartIpcMode
22:49:41 [2019-09-27T22:49:41.287Z] === PAUSE TestDaemonRestartIpcMode
22:49:41 [2019-09-27T22:49:41.287Z] === RUN   TestExecWithCloseStdin
22:49:41 [2019-09-27T22:49:41.849Z] PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability	1.680s
22:49:42 [2019-09-27T22:49:42.409Z] --- PASS: TestExecWithCloseStdin (1.22s)
22:49:42 [2019-09-27T22:49:42.409Z] === RUN   TestExecUser
22:49:43 [2019-09-27T22:49:43.335Z] --- PASS: TestExecUser (0.94s)
22:49:43 [2019-09-27T22:49:43.335Z] === RUN   TestHealthKillContainer
22:49:43 [2019-09-27T22:49:43.590Z] PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled	1.654s
22:49:44 [2019-09-27T22:49:44.953Z] PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir	5.644s
22:49:46 [2019-09-27T22:49:46.911Z] --- PASS: TestHealthKillContainer (3.15s)
22:49:46 [2019-09-27T22:49:46.911Z] === RUN   TestAPIIpcModeHost
22:49:47 [2019-09-27T22:49:47.167Z] PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart	3.540s
22:49:47 [2019-09-27T22:49:47.422Z] --- PASS: TestAPIIpcModeHost (0.96s)
22:49:47 [2019-09-27T22:49:47.422Z] === RUN   TestDaemonIpcModeShareable
22:49:48 [2019-09-27T22:49:48.368Z] PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot	3.502s
22:49:48 [2019-09-27T22:49:48.623Z] PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling	1.430s
22:49:48 [2019-09-27T22:49:48.878Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir	0.453s
22:49:49 [2019-09-27T22:49:49.438Z] --- PASS: TestDaemonIpcModeShareable (1.99s)
22:49:49 [2019-09-27T22:49:49.438Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
22:49:49 [2019-09-27T22:49:49.438Z]     daemon.go:302: [d55e9b9c6a47d] waiting for daemon to start
22:49:49 [2019-09-27T22:49:49.438Z]     daemon.go:334: [d55e9b9c6a47d] daemon started
22:49:49 [2019-09-27T22:49:49.438Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:189, shared: true, mustBeShared: true
22:49:49 [2019-09-27T22:49:49.438Z]     daemon.go:286: [d55e9b9c6a47d] exiting daemon
22:49:49 [2019-09-27T22:49:49.438Z] === RUN   TestDaemonIpcModePrivate
22:49:50 [2019-09-27T22:49:50.363Z] PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel	1.738s
22:49:50 [2019-09-27T22:49:50.922Z] PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors	0.539s
22:49:51 [2019-09-27T22:49:51.482Z] --- PASS: TestDaemonIpcModePrivate (2.10s)
22:49:51 [2019-09-27T22:49:51.482Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
22:49:51 [2019-09-27T22:49:51.482Z]     daemon.go:302: [d0772b6d754ef] waiting for daemon to start
22:49:51 [2019-09-27T22:49:51.482Z]     daemon.go:334: [d0772b6d754ef] daemon started
22:49:51 [2019-09-27T22:49:51.482Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:225, shared: false, mustBeShared: false
22:49:51 [2019-09-27T22:49:51.482Z]     daemon.go:286: [d0772b6d754ef] exiting daemon
22:49:51 [2019-09-27T22:49:51.482Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:49:53 [2019-09-27T22:49:53.380Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.89s)
22:49:53 [2019-09-27T22:49:53.380Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
22:49:53 [2019-09-27T22:49:53.380Z]     daemon.go:302: [d376cf9c3a50d] waiting for daemon to start
22:49:53 [2019-09-27T22:49:53.380Z]     daemon.go:334: [d376cf9c3a50d] daemon started
22:49:53 [2019-09-27T22:49:53.380Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:225, shared: false, mustBeShared: false
22:49:53 [2019-09-27T22:49:53.380Z]     daemon.go:286: [d376cf9c3a50d] exiting daemon
22:49:53 [2019-09-27T22:49:53.380Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:49:54 [2019-09-27T22:49:54.306Z] PASS: docker_cli_daemon_test.go:2753: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore	3.251s
22:49:55 [2019-09-27T22:49:55.669Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.99s)
22:49:55 [2019-09-27T22:49:55.669Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
22:49:55 [2019-09-27T22:49:55.669Z]     daemon.go:302: [d02b94d557b81] waiting for daemon to start
22:49:55 [2019-09-27T22:49:55.669Z]     daemon.go:334: [d02b94d557b81] daemon started
22:49:55 [2019-09-27T22:49:55.669Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:224, shared: true, mustBeShared: true
22:49:55 [2019-09-27T22:49:55.669Z]     daemon.go:286: [d02b94d557b81] exiting daemon
22:49:55 [2019-09-27T22:49:55.669Z] === RUN   TestStopContainerWithTimeout
22:49:55 [2019-09-27T22:49:55.669Z] === RUN   TestStopContainerWithTimeout/0
22:49:55 [2019-09-27T22:49:55.669Z] === PAUSE TestStopContainerWithTimeout/0
22:49:55 [2019-09-27T22:49:55.669Z] === RUN   TestStopContainerWithTimeout/1
22:49:55 [2019-09-27T22:49:55.669Z] === PAUSE TestStopContainerWithTimeout/1
22:49:55 [2019-09-27T22:49:55.669Z] === RUN   TestStopContainerWithTimeout/3
22:49:55 [2019-09-27T22:49:55.669Z] === PAUSE TestStopContainerWithTimeout/3
22:49:55 [2019-09-27T22:49:55.669Z] === RUN   TestStopContainerWithTimeout/-1
22:49:55 [2019-09-27T22:49:55.669Z] === PAUSE TestStopContainerWithTimeout/-1
22:49:55 [2019-09-27T22:49:55.669Z] === CONT  TestStopContainerWithTimeout/0
22:49:55 [2019-09-27T22:49:55.669Z] === CONT  TestStopContainerWithTimeout/-1
22:49:56 [2019-09-27T22:49:56.229Z] PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot	7.225s
22:49:56 [2019-09-27T22:49:56.790Z] === CONT  TestStopContainerWithTimeout/3
22:49:57 [2019-09-27T22:49:57.715Z] PASS: docker_cli_daemon_test.go:2786: DockerDaemonSuite.TestRestartPolicyWithLiveRestore	3.380s
22:49:58 [2019-09-27T22:49:58.641Z] === CONT  TestStopContainerWithTimeout/1
22:50:00 [2019-09-27T22:50:00.527Z] --- PASS: TestStopContainerWithTimeout (0.03s)
22:50:00 [2019-09-27T22:50:00.527Z]     --- PASS: TestStopContainerWithTimeout/0 (1.23s)
22:50:00 [2019-09-27T22:50:00.527Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.07s)
22:50:00 [2019-09-27T22:50:00.527Z]     --- PASS: TestStopContainerWithTimeout/3 (3.04s)
22:50:00 [2019-09-27T22:50:00.527Z]     --- PASS: TestStopContainerWithTimeout/1 (1.93s)
22:50:00 [2019-09-27T22:50:00.527Z] === RUN   TestDeleteDevicemapper
22:50:00 [2019-09-27T22:50:00.527Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:50:00 [2019-09-27T22:50:00.527Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:50:00 [2019-09-27T22:50:00.527Z] === CONT  TestDaemonRestartIpcMode
22:50:01 [2019-09-27T22:50:01.888Z] PASS: docker_cli_daemon_test.go:2103: DockerDaemonSuite.TestRunLinksChanged	4.402s
22:50:03 [2019-09-27T22:50:03.256Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard	6.778s
22:50:03 [2019-09-27T22:50:03.511Z] PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat	1.656s
22:50:03 [2019-09-27T22:50:03.766Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache	0.629s
22:50:04 [2019-09-27T22:50:04.326Z] --- PASS: TestDaemonRestartIpcMode (3.91s)
22:50:04 [2019-09-27T22:50:04.326Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:302: [d6e8e8cbd7a4c] waiting for daemon to start
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:334: [d6e8e8cbd7a4c] daemon started
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:286: [d6e8e8cbd7a4c] exiting daemon
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:302: [d6e8e8cbd7a4c] waiting for daemon to start
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:334: [d6e8e8cbd7a4c] daemon started
22:50:04 [2019-09-27T22:50:04.326Z]     daemon.go:286: [d6e8e8cbd7a4c] exiting daemon
22:50:04 [2019-09-27T22:50:04.326Z] === RUN   TestContainerInvalidJSON
22:50:04 [2019-09-27T22:50:04.326Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:50:04 [2019-09-27T22:50:04.326Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:50:04 [2019-09-27T22:50:04.326Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:50:04 [2019-09-27T22:50:04.326Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:50:04 [2019-09-27T22:50:04.326Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:50:04 [2019-09-27T22:50:04.326Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:50:04 [2019-09-27T22:50:04.326Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:50:04 [2019-09-27T22:50:04.326Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:50:04 [2019-09-27T22:50:04.326Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:50:04 [2019-09-27T22:50:04.326Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:50:04 [2019-09-27T22:50:04.326Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:50:04 [2019-09-27T22:50:04.326Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:50:04 [2019-09-27T22:50:04.326Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:50:04 [2019-09-27T22:50:04.326Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:50:04 [2019-09-27T22:50:04.581Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
22:50:04 [2019-09-27T22:50:04.581Z] === RUN   TestCopyFromContainerPathIsNotDir
22:50:04 [2019-09-27T22:50:04.581Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
22:50:04 [2019-09-27T22:50:04.581Z] === RUN   TestCopyFromContainer
22:50:04 [2019-09-27T22:50:04.838Z] PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap	1.121s
22:50:05 [2019-09-27T22:50:05.094Z] PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName	1.429s
22:50:06 [2019-09-27T22:50:06.020Z] PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames	1.005s
22:50:06 [2019-09-27T22:50:06.946Z] === RUN   TestCopyFromContainer//
22:50:06 [2019-09-27T22:50:06.946Z] === RUN   TestCopyFromContainer//bar/root
22:50:06 [2019-09-27T22:50:06.946Z] === RUN   TestCopyFromContainer//bar/root/
22:50:07 [2019-09-27T22:50:07.202Z] === RUN   TestCopyFromContainer/bar/quux
22:50:07 [2019-09-27T22:50:07.202Z] === RUN   TestCopyFromContainer/bar/quux/
22:50:07 [2019-09-27T22:50:07.457Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:50:07 [2019-09-27T22:50:07.457Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:50:07 [2019-09-27T22:50:07.457Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:50:07 [2019-09-27T22:50:07.712Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:50:07 [2019-09-27T22:50:07.712Z] === RUN   TestCopyFromContainer/bar/notarget
22:50:07 [2019-09-27T22:50:07.967Z] --- PASS: TestCopyFromContainer (3.38s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer// (0.12s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s)
22:50:07 [2019-09-27T22:50:07.967Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
22:50:07 [2019-09-27T22:50:07.967Z] === RUN   TestDaemonRestartIpcMode
22:50:07 [2019-09-27T22:50:07.967Z] === PAUSE TestDaemonRestartIpcMode
22:50:07 [2019-09-27T22:50:07.967Z] === RUN   TestExecWithCloseStdin
22:50:09 [2019-09-27T22:50:09.331Z] --- PASS: TestExecWithCloseStdin (1.19s)
22:50:09 [2019-09-27T22:50:09.331Z] === RUN   TestExecUser
22:50:09 [2019-09-27T22:50:09.331Z] PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile	3.379s
22:50:09 [2019-09-27T22:50:09.331Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile	4.312s
22:50:10 [2019-09-27T22:50:10.257Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin	0.740s
22:50:10 [2019-09-27T22:50:10.257Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict	0.011s
22:50:10 [2019-09-27T22:50:10.257Z] --- PASS: TestExecUser (1.10s)
22:50:10 [2019-09-27T22:50:10.257Z] === RUN   TestHealthKillContainer
22:50:11 [2019-09-27T22:50:11.619Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore	1.236s
22:50:12 [2019-09-27T22:50:12.545Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored	1.179s
22:50:13 [2019-09-27T22:50:13.479Z] --- PASS: TestHealthKillContainer (3.20s)
22:50:13 [2019-09-27T22:50:13.479Z] === RUN   TestAPIIpcModeHost
22:50:14 [2019-09-27T22:50:14.040Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles	1.251s
22:50:14 [2019-09-27T22:50:14.601Z] --- PASS: TestAPIIpcModeHost (1.00s)
22:50:14 [2019-09-27T22:50:14.601Z] === RUN   TestDaemonIpcModeShareable
22:50:16 [2019-09-27T22:50:16.487Z] --- PASS: TestDaemonIpcModeShareable (2.04s)
22:50:16 [2019-09-27T22:50:16.487Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
22:50:16 [2019-09-27T22:50:16.487Z]     daemon.go:302: [d8573b99ffccd] waiting for daemon to start
22:50:16 [2019-09-27T22:50:16.487Z]     daemon.go:334: [d8573b99ffccd] daemon started
22:50:16 [2019-09-27T22:50:16.487Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:222, shared: true, mustBeShared: true
22:50:16 [2019-09-27T22:50:16.487Z]     daemon.go:286: [d8573b99ffccd] exiting daemon
22:50:16 [2019-09-27T22:50:16.487Z] === RUN   TestDaemonIpcModePrivate
22:50:16 [2019-09-27T22:50:16.487Z] PASS: docker_cli_daemon_test.go:2515: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine	7.333s
22:50:19 [2019-09-27T22:50:19.000Z] --- PASS: TestDaemonIpcModePrivate (2.22s)
22:50:19 [2019-09-27T22:50:19.000Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
22:50:19 [2019-09-27T22:50:19.000Z]     daemon.go:302: [df7bd75d78648] waiting for daemon to start
22:50:19 [2019-09-27T22:50:19.000Z]     daemon.go:334: [df7bd75d78648] daemon started
22:50:19 [2019-09-27T22:50:19.000Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:240, shared: false, mustBeShared: false
22:50:19 [2019-09-27T22:50:19.000Z]     daemon.go:286: [df7bd75d78648] exiting daemon
22:50:19 [2019-09-27T22:50:19.000Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:50:20 [2019-09-27T22:50:20.885Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.95s)
22:50:20 [2019-09-27T22:50:20.885Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
22:50:20 [2019-09-27T22:50:20.885Z]     daemon.go:302: [d022a5f93b3d3] waiting for daemon to start
22:50:20 [2019-09-27T22:50:20.885Z]     daemon.go:334: [d022a5f93b3d3] daemon started
22:50:20 [2019-09-27T22:50:20.885Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:237, shared: false, mustBeShared: false
22:50:20 [2019-09-27T22:50:20.885Z]     daemon.go:286: [d022a5f93b3d3] exiting daemon
22:50:20 [2019-09-27T22:50:20.885Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:50:22 [2019-09-27T22:50:22.773Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s)
22:50:22 [2019-09-27T22:50:22.773Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
22:50:22 [2019-09-27T22:50:22.773Z]     daemon.go:302: [d4e0f02e1ab1f] waiting for daemon to start
22:50:22 [2019-09-27T22:50:22.773Z]     daemon.go:334: [d4e0f02e1ab1f] daemon started
22:50:22 [2019-09-27T22:50:22.773Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:234, shared: true, mustBeShared: true
22:50:22 [2019-09-27T22:50:22.773Z]     daemon.go:286: [d4e0f02e1ab1f] exiting daemon
22:50:22 [2019-09-27T22:50:22.773Z] === RUN   TestStopContainerWithTimeout
22:50:22 [2019-09-27T22:50:22.773Z] === RUN   TestStopContainerWithTimeout/0
22:50:22 [2019-09-27T22:50:22.773Z] === PAUSE TestStopContainerWithTimeout/0
22:50:22 [2019-09-27T22:50:22.773Z] === RUN   TestStopContainerWithTimeout/1
22:50:22 [2019-09-27T22:50:22.773Z] === PAUSE TestStopContainerWithTimeout/1
22:50:22 [2019-09-27T22:50:22.773Z] === RUN   TestStopContainerWithTimeout/3
22:50:22 [2019-09-27T22:50:22.773Z] === PAUSE TestStopContainerWithTimeout/3
22:50:22 [2019-09-27T22:50:22.773Z] === RUN   TestStopContainerWithTimeout/-1
22:50:22 [2019-09-27T22:50:22.773Z] === PAUSE TestStopContainerWithTimeout/-1
22:50:22 [2019-09-27T22:50:22.773Z] === CONT  TestStopContainerWithTimeout/0
22:50:22 [2019-09-27T22:50:22.773Z] === CONT  TestStopContainerWithTimeout/-1
22:50:24 [2019-09-27T22:50:24.136Z] === CONT  TestStopContainerWithTimeout/3
22:50:25 [2019-09-27T22:50:25.498Z] PASS: docker_cli_daemon_test.go:2397: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile	8.870s
22:50:25 [2019-09-27T22:50:25.754Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore	11.767s
22:50:26 [2019-09-27T22:50:26.009Z] === CONT  TestStopContainerWithTimeout/1
22:50:27 [2019-09-27T22:50:27.371Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths	1.383s
22:50:27 [2019-09-27T22:50:27.931Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:50:27 [2019-09-27T22:50:27.931Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
22:50:27 [2019-09-27T22:50:27.931Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.25s)
22:50:27 [2019-09-27T22:50:27.931Z]     --- PASS: TestStopContainerWithTimeout/3 (2.90s)
22:50:27 [2019-09-27T22:50:27.931Z]     --- PASS: TestStopContainerWithTimeout/1 (1.90s)
22:50:27 [2019-09-27T22:50:27.931Z] === RUN   TestDeleteDevicemapper
22:50:27 [2019-09-27T22:50:27.931Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:50:27 [2019-09-27T22:50:27.931Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:50:27 [2019-09-27T22:50:27.931Z] === CONT  TestDaemonRestartIpcMode
22:50:28 [2019-09-27T22:50:28.186Z] PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault	2.239s
22:50:30 [2019-09-27T22:50:30.072Z] PASS: docker_cli_daemon_test.go:2843: DockerDaemonSuite.TestShmSize	1.752s
22:50:30 [2019-09-27T22:50:30.632Z] PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment	3.535s
22:50:31 [2019-09-27T22:50:31.995Z] --- PASS: TestDaemonRestartIpcMode (3.90s)
22:50:31 [2019-09-27T22:50:31.995Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:302: [d840d71cabe8e] waiting for daemon to start
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:334: [d840d71cabe8e] daemon started
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:286: [d840d71cabe8e] exiting daemon
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:302: [d840d71cabe8e] waiting for daemon to start
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:334: [d840d71cabe8e] daemon started
22:50:31 [2019-09-27T22:50:31.995Z]     daemon.go:286: [d840d71cabe8e] exiting daemon
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestContainerInvalidJSON
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:50:31 [2019-09-27T22:50:31.995Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:50:31 [2019-09-27T22:50:31.995Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:50:31 [2019-09-27T22:50:31.995Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:50:31 [2019-09-27T22:50:31.995Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:50:31 [2019-09-27T22:50:31.995Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:50:31 [2019-09-27T22:50:31.995Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:50:31 [2019-09-27T22:50:31.995Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:50:31 [2019-09-27T22:50:31.995Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:50:31 [2019-09-27T22:50:31.995Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:50:31 [2019-09-27T22:50:31.995Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:50:31 [2019-09-27T22:50:31.995Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestCopyFromContainerPathIsNotDir
22:50:31 [2019-09-27T22:50:31.995Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
22:50:31 [2019-09-27T22:50:31.995Z] === RUN   TestCopyFromContainer
22:50:32 [2019-09-27T22:50:32.921Z] PASS: docker_cli_daemon_test.go:2860: DockerDaemonSuite.TestShmSizeReload	2.871s
22:50:32 [2019-09-27T22:50:32.921Z] PASS: docker_cli_daemon_test.go:1327: DockerDaemonSuite.TestTLSVerify	0.052s
22:50:33 [2019-09-27T22:50:33.846Z] === RUN   TestCopyFromContainer//
22:50:34 [2019-09-27T22:50:34.102Z] === RUN   TestCopyFromContainer//bar/root
22:50:34 [2019-09-27T22:50:34.102Z] === RUN   TestCopyFromContainer//bar/root/
22:50:34 [2019-09-27T22:50:34.358Z] === RUN   TestCopyFromContainer/bar/quux
22:50:34 [2019-09-27T22:50:34.613Z] === RUN   TestCopyFromContainer/bar/quux/
22:50:34 [2019-09-27T22:50:34.613Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:50:34 [2019-09-27T22:50:34.613Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:50:34 [2019-09-27T22:50:34.869Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:50:34 [2019-09-27T22:50:34.869Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:50:34 [2019-09-27T22:50:34.869Z] === RUN   TestCopyFromContainer/bar/notarget
22:50:35 [2019-09-27T22:50:35.124Z] --- PASS: TestCopyFromContainer (3.18s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer// (0.12s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.16s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
22:50:35 [2019-09-27T22:50:35.124Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
22:50:35 [2019-09-27T22:50:35.124Z] === RUN   TestDaemonRestartIpcMode
22:50:35 [2019-09-27T22:50:35.124Z] === PAUSE TestDaemonRestartIpcMode
22:50:35 [2019-09-27T22:50:35.124Z] === RUN   TestExecWithCloseStdin
22:50:36 [2019-09-27T22:50:36.050Z] --- PASS: TestExecWithCloseStdin (1.04s)
22:50:36 [2019-09-27T22:50:36.051Z] === RUN   TestExecUser
22:50:37 [2019-09-27T22:50:37.414Z] --- PASS: TestExecUser (1.01s)
22:50:37 [2019-09-27T22:50:37.414Z] === RUN   TestHealthKillContainer
22:50:37 [2019-09-27T22:50:37.975Z] PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin	4.959s
22:50:40 [2019-09-27T22:50:40.224Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
22:50:40 [2019-09-27T22:50:40.482Z] Copying nested executables into bundles/cross/linux/amd64
22:50:40 [2019-09-27T22:50:40.486Z] --- PASS: TestHealthKillContainer (2.94s)
22:50:40 [2019-09-27T22:50:40.486Z] === RUN   TestAPIIpcModeHost
22:50:41 [2019-09-27T22:50:41.045Z] --- PASS: TestAPIIpcModeHost (0.81s)
22:50:41 [2019-09-27T22:50:41.045Z] === RUN   TestDaemonIpcModeShareable
22:50:41 [2019-09-27T22:50:41.414Z] Cross building: bundles/cross/windows/amd64
22:50:41 [2019-09-27T22:50:41.414Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
22:50:41 [2019-09-27T22:50:41.414Z] GOOS="windows" GOARCH="amd64" GOARM=""
22:50:42 [2019-09-27T22:50:42.406Z] PASS: docker_api_swarm_test.go:890: DockerSwarmSuite.TestAPIDuplicateNetworks	2.434s
22:50:42 [2019-09-27T22:50:42.967Z] --- PASS: TestDaemonIpcModeShareable (1.98s)
22:50:42 [2019-09-27T22:50:42.968Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
22:50:42 [2019-09-27T22:50:42.968Z]     daemon.go:302: [d2a8b6f32e4a3] waiting for daemon to start
22:50:42 [2019-09-27T22:50:42.968Z]     daemon.go:334: [d2a8b6f32e4a3] daemon started
22:50:42 [2019-09-27T22:50:42.968Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:239, shared: true, mustBeShared: true
22:50:42 [2019-09-27T22:50:42.968Z]     daemon.go:286: [d2a8b6f32e4a3] exiting daemon
22:50:42 [2019-09-27T22:50:42.968Z] === RUN   TestDaemonIpcModePrivate
22:50:43 [2019-09-27T22:50:43.223Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions	12.435s
22:50:44 [2019-09-27T22:50:44.149Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile	0.802s
22:50:44 [2019-09-27T22:50:44.149Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion	0.018s
22:50:45 [2019-09-27T22:50:45.074Z] --- PASS: TestDaemonIpcModePrivate (1.99s)
22:50:45 [2019-09-27T22:50:45.074Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
22:50:45 [2019-09-27T22:50:45.074Z]     daemon.go:302: [d996f2e863da5] waiting for daemon to start
22:50:45 [2019-09-27T22:50:45.074Z]     daemon.go:334: [d996f2e863da5] daemon started
22:50:45 [2019-09-27T22:50:45.074Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:241, shared: false, mustBeShared: false
22:50:45 [2019-09-27T22:50:45.074Z]     daemon.go:286: [d996f2e863da5] exiting daemon
22:50:45 [2019-09-27T22:50:45.074Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:50:45 [2019-09-27T22:50:45.634Z] PASS: docker_api_swarm_test.go:1016: DockerSwarmSuite.TestAPINetworkInspectWithScope	1.749s
22:50:46 [2019-09-27T22:50:46.997Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s)
22:50:46 [2019-09-27T22:50:46.997Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
22:50:46 [2019-09-27T22:50:46.997Z]     daemon.go:302: [db01151bd5ba3] waiting for daemon to start
22:50:46 [2019-09-27T22:50:46.997Z]     daemon.go:334: [db01151bd5ba3] daemon started
22:50:46 [2019-09-27T22:50:46.997Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:242, shared: false, mustBeShared: false
22:50:46 [2019-09-27T22:50:46.997Z]     daemon.go:286: [db01151bd5ba3] exiting daemon
22:50:46 [2019-09-27T22:50:46.997Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:50:48 [2019-09-27T22:50:48.884Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.09s)
22:50:48 [2019-09-27T22:50:48.884Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
22:50:48 [2019-09-27T22:50:48.884Z]     daemon.go:302: [ddd2f838f391a] waiting for daemon to start
22:50:48 [2019-09-27T22:50:48.884Z]     daemon.go:334: [ddd2f838f391a] daemon started
22:50:48 [2019-09-27T22:50:48.884Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:242, shared: true, mustBeShared: true
22:50:48 [2019-09-27T22:50:48.884Z]     daemon.go:286: [ddd2f838f391a] exiting daemon
22:50:48 [2019-09-27T22:50:48.884Z] === RUN   TestStopContainerWithTimeout
22:50:48 [2019-09-27T22:50:48.884Z] === RUN   TestStopContainerWithTimeout/0
22:50:48 [2019-09-27T22:50:48.884Z] === PAUSE TestStopContainerWithTimeout/0
22:50:48 [2019-09-27T22:50:48.884Z] === RUN   TestStopContainerWithTimeout/1
22:50:48 [2019-09-27T22:50:48.884Z] === PAUSE TestStopContainerWithTimeout/1
22:50:48 [2019-09-27T22:50:48.884Z] === RUN   TestStopContainerWithTimeout/3
22:50:48 [2019-09-27T22:50:48.884Z] === PAUSE TestStopContainerWithTimeout/3
22:50:48 [2019-09-27T22:50:48.884Z] === RUN   TestStopContainerWithTimeout/-1
22:50:48 [2019-09-27T22:50:48.884Z] === PAUSE TestStopContainerWithTimeout/-1
22:50:48 [2019-09-27T22:50:48.884Z] === CONT  TestStopContainerWithTimeout/0
22:50:48 [2019-09-27T22:50:48.884Z] === CONT  TestStopContainerWithTimeout/-1
22:50:49 [2019-09-27T22:50:49.139Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile	5.078s
22:50:50 [2019-09-27T22:50:50.503Z] === CONT  TestStopContainerWithTimeout/3
22:50:50 [2019-09-27T22:50:50.759Z] PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort	4.218s
22:50:51 [2019-09-27T22:50:51.723Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore	2.679s
22:50:51 [2019-09-27T22:50:51.987Z] === CONT  TestStopContainerWithTimeout/1
22:50:53 [2019-09-27T22:50:53.900Z] --- PASS: TestStopContainerWithTimeout (0.04s)
22:50:53 [2019-09-27T22:50:53.900Z]     --- PASS: TestStopContainerWithTimeout/0 (1.37s)
22:50:53 [2019-09-27T22:50:53.900Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
22:50:53 [2019-09-27T22:50:53.900Z]     --- PASS: TestStopContainerWithTimeout/3 (2.90s)
22:50:53 [2019-09-27T22:50:53.900Z]     --- PASS: TestStopContainerWithTimeout/1 (1.93s)
22:50:53 [2019-09-27T22:50:53.900Z] === RUN   TestDeleteDevicemapper
22:50:53 [2019-09-27T22:50:53.900Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:50:53 [2019-09-27T22:50:53.900Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:50:53 [2019-09-27T22:50:53.900Z] === CONT  TestDaemonRestartIpcMode
22:50:54 [2019-09-27T22:50:54.459Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles	2.542s
22:50:57 [2019-09-27T22:50:57.724Z] --- PASS: TestDaemonRestartIpcMode (3.42s)
22:50:57 [2019-09-27T22:50:57.725Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:302: [d64fdef04df60] waiting for daemon to start
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:334: [d64fdef04df60] daemon started
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:286: [d64fdef04df60] exiting daemon
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:302: [d64fdef04df60] waiting for daemon to start
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:334: [d64fdef04df60] daemon started
22:50:57 [2019-09-27T22:50:57.725Z]     daemon.go:286: [d64fdef04df60] exiting daemon
22:50:57 [2019-09-27T22:50:57.725Z] PASS
22:50:57 [2019-09-27T22:50:57.725Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:57 [2019-09-27T22:50:57.725Z] INFO: Testing against a local daemon
22:50:57 [2019-09-27T22:50:57.725Z] === RUN   TestImagesFilterMultiReference
22:50:57 [2019-09-27T22:50:57.725Z] --- PASS: TestImagesFilterMultiReference (0.06s)
22:50:57 [2019-09-27T22:50:57.725Z] === RUN   TestImagesFilterMultiReference
22:50:57 [2019-09-27T22:50:57.725Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:50:57 [2019-09-27T22:50:57.725Z] === RUN   TestImagesFilterMultiReference
22:50:57 [2019-09-27T22:50:57.725Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:50:57 [2019-09-27T22:50:57.725Z] === RUN   TestImagesFilterMultiReference
22:50:57 [2019-09-27T22:50:57.725Z] --- PASS: TestImagesFilterMultiReference (0.07s)
22:50:57 [2019-09-27T22:50:57.725Z] === RUN   TestImagesFilterMultiReference
22:50:57 [2019-09-27T22:50:57.725Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:50:57 [2019-09-27T22:50:57.725Z] PASS
22:50:57 [2019-09-27T22:50:57.725Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:57 [2019-09-27T22:50:57.980Z] INFO: Testing against a local daemon
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/create
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:50:57 [2019-09-27T22:50:57.980Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:50:57 [2019-09-27T22:50:57.980Z] --- PASS: TestNetworkInvalidJSON (0.02s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:50:57 [2019-09-27T22:50:57.980Z] PASS
22:50:57 [2019-09-27T22:50:57.980Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.235Z] INFO: Testing against a local daemon
22:50:58 [2019-09-27T22:50:58.235Z] testing: warning: no tests to run
22:50:58 [2019-09-27T22:50:58.235Z] PASS
22:50:58 [2019-09-27T22:50:58.235Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.235Z] INFO: Testing against a local daemon
22:50:58 [2019-09-27T22:50:58.235Z] testing: warning: no tests to run
22:50:58 [2019-09-27T22:50:58.235Z] PASS
22:50:58 [2019-09-27T22:50:58.235Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.235Z] testing: warning: no tests to run
22:50:58 [2019-09-27T22:50:58.235Z] PASS
22:50:58 [2019-09-27T22:50:58.490Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.490Z] INFO: Testing against a local daemon
22:50:58 [2019-09-27T22:50:58.490Z] testing: warning: no tests to run
22:50:58 [2019-09-27T22:50:58.490Z] PASS
22:50:58 [2019-09-27T22:50:58.490Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.490Z] INFO: Testing against a local daemon
22:50:58 [2019-09-27T22:50:58.490Z] === RUN   TestPluginInvalidJSON
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:50:58 [2019-09-27T22:50:58.745Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] --- PASS: TestPluginInvalidJSON (0.01s)
22:50:58 [2019-09-27T22:50:58.745Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] --- PASS: TestPluginInvalidJSON (0.01s)
22:50:58 [2019-09-27T22:50:58.745Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:50:58 [2019-09-27T22:50:58.745Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON
22:50:58 [2019-09-27T22:50:58.745Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:50:58 [2019-09-27T22:50:58.745Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:50:58 [2019-09-27T22:50:58.745Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:50:58 [2019-09-27T22:50:58.745Z] PASS
22:50:58 [2019-09-27T22:50:58.745Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:58 [2019-09-27T22:50:58.746Z] INFO: Testing against a local daemon
22:50:58 [2019-09-27T22:50:58.746Z] testing: warning: no tests to run
22:50:58 [2019-09-27T22:50:58.746Z] PASS
22:50:58 [2019-09-27T22:50:58.746Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:59 [2019-09-27T22:50:59.000Z] INFO: Testing against a local daemon
22:50:59 [2019-09-27T22:50:59.000Z] testing: warning: no tests to run
22:50:59 [2019-09-27T22:50:59.000Z] PASS
22:50:59 [2019-09-27T22:50:59.000Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:59 [2019-09-27T22:50:59.000Z] INFO: Testing against a local daemon
22:50:59 [2019-09-27T22:50:59.000Z] testing: warning: no tests to run
22:50:59 [2019-09-27T22:50:59.000Z] PASS
22:50:59 [2019-09-27T22:50:59.000Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:59 [2019-09-27T22:50:59.255Z] INFO: Testing against a local daemon
22:50:59 [2019-09-27T22:50:59.255Z] testing: warning: no tests to run
22:50:59 [2019-09-27T22:50:59.255Z] PASS
22:50:59 [2019-09-27T22:50:59.256Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:50:59 [2019-09-27T22:50:59.511Z] INFO: Testing against a local daemon
22:50:59 [2019-09-27T22:50:59.511Z] === RUN   TestDockerNetworkReConnect
22:51:00 [2019-09-27T22:51:00.873Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile	6.514s
22:51:03 [2019-09-27T22:51:03.384Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir	2.320s
22:51:04 [2019-09-27T22:51:04.309Z] PASS: docker_api_swarm_test.go:182: DockerSwarmSuite.TestAPISwarmCAHash	12.930s
22:51:05 [2019-09-27T22:51:05.238Z] PASS: docker_api_swarm_test.go:875: DockerSwarmSuite.TestAPISwarmErrorHandling	0.844s
22:51:05 [2019-09-27T22:51:05.494Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs	2.410s
22:51:09 [2019-09-27T22:51:09.656Z] --- PASS: TestDockerNetworkReConnect (9.83s)
22:51:09 [2019-09-27T22:51:09.656Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
22:51:09 [2019-09-27T22:51:09.656Z]     daemon.go:302: [d12c71fda6d2d] waiting for daemon to start
22:51:09 [2019-09-27T22:51:09.656Z]     daemon.go:334: [d12c71fda6d2d] daemon started
22:51:09 [2019-09-27T22:51:09.656Z]     daemon.go:286: [d12c71fda6d2d] exiting daemon
22:51:09 [2019-09-27T22:51:09.656Z] === RUN   TestServiceUpdateLabel
22:51:11 [2019-09-27T22:51:11.542Z] --- PASS: TestServiceUpdateLabel (2.42s)
22:51:11 [2019-09-27T22:51:11.542Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
22:51:11 [2019-09-27T22:51:11.542Z]     daemon.go:302: [db62fd639af99] waiting for daemon to start
22:51:11 [2019-09-27T22:51:11.542Z]     daemon.go:334: [db62fd639af99] daemon started
22:51:11 [2019-09-27T22:51:11.542Z]     daemon.go:286: [db62fd639af99] exiting daemon
22:51:11 [2019-09-27T22:51:11.542Z] === RUN   TestServiceUpdateSecrets
22:51:23 [2019-09-27T22:51:23.705Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir	17.357s
22:51:23 [2019-09-27T22:51:23.705Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile	0.105s
22:51:26 [2019-09-27T22:51:26.966Z] --- PASS: TestServiceUpdateSecrets (15.26s)
22:51:26 [2019-09-27T22:51:26.966Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
22:51:26 [2019-09-27T22:51:26.966Z]     daemon.go:302: [dd01375c726e8] waiting for daemon to start
22:51:26 [2019-09-27T22:51:26.966Z]     daemon.go:334: [dd01375c726e8] daemon started
22:51:26 [2019-09-27T22:51:26.966Z]     daemon.go:286: [dd01375c726e8] exiting daemon
22:51:26 [2019-09-27T22:51:26.966Z] === RUN   TestServiceUpdateConfigs
22:51:27 [2019-09-27T22:51:27.891Z] PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine	4.904s
22:51:28 [2019-09-27T22:51:28.452Z] PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd	0.302s
22:51:28 [2019-09-27T22:51:28.707Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint	0.361s
22:51:28 [2019-09-27T22:51:28.962Z] PASS: docker_api_swarm_test.go:548: DockerSwarmSuite.TestAPISwarmForceNewCluster	16.003s
22:51:28 [2019-09-27T22:51:28.962Z] SKIP: docker_api_swarm_test.go:920: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed)
22:51:29 [2019-09-27T22:51:29.521Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance	0.784s
22:51:29 [2019-09-27T22:51:29.521Z] PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch	0.136s
22:51:30 [2019-09-27T22:51:30.081Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume	0.325s
22:51:30 [2019-09-27T22:51:30.336Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint	0.271s
22:51:32 [2019-09-27T22:51:32.848Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild	2.359s
22:51:34 [2019-09-27T22:51:34.209Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect	1.353s
22:51:35 [2019-09-27T22:51:35.571Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup	1.567s
22:51:37 [2019-09-27T22:51:37.456Z] PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv	1.575s
22:51:38 [2019-09-27T22:51:38.379Z] PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes	1.240s
22:51:39 [2019-09-27T22:51:39.380Z] PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite	1.062s
22:51:42 [2019-09-27T22:51:42.642Z] --- PASS: TestServiceUpdateConfigs (15.50s)
22:51:42 [2019-09-27T22:51:42.642Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
22:51:42 [2019-09-27T22:51:42.642Z]     daemon.go:302: [d7313c7887a91] waiting for daemon to start
22:51:42 [2019-09-27T22:51:42.642Z]     daemon.go:334: [d7313c7887a91] daemon started
22:51:42 [2019-09-27T22:51:42.642Z]     daemon.go:286: [d7313c7887a91] exiting daemon
22:51:42 [2019-09-27T22:51:42.642Z] === RUN   TestServiceUpdateNetwork
22:51:47 [2019-09-27T22:51:47.880Z] PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage	7.467s
22:51:49 [2019-09-27T22:51:49.159Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
22:51:49 [2019-09-27T22:51:49.159Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
22:51:49 [2019-09-27T22:51:49.159Z] remote: Enumerating objects: 19, done.
22:51:49 [2019-09-27T22:51:49.159Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19
22:51:49 [2019-09-27T22:51:49.159Z] Unpacking objects:   5% (1/19)   
Unpacking objects:  10% (2/19)   
Unpacking objects:  15% (3/19)   
Unpacking objects:  21% (4/19)   
Unpacking objects:  26% (5/19)   
Unpacking objects:  31% (6/19)   
Unpacking objects:  36% (7/19)   
Unpacking objects:  42% (8/19)   
Unpacking objects:  47% (9/19)   
Unpacking objects:  52% (10/19)   
Unpacking objects:  57% (11/19)   
Unpacking objects:  63% (12/19)   
Unpacking objects:  68% (13/19)   
Unpacking objects:  73% (14/19)   
Unpacking objects:  78% (15/19)   
Unpacking objects:  84% (16/19)   
Unpacking objects:  89% (17/19)   
Unpacking objects:  94% (18/19)   
Unpacking objects: 100% (19/19)   
Unpacking objects: 100% (19/19), done.
22:51:49 [2019-09-27T22:51:49.159Z] Building: bundles/cross/windows/amd64/containerutility.exe
22:51:49 [2019-09-27T22:51:49.159Z] 
22:51:49 [2019-09-27T22:51:49.242Z] PASS: docker_api_swarm_test.go:36: DockerSwarmSuite.TestAPISwarmInit	14.737s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:51:50 [2019-09-27T22:51:50.038Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/test/unit
22:51:50 [2019-09-27T22:51:50.166Z] PASS: docker_api_swarm_test.go:530: DockerSwarmSuite.TestAPISwarmInvalidAddress	0.788s
22:51:52 [2019-09-27T22:51:52.563Z] ?   	github.com/docker/docker/api	[no test files]
22:51:58 [2019-09-27T22:51:58.245Z] --- PASS: TestServiceUpdateNetwork (15.61s)
22:51:58 [2019-09-27T22:51:58.245Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
22:51:58 [2019-09-27T22:51:58.245Z]     daemon.go:302: [dad6f934b0029] waiting for daemon to start
22:51:58 [2019-09-27T22:51:58.245Z]     daemon.go:334: [dad6f934b0029] daemon started
22:51:58 [2019-09-27T22:51:58.245Z]     daemon.go:286: [dad6f934b0029] exiting daemon
22:51:58 [2019-09-27T22:51:58.245Z] === RUN   TestDockerNetworkReConnect
22:52:03 [2019-09-27T22:52:03.480Z] --- PASS: TestDockerNetworkReConnect (5.17s)
22:52:03 [2019-09-27T22:52:03.480Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
22:52:03 [2019-09-27T22:52:03.480Z]     daemon.go:302: [ded872e142cd6] waiting for daemon to start
22:52:03 [2019-09-27T22:52:03.480Z]     daemon.go:334: [ded872e142cd6] daemon started
22:52:03 [2019-09-27T22:52:03.480Z]     daemon.go:286: [ded872e142cd6] exiting daemon
22:52:03 [2019-09-27T22:52:03.480Z] === RUN   TestServiceUpdateLabel
22:52:05 [2019-09-27T22:52:05.365Z] --- PASS: TestServiceUpdateLabel (2.12s)
22:52:05 [2019-09-27T22:52:05.365Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
22:52:05 [2019-09-27T22:52:05.365Z]     daemon.go:302: [de2d9b81d2367] waiting for daemon to start
22:52:05 [2019-09-27T22:52:05.365Z]     daemon.go:334: [de2d9b81d2367] daemon started
22:52:05 [2019-09-27T22:52:05.365Z]     daemon.go:286: [de2d9b81d2367] exiting daemon
22:52:05 [2019-09-27T22:52:05.365Z] === RUN   TestServiceUpdateSecrets
22:52:10 [2019-09-27T22:52:10.637Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 8.0% of statements
22:52:11 [2019-09-27T22:52:11.891Z] PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2	23.768s
22:52:12 [2019-09-27T22:52:12.450Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy	1.776s
22:52:20 [2019-09-27T22:52:20.523Z] --- PASS: TestServiceUpdateSecrets (14.91s)
22:52:20 [2019-09-27T22:52:20.523Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
22:52:20 [2019-09-27T22:52:20.523Z]     daemon.go:302: [dafba2c8362ac] waiting for daemon to start
22:52:20 [2019-09-27T22:52:20.523Z]     daemon.go:334: [dafba2c8362ac] daemon started
22:52:20 [2019-09-27T22:52:20.523Z]     daemon.go:286: [dafba2c8362ac] exiting daemon
22:52:20 [2019-09-27T22:52:20.523Z] === RUN   TestServiceUpdateConfigs
22:52:22 [2019-09-27T22:52:22.407Z] PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv	9.726s
22:52:23 [2019-09-27T22:52:23.332Z] PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose	0.838s
22:52:23 [2019-09-27T22:52:23.587Z] PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser	0.452s
22:52:24 [2019-09-27T22:52:24.147Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume	0.460s
22:52:25 [2019-09-27T22:52:25.511Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir	1.456s
22:52:25 [2019-09-27T22:52:25.511Z] SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows)
22:52:26 [2019-09-27T22:52:26.070Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace	0.309s
22:52:36 [2019-09-27T22:52:36.068Z] --- PASS: TestServiceUpdateConfigs (15.04s)
22:52:36 [2019-09-27T22:52:36.068Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
22:52:36 [2019-09-27T22:52:36.068Z]     daemon.go:302: [d46ad751b42ec] waiting for daemon to start
22:52:36 [2019-09-27T22:52:36.068Z]     daemon.go:334: [d46ad751b42ec] daemon started
22:52:36 [2019-09-27T22:52:36.068Z]     daemon.go:286: [d46ad751b42ec] exiting daemon
22:52:36 [2019-09-27T22:52:36.068Z] === RUN   TestServiceUpdateNetwork
22:52:37 [2019-09-27T22:52:37.955Z] PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation	11.597s
22:52:37 [2019-09-27T22:52:37.955Z] PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose	0.300s
22:52:38 [2019-09-27T22:52:38.516Z] PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts	0.609s
22:52:39 [2019-09-27T22:52:39.076Z] PASS: docker_api_swarm_test.go:82: DockerSwarmSuite.TestAPISwarmJoinToken	48.429s
22:52:39 [2019-09-27T22:52:39.076Z] PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder	0.525s
22:52:39 [2019-09-27T22:52:39.637Z] PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto	0.364s
22:52:41 [2019-09-27T22:52:41.002Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails	1.112s
22:52:41 [2019-09-27T22:52:41.002Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable	0.022s
22:52:43 [2019-09-27T22:52:43.515Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir	2.428s
22:52:46 [2019-09-27T22:52:46.026Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile	2.464s
22:52:47 [2019-09-27T22:52:47.911Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm	1.869s
22:52:49 [2019-09-27T22:52:49.273Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit	1.607s
22:52:49 [2019-09-27T22:52:49.529Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext	0.321s
22:52:50 [2019-09-27T22:52:50.890Z] --- PASS: TestServiceUpdateNetwork (15.35s)
22:52:50 [2019-09-27T22:52:50.890Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
22:52:50 [2019-09-27T22:52:50.890Z]     daemon.go:302: [dbda2abe1318b] waiting for daemon to start
22:52:50 [2019-09-27T22:52:50.890Z]     daemon.go:334: [dbda2abe1318b] daemon started
22:52:50 [2019-09-27T22:52:50.890Z]     daemon.go:286: [dbda2abe1318b] exiting daemon
22:52:50 [2019-09-27T22:52:50.890Z] === RUN   TestDockerNetworkReConnect
22:52:50 [2019-09-27T22:52:50.890Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF	1.083s
22:52:52 [2019-09-27T22:52:52.776Z] PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile	2.241s
22:52:53 [2019-09-27T22:52:53.722Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames	0.866s
22:52:53 [2019-09-27T22:52:53.976Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball	0.319s
22:52:55 [2019-09-27T22:52:55.861Z] --- PASS: TestDockerNetworkReConnect (5.05s)
22:52:55 [2019-09-27T22:52:55.861Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
22:52:55 [2019-09-27T22:52:55.861Z]     daemon.go:302: [db44bdce92cde] waiting for daemon to start
22:52:55 [2019-09-27T22:52:55.861Z]     daemon.go:334: [db44bdce92cde] daemon started
22:52:55 [2019-09-27T22:52:55.861Z]     daemon.go:286: [db44bdce92cde] exiting daemon
22:52:55 [2019-09-27T22:52:55.861Z] === RUN   TestServiceUpdateLabel
22:52:56 [2019-09-27T22:52:56.787Z] PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF	2.458s
22:52:57 [2019-09-27T22:52:57.712Z] --- PASS: TestServiceUpdateLabel (2.15s)
22:52:57 [2019-09-27T22:52:57.712Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
22:52:57 [2019-09-27T22:52:57.712Z]     daemon.go:302: [df65f715c7a36] waiting for daemon to start
22:52:57 [2019-09-27T22:52:57.712Z]     daemon.go:334: [df65f715c7a36] daemon started
22:52:57 [2019-09-27T22:52:57.712Z]     daemon.go:286: [df65f715c7a36] exiting daemon
22:52:57 [2019-09-27T22:52:57.712Z] === RUN   TestServiceUpdateSecrets
22:52:58 [2019-09-27T22:52:58.637Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF	2.149s
22:53:00 [2019-09-27T22:53:00.522Z] PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume	1.498s
22:53:04 [2019-09-27T22:53:04.680Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory	4.317s
22:53:04 [2019-09-27T22:53:04.935Z] PASS: docker_cli_build_test.go:6159: DockerSuite.TestBuildIidFile	0.427s
22:53:05 [2019-09-27T22:53:05.859Z] PASS: docker_cli_build_test.go:6184: DockerSuite.TestBuildIidFileCleanupOnFail	0.851s
22:53:06 [2019-09-27T22:53:06.419Z] PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance	0.543s
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 11.1% of statements
22:53:06 [2019-09-27T22:53:06.849Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:53:06 [2019-09-27T22:53:06.849Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:53:06 [2019-09-27T22:53:06.980Z] PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildIntermediateTarget	0.533s
22:53:06 [2019-09-27T22:53:06.980Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag	0.014s
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/server/router/swarm	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/types	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:53:07 [2019-09-27T22:53:07.107Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:53:07 [2019-09-27T22:53:07.673Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
22:53:07 [2019-09-27T22:53:07.930Z] ok  	github.com/docker/docker/api/types/filters	0.013s	coverage: 93.1% of statements
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:53:07 [2019-09-27T22:53:07.930Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
22:53:08 [2019-09-27T22:53:08.187Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:53:08 [2019-09-27T22:53:08.187Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:53:08 [2019-09-27T22:53:08.188Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:53:08 [2019-09-27T22:53:08.343Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun	1.086s
22:53:08 [2019-09-27T22:53:08.598Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel	0.410s
22:53:08 [2019-09-27T22:53:08.752Z] ok  	github.com/docker/docker/builder/dockerignore	0.005s	coverage: 96.8% of statements
22:53:08 [2019-09-27T22:53:08.854Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit	0.382s
22:53:09 [2019-09-27T22:53:09.413Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple	0.433s
22:53:09 [2019-09-27T22:53:09.668Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode	0.280s
22:53:10 [2019-09-27T22:53:10.228Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels	0.471s
22:53:11 [2019-09-27T22:53:11.153Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache	1.011s
22:53:12 [2019-09-27T22:53:12.930Z] ok  	github.com/docker/docker/builder/fscache	0.123s	coverage: 69.5% of statements
22:53:12 [2019-09-27T22:53:12.930Z] ok  	github.com/docker/docker/builder/dockerfile	0.587s	coverage: 45.4% of statements
22:53:13 [2019-09-27T22:53:13.038Z] --- PASS: TestServiceUpdateSecrets (15.19s)
22:53:13 [2019-09-27T22:53:13.038Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
22:53:13 [2019-09-27T22:53:13.038Z]     daemon.go:302: [d8d942cb222c9] waiting for daemon to start
22:53:13 [2019-09-27T22:53:13.038Z]     daemon.go:334: [d8d942cb222c9] daemon started
22:53:13 [2019-09-27T22:53:13.038Z]     daemon.go:286: [d8d942cb222c9] exiting daemon
22:53:13 [2019-09-27T22:53:13.038Z] === RUN   TestServiceUpdateConfigs
22:53:13 [2019-09-27T22:53:13.963Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride	2.825s
22:53:15 [2019-09-27T22:53:15.453Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.846s	coverage: 85.1% of statements
22:53:15 [2019-09-27T22:53:15.453Z] ok  	github.com/docker/docker/builder/remotecontext	0.198s	coverage: 13.6% of statements
22:53:15 [2019-09-27T22:53:15.711Z] ?   	github.com/docker/docker/cli	[no test files]
22:53:15 [2019-09-27T22:53:15.711Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:53:15 [2019-09-27T22:53:15.969Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
22:53:16 [2019-09-27T22:53:16.472Z] PASS: docker_api_swarm_test.go:292: DockerSwarmSuite.TestAPISwarmLeaderElection	21.755s
22:53:19 [2019-09-27T22:53:19.732Z] PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified	5.669s
22:53:22 [2019-09-27T22:53:22.529Z] ok  	github.com/docker/docker/client	0.184s	coverage: 75.1% of statements
22:53:23 [2019-09-27T22:53:23.890Z] PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak	4.000s
22:53:23 [2019-09-27T22:53:23.890Z] PASS: docker_cli_build_test.go:6087: DockerSuite.TestBuildLineErrorOnBuild	0.094s
22:53:23 [2019-09-27T22:53:23.890Z] PASS: docker_cli_build_test.go:6098: DockerSuite.TestBuildLineErrorUnknownInstruction	0.085s
22:53:24 [2019-09-27T22:53:24.146Z] PASS: docker_cli_build_test.go:6129: DockerSuite.TestBuildLineErrorWithComments	0.095s
22:53:24 [2019-09-27T22:53:24.146Z] PASS: docker_cli_build_test.go:6112: DockerSuite.TestBuildLineErrorWithEmptyLines	0.096s
22:53:24 [2019-09-27T22:53:24.400Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer	0.268s
22:53:26 [2019-09-27T22:53:26.287Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs	1.425s
22:53:27 [2019-09-27T22:53:27.649Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder	1.588s
22:53:27 [2019-09-27T22:53:27.904Z] PASS: docker_cli_build_test.go:5935: DockerSuite.TestBuildMulitStageResetScratch	0.477s
22:53:28 [2019-09-27T22:53:28.158Z] --- PASS: TestServiceUpdateConfigs (15.09s)
22:53:28 [2019-09-27T22:53:28.158Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
22:53:28 [2019-09-27T22:53:28.158Z]     daemon.go:302: [d0c732416470e] waiting for daemon to start
22:53:28 [2019-09-27T22:53:28.158Z]     daemon.go:334: [d0c732416470e] daemon started
22:53:28 [2019-09-27T22:53:28.158Z]     daemon.go:286: [d0c732416470e] exiting daemon
22:53:28 [2019-09-27T22:53:28.158Z] === RUN   TestServiceUpdateNetwork
22:53:33 [2019-09-27T22:53:33.394Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg	4.688s
22:53:33 [2019-09-27T22:53:33.394Z] PASS: docker_cli_build_test.go:5506: DockerSuite.TestBuildMultiStageCache	0.415s
22:53:33 [2019-09-27T22:53:33.650Z] PASS: docker_cli_build_test.go:5685: DockerSuite.TestBuildMultiStageCopyFromErrors	0.493s
22:53:37 [2019-09-27T22:53:37.811Z] PASS: docker_api_swarm_test.go:267: DockerSwarmSuite.TestAPISwarmLeaderProxy	4.361s
22:53:43 [2019-09-27T22:53:43.047Z] --- PASS: TestServiceUpdateNetwork (14.37s)
22:53:43 [2019-09-27T22:53:43.047Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
22:53:43 [2019-09-27T22:53:43.047Z]     daemon.go:302: [d1f8f94443413] waiting for daemon to start
22:53:43 [2019-09-27T22:53:43.047Z]     daemon.go:334: [d1f8f94443413] daemon started
22:53:43 [2019-09-27T22:53:43.047Z]     daemon.go:286: [d1f8f94443413] exiting daemon
22:53:43 [2019-09-27T22:53:43.047Z] === RUN   TestDockerNetworkReConnect
22:53:44 [2019-09-27T22:53:44.411Z] PASS: docker_cli_build_test.go:5627: DockerSuite.TestBuildMultiStageCopyFromSyntax	10.794s
22:53:47 [2019-09-27T22:53:47.671Z] --- PASS: TestDockerNetworkReConnect (5.13s)
22:53:47 [2019-09-27T22:53:47.671Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
22:53:47 [2019-09-27T22:53:47.671Z]     daemon.go:302: [dcd07c207c071] waiting for daemon to start
22:53:47 [2019-09-27T22:53:47.671Z]     daemon.go:334: [dcd07c207c071] daemon started
22:53:47 [2019-09-27T22:53:47.671Z]     daemon.go:286: [dcd07c207c071] exiting daemon
22:53:47 [2019-09-27T22:53:47.671Z] === RUN   TestServiceUpdateLabel
22:53:48 [2019-09-27T22:53:48.597Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg	4.218s
22:53:49 [2019-09-27T22:53:49.522Z] --- PASS: TestServiceUpdateLabel (1.72s)
22:53:49 [2019-09-27T22:53:49.522Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
22:53:49 [2019-09-27T22:53:49.522Z]     daemon.go:302: [d8d1c6b800749] waiting for daemon to start
22:53:49 [2019-09-27T22:53:49.522Z]     daemon.go:334: [d8d1c6b800749] daemon started
22:53:49 [2019-09-27T22:53:49.522Z]     daemon.go:286: [d8d1c6b800749] exiting daemon
22:53:49 [2019-09-27T22:53:49.522Z] === RUN   TestServiceUpdateSecrets
22:53:50 [2019-09-27T22:53:50.082Z] PASS: docker_cli_build_test.go:5765: DockerSuite.TestBuildMultiStageImplicitFrom	1.309s
22:53:52 [2019-09-27T22:53:52.592Z] PASS: docker_cli_build_test.go:5732: DockerSuite.TestBuildMultiStageMultipleBuilds	2.550s
22:53:52 [2019-09-27T22:53:52.592Z] SKIP: docker_cli_build_test.go:5847: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows)
22:53:54 [2019-09-27T22:53:54.629Z] ok  	github.com/docker/docker/cmd/dockerd/hack	0.003s	coverage: 72.9% of statements
22:53:54 [2019-09-27T22:53:54.629Z] ok  	github.com/docker/docker/cmd/dockerd	0.056s	coverage: 30.9% of statements
22:53:57 [2019-09-27T22:53:57.155Z] ok  	github.com/docker/docker/container	0.131s	coverage: 35.6% of statements
22:53:57 [2019-09-27T22:53:57.155Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:53:57 [2019-09-27T22:53:57.155Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:53:57 [2019-09-27T22:53:57.155Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:53:57 [2019-09-27T22:53:57.155Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:53:57 [2019-09-27T22:53:57.837Z] PASS: docker_cli_build_test.go:5822: DockerSuite.TestBuildMultiStageNameVariants	4.964s
22:54:00 [2019-09-27T22:54:00.373Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg	2.287s
22:54:00 [2019-09-27T22:54:00.373Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags	0.306s
22:54:01 [2019-09-27T22:54:01.297Z] PASS: docker_api_swarm_test.go:432: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin	22.958s
22:54:02 [2019-09-27T22:54:02.658Z] PASS: docker_cli_build_test.go:5542: DockerSuite.TestBuildNetContainer	2.120s
22:54:03 [2019-09-27T22:54:03.583Z] PASS: docker_cli_build_test.go:5530: DockerSuite.TestBuildNetNone	0.919s
22:54:04 [2019-09-27T22:54:04.509Z] --- PASS: TestServiceUpdateSecrets (15.06s)
22:54:04 [2019-09-27T22:54:04.509Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
22:54:04 [2019-09-27T22:54:04.509Z]     daemon.go:302: [daf6883cd6057] waiting for daemon to start
22:54:04 [2019-09-27T22:54:04.509Z]     daemon.go:334: [daf6883cd6057] daemon started
22:54:04 [2019-09-27T22:54:04.509Z]     daemon.go:286: [daf6883cd6057] exiting daemon
22:54:04 [2019-09-27T22:54:04.509Z] === RUN   TestServiceUpdateConfigs
22:54:04 [2019-09-27T22:54:04.509Z] PASS: docker_api_swarm_test.go:409: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer	3.222s
22:54:04 [2019-09-27T22:54:04.763Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext	1.204s
22:54:06 [2019-09-27T22:54:06.125Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput	1.175s
22:54:07 [2019-09-27T22:54:07.113Z] ok  	github.com/docker/docker/daemon/cluster	0.056s	coverage: 0.5% of statements
22:54:08 [2019-09-27T22:54:08.636Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume	2.355s
22:54:08 [2019-09-27T22:54:08.636Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure	0.363s
22:54:08 [2019-09-27T22:54:08.636Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote	0.045s
22:54:09 [2019-09-27T22:54:09.009Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
22:54:09 [2019-09-27T22:54:09.197Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage	0.435s
22:54:09 [2019-09-27T22:54:09.451Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess	0.336s
22:54:10 [2019-09-27T22:54:10.376Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume	0.736s
22:54:10 [2019-09-27T22:54:10.382Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.007s	coverage: 28.1% of statements
22:54:12 [2019-09-27T22:54:12.886Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild	2.284s
22:54:13 [2019-09-27T22:54:13.141Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache	0.644s
22:54:16 [2019-09-27T22:54:16.406Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON	2.891s
22:54:17 [2019-09-27T22:54:17.766Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON	1.614s
22:54:18 [2019-09-27T22:54:18.327Z] PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes	3.311s
22:54:18 [2019-09-27T22:54:18.481Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.429s	coverage: 12.8% of statements
22:54:19 [2019-09-27T22:54:19.047Z] ok  	github.com/docker/docker/daemon	12.194s	coverage: 13.8% of statements
22:54:19 [2019-09-27T22:54:19.047Z] ?   	github.com/docker/docker/daemon/caps	[no test files]
22:54:19 [2019-09-27T22:54:19.047Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:54:19 [2019-09-27T22:54:19.047Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:54:20 [2019-09-27T22:54:20.211Z] --- PASS: TestServiceUpdateConfigs (15.54s)
22:54:20 [2019-09-27T22:54:20.211Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
22:54:20 [2019-09-27T22:54:20.211Z]     daemon.go:302: [d8b68163b812d] waiting for daemon to start
22:54:20 [2019-09-27T22:54:20.211Z]     daemon.go:334: [d8b68163b812d] daemon started
22:54:20 [2019-09-27T22:54:20.211Z]     daemon.go:286: [d8b68163b812d] exiting daemon
22:54:20 [2019-09-27T22:54:20.211Z] === RUN   TestServiceUpdateNetwork
22:54:20 [2019-09-27T22:54:20.211Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance	2.508s
22:54:20 [2019-09-27T22:54:20.944Z] ok  	github.com/docker/docker/daemon/discovery	0.008s	coverage: 30.4% of statements
22:54:20 [2019-09-27T22:54:20.944Z] ok  	github.com/docker/docker/daemon/config	0.044s	coverage: 84.8% of statements
22:54:22 [2019-09-27T22:54:22.095Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase	1.472s
22:54:22 [2019-09-27T22:54:22.339Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
22:54:22 [2019-09-27T22:54:22.339Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:54:22 [2019-09-27T22:54:22.339Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:54:22 [2019-09-27T22:54:22.903Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.2% of statements
22:54:24 [2019-09-27T22:54:24.609Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput	2.467s
22:54:24 [2019-09-27T22:54:24.609Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy	0.458s
22:54:25 [2019-09-27T22:54:25.427Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
22:54:26 [2019-09-27T22:54:26.359Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.240s	coverage: 56.9% of statements
22:54:28 [2019-09-27T22:54:28.769Z] PASS: docker_cli_build_test.go:5993: DockerSuite.TestBuildOpaqueDirectory	3.922s
22:54:29 [2019-09-27T22:54:29.638Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.565s	coverage: 46.1% of statements
22:54:29 [2019-09-27T22:54:29.638Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	5.318s	coverage: 72.3% of statements
22:54:29 [2019-09-27T22:54:29.638Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:54:31 [2019-09-27T22:54:31.279Z] PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH	2.443s
22:54:31 [2019-09-27T22:54:31.839Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg	0.879s
22:54:32 [2019-09-27T22:54:32.162Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.914s	coverage: 50.8% of statements
22:54:33 [2019-09-27T22:54:33.199Z] PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON	1.052s
22:54:33 [2019-09-27T22:54:33.532Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.309s	coverage: 76.1% of statements
22:54:34 [2019-09-27T22:54:34.466Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	2.981s	coverage: 57.2% of statements
22:54:34 [2019-09-27T22:54:34.466Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:54:34 [2019-09-27T22:54:34.466Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:54:34 [2019-09-27T22:54:34.466Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.013s	coverage: 70.5% of statements
22:54:36 [2019-09-27T22:54:36.364Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.015s	coverage: 3.0% of statements
22:54:36 [2019-09-27T22:54:36.459Z] --- PASS: TestServiceUpdateNetwork (16.14s)
22:54:36 [2019-09-27T22:54:36.459Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
22:54:36 [2019-09-27T22:54:36.459Z]     daemon.go:302: [d93bc56a39834] waiting for daemon to start
22:54:36 [2019-09-27T22:54:36.459Z]     daemon.go:334: [d93bc56a39834] daemon started
22:54:36 [2019-09-27T22:54:36.459Z]     daemon.go:286: [d93bc56a39834] exiting daemon
22:54:36 [2019-09-27T22:54:36.459Z] === RUN   TestDockerNetworkReConnect
22:54:36 [2019-09-27T22:54:36.928Z] ok  	github.com/docker/docker/daemon/links	0.011s	coverage: 93.0% of statements
22:54:38 [2019-09-27T22:54:38.302Z] ok  	github.com/docker/docker/daemon/images	0.015s	coverage: 5.0% of statements
22:54:38 [2019-09-27T22:54:38.302Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:54:38 [2019-09-27T22:54:38.302Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:54:38 [2019-09-27T22:54:38.868Z] ok  	github.com/docker/docker/daemon/logger	0.217s	coverage: 43.7% of statements
22:54:40 [2019-09-27T22:54:40.240Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.215s	coverage: 72.6% of statements
22:54:40 [2019-09-27T22:54:40.240Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:54:40 [2019-09-27T22:54:40.240Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:54:40 [2019-09-27T22:54:40.240Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.019s	coverage: 68.2% of statements
22:54:40 [2019-09-27T22:54:40.618Z] --- PASS: TestDockerNetworkReConnect (4.57s)
22:54:40 [2019-09-27T22:54:40.618Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
22:54:40 [2019-09-27T22:54:40.618Z]     daemon.go:302: [d232c7fff2512] waiting for daemon to start
22:54:40 [2019-09-27T22:54:40.618Z]     daemon.go:334: [d232c7fff2512] daemon started
22:54:40 [2019-09-27T22:54:40.618Z]     daemon.go:286: [d232c7fff2512] exiting daemon
22:54:40 [2019-09-27T22:54:40.618Z] === RUN   TestServiceUpdateLabel
22:54:41 [2019-09-27T22:54:41.613Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 26.2% of statements
22:54:41 [2019-09-27T22:54:41.871Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 62.1% of statements
22:54:42 [2019-09-27T22:54:42.129Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 88.3% of statements
22:54:43 [2019-09-27T22:54:43.129Z] --- PASS: TestServiceUpdateLabel (2.12s)
22:54:43 [2019-09-27T22:54:43.129Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
22:54:43 [2019-09-27T22:54:43.129Z]     daemon.go:302: [d57072f6f2300] waiting for daemon to start
22:54:43 [2019-09-27T22:54:43.129Z]     daemon.go:334: [d57072f6f2300] daemon started
22:54:43 [2019-09-27T22:54:43.129Z]     daemon.go:286: [d57072f6f2300] exiting daemon
22:54:43 [2019-09-27T22:54:43.129Z] === RUN   TestServiceUpdateSecrets
22:54:43 [2019-09-27T22:54:43.384Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy	10.408s
22:54:43 [2019-09-27T22:54:43.502Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 74.7% of statements
22:54:43 [2019-09-27T22:54:43.502Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:54:44 [2019-09-27T22:54:44.068Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.032s	coverage: 20.0% of statements
22:54:45 [2019-09-27T22:54:45.441Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.003s	coverage: 22.8% of statements
22:54:46 [2019-09-27T22:54:46.006Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
22:54:46 [2019-09-27T22:54:46.264Z] ok  	github.com/docker/docker/daemon/network	0.002s	coverage: 57.1% of statements
22:54:46 [2019-09-27T22:54:46.829Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.637s	coverage: 84.5% of statements
22:54:46 [2019-09-27T22:54:46.829Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:54:46 [2019-09-27T22:54:46.829Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:54:48 [2019-09-27T22:54:48.617Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir	4.470s
22:54:49 [2019-09-27T22:54:49.357Z] ok  	github.com/docker/docker/distribution/metadata	0.034s	coverage: 48.2% of statements
22:54:49 [2019-09-27T22:54:49.357Z] ok  	github.com/docker/docker/distribution	0.178s	coverage: 17.0% of statements
22:54:49 [2019-09-27T22:54:49.357Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:54:49 [2019-09-27T22:54:49.934Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 76.6% of statements
22:54:49 [2019-09-27T22:54:49.978Z] PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed	2.022s
22:54:51 [2019-09-27T22:54:51.316Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
22:54:52 [2019-09-27T22:54:52.249Z] ok  	github.com/docker/docker/distribution/xfer	1.428s	coverage: 83.4% of statements
22:54:52 [2019-09-27T22:54:52.249Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:54:52 [2019-09-27T22:54:52.249Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
22:54:52 [2019-09-27T22:54:52.249Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
22:54:52 [2019-09-27T22:54:52.814Z] ok  	github.com/docker/docker/internal/procfs	0.007s	coverage: 78.4% of statements
22:54:53 [2019-09-27T22:54:53.238Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm	3.212s
22:54:53 [2019-09-27T22:54:53.748Z] ok  	github.com/docker/docker/image/v1	0.008s	coverage: 25.0% of statements
22:54:53 [2019-09-27T22:54:53.748Z] ?   	github.com/docker/docker/internal/test	[no test files]
22:54:54 [2019-09-27T22:54:54.599Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint	1.080s
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
22:54:54 [2019-09-27T22:54:54.681Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
22:54:54 [2019-09-27T22:54:54.939Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
22:54:54 [2019-09-27T22:54:54.939Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
22:54:55 [2019-09-27T22:54:55.197Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
22:54:55 [2019-09-27T22:54:55.197Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
22:54:55 [2019-09-27T22:54:55.455Z] ok  	github.com/docker/docker/internal/testutil	0.003s	coverage: 62.5% of statements
22:54:55 [2019-09-27T22:54:55.523Z] PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache	1.296s
22:54:56 [2019-09-27T22:54:56.082Z] PASS: docker_api_build_test.go:513: DockerSuite.TestBuildScratchCopy	0.460s
22:54:56 [2019-09-27T22:54:56.642Z] PASS: docker_cli_build_test.go:6143: DockerSuite.TestBuildSetCommandWithDefinedShell	0.569s
22:54:57 [2019-09-27T22:54:57.566Z] --- PASS: TestServiceUpdateSecrets (14.84s)
22:54:57 [2019-09-27T22:54:57.566Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
22:54:57 [2019-09-27T22:54:57.566Z]     daemon.go:302: [d0efc17a56165] waiting for daemon to start
22:54:57 [2019-09-27T22:54:57.566Z]     daemon.go:334: [d0efc17a56165] daemon started
22:54:57 [2019-09-27T22:54:57.566Z]     daemon.go:286: [d0efc17a56165] exiting daemon
22:54:57 [2019-09-27T22:54:57.566Z] === RUN   TestServiceUpdateConfigs
22:54:58 [2019-09-27T22:54:58.125Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint	1.310s
22:54:58 [2019-09-27T22:54:58.733Z] ok  	github.com/docker/docker/libcontainerd	0.027s	coverage: 3.3% of statements
22:54:59 [2019-09-27T22:54:59.298Z] ok  	github.com/docker/docker/migrate/v1	0.011s	coverage: 55.0% of statements
22:54:59 [2019-09-27T22:54:59.488Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint	1.361s
22:54:59 [2019-09-27T22:54:59.862Z] ok  	github.com/docker/docker/opts	0.017s	coverage: 68.0% of statements
22:55:00 [2019-09-27T22:55:00.120Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
22:55:00 [2019-09-27T22:55:00.413Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited	1.116s
22:55:02 [2019-09-27T22:55:02.018Z] ok  	github.com/docker/docker/pkg/archive	0.310s	coverage: 82.2% of statements
22:55:02 [2019-09-27T22:55:02.923Z] PASS: docker_api_swarm_test.go:479: DockerSwarmSuite.TestAPISwarmManagerRestore	26.924s
22:55:02 [2019-09-27T22:55:02.951Z] ok  	github.com/docker/docker/pkg/authorization	0.154s	coverage: 65.2% of statements
22:55:02 [2019-09-27T22:55:02.951Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
22:55:04 [2019-09-27T22:55:04.809Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple	4.357s
22:55:05 [2019-09-27T22:55:05.064Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON	0.163s
22:55:05 [2019-09-27T22:55:05.319Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig	0.354s
22:55:05 [2019-09-27T22:55:05.319Z] SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows)
22:55:05 [2019-09-27T22:55:05.475Z] ok  	github.com/docker/docker/layer	7.917s	coverage: 72.0% of statements
22:55:05 [2019-09-27T22:55:05.475Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:55:05 [2019-09-27T22:55:05.475Z] ?   	github.com/docker/docker/oci	[no test files]
22:55:05 [2019-09-27T22:55:05.475Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
22:55:05 [2019-09-27T22:55:05.879Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces	0.361s
22:55:06 [2019-09-27T22:55:06.040Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
22:55:06 [2019-09-27T22:55:06.606Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 97.6% of statements
22:55:06 [2019-09-27T22:55:06.606Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.958s	coverage: 43.2% of statements
22:55:06 [2019-09-27T22:55:06.606Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:55:06 [2019-09-27T22:55:06.606Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:55:06 [2019-09-27T22:55:06.804Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes	1.118s
22:55:07 [2019-09-27T22:55:07.060Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne	0.204s
22:55:07 [2019-09-27T22:55:07.538Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
22:55:08 [2019-09-27T22:55:08.104Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
22:55:08 [2019-09-27T22:55:08.361Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
22:55:09 [2019-09-27T22:55:09.573Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr	2.005s
22:55:09 [2019-09-27T22:55:09.733Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 66.3% of statements
22:55:10 [2019-09-27T22:55:10.297Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 89.5% of statements
22:55:10 [2019-09-27T22:55:10.862Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.105s	coverage: 84.1% of statements
22:55:11 [2019-09-27T22:55:11.119Z] ok  	github.com/docker/docker/pkg/fsutils	0.188s	coverage: 85.1% of statements
22:55:11 [2019-09-27T22:55:11.377Z] ok  	github.com/docker/docker/pkg/homedir	0.017s	coverage: 41.7% of statements
22:55:12 [2019-09-27T22:55:12.311Z] ok  	github.com/docker/docker/pkg/idtools	0.495s	coverage: 70.1% of statements
22:55:12 [2019-09-27T22:55:12.568Z] ok  	github.com/docker/docker/pkg/ioutils	0.422s	coverage: 69.1% of statements
22:55:13 [2019-09-27T22:55:13.133Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 88.3% of statements
22:55:13 [2019-09-27T22:55:13.133Z] ok  	github.com/docker/docker/pkg/locker	0.017s	coverage: 88.9% of statements
22:55:13 [2019-09-27T22:55:13.698Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
22:55:13 [2019-09-27T22:55:13.698Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:55:13 [2019-09-27T22:55:13.732Z] --- PASS: TestServiceUpdateConfigs (15.68s)
22:55:13 [2019-09-27T22:55:13.732Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
22:55:13 [2019-09-27T22:55:13.732Z]     daemon.go:302: [dadd2daad399d] waiting for daemon to start
22:55:13 [2019-09-27T22:55:13.732Z]     daemon.go:334: [dadd2daad399d] daemon started
22:55:13 [2019-09-27T22:55:13.732Z]     daemon.go:286: [dadd2daad399d] exiting daemon
22:55:13 [2019-09-27T22:55:13.732Z] === RUN   TestServiceUpdateNetwork
22:55:13 [2019-09-27T22:55:13.965Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.010s	coverage: 85.7% of statements
22:55:14 [2019-09-27T22:55:14.530Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
22:55:14 [2019-09-27T22:55:14.658Z] PASS: docker_cli_build_test.go:5361: DockerSuite.TestBuildStepsWithProgress	5.486s
22:55:14 [2019-09-27T22:55:14.787Z] ok  	github.com/docker/docker/pkg/mount	0.541s	coverage: 68.2% of statements
22:55:14 [2019-09-27T22:55:14.787Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:55:14 [2019-09-27T22:55:14.787Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
22:55:15 [2019-09-27T22:55:15.352Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
22:55:15 [2019-09-27T22:55:15.352Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 90.0% of statements
22:55:15 [2019-09-27T22:55:15.352Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:55:15 [2019-09-27T22:55:15.352Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:55:16 [2019-09-27T22:55:16.283Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.012s	coverage: 56.8% of statements
22:55:17 [2019-09-27T22:55:17.172Z] PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal	2.033s
22:55:17 [2019-09-27T22:55:17.216Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
22:55:17 [2019-09-27T22:55:17.473Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 87.9% of statements
22:55:17 [2019-09-27T22:55:17.473Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
22:55:18 [2019-09-27T22:55:18.536Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename	1.683s
22:55:18 [2019-09-27T22:55:18.843Z] ok  	github.com/docker/docker/pkg/pubsub	1.029s	coverage: 72.7% of statements
22:55:19 [2019-09-27T22:55:19.407Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
22:55:19 [2019-09-27T22:55:19.473Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout	0.892s
22:55:21 [2019-09-27T22:55:21.358Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent	1.555s
22:55:22 [2019-09-27T22:55:22.685Z] ok  	github.com/docker/docker/pkg/signal	2.378s	coverage: 61.0% of statements
22:55:22 [2019-09-27T22:55:22.685Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
22:55:22 [2019-09-27T22:55:22.746Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions	1.671s
22:55:22 [2019-09-27T22:55:22.942Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
22:55:23 [2019-09-27T22:55:23.199Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
22:55:23 [2019-09-27T22:55:23.456Z] ok  	github.com/docker/docker/pkg/symlink	0.006s	coverage: 87.7% of statements
22:55:24 [2019-09-27T22:55:24.021Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 76.0% of statements
22:55:24 [2019-09-27T22:55:24.585Z] ok  	github.com/docker/docker/pkg/system	0.022s	coverage: 36.1% of statements
22:55:24 [2019-09-27T22:55:24.644Z] PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser	2.006s
22:55:24 [2019-09-27T22:55:24.842Z] ok  	github.com/docker/docker/pkg/tailfile	0.046s	coverage: 88.6% of statements
22:55:25 [2019-09-27T22:55:25.407Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
22:55:25 [2019-09-27T22:55:25.971Z] ok  	github.com/docker/docker/pkg/term	0.003s	coverage: 85.9% of statements
22:55:26 [2019-09-27T22:55:26.229Z] testing: warning: no tests to run
22:55:26 [2019-09-27T22:55:26.229Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: 0.0% of statements [no tests to run]
22:55:26 [2019-09-27T22:55:26.793Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:55:26 [2019-09-27T22:55:26.793Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
22:55:27 [2019-09-27T22:55:27.051Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
22:55:27 [2019-09-27T22:55:27.152Z] PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause	17.078s
22:55:29 [2019-09-27T22:55:29.037Z] PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot	3.899s
22:55:29 [2019-09-27T22:55:29.576Z] ok  	github.com/docker/docker/plugin	0.534s	coverage: 27.3% of statements
22:55:29 [2019-09-27T22:55:29.597Z] --- PASS: TestServiceUpdateNetwork (16.35s)
22:55:29 [2019-09-27T22:55:29.597Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
22:55:29 [2019-09-27T22:55:29.597Z]     daemon.go:302: [d80ca6d1f6d30] waiting for daemon to start
22:55:29 [2019-09-27T22:55:29.597Z]     daemon.go:334: [d80ca6d1f6d30] daemon started
22:55:29 [2019-09-27T22:55:29.597Z]     daemon.go:286: [d80ca6d1f6d30] exiting daemon
22:55:29 [2019-09-27T22:55:29.597Z] PASS
22:55:29 [2019-09-27T22:55:29.597Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:55:29 [2019-09-27T22:55:29.851Z] INFO: Testing against a local daemon
22:55:29 [2019-09-27T22:55:29.851Z] testing: warning: no tests to run
22:55:29 [2019-09-27T22:55:29.851Z] PASS
22:55:29 [2019-09-27T22:55:29.851Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:55:29 [2019-09-27T22:55:29.851Z] INFO: Testing against a local daemon
22:55:29 [2019-09-27T22:55:29.851Z] testing: warning: no tests to run
22:55:29 [2019-09-27T22:55:29.851Z] PASS
22:55:29 [2019-09-27T22:55:29.851Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:55:30 [2019-09-27T22:55:30.107Z] INFO: Testing against a local daemon
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] --- PASS: TestVolumesInvalidJSON (0.02s)
22:55:30 [2019-09-27T22:55:30.107Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:55:30 [2019-09-27T22:55:30.107Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:55:30 [2019-09-27T22:55:30.107Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:55:30 [2019-09-27T22:55:30.107Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON
22:55:30 [2019-09-27T22:55:30.107Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:55:30 [2019-09-27T22:55:30.107Z] --- PASS: TestVolumesInvalidJSON (0.02s)
22:55:30 [2019-09-27T22:55:30.107Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:55:30 [2019-09-27T22:55:30.107Z] PASS
22:55:30 [2019-09-27T22:55:30.107Z] Running integration-test (iteration 2)
22:55:30 [2019-09-27T22:55:30.107Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
22:55:30 [2019-09-27T22:55:30.362Z] INFO: Testing against a local daemon
22:55:30 [2019-09-27T22:55:30.362Z] === RUN   TestBuildWithHugeFile
22:55:30 [2019-09-27T22:55:30.949Z] ok  	github.com/docker/docker/plugin/executor/containerd	0.007s	coverage: 33.3% of statements
22:55:31 [2019-09-27T22:55:31.514Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
22:55:32 [2019-09-27T22:55:32.079Z] ok  	github.com/docker/docker/profiles/seccomp	0.003s	coverage: 79.4% of statements
22:55:32 [2019-09-27T22:55:32.644Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 83.5% of statements
22:55:34 [2019-09-27T22:55:34.016Z] ok  	github.com/docker/docker/registry	0.087s	coverage: 57.0% of statements
22:55:34 [2019-09-27T22:55:34.581Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
22:55:34 [2019-09-27T22:55:34.838Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 49.0% of statements
22:55:35 [2019-09-27T22:55:35.403Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 68.2% of statements
22:55:36 [2019-09-27T22:55:36.336Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
22:55:36 [2019-09-27T22:55:36.594Z] ok  	github.com/docker/docker/volume/local	0.022s	coverage: 73.0% of statements
22:55:37 [2019-09-27T22:55:37.160Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.3% of statements
22:55:38 [2019-09-27T22:55:38.533Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.0% of statements
22:55:50 [2019-09-27T22:55:50.729Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.8% of statements
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/volume	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === Skipped
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     exec_linux_test.go:18: requires AppArmor to be enabled
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     exec_linux_test.go:38: requires AppArmor to be enabled
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver btrfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver btrfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver btrfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver btrfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver btrfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:73: No driver to put!
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     overlay_test.go:49: Fails to compute changes intermittently
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver zfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver zfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver zfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver zfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:46: Driver zfs not supported
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     graphtest_unix.go:73: No driver to put!
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:55:50 [2019-09-27T22:55:50.729Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] 
22:55:50 [2019-09-27T22:55:50.729Z] DONE 1926 tests, 19 skipped in 238.651s
Post stage
[Pipeline] junit
22:55:50 [2019-09-27T22:55:50.745Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
22:55:51 [2019-09-27T22:55:51.166Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-388/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -e DOCKER_GRAPHDRIVER docker:37f6b5327c301661d32584325eb7f4167747a716 hack/validate/vendor
22:55:52 [2019-09-27T22:55:52.536Z] 2019/09/27 22:55:52 Collecting initial packages
22:55:52 [2019-09-27T22:55:52.536Z] 2019/09/27 22:55:52 Download dependencies
22:55:55 [2019-09-27T22:55:55.059Z] 2019/09/27 22:55:55 Starting whole vndr cycle because no package specified
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/Microsoft/go-winio, revision v0.4.11
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/docker/go-units, revision 47565b4f722fb6ceae66b95f853feed578a4a51c
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/opencontainers/selinux, revision b6fa367ed7f534f9ba25391cc2d467085dbb445a
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone https://github.com/cpuguy83/check.git to github.com/go-check/check, revision 4ed411733c5785b40214c70bce814c3a3a689609
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/golang/gddo, revision 9b12a26f3fbd7397dee4e20939ddca719d840d2a
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/gorilla/context, revision v1.1
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/gorilla/mux, revision v1.1
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/Microsoft/opengcs, revision v0.3.8
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/kr/pty, revision 5cf931ef8f
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/mattn/go-shellwords, revision v1.0.3
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/sirupsen/logrus, revision v1.0.6
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/tchap/go-patricia, revision v2.2.6
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone github.com/vdemeester/shakers, revision 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone golang.org/x/net, revision a680a1efc54dd51c040b3b5ce4939ea3cf2ea0d1
22:55:55 [2019-09-27T22:55:55.318Z] 2019/09/27 22:55:55 	Clone golang.org/x/sys, revision ac767d655b305d4e9612f5f6e33120b9176c4ad4
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Finished clone github.com/docker/go-units
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Finished clone github.com/opencontainers/selinux
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Clone github.com/Microsoft/hcsshim, revision v0.7.12
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Finished clone github.com/tchap/go-patricia
22:55:56 [2019-09-27T22:55:56.691Z] 2019/09/27 22:55:56 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Finished clone github.com/docker/libtrust
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Clone golang.org/x/text, revision f21a4dfb5e38f5895301dc265a8def02365cc3d0
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Finished clone github.com/gorilla/context
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Clone gotest.tools, revision v2.1.0
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Finished clone github.com/mattn/go-shellwords
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Clone github.com/google/go-cmp, revision v0.2.0
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Finished clone github.com/kr/pty
22:55:56 [2019-09-27T22:55:56.949Z] 2019/09/27 22:55:56 	Clone github.com/RackSec/srslog, revision 456df3a81436d29ba874f3590eeeee25d666f8a5
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:56 	Finished clone github.com/Microsoft/go-winio
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:56 	Clone github.com/imdario/mergo, revision v0.3.6
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:57 	Finished clone github.com/vdemeester/shakers
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:57 	Clone golang.org/x/sync, revision 1d60e4601c6fd243af51cc01ddf169918a5407ca
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:57 	Finished clone github.com/go-check/check
22:55:57 [2019-09-27T22:55:57.207Z] 2019/09/27 22:55:57 	Clone github.com/moby/buildkit, revision 05766c5c21a1e528eeb1c3522b2f05493fe9ac47
22:55:57 [2019-09-27T22:55:57.466Z] 2019/09/27 22:55:57 	Finished clone github.com/gorilla/mux
22:55:57 [2019-09-27T22:55:57.466Z] 2019/09/27 22:55:57 	Clone github.com/tonistiigi/fsutil, revision 2862f6bc5ac9b97124e552a5c108230b38a1b0ca
22:55:58 [2019-09-27T22:55:58.032Z] 2019/09/27 22:55:57 	Finished clone github.com/sirupsen/logrus
22:55:58 [2019-09-27T22:55:58.032Z] 2019/09/27 22:55:57 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746
22:55:58 [2019-09-27T22:55:58.290Z] 2019/09/27 22:55:58 	Finished clone github.com/Azure/go-ansiterm
22:55:58 [2019-09-27T22:55:58.290Z] 2019/09/27 22:55:58 	Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7
22:55:58 [2019-09-27T22:55:58.856Z] 2019/09/27 22:55:58 	Finished clone github.com/RackSec/srslog
22:55:58 [2019-09-27T22:55:58.856Z] 2019/09/27 22:55:58 	Clone github.com/google/shlex, revision 6f45313302b9c56850fc17f99e40caebce98c716
22:55:58 [2019-09-27T22:55:58.856Z] 2019/09/27 22:55:58 	Finished clone github.com/imdario/mergo
22:55:58 [2019-09-27T22:55:58.856Z] 2019/09/27 22:55:58 	Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc
22:55:59 [2019-09-27T22:55:59.115Z] 2019/09/27 22:55:58 	Finished clone github.com/google/go-cmp
22:55:59 [2019-09-27T22:55:59.115Z] 2019/09/27 22:55:58 	Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b
22:55:59 [2019-09-27T22:55:59.115Z] 2019/09/27 22:55:59 	Finished clone gotest.tools
22:55:59 [2019-09-27T22:55:59.115Z] 2019/09/27 22:55:59 	Clone github.com/docker/libnetwork, revision 55685ba49593e67f5e1c8180539379b16736c25e
22:55:59 [2019-09-27T22:55:59.373Z] 2019/09/27 22:55:59 	Finished clone golang.org/x/sync
22:55:59 [2019-09-27T22:55:59.373Z] 2019/09/27 22:55:59 	Clone github.com/docker/go-events, revision 9461782956ad83b30282bf90e31fa6a70c255ba9
22:55:59 [2019-09-27T22:55:59.939Z] 2019/09/27 22:55:59 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
22:55:59 [2019-09-27T22:55:59.939Z] 2019/09/27 22:55:59 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
22:56:00 [2019-09-27T22:56:00.197Z] 2019/09/27 22:56:00 	Finished clone github.com/docker/go-connections
22:56:00 [2019-09-27T22:56:00.197Z] 2019/09/27 22:56:00 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec
22:56:00 [2019-09-27T22:56:00.456Z] 2019/09/27 22:56:00 	Finished clone github.com/opentracing/opentracing-go
22:56:00 [2019-09-27T22:56:00.456Z] 2019/09/27 22:56:00 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Finished clone github.com/opentracing-contrib/go-stdlib
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Finished clone github.com/mitchellh/hashstructure
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Finished clone github.com/google/shlex
22:56:00 [2019-09-27T22:56:00.714Z] 2019/09/27 22:56:00 	Clone github.com/hashicorp/go-sockaddr, revision 6d291a969b86c4b633730bfc6b8b9d64c3aafed9
22:56:01 [2019-09-27T22:56:01.280Z] 2019/09/27 22:56:01 	Finished clone github.com/docker/go-events
22:56:01 [2019-09-27T22:56:01.280Z] 2019/09/27 22:56:01 	Clone github.com/hashicorp/go-multierror, revision fcdddc395df1ddf4247c69bd436e84cfa0733f7e
22:56:01 [2019-09-27T22:56:01.847Z] 2019/09/27 22:56:01 	Finished clone github.com/tonistiigi/fsutil
22:56:01 [2019-09-27T22:56:01.847Z] 2019/09/27 22:56:01 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870
22:56:01 [2019-09-27T22:56:01.847Z] 2019/09/27 22:56:01 	Finished clone github.com/golang/gddo
22:56:01 [2019-09-27T22:56:01.847Z] 2019/09/27 22:56:01 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b
22:56:02 [2019-09-27T22:56:02.105Z] 2019/09/27 22:56:01 	Finished clone github.com/armon/go-radix
22:56:02 [2019-09-27T22:56:02.105Z] 2019/09/27 22:56:01 	Clone github.com/vishvananda/netns, revision 604eaf189ee867d8c147fafc28def2394e878d25
22:56:02 [2019-09-27T22:56:02.105Z] 2019/09/27 22:56:01 	Finished clone github.com/armon/go-metrics
22:56:02 [2019-09-27T22:56:02.105Z] 2019/09/27 22:56:01 	Clone github.com/vishvananda/netlink, revision b2de5d10e38ecce8607e6b438b6d174f389a004e
22:56:02 [2019-09-27T22:56:02.374Z] PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups	28.436s
22:56:02 [2019-09-27T22:56:02.374Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut	1.712s
22:56:02 [2019-09-27T22:56:02.374Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString	0.534s
22:56:02 [2019-09-27T22:56:02.374Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails	1.925s
22:56:02 [2019-09-27T22:56:02.670Z] 2019/09/27 22:56:02 	Finished clone github.com/sean-/seed
22:56:02 [2019-09-27T22:56:02.670Z] 2019/09/27 22:56:02 	Clone github.com/BurntSushi/toml, revision a368813c5e648fee92e5f6c30e3944ff9d5e8895
22:56:03 [2019-09-27T22:56:03.235Z] 2019/09/27 22:56:03 	Finished clone github.com/hashicorp/go-multierror
22:56:03 [2019-09-27T22:56:03.235Z] 2019/09/27 22:56:03 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374
22:56:03 [2019-09-27T22:56:03.298Z] PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove	30.765s
22:56:03 [2019-09-27T22:56:03.299Z] PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer	1.830s
22:56:03 [2019-09-27T22:56:03.493Z] 2019/09/27 22:56:03 	Finished clone github.com/hashicorp/memberlist
22:56:03 [2019-09-27T22:56:03.493Z] 2019/09/27 22:56:03 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Finished clone github.com/docker/libkv
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Clone github.com/coreos/etcd, revision v3.3.9
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Finished clone github.com/vishvananda/netns
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Clone github.com/coreos/go-semver, revision v0.2.0
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Finished clone github.com/hashicorp/go-sockaddr
22:56:04 [2019-09-27T22:56:04.073Z] 2019/09/27 22:56:03 	Clone github.com/ugorji/go, revision v1.1.1
22:56:04 [2019-09-27T22:56:04.640Z] 2019/09/27 22:56:04 	Finished clone golang.org/x/net
22:56:04 [2019-09-27T22:56:04.897Z] 2019/09/27 22:56:04 	Clone github.com/hashicorp/consul, revision v0.5.2
22:56:04 [2019-09-27T22:56:04.897Z] 2019/09/27 22:56:04 	Finished clone github.com/BurntSushi/toml
22:56:04 [2019-09-27T22:56:04.897Z] 2019/09/27 22:56:04 	Clone github.com/miekg/dns, revision v1.0.7
22:56:05 [2019-09-27T22:56:05.156Z] 2019/09/27 22:56:05 	Finished clone github.com/vishvananda/netlink
22:56:05 [2019-09-27T22:56:05.156Z] 2019/09/27 22:56:05 	Clone github.com/ishidawataru/sctp, revision 07191f837fedd2f13d1ec7b5f885f0f3ec54b1cb
22:56:05 [2019-09-27T22:56:05.414Z] 2019/09/27 22:56:05 	Finished clone github.com/samuel/go-zookeeper
22:56:05 [2019-09-27T22:56:05.414Z] 2019/09/27 22:56:05 	Clone go.etcd.io/bbolt, revision v1.3.1-etcd.8
22:56:05 [2019-09-27T22:56:05.671Z] 2019/09/27 22:56:05 	Finished clone github.com/deckarep/golang-set
22:56:05 [2019-09-27T22:56:05.671Z] 2019/09/27 22:56:05 	Clone github.com/docker/distribution, revision 83389a148052d74ac602f5f1d62f86ff2f3c4aa5
22:56:05 [2019-09-27T22:56:05.808Z] PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents	2.532s
22:56:05 [2019-09-27T22:56:05.808Z] SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows)
22:56:05 [2019-09-27T22:56:05.808Z] SKIP: docker_cli_build_test.go:6038: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows)
22:56:05 [2019-09-27T22:56:05.808Z] SKIP: docker_cli_build_test.go:6008: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows)
22:56:05 [2019-09-27T22:56:05.808Z] SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows)
22:56:05 [2019-09-27T22:56:05.929Z] 2019/09/27 22:56:05 	Finished clone github.com/coreos/go-semver
22:56:05 [2019-09-27T22:56:05.929Z] 2019/09/27 22:56:05 	Clone github.com/vbatts/tar-split, revision v0.11.0
22:56:06 [2019-09-27T22:56:06.187Z] 2019/09/27 22:56:05 	Finished clone github.com/hashicorp/go-msgpack
22:56:06 [2019-09-27T22:56:06.187Z] 2019/09/27 22:56:05 	Clone github.com/opencontainers/go-digest, revision v1.0.0-rc1
22:56:07 [2019-09-27T22:56:07.120Z] 2019/09/27 22:56:06 	Finished clone github.com/Microsoft/hcsshim
22:56:07 [2019-09-27T22:56:07.120Z] 2019/09/27 22:56:06 	Clone github.com/mistifyio/go-zfs, revision 22c9b32c84eb0d0c6f4043b6e90fc94073de92fa
22:56:07 [2019-09-27T22:56:07.120Z] 2019/09/27 22:56:07 	Finished clone github.com/ishidawataru/sctp
22:56:07 [2019-09-27T22:56:07.120Z] 2019/09/27 22:56:07 	Clone github.com/pborman/uuid, revision v1.0
22:56:08 [2019-09-27T22:56:08.493Z] 2019/09/27 22:56:08 	Finished clone github.com/opencontainers/go-digest
22:56:08 [2019-09-27T22:56:08.493Z] 2019/09/27 22:56:08 	Clone google.golang.org/grpc, revision v1.12.0
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:08 	Finished clone go.etcd.io/bbolt
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:08 	Clone github.com/opencontainers/runc, revision 96ec2177ae841256168fcf76954f7177af9446eb
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:08 	Finished clone github.com/mistifyio/go-zfs
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:08 	Clone github.com/opencontainers/runtime-spec, revision 5684b8af48c1ac3b1451fa499724e30e3c20a294
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:09 	Finished clone github.com/vbatts/tar-split
22:56:09 [2019-09-27T22:56:09.059Z] 2019/09/27 22:56:09 	Clone github.com/opencontainers/image-spec, revision v1.0.1
22:56:09 [2019-09-27T22:56:09.071Z] PASS: docker_cli_build_test.go:5558: DockerSuite.TestBuildWithExtraHost	2.989s
22:56:09 [2019-09-27T22:56:09.071Z] PASS: docker_cli_build_test.go:5574: DockerSuite.TestBuildWithExtraHostInvalidFormat	0.075s
22:56:09 [2019-09-27T22:56:09.317Z] 2019/09/27 22:56:09 	Finished clone github.com/Microsoft/opengcs
22:56:09 [2019-09-27T22:56:09.317Z] 2019/09/27 22:56:09 	Clone github.com/seccomp/libseccomp-golang, revision 32f571b70023028bd57d9288c20efbcb237f3ce0
22:56:09 [2019-09-27T22:56:09.317Z] 2019/09/27 22:56:09 	Finished clone github.com/pborman/uuid
22:56:09 [2019-09-27T22:56:09.317Z] 2019/09/27 22:56:09 	Clone github.com/coreos/go-systemd, revision v17
22:56:10 [2019-09-27T22:56:10.000Z] PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate	1.651s
22:56:10 [2019-09-27T22:56:10.560Z] PASS: docker_cli_build_test.go:5372: DockerSuite.TestBuildWithFailure	1.650s
22:56:10 [2019-09-27T22:56:10.690Z] 2019/09/27 22:56:10 	Finished clone golang.org/x/sys
22:56:10 [2019-09-27T22:56:10.690Z] 2019/09/27 22:56:10 	Clone github.com/godbus/dbus, revision v4.0.0
22:56:11 [2019-09-27T22:56:11.255Z] 2019/09/27 22:56:11 	Finished clone github.com/seccomp/libseccomp-golang
22:56:11 [2019-09-27T22:56:11.255Z] 2019/09/27 22:56:11 	Clone github.com/syndtr/gocapability, revision 2c00daeb6c3b45114c80ac44119e7b8801fdd852
22:56:11 [2019-09-27T22:56:11.255Z] 2019/09/27 22:56:11 	Finished clone github.com/hashicorp/serf
22:56:11 [2019-09-27T22:56:11.255Z] 2019/09/27 22:56:11 	Clone github.com/golang/protobuf, revision v1.1.0
22:56:11 [2019-09-27T22:56:11.820Z] 2019/09/27 22:56:11 	Finished clone github.com/ugorji/go
22:56:11 [2019-09-27T22:56:11.820Z] 2019/09/27 22:56:11 	Clone github.com/Graylog2/go-gelf, revision 4143646226541087117ff2f83334ea48b3201841
22:56:11 [2019-09-27T22:56:11.820Z] 2019/09/27 22:56:11 	Finished clone github.com/coreos/go-systemd
22:56:11 [2019-09-27T22:56:11.820Z] 2019/09/27 22:56:11 	Clone github.com/fluent/fluent-logger-golang, revision v1.3.0
22:56:11 [2019-09-27T22:56:11.922Z] PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext	1.291s
22:56:12 [2019-09-27T22:56:12.386Z] 2019/09/27 22:56:12 	Finished clone github.com/opencontainers/runtime-spec
22:56:12 [2019-09-27T22:56:12.387Z] 2019/09/27 22:56:12 	Clone github.com/philhofer/fwd, revision 98c11a7a6ec829d672b03833c3d69a7fae1ca972
22:56:12 [2019-09-27T22:56:12.950Z] 2019/09/27 22:56:12 	Finished clone github.com/godbus/dbus
22:56:12 [2019-09-27T22:56:12.951Z] 2019/09/27 22:56:12 	Clone github.com/tinylib/msgp, revision 3b556c64540842d4f82967be066a7f7fffc3adad
22:56:12 [2019-09-27T22:56:12.951Z] 2019/09/27 22:56:12 	Finished clone github.com/opencontainers/image-spec
22:56:12 [2019-09-27T22:56:12.951Z] 2019/09/27 22:56:12 	Clone github.com/fsnotify/fsnotify, revision v1.4.7
22:56:12 [2019-09-27T22:56:12.951Z] 2019/09/27 22:56:12 	Finished clone github.com/syndtr/gocapability
22:56:12 [2019-09-27T22:56:12.951Z] 2019/09/27 22:56:12 	Clone github.com/aws/aws-sdk-go, revision v1.12.66
22:56:13 [2019-09-27T22:56:13.806Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs	1.772s
22:56:13 [2019-09-27T22:56:13.882Z] 2019/09/27 22:56:13 	Finished clone github.com/Graylog2/go-gelf
22:56:13 [2019-09-27T22:56:13.882Z] 2019/09/27 22:56:13 	Clone github.com/go-ini/ini, revision v1.25.4
22:56:13 [2019-09-27T22:56:13.882Z] 2019/09/27 22:56:13 	Finished clone github.com/fluent/fluent-logger-golang
22:56:13 [2019-09-27T22:56:13.882Z] 2019/09/27 22:56:13 	Clone github.com/jmespath/go-jmespath, revision 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74
22:56:14 [2019-09-27T22:56:14.061Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM	0.214s
22:56:14 [2019-09-27T22:56:14.140Z] 2019/09/27 22:56:14 	Finished clone github.com/philhofer/fwd
22:56:14 [2019-09-27T22:56:14.140Z] 2019/09/27 22:56:14 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf
22:56:15 [2019-09-27T22:56:15.073Z] 2019/09/27 22:56:14 	Finished clone github.com/fsnotify/fsnotify
22:56:15 [2019-09-27T22:56:15.073Z] 2019/09/27 22:56:14 	Clone golang.org/x/oauth2, revision ec22f46f877b4505e0117eeaab541714644fdd28
22:56:16 [2019-09-27T22:56:16.006Z] 2019/09/27 22:56:15 	Finished clone github.com/moby/buildkit
22:56:16 [2019-09-27T22:56:16.006Z] 2019/09/27 22:56:15 	Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5
22:56:16 [2019-09-27T22:56:16.264Z] 2019/09/27 22:56:16 	Finished clone github.com/go-ini/ini
22:56:16 [2019-09-27T22:56:16.264Z] 2019/09/27 22:56:16 	Clone go.opencensus.io, revision v0.11.0
22:56:16 [2019-09-27T22:56:16.264Z] 2019/09/27 22:56:16 	Finished clone github.com/bsphere/le_go
22:56:16 [2019-09-27T22:56:16.264Z] 2019/09/27 22:56:16 	Clone cloud.google.com/go, revision v0.23.0
22:56:16 [2019-09-27T22:56:16.522Z] 2019/09/27 22:56:16 	Finished clone github.com/jmespath/go-jmespath
22:56:16 [2019-09-27T22:56:16.522Z] 2019/09/27 22:56:16 	Clone github.com/googleapis/gax-go, revision v2.0.0
22:56:16 [2019-09-27T22:56:16.522Z] 2019/09/27 22:56:16 	Finished clone golang.org/x/text
22:56:16 [2019-09-27T22:56:16.522Z] 2019/09/27 22:56:16 	Clone google.golang.org/genproto, revision 694d95ba50e67b2e363f3483057db5d4910c18f9
22:56:17 [2019-09-27T22:56:17.087Z] 2019/09/27 22:56:16 	Finished clone github.com/tinylib/msgp
22:56:17 [2019-09-27T22:56:17.087Z] 2019/09/27 22:56:16 	Clone github.com/containerd/containerd, revision 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
22:56:18 [2019-09-27T22:56:18.020Z] 2019/09/27 22:56:17 	Finished clone golang.org/x/oauth2
22:56:18 [2019-09-27T22:56:18.020Z] 2019/09/27 22:56:17 	Clone github.com/containerd/fifo, revision 3d5202aec260678c48179c56f40e6f38a095738c
22:56:18 [2019-09-27T22:56:18.278Z] 2019/09/27 22:56:18 	Finished clone github.com/docker/libnetwork
22:56:18 [2019-09-27T22:56:18.278Z] 2019/09/27 22:56:18 	Clone github.com/containerd/continuity, revision 004b46473808b3e7a4a3049c20e4376c91eb966d
22:56:18 [2019-09-27T22:56:18.536Z] 2019/09/27 22:56:18 	Finished clone github.com/googleapis/gax-go
22:56:18 [2019-09-27T22:56:18.536Z] 2019/09/27 22:56:18 	Clone github.com/containerd/cgroups, revision 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
22:56:19 [2019-09-27T22:56:19.298Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore	5.252s
22:56:19 [2019-09-27T22:56:19.909Z] 2019/09/27 22:56:19 	Finished clone github.com/containerd/fifo
22:56:19 [2019-09-27T22:56:19.909Z] 2019/09/27 22:56:19 	Clone github.com/containerd/console, revision c12b1e7919c14469339a5d38f2f8ed9b64a9de23
22:56:19 [2019-09-27T22:56:19.909Z] 2019/09/27 22:56:19 	Finished clone google.golang.org/grpc
22:56:19 [2019-09-27T22:56:19.909Z] 2019/09/27 22:56:19 	Clone github.com/containerd/cri, revision 0d5cabd006cb5319dc965046067b8432d9fa5ef8
22:56:20 [2019-09-27T22:56:20.167Z] 2019/09/27 22:56:20 	Finished clone go.opencensus.io
22:56:20 [2019-09-27T22:56:20.167Z] 2019/09/27 22:56:20 	Clone github.com/containerd/go-runc, revision 5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3
22:56:20 [2019-09-27T22:56:20.426Z] 2019/09/27 22:56:20 	Finished clone github.com/miekg/dns
22:56:20 [2019-09-27T22:56:20.426Z] 2019/09/27 22:56:20 	Clone github.com/containerd/typeurl, revision a93fcdb778cd272c6e9b3028b2f42d813e785d40
22:56:20 [2019-09-27T22:56:20.683Z] 2019/09/27 22:56:20 	Finished clone github.com/opencontainers/runc
22:56:20 [2019-09-27T22:56:20.683Z] 2019/09/27 22:56:20 	Clone github.com/containerd/ttrpc, revision 2a805f71863501300ae1976d29f0454ae003e85a
22:56:20 [2019-09-27T22:56:20.683Z] 2019/09/27 22:56:20 	Finished clone github.com/containerd/cgroups
22:56:20 [2019-09-27T22:56:20.683Z] 2019/09/27 22:56:20 	Clone github.com/gogo/googleapis, revision 08a7655d27152912db7aaf4f983275eaf8d128ef
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:21 	Finished clone github.com/containerd/console
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:21 	Clone github.com/docker/swarmkit, revision 142a73731c850daf24d32001aa2358b6ffe36eab
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:21 	Finished clone github.com/containerd/continuity
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:21 	Clone github.com/gogo/protobuf, revision v1.0.0
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:22 	Finished clone github.com/containerd/go-runc
22:56:22 [2019-09-27T22:56:22.057Z] 2019/09/27 22:56:22 	Clone github.com/cloudflare/cfssl, revision 1.3.2
22:56:22 [2019-09-27T22:56:22.314Z] 2019/09/27 22:56:22 	Finished clone github.com/containerd/typeurl
22:56:22 [2019-09-27T22:56:22.314Z] 2019/09/27 22:56:22 	Clone github.com/fernet/fernet-go, revision 1b2437bc582b3cfbb341ee5a29f8ef5b42912ff2
22:56:22 [2019-09-27T22:56:22.572Z] 2019/09/27 22:56:22 	Finished clone github.com/containerd/ttrpc
22:56:22 [2019-09-27T22:56:22.572Z] 2019/09/27 22:56:22 	Clone github.com/google/certificate-transparency-go, revision v1.0.20
22:56:22 [2019-09-27T22:56:22.830Z] 2019/09/27 22:56:22 	Finished clone github.com/gogo/googleapis
22:56:22 [2019-09-27T22:56:22.830Z] 2019/09/27 22:56:22 	Clone golang.org/x/crypto, revision 0709b304e793a5edb4a2c0145f281ecdc20838a4
22:56:23 [2019-09-27T22:56:23.089Z] 2019/09/27 22:56:22 	Finished clone github.com/docker/distribution
22:56:23 [2019-09-27T22:56:23.090Z] 2019/09/27 22:56:22 	Clone golang.org/x/time, revision fbb02b2291d28baffd63558aa44b4b56f178d650
22:56:23 [2019-09-27T22:56:23.470Z] PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership	3.486s
22:56:24 [2019-09-27T22:56:24.394Z] PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes	1.698s
22:56:24 [2019-09-27T22:56:24.463Z] 2019/09/27 22:56:24 	Finished clone github.com/fernet/fernet-go
22:56:24 [2019-09-27T22:56:24.463Z] 2019/09/27 22:56:24 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad
22:56:24 [2019-09-27T22:56:24.721Z] 2019/09/27 22:56:24 	Finished clone github.com/golang/protobuf
22:56:24 [2019-09-27T22:56:24.721Z] 2019/09/27 22:56:24 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1
22:56:25 [2019-09-27T22:56:25.287Z] 2019/09/27 22:56:25 	Finished clone golang.org/x/time
22:56:25 [2019-09-27T22:56:25.287Z] 2019/09/27 22:56:25 	Clone github.com/hashicorp/golang-lru, revision 0fb14efe8c47ae851c0034ed7a448854d3d34cf3
22:56:25 [2019-09-27T22:56:25.322Z] PASS: docker_cli_build_test.go:6073: DockerSuite.TestBuildWorkdirCmd	0.823s
22:56:25 [2019-09-27T22:56:25.545Z] 2019/09/27 22:56:25 	Finished clone github.com/hashicorp/go-immutable-radix
22:56:25 [2019-09-27T22:56:25.545Z] 2019/09/27 22:56:25 	Clone github.com/coreos/pkg, revision v3
22:56:26 [2019-09-27T22:56:26.111Z] 2019/09/27 22:56:26 	Finished clone github.com/hashicorp/go-memdb
22:56:26 [2019-09-27T22:56:26.111Z] 2019/09/27 22:56:26 	Clone github.com/pivotal-golang/clock, revision 3fd3c1944c59d9742e1cd333672181cd1a6f9fa0
22:56:26 [2019-09-27T22:56:26.684Z] PASS: docker_cli_build_test.go:6052: DockerSuite.TestBuildWorkdirImageCmd	1.163s
22:56:26 [2019-09-27T22:56:26.685Z] SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows)
22:56:27 [2019-09-27T22:56:27.486Z] 2019/09/27 22:56:27 	Finished clone github.com/hashicorp/golang-lru
22:56:27 [2019-09-27T22:56:27.486Z] 2019/09/27 22:56:27 	Clone github.com/prometheus/client_golang, revision v0.8.0
22:56:27 [2019-09-27T22:56:27.744Z] 2019/09/27 22:56:27 	Finished clone github.com/coreos/pkg
22:56:27 [2019-09-27T22:56:27.744Z] 2019/09/27 22:56:27 	Clone github.com/beorn7/perks, revision 3a771d992973f24aa725d07868b467d1ddfceaf
22:56:28 [2019-09-27T22:56:28.003Z] 2019/09/27 22:56:27 	Finished clone github.com/pivotal-golang/clock
22:56:28 [2019-09-27T22:56:28.003Z] 2019/09/27 22:56:27 	Clone github.com/prometheus/client_model, revision 6f3806018612930941127f2a7c6c453ba2c527d2
22:56:28 [2019-09-27T22:56:28.048Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables	1.583s
22:56:29 [2019-09-27T22:56:29.385Z] 2019/09/27 22:56:29 	Finished clone golang.org/x/crypto
22:56:29 [2019-09-27T22:56:29.385Z] 2019/09/27 22:56:29 	Clone github.com/prometheus/common, revision 7600349dcfe1abd18d72d3a1770870d9800a7801
22:56:29 [2019-09-27T22:56:29.646Z] 2019/09/27 22:56:29 	Finished clone github.com/beorn7/perks
22:56:29 [2019-09-27T22:56:29.646Z] 2019/09/27 22:56:29 	Clone github.com/prometheus/procfs, revision 7d6f385de8bea29190f15ba9931442a0eaef9af7
22:56:30 [2019-09-27T22:56:30.213Z] 2019/09/27 22:56:30 	Finished clone github.com/prometheus/client_model
22:56:30 [2019-09-27T22:56:30.213Z] 2019/09/27 22:56:30 	Clone github.com/matttproud/golang_protobuf_extensions, revision v1.0.0
22:56:31 [2019-09-27T22:56:31.587Z] 2019/09/27 22:56:31 	Finished clone github.com/prometheus/client_golang
22:56:31 [2019-09-27T22:56:31.587Z] 2019/09/27 22:56:31 	Clone github.com/pkg/errors, revision 645ef00459ed84a119197bfb8d8205042c6df63d
22:56:32 [2019-09-27T22:56:32.208Z] PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost	4.078s
22:56:32 [2019-09-27T22:56:32.208Z] PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock	0.025s
22:56:32 [2019-09-27T22:56:32.208Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test)
22:56:32 [2019-09-27T22:56:32.521Z] 2019/09/27 22:56:32 	Finished clone github.com/matttproud/golang_protobuf_extensions
22:56:32 [2019-09-27T22:56:32.521Z] 2019/09/27 22:56:32 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision v1.2.0
22:56:32 [2019-09-27T22:56:32.769Z] PASS: docker_api_swarm_test.go:197: DockerSwarmSuite.TestAPISwarmPromoteDemote	12.378s
22:56:32 [2019-09-27T22:56:32.779Z] 2019/09/27 22:56:32 	Finished clone github.com/prometheus/procfs
22:56:32 [2019-09-27T22:56:32.779Z] 2019/09/27 22:56:32 	Clone github.com/spf13/cobra, revision v0.0.3
22:56:33 [2019-09-27T22:56:33.334Z] PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked	1.013s
22:56:33 [2019-09-27T22:56:33.344Z] 2019/09/27 22:56:33 	Finished clone github.com/prometheus/common
22:56:33 [2019-09-27T22:56:33.344Z] 2019/09/27 22:56:33 	Clone github.com/spf13/pflag, revision v1.0.1
22:56:33 [2019-09-27T22:56:33.909Z] 2019/09/27 22:56:33 	Finished clone github.com/pkg/errors
22:56:33 [2019-09-27T22:56:33.909Z] 2019/09/27 22:56:33 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
22:56:34 [2019-09-27T22:56:34.260Z] --- PASS: TestBuildWithHugeFile (63.96s)
22:56:34 [2019-09-27T22:56:34.260Z] === RUN   TestBuildWithEmptyDockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:56:34 [2019-09-27T22:56:34.260Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:56:34 [2019-09-27T22:56:34.515Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:56:34 [2019-09-27T22:56:34.515Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone	1.111s
22:56:34 [2019-09-27T22:56:34.515Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
22:56:34 [2019-09-27T22:56:34.515Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
22:56:34 [2019-09-27T22:56:34.515Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
22:56:34 [2019-09-27T22:56:34.515Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
22:56:34 [2019-09-27T22:56:34.515Z] === RUN   TestBuildWithHugeFile
22:56:34 [2019-09-27T22:56:34.843Z] 2019/09/27 22:56:34 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
22:56:34 [2019-09-27T22:56:34.843Z] 2019/09/27 22:56:34 	Clone https://github.com/ijc25/Gotty to github.com/Nvveen/Gotty, revision a8b993ba6abdb0e0c12b0125c603323a71c7790c
22:56:35 [2019-09-27T22:56:35.776Z] 2019/09/27 22:56:35 	Finished clone github.com/inconshreveable/mousetrap
22:56:35 [2019-09-27T22:56:35.776Z] 2019/09/27 22:56:35 	Clone github.com/docker/go-metrics, revision d466d4f6fd960e01820085bd7e1a24426ee7ef18
22:56:35 [2019-09-27T22:56:35.877Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange	1.352s
22:56:36 [2019-09-27T22:56:36.034Z] 2019/09/27 22:56:35 	Finished clone github.com/spf13/pflag
22:56:36 [2019-09-27T22:56:36.034Z] 2019/09/27 22:56:35 	Finished clone github.com/spf13/cobra
22:56:36 [2019-09-27T22:56:36.986Z] 2019/09/27 22:56:36 	Finished clone github.com/google/certificate-transparency-go
22:56:36 [2019-09-27T22:56:36.986Z] 2019/09/27 22:56:36 	Finished clone github.com/Nvveen/Gotty
22:56:37 [2019-09-27T22:56:37.241Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels	1.262s
22:56:37 [2019-09-27T22:56:37.919Z] 2019/09/27 22:56:37 	Finished clone github.com/docker/go-metrics
22:56:39 [2019-09-27T22:56:39.293Z] 2019/09/27 22:56:39 	Finished clone github.com/cloudflare/cfssl
22:56:39 [2019-09-27T22:56:39.756Z] PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink	2.760s
22:56:41 [2019-09-27T22:56:41.824Z] 2019/09/27 22:56:41 	Finished clone cloud.google.com/go
22:56:43 [2019-09-27T22:56:43.019Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile	2.929s
22:56:43 [2019-09-27T22:56:43.198Z] 2019/09/27 22:56:42 	Finished clone github.com/containerd/cri
22:56:43 [2019-09-27T22:56:43.457Z] 2019/09/27 22:56:43 	Finished clone google.golang.org/genproto
22:56:44 [2019-09-27T22:56:44.382Z] PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer	0.994s
22:56:47 [2019-09-27T22:56:47.641Z] 2019/09/27 22:56:46 	Finished clone github.com/docker/swarmkit
22:56:47 [2019-09-27T22:56:47.644Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY	2.804s
22:56:49 [2019-09-27T22:56:49.008Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel	1.512s
22:56:49 [2019-09-27T22:56:49.014Z] 2019/09/27 22:56:48 	Finished clone github.com/coreos/etcd
22:56:49 [2019-09-27T22:56:49.014Z] 2019/09/27 22:56:48 	Finished clone github.com/containerd/containerd
22:56:52 [2019-09-27T22:56:52.269Z] PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount	2.939s
22:56:53 [2019-09-27T22:56:53.194Z] PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause	1.571s
22:56:53 [2019-09-27T22:56:53.449Z] PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks	0.030s
22:56:53 [2019-09-27T22:56:53.449Z] PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks	0.018s
22:56:53 [2019-09-27T22:56:53.449Z] PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions	0.153s
22:56:53 [2019-09-27T22:56:53.449Z] PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions	0.022s
22:56:53 [2019-09-27T22:56:53.449Z] PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort	0.008s
22:56:53 [2019-09-27T22:56:53.704Z] PASS: docker_api_containers_test.go:1289: DockerSuite.TestContainerAPIChunkedEncoding	0.206s
22:56:56 [2019-09-27T22:56:56.967Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit	2.890s
22:56:58 [2019-09-27T22:56:58.979Z] 2019/09/27 22:56:57 	Finished clone github.com/hashicorp/consul
22:56:58 [2019-09-27T22:56:58.979Z] 2019/09/27 22:56:58 	Finished clone github.com/gogo/protobuf
22:56:59 [2019-09-27T22:56:59.484Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig	2.874s
22:56:59 [2019-09-27T22:56:59.740Z] PASS: docker_api_containers_test.go:1155: DockerSuite.TestContainerAPICopyContainerNotFoundPr124	0.001s
22:57:01 [2019-09-27T22:57:01.103Z] PASS: docker_api_containers_test.go:1070: DockerSuite.TestContainerAPICopyNotExistsAnyMore	1.439s
22:57:02 [2019-09-27T22:57:02.995Z] PASS: docker_api_containers_test.go:1083: DockerSuite.TestContainerAPICopyPre124	1.625s
22:57:04 [2019-09-27T22:57:04.357Z] PASS: docker_api_containers_test.go:1113: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124	1.354s
22:57:05 [2019-09-27T22:57:05.719Z] PASS: docker_api_containers_test.go:1134: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124	1.596s
22:57:07 [2019-09-27T22:57:07.082Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate	1.347s
22:57:07 [2019-09-27T22:57:07.082Z] PASS: docker_api_containers_test.go:649: DockerSuite.TestContainerAPICreateBridgeNetworkMode	0.129s
22:57:07 [2019-09-27T22:57:07.082Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig	0.002s
22:57:08 [2019-09-27T22:57:08.448Z] PASS: docker_api_containers_test.go:1901: DockerSuite.TestContainerAPICreateMountsBindRead	1.224s
22:57:08 [2019-09-27T22:57:08.448Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig	0.003s
22:57:08 [2019-09-27T22:57:08.448Z] PASS: docker_api_containers_test.go:1409: DockerSuite.TestContainerAPICreateNoHostConfig118	0.097s
22:57:08 [2019-09-27T22:57:08.704Z] PASS: docker_api_containers_test.go:655: DockerSuite.TestContainerAPICreateOtherNetworkModes	0.181s
22:57:08 [2019-09-27T22:57:08.956Z] 2019/09/27 22:57:07 	Finished clone github.com/aws/aws-sdk-go
22:57:08 [2019-09-27T22:57:08.959Z] PASS: docker_api_containers_test.go:684: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset	0.141s
22:57:08 [2019-09-27T22:57:08.959Z] PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateWithHostName	0.088s
22:57:10 [2019-09-27T22:57:10.362Z] PASS: docker_api_containers_test.go:1166: DockerSuite.TestContainerAPIDelete	1.469s
22:57:11 [2019-09-27T22:57:11.760Z] PASS: docker_api_containers_test.go:1239: DockerSuite.TestContainerAPIDeleteConflict	0.867s
22:57:13 [2019-09-27T22:57:13.649Z] PASS: docker_api_containers_test.go:1191: DockerSuite.TestContainerAPIDeleteForce	1.428s
22:57:13 [2019-09-27T22:57:13.649Z] PASS: docker_api_containers_test.go:1182: DockerSuite.TestContainerAPIDeleteNotExist	0.003s
22:57:16 [2019-09-27T22:57:16.163Z] PASS: docker_api_containers_test.go:1208: DockerSuite.TestContainerAPIDeleteRemoveLinks	1.932s
22:57:17 [2019-09-27T22:57:17.525Z] PASS: docker_api_containers_test.go:1254: DockerSuite.TestContainerAPIDeleteRemoveVolume	1.379s
22:57:17 [2019-09-27T22:57:17.525Z] PASS: docker_api_containers_test.go:1647: DockerSuite.TestContainerAPIDeleteWithEmptyName	0.001s
22:57:18 [2019-09-27T22:57:18.888Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll	1.357s
22:57:20 [2019-09-27T22:57:20.250Z] PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges	1.387s
22:57:21 [2019-09-27T22:57:21.140Z] 2019/09/27 22:57:18 	Finished clone google.golang.org/api
22:57:21 [2019-09-27T22:57:21.140Z] 2019/09/27 22:57:18 Dependencies downloaded. Download time: 1m23.776556772s
22:57:21 [2019-09-27T22:57:21.140Z] 2019/09/27 22:57:18 Collecting all dependencies
22:57:21 [2019-09-27T22:57:21.612Z] PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport	1.443s
22:57:23 [2019-09-27T22:57:23.502Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted	1.410s
22:57:23 [2019-09-27T22:57:23.502Z] PASS: docker_api_containers_test.go:756: DockerSuite.TestContainerAPIInvalidPortSyntax	0.006s
22:57:24 [2019-09-27T22:57:24.865Z] PASS: docker_api_containers_test.go:957: DockerSuite.TestContainerAPIKill	1.534s
22:57:26 [2019-09-27T22:57:26.229Z] PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause	1.107s
22:57:27 [2019-09-27T22:57:27.592Z] PASS: docker_api_containers_test.go:1309: DockerSuite.TestContainerAPIPostContainerStop	1.242s
22:57:27 [2019-09-27T22:57:27.592Z] PASS: docker_api_containers_test.go:872: DockerSuite.TestContainerAPIPostCreateNull	0.160s
22:57:28 [2019-09-27T22:57:28.955Z] PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields	0.839s
22:57:29 [2019-09-27T22:57:29.240Z] 2019/09/27 22:57:28 Clean vendor dir from unused packages
22:57:29 [2019-09-27T22:57:29.497Z] 2019/09/27 22:57:29 Success
22:57:29 [2019-09-27T22:57:29.497Z] 2019/09/27 22:57:29 Running time: 1m36.902991273s
22:57:29 [2019-09-27T22:57:29.497Z] Congratulations! All vendoring changes are done the right way.
22:57:29 [2019-09-27T22:57:29.754Z] WARNING: could not find copyright information for github.com/gogo/googleapis
22:57:30 [2019-09-27T22:57:30.318Z] PASS: docker_api_containers_test.go:940: DockerSuite.TestContainerAPIRename	0.831s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
22:57:31 [2019-09-27T22:57:31.005Z] + echo Building e2e image
22:57:31 [2019-09-27T22:57:31.006Z] Building e2e image
22:57:31 [2019-09-27T22:57:31.006Z] + docker build --build-arg DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716 -t moby-e2e-test -f Dockerfile.e2e .
22:57:31 [2019-09-27T22:57:31.006Z] #2 [internal] load .dockerignore
22:57:31 [2019-09-27T22:57:31.006Z] #2 transferring context: 34B done
22:57:31 [2019-09-27T22:57:31.006Z] #2 DONE 0.0s
22:57:31 [2019-09-27T22:57:31.006Z] 
22:57:31 [2019-09-27T22:57:31.006Z] #1 [internal] load build definition from Dockerfile.e2e
22:57:31 [2019-09-27T22:57:31.006Z] #1 transferring dockerfile: 2.63kB done
22:57:31 [2019-09-27T22:57:31.006Z] #1 DONE 0.0s
22:57:31 [2019-09-27T22:57:31.006Z] 
22:57:31 [2019-09-27T22:57:31.006Z] #4 [internal] load metadata for docker.io/library/golang:1.12.10-alpine3.9
22:57:31 [2019-09-27T22:57:31.263Z] #4 ...
22:57:31 [2019-09-27T22:57:31.263Z] 
22:57:31 [2019-09-27T22:57:31.263Z] #3 [internal] load metadata for docker.io/library/alpine:3.9
22:57:31 [2019-09-27T22:57:31.263Z] #3 DONE 0.2s
22:57:31 [2019-09-27T22:57:31.263Z] 
22:57:31 [2019-09-27T22:57:31.263Z] #4 [internal] load metadata for docker.io/library/golang:1.12.10-alpine3.9
22:57:31 [2019-09-27T22:57:31.263Z] #4 DONE 0.3s
22:57:31 [2019-09-27T22:57:31.263Z] 
22:57:31 [2019-09-27T22:57:31.263Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:7746df395af22f042...
22:57:31 [2019-09-27T22:57:31.263Z] #5 resolve docker.io/library/alpine:3.9@sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a done
22:57:31 [2019-09-27T22:57:31.263Z] #5 sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a 1.64kB / 1.64kB done
22:57:31 [2019-09-27T22:57:31.263Z] #5 sha256:bf1684a6e3676389ec861c602e97f27b03f14178e5bc3f70dce198f9f160cce9 528B / 528B done
22:57:31 [2019-09-27T22:57:31.263Z] #5 sha256:055936d3920576da37aa9bc460d70c5f212028bda1c08c0879aedf03d7a66ea1 1.51kB / 1.51kB done
22:57:31 [2019-09-27T22:57:31.263Z] #5 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.31MB / 2.76MB 0.1s
22:57:31 [2019-09-27T22:57:31.521Z] #5 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.76MB / 2.76MB 0.1s done
22:57:31 [2019-09-27T22:57:31.521Z] #5 extracting sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10
22:57:31 [2019-09-27T22:57:31.779Z] #5 ...
22:57:31 [2019-09-27T22:57:31.779Z] 
22:57:31 [2019-09-27T22:57:31.779Z] #8 [internal] load build context
22:57:31 [2019-09-27T22:57:31.779Z] #8 transferring context: 776.52kB 0.3s done
22:57:31 [2019-09-27T22:57:31.779Z] #8 DONE 0.3s
22:57:31 [2019-09-27T22:57:31.779Z] 
22:57:31 [2019-09-27T22:57:31.779Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:7746df395af22f042...
22:57:31 [2019-09-27T22:57:31.779Z] #5 extracting sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 0.3s done
22:57:31 [2019-09-27T22:57:31.779Z] #5 DONE 0.5s
22:57:31 [2019-09-27T22:57:31.779Z] 
22:57:31 [2019-09-27T22:57:31.779Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:31 [2019-09-27T22:57:31.779Z] #14 resolve docker.io/library/golang:1.12.10-alpine3.9@sha256:42e527c94d9609b2c53fbbe6d7a869d73665530b1ab99830ac4dc2341e6aaa0c done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39 301.90kB / 301.90kB 0.1s done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:3a664477889cd9030004351f3bb8a9c904e299cf5e5f17f8819e20d7370aeceb 153B / 153B 0.1s done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:42e527c94d9609b2c53fbbe6d7a869d73665530b1ab99830ac4dc2341e6aaa0c 1.65kB / 1.65kB done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:2b3ca6f02d74eaf6f2d1788a16c1ccf551fe2407cb457636f3826f0108fed8ff 1.36kB / 1.36kB done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:d600890f06927bdb4dbe45d80af426c676b7cc861f3d9dc6415bafbf087d05a4 3.81kB / 3.81kB done
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 25.38MB / 125.71MB 0.5s
22:57:31 [2019-09-27T22:57:31.779Z] #14 sha256:53b54c428ab35ec434f49a351cc2a2a920995a219b4a88626ac69cc431970899 126B / 126B 0.2s done
22:57:31 [2019-09-27T22:57:31.779Z] #14 extracting sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39
22:57:32 [2019-09-27T22:57:32.038Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 41.21MB / 125.71MB 0.7s
22:57:32 [2019-09-27T22:57:32.038Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 47.65MB / 125.71MB 0.8s
22:57:32 [2019-09-27T22:57:32.038Z] #14 extracting sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39 0.2s done
22:57:32 [2019-09-27T22:57:32.038Z] #14 extracting sha256:3a664477889cd9030004351f3bb8a9c904e299cf5e5f17f8819e20d7370aeceb done
22:57:32 [2019-09-27T22:57:32.296Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 64.93MB / 125.71MB 1.0s
22:57:32 [2019-09-27T22:57:32.555Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 76.27MB / 125.71MB 1.3s
22:57:32 [2019-09-27T22:57:32.813Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 88.91MB / 125.71MB 1.4s
22:57:32 [2019-09-27T22:57:32.813Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 100.65MB / 125.71MB 1.6s
22:57:33 [2019-09-27T22:57:33.000Z] PASS: docker_api_containers_test.go:972: DockerSuite.TestContainerAPIRestart	2.041s
22:57:33 [2019-09-27T22:57:33.071Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 110.23MB / 125.71MB 1.7s
22:57:33 [2019-09-27T22:57:33.071Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 125.47MB / 125.71MB 1.8s
22:57:33 [2019-09-27T22:57:33.636Z] #14 sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 125.71MB / 125.71MB 2.1s done
22:57:33 [2019-09-27T22:57:33.636Z] #14 extracting sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6
22:57:33 [2019-09-27T22:57:33.930Z] PASS: docker_api_swarm_test.go:362: DockerSwarmSuite.TestAPISwarmRaftQuorum	52.888s
22:57:35 [2019-09-27T22:57:35.295Z] PASS: docker_api_containers_test.go:986: DockerSuite.TestContainerAPIRestartNotimeoutParam	2.159s
22:57:35 [2019-09-27T22:57:35.295Z] PASS: docker_api_containers_test.go:854: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount	0.132s
22:57:35 [2019-09-27T22:57:35.295Z] PASS: docker_api_containers_test.go:782: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName	0.003s
22:57:35 [2019-09-27T22:57:35.295Z] PASS: docker_api_containers_test.go:830: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount	0.002s
22:57:35 [2019-09-27T22:57:35.550Z] PASS: docker_api_containers_test.go:806: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch	0.005s
22:57:36 [2019-09-27T22:57:36.916Z] PASS: docker_api_containers_test.go:1002: DockerSuite.TestContainerAPIStart	1.008s
22:57:37 [2019-09-27T22:57:37.814Z] #14 ...
22:57:37 [2019-09-27T22:57:37.814Z] 
22:57:37 [2019-09-27T22:57:37.814Z] #6 [runner 2/12] RUN apk --no-cache add     bash     ca-certificates     g+...
22:57:37 [2019-09-27T22:57:37.814Z] #6 1.112 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.198 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.305 (1/35) Upgrading musl (1.1.20-r4 -> 1.1.20-r5)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.319 (2/35) Installing ncurses-terminfo-base (6.1_p20190105-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.322 (3/35) Installing ncurses-terminfo (6.1_p20190105-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.540 (4/35) Installing ncurses-libs (6.1_p20190105-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.549 (5/35) Installing readline (7.0.003-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.556 (6/35) Installing bash (4.4.19-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.573 Executing bash-4.4.19-r1.post-install
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.575 (7/35) Installing ca-certificates (20190108-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.596 (8/35) Installing libgcc (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.600 (9/35) Installing libstdc++ (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.614 (10/35) Installing binutils (2.31.1-r2)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.719 (11/35) Installing gmp (6.1.2-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.727 (12/35) Installing isl (0.18-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.748 (13/35) Installing libgomp (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.752 (14/35) Installing libatomic (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.755 (15/35) Installing mpfr3 (3.1.5-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.763 (16/35) Installing mpc1 (1.0.3-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 2.765 (17/35) Installing gcc (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 3.686 (18/35) Installing musl-dev (1.1.20-r5)
22:57:37 [2019-09-27T22:57:37.814Z] #6 3.794 (19/35) Installing libc-dev (0.7.1-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 3.797 (20/35) Installing g++ (8.3.0-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.377 (21/35) Installing nghttp2-libs (1.35.1-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.381 (22/35) Installing libssh2 (1.8.2-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.388 (23/35) Installing libcurl (7.64.0-r3)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.396 (24/35) Installing expat (2.2.8-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.400 (25/35) Installing pcre2 (10.32-r1)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.408 (26/35) Installing git (2.20.1-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.621 (27/35) Installing libmnl (1.0.4-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.623 (28/35) Installing jansson (2.11-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.626 (29/35) Installing libnftnl-libs (1.1.1-r0)
22:57:37 [2019-09-27T22:57:37.814Z] #6 4.630 (30/35) Installing iptables (1.6.2-r1)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.655 (31/35) Upgrading musl-utils (1.1.20-r4 -> 1.1.20-r5)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.662 (32/35) Installing pigz (2.4-r0)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.668 (33/35) Installing tar (1.32-r0)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.677 (34/35) Installing xz-libs (5.2.4-r0)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.681 (35/35) Installing xz (5.2.4-r0)
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.685 Executing busybox-1.29.3-r10.trigger
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.699 Executing ca-certificates-20190108-r0.trigger
22:57:37 [2019-09-27T22:57:37.815Z] #6 4.756 OK: 185 MiB in 47 packages
22:57:37 [2019-09-27T22:57:37.815Z] #6 DONE 5.8s
22:57:37 [2019-09-27T22:57:37.815Z] 
22:57:37 [2019-09-27T22:57:37.815Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:37 [2019-09-27T22:57:37.815Z] #14 ...
22:57:37 [2019-09-27T22:57:37.815Z] 
22:57:37 [2019-09-27T22:57:37.815Z] #7 [runner 3/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
22:57:39 [2019-09-27T22:57:39.191Z] #7 DONE 1.5s
22:57:39 [2019-09-27T22:57:39.191Z] 
22:57:39 [2019-09-27T22:57:39.191Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:39 [2019-09-27T22:57:39.191Z] #14 extracting sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 5.6s
22:57:39 [2019-09-27T22:57:39.191Z] #14 ...
22:57:39 [2019-09-27T22:57:39.191Z] 
22:57:39 [2019-09-27T22:57:39.191Z] #9 [runner 4/12] COPY contrib/httpserver/Dockerfile /tests/contrib/httpserv...
22:57:39 [2019-09-27T22:57:39.191Z] #9 DONE 0.1s
22:57:39 [2019-09-27T22:57:39.191Z] 
22:57:39 [2019-09-27T22:57:39.191Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:39 [2019-09-27T22:57:39.448Z] #14 ...
22:57:39 [2019-09-27T22:57:39.448Z] 
22:57:39 [2019-09-27T22:57:39.448Z] #10 [runner 5/12] COPY contrib/syscall-test /tests/contrib/syscall-test
22:57:39 [2019-09-27T22:57:39.448Z] #10 DONE 0.1s
22:57:39 [2019-09-27T22:57:39.448Z] 
22:57:39 [2019-09-27T22:57:39.448Z] #11 [runner 6/12] COPY integration-cli/fixtures /tests/integration-cli/fixtu...
22:57:39 [2019-09-27T22:57:39.448Z] #11 DONE 0.1s
22:57:39 [2019-09-27T22:57:39.448Z] 
22:57:39 [2019-09-27T22:57:39.448Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:39 [2019-09-27T22:57:39.448Z] #14 ...
22:57:39 [2019-09-27T22:57:39.448Z] 
22:57:39 [2019-09-27T22:57:39.448Z] #12 [runner 7/12] COPY hack/test/e2e-run.sh /scripts/run.sh
22:57:39 [2019-09-27T22:57:39.448Z] #12 DONE 0.1s
22:57:39 [2019-09-27T22:57:39.448Z] 
22:57:39 [2019-09-27T22:57:39.448Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:39 [2019-09-27T22:57:39.706Z] #14 ...
22:57:39 [2019-09-27T22:57:39.706Z] 
22:57:39 [2019-09-27T22:57:39.706Z] #13 [runner 8/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh
22:57:39 [2019-09-27T22:57:39.706Z] #13 DONE 0.2s
22:57:39 [2019-09-27T22:57:39.706Z] 
22:57:39 [2019-09-27T22:57:39.706Z] #14 [builder 1/12] FROM docker.io/library/golang:1.12.10-alpine3.9@sha256:42...
22:57:39 [2019-09-27T22:57:39.963Z] #14 extracting sha256:f58c7ad3a0279c6d28535ce85af76ddf75b226efa3fd8b525d51cc7241ec8bb6 6.5s done
22:57:39 [2019-09-27T22:57:39.963Z] #14 extracting sha256:53b54c428ab35ec434f49a351cc2a2a920995a219b4a88626ac69cc431970899
22:57:40 [2019-09-27T22:57:40.179Z] --- PASS: TestBuildWithHugeFile (65.40s)
22:57:40 [2019-09-27T22:57:40.179Z] === RUN   TestBuildWithEmptyDockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:57:40 [2019-09-27T22:57:40.179Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
22:57:40 [2019-09-27T22:57:40.179Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
22:57:40 [2019-09-27T22:57:40.179Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
22:57:40 [2019-09-27T22:57:40.179Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
22:57:40 [2019-09-27T22:57:40.179Z] === RUN   TestBuildWithHugeFile
22:57:40 [2019-09-27T22:57:40.220Z] #14 extracting sha256:53b54c428ab35ec434f49a351cc2a2a920995a219b4a88626ac69cc431970899 done
22:57:40 [2019-09-27T22:57:40.220Z] #14 DONE 8.9s
22:57:40 [2019-09-27T22:57:40.220Z] 
22:57:40 [2019-09-27T22:57:40.220Z] #15 [builder 2/12] RUN apk --no-cache add     bash     btrfs-progs-dev     b...
22:57:41 [2019-09-27T22:57:41.149Z] #15 0.789 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
22:57:41 [2019-09-27T22:57:41.544Z] PASS: docker_api_containers_test.go:1656: DockerSuite.TestContainerAPIStatsWithNetworkDisabled	4.815s
22:57:42 [2019-09-27T22:57:42.080Z] #15 1.842 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
22:57:42 [2019-09-27T22:57:42.080Z] #15 1.903 (1/44) Installing ncurses-terminfo-base (6.1_p20190105-r0)
22:57:42 [2019-09-27T22:57:42.080Z] #15 1.905 (2/44) Installing ncurses-terminfo (6.1_p20190105-r0)
22:57:42 [2019-09-27T22:57:42.080Z] #15 2.037 (3/44) Installing ncurses-libs (6.1_p20190105-r0)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.046 (4/44) Installing readline (7.0.003-r1)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.050 (5/44) Installing bash (4.4.19-r1)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.062 Executing bash-4.4.19-r1.post-install
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.064 (6/44) Installing linux-headers (4.18.13-r1)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.145 (7/44) Installing libuuid (2.33-r0)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.147 (8/44) Installing btrfs-progs-libs (4.19.1-r0)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.156 (9/44) Installing btrfs-progs-dev (4.19.1-r0)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.161 (10/44) Installing binutils (2.31.1-r2)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.230 (11/44) Installing libmagic (5.36-r0)
22:57:42 [2019-09-27T22:57:42.337Z] #15 2.248 (12/44) Installing file (5.36-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.250 (13/44) Installing gmp (6.1.2-r1)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.255 (14/44) Installing isl (0.18-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.269 (15/44) Installing libgomp (8.3.0-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.272 (16/44) Installing libatomic (8.3.0-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.273 (17/44) Installing libgcc (8.3.0-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.276 (18/44) Installing mpfr3 (3.1.5-r1)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.280 (19/44) Installing mpc1 (1.0.3-r1)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.283 (20/44) Installing libstdc++ (8.3.0-r0)
22:57:42 [2019-09-27T22:57:42.595Z] #15 2.293 (21/44) Installing gcc (8.3.0-r0)
22:57:43 [2019-09-27T22:57:43.160Z] #15 2.954 (22/44) Installing musl-dev (1.1.20-r5)
22:57:43 [2019-09-27T22:57:43.160Z] #15 3.030 (23/44) Installing libc-dev (0.7.1-r0)
22:57:43 [2019-09-27T22:57:43.160Z] #15 3.031 (24/44) Installing g++ (8.3.0-r0)
22:57:43 [2019-09-27T22:57:43.441Z] PASS: docker_api_containers_test.go:1028: DockerSuite.TestContainerAPIStop	1.469s
22:57:43 [2019-09-27T22:57:43.725Z] #15 3.428 (25/44) Installing make (4.2.1-r2)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.432 (26/44) Installing fortify-headers (1.0-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.434 (27/44) Installing build-base (0.5-r1)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.436 (28/44) Installing nghttp2-libs (1.35.1-r1)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.439 (29/44) Installing libssh2 (1.8.2-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.442 (30/44) Installing libcurl (7.64.0-r3)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.448 (31/44) Installing curl (7.64.0-r3)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.452 (32/44) Installing oniguruma (6.9.1-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.458 (33/44) Installing jq (1.6-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.465 (34/44) Installing device-mapper-libs (2.02.182-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.470 (35/44) Installing device-mapper-event-libs (2.02.182-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.472 (36/44) Installing libaio (0.3.111-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.474 (37/44) Installing libblkid (2.33-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.479 (38/44) Installing lvm2-libs (2.02.182-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.507 (39/44) Installing libfdisk (2.33-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.514 (40/44) Installing libmount (2.33-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.519 (41/44) Installing libsmartcols (2.33-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.522 (42/44) Installing pkgconf (1.6.0-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.524 (43/44) Installing util-linux-dev (2.33-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.546 (44/44) Installing lvm2-dev (2.02.182-r0)
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.551 Executing busybox-1.29.3-r10.trigger
22:57:43 [2019-09-27T22:57:43.726Z] #15 3.558 OK: 190 MiB in 59 packages
22:57:44 [2019-09-27T22:57:44.301Z] #15 DONE 4.1s
22:57:44 [2019-09-27T22:57:44.301Z] 
22:57:44 [2019-09-27T22:57:44.301Z] #16 [builder 3/12] RUN mkdir -p /go/src/github.com/docker/docker/
22:57:45 [2019-09-27T22:57:45.239Z] #16 DONE 1.0s
22:57:45 [2019-09-27T22:57:45.239Z] 
22:57:45 [2019-09-27T22:57:45.239Z] #17 [builder 4/12] WORKDIR /go/src/github.com/docker/docker/
22:57:45 [2019-09-27T22:57:45.239Z] #17 DONE 0.0s
22:57:45 [2019-09-27T22:57:45.327Z] PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop	1.066s
22:57:45 [2019-09-27T22:57:45.327Z] SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows)
22:57:45 [2019-09-27T22:57:45.327Z] PASS: docker_api_containers_test.go:715: DockerSuite.TestContainerAPIVerifyHeader	0.131s
22:57:45 [2019-09-27T22:57:45.496Z] 
22:57:45 [2019-09-27T22:57:45.496Z] #18 [builder 5/12] COPY contrib/download-frozen-image-v2.sh contrib/download...
22:57:45 [2019-09-27T22:57:45.496Z] #18 DONE 0.1s
22:57:45 [2019-09-27T22:57:45.496Z] 
22:57:45 [2019-09-27T22:57:45.496Z] #19 [builder 6/12] RUN contrib/download-frozen-image-v2.sh /output/docker-fr...
22:57:46 [2019-09-27T22:57:46.866Z] #19 1.329 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
22:57:46 [2019-09-27T22:57:46.866Z] #19 1.509 
22:57:47 [2019-09-27T22:57:47.639Z] #19 1.618 
#####                                                                      7.3%
#################                                                         24.5%
#################################                                         46.3%
##############################################                            64.1%
############################################################              84.2%
######################################################################## 100.0%
22:57:47 [2019-09-27T22:57:47.639Z] #19 2.291 
22:57:47 [2019-09-27T22:57:47.896Z] #19 2.399 
################                                                          23.2%
####################################################################      95.1%
######################################################################## 100.0%
22:57:48 [2019-09-27T22:57:48.153Z] #19 2.697 
22:57:48 [2019-09-27T22:57:48.670Z] #19 2.806 
###########                                                               15.8%
##############################                                            42.8%
###############################################                           66.2%
##############################################################            86.3%
######################################################################## 100.0%
22:57:48 [2019-09-27T22:57:48.929Z] #19 3.351 
22:57:49 [2019-09-27T22:57:49.492Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPIWait	4.475s
22:57:50 [2019-09-27T22:57:50.227Z] #19 3.460 
####                                                                       5.9%
########                                                                  11.4%
###############                                                           21.2%
####################                                                      28.5%
#########################                                                 36.0%
##############################                                            42.8%
######################################                                    52.9%
############################################                              61.5%
#################################################                         68.9%
######################################################                    76.3%
############################################################              83.7%
#################################################################         91.1%
######################################################################    97.9%
######################################################################## 100.0%
22:57:50 [2019-09-27T22:57:50.227Z] #19 4.873 
22:57:50 [2019-09-27T22:57:50.790Z] #19 5.360 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
22:57:51 [2019-09-27T22:57:51.047Z] #19 5.532 
22:57:51 [2019-09-27T22:57:51.047Z] #19 5.578 
######################################################################## 100.0%
22:57:51 [2019-09-27T22:57:51.047Z] #19 5.701 
22:57:51 [2019-09-27T22:57:51.380Z] PASS: docker_api_containers_test.go:2197: DockerSuite.TestContainerKillCustomStopSignal	1.636s
22:57:51 [2019-09-27T22:57:51.611Z] #19 6.248 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
22:57:51 [2019-09-27T22:57:51.869Z] #19 6.415 
22:57:51 [2019-09-27T22:57:51.869Z] #19 6.503 
######################################################################## 100.0%
22:57:52 [2019-09-27T22:57:52.126Z] #19 6.626 
22:57:52 [2019-09-27T22:57:52.690Z] #19 7.175 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
22:57:52 [2019-09-27T22:57:52.690Z] #19 7.237 skipping existing 1849cc453dee
22:57:52 [2019-09-27T22:57:52.947Z] #19 7.358 
22:57:53 [2019-09-27T22:57:53.204Z] #19 7.907 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
22:57:53 [2019-09-27T22:57:53.268Z] PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode	1.626s
22:57:53 [2019-09-27T22:57:53.462Z] #19 8.097 
22:57:53 [2019-09-27T22:57:53.719Z] #19 8.157 
######################################################################## 100.0%
22:57:53 [2019-09-27T22:57:53.719Z] #19 8.283 
22:57:53 [2019-09-27T22:57:53.719Z] #19 8.320 Download of images into '/output/docker-frozen-images' complete.
22:57:53 [2019-09-27T22:57:53.719Z] #19 8.320 Use something like the following to load the result into a Docker daemon:
22:57:53 [2019-09-27T22:57:53.719Z] #19 8.320   tar -cC '/output/docker-frozen-images' . | docker load
22:57:54 [2019-09-27T22:57:54.282Z] #19 DONE 8.8s
22:57:54 [2019-09-27T22:57:54.282Z] 
22:57:54 [2019-09-27T22:57:54.282Z] #20 [builder 7/12] COPY hack/dockerfile/install hack/dockerfile/install
22:57:54 [2019-09-27T22:57:54.282Z] #20 DONE 0.1s
22:57:54 [2019-09-27T22:57:54.282Z] 
22:57:54 [2019-09-27T22:57:54.282Z] #21 [builder 8/12] RUN ./hack/dockerfile/install/install.sh dockercli
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.912 + RM_GOPATH=0
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.912 + TMP_GOPATH=
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.912 + : /usr/local/bin
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.912 + '[' -z '' ']'
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.912 ++ mktemp -d
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.914 Install docker/cli version 17.06.2-ce from stable
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + export GOPATH=/tmp/tmp.bopKib
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + GOPATH=/tmp/tmp.bopKib
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + RM_GOPATH=1
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 ++ dirname ./hack/dockerfile/install/install.sh
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + dir=./hack/dockerfile/install
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + bin=dockercli
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + shift
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + '[' '!' -f ./hack/dockerfile/install/dockercli.installer ']'
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + . ./hack/dockerfile/install/dockercli.installer
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 ++ DOCKERCLI_CHANNEL=stable
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 ++ DOCKERCLI_VERSION=17.06.2-ce
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + install_dockercli
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 ++ uname -m
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + arch=x86_64
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + '[' x86_64 '!=' x86_64 ']'
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.915 + url=https://download.docker.com/linux/static
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.916 + tar -xz docker/docker
22:57:55 [2019-09-27T22:57:55.212Z] #21 0.916 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:57:57 [2019-09-27T22:57:57.118Z] #21 2.478 + mkdir -p /usr/local/bin
22:57:57 [2019-09-27T22:57:57.118Z] #21 2.479 + mv docker/docker /usr/local/bin/
22:57:57 [2019-09-27T22:57:57.118Z] #21 2.480 + rmdir docker
22:57:57 [2019-09-27T22:57:57.118Z] #21 DONE 2.6s
22:57:57 [2019-09-27T22:57:57.118Z] 
22:57:57 [2019-09-27T22:57:57.118Z] #22 [builder 9/12] ADD . .
22:58:00 [2019-09-27T22:58:00.392Z] #22 DONE 3.3s
22:58:00 [2019-09-27T22:58:00.392Z] 
22:58:00 [2019-09-27T22:58:00.392Z] #23 [builder 10/12] RUN CGO_ENABLED=0 go build -buildmode=pie -o /output/htt...
22:58:01 [2019-09-27T22:58:01.354Z] PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks	6.014s
22:58:02 [2019-09-27T22:58:02.719Z] PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks	0.866s
22:58:06 [2019-09-27T22:58:06.883Z] PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork	2.545s
22:58:08 [2019-09-27T22:58:08.769Z] PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork	1.720s
22:58:12 [2019-09-27T22:58:12.579Z] #23 12.32 # github.com/docker/docker/contrib/httpserver
22:58:12 [2019-09-27T22:58:12.579Z] #23 12.32 loadinternal: cannot find runtime/cgo
22:58:12 [2019-09-27T22:58:12.836Z] #23 DONE 12.5s
22:58:12 [2019-09-27T22:58:12.836Z] 
22:58:12 [2019-09-27T22:58:12.836Z] #24 [builder 11/12] RUN hack/make.sh build-integration-test-binary
22:58:13 [2019-09-27T22:58:13.400Z] #24 0.661 
22:58:13 [2019-09-27T22:58:13.400Z] #24 0.712 Removing bundles/
22:58:13 [2019-09-27T22:58:13.658Z] #24 0.712 
22:58:13 [2019-09-27T22:58:13.658Z] #24 0.716 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
22:58:13 [2019-09-27T22:58:13.916Z] #24 1.017 Building test suite binary ./integration-cli/test.main
22:58:26 [2019-09-27T22:58:26.804Z] PASS: docker_api_swarm_test.go:784: DockerSwarmSuite.TestAPISwarmRestartCluster	27.851s
22:58:38 [2019-09-27T22:58:38.962Z] PASS: docker_api_containers_test.go:1932: DockerSuite.TestContainersAPICreateMountsCreate	30.397s
22:58:41 [2019-09-27T22:58:41.477Z] --- PASS: TestBuildWithHugeFile (61.06s)
22:58:41 [2019-09-27T22:58:41.477Z] === RUN   TestBuildWithEmptyDockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:58:41 [2019-09-27T22:58:41.477Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:58:41 [2019-09-27T22:58:41.477Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
22:58:41 [2019-09-27T22:58:41.477Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
22:58:41 [2019-09-27T22:58:41.477Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
22:58:41 [2019-09-27T22:58:41.477Z] === RUN   TestBuildWithHugeFile
22:58:41 [2019-09-27T22:58:41.477Z] PASS: docker_api_containers_test.go:2147: DockerSuite.TestContainersAPICreateMountsTmpfs	2.414s
22:58:42 [2019-09-27T22:58:42.037Z] PASS: docker_api_containers_test.go:1705: DockerSuite.TestContainersAPICreateMountsValidation	0.358s
22:58:46 [2019-09-27T22:58:46.210Z] PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks	2.763s
22:58:48 [2019-09-27T22:58:48.095Z] PASS: docker_api_swarm_test.go:461: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin	21.863s
22:58:49 [2019-09-27T22:58:49.979Z] PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork	3.206s
22:58:55 [2019-09-27T22:58:55.219Z] PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation	4.466s
22:58:55 [2019-09-27T22:58:55.219Z] PASS: docker_api_swarm_test.go:506: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate	5.248s
22:58:58 [2019-09-27T22:58:58.481Z] PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart	2.987s
22:58:58 [2019-09-27T22:58:58.736Z] PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer	0.382s
22:59:00 [2019-09-27T22:59:00.100Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath	1.206s
22:59:01 [2019-09-27T22:59:01.463Z] PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink	1.355s
22:59:03 [2019-09-27T22:59:03.453Z] PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership	2.096s
22:59:05 [2019-09-27T22:59:05.341Z] PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA	1.716s
22:59:06 [2019-09-27T22:59:06.703Z] PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB	1.331s
22:59:08 [2019-09-27T22:59:08.633Z] PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC	2.099s
22:59:10 [2019-09-27T22:59:10.517Z] PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD	1.683s
22:59:11 [2019-09-27T22:59:11.887Z] PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE	1.670s
22:59:13 [2019-09-27T22:59:13.776Z] PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF	1.511s
22:59:15 [2019-09-27T22:59:15.140Z] PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG	1.745s
22:59:17 [2019-09-27T22:59:17.026Z] PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH	1.658s
22:59:18 [2019-09-27T22:59:18.388Z] PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI	1.396s
22:59:19 [2019-09-27T22:59:19.314Z] PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel	12.725s
22:59:20 [2019-09-27T22:59:20.240Z] PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ	1.885s
22:59:23 [2019-09-27T22:59:23.502Z] PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination	2.796s
22:59:24 [2019-09-27T22:59:24.869Z] PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory	1.693s
22:59:26 [2019-09-27T22:59:26.234Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath	1.568s
22:59:26 [2019-09-27T22:59:26.234Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly	0.026s
22:59:28 [2019-09-27T22:59:28.118Z] PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon	1.638s
22:59:29 [2019-09-27T22:59:29.482Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath	1.464s
22:59:31 [2019-09-27T22:59:31.370Z] PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles	1.851s
22:59:32 [2019-09-27T22:59:32.739Z] PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent	1.477s
22:59:34 [2019-09-27T22:59:34.630Z] PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink	1.814s
22:59:37 [2019-09-27T22:59:37.891Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA	2.792s
22:59:38 [2019-09-27T22:59:38.818Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB	1.476s
22:59:40 [2019-09-27T22:59:40.702Z] PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole	10.309s
22:59:43 [2019-09-27T22:59:43.213Z] PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC	3.899s
22:59:51 [2019-09-27T22:59:51.291Z] PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD	8.515s
22:59:56 [2019-09-27T22:59:56.530Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE	5.234s
22:59:56 [2019-09-27T22:59:56.786Z] --- PASS: TestBuildWithHugeFile (75.29s)
22:59:56 [2019-09-27T22:59:56.786Z] === RUN   TestBuildWithEmptyDockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:59:56 [2019-09-27T22:59:56.786Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:59:57 [2019-09-27T22:59:57.041Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:59:57 [2019-09-27T22:59:57.041Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
22:59:57 [2019-09-27T22:59:57.041Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
22:59:57 [2019-09-27T22:59:57.041Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
22:59:57 [2019-09-27T22:59:57.041Z] === RUN   TestBuildWithHugeFile
22:59:57 [2019-09-27T22:59:57.604Z] PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF	1.010s
23:00:00 [2019-09-27T23:00:00.115Z] PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs	7.607s
23:00:05 [2019-09-27T23:00:05.349Z] #24 106.6 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:00:05 [2019-09-27T23:00:05.349Z] #24 108.3 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:00:05 [2019-09-27T23:00:05.349Z] #24 109.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:00:05 [2019-09-27T23:00:05.349Z] #24 111.1 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:00:05 [2019-09-27T23:00:05.349Z] #24 112.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:00:06 [2019-09-27T23:00:06.281Z] #24 113.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:00:06 [2019-09-27T23:00:06.664Z] PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG	8.851s
23:00:07 [2019-09-27T23:00:07.214Z] #24 114.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:00:08 [2019-09-27T23:00:08.148Z] #24 115.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:00:08 [2019-09-27T23:00:08.713Z] #24 115.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:00:09 [2019-09-27T23:00:09.177Z] PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate	8.488s
23:00:10 [2019-09-27T23:00:10.085Z] #24 117.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:00:11 [2019-09-27T23:00:11.019Z] #24 118.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:00:12 [2019-09-27T23:00:12.392Z] #24 119.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:00:13 [2019-09-27T23:00:13.339Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH	6.198s
23:00:14 [2019-09-27T23:00:14.264Z] PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI	1.573s
23:00:14 [2019-09-27T23:00:14.288Z] #24 121.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:00:15 [2019-09-27T23:00:15.661Z] #24 122.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:00:16 [2019-09-27T23:00:16.594Z] #24 123.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:00:18 [2019-09-27T23:00:18.493Z] #24 125.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:00:19 [2019-09-27T23:00:19.426Z] #24 126.5 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:00:20 [2019-09-27T23:00:20.358Z] #24 127.6 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:00:21 [2019-09-27T23:00:21.730Z] #24 128.7 
23:00:22 [2019-09-27T23:00:22.297Z] #24 DONE 129.3s
23:00:22 [2019-09-27T23:00:22.297Z] 
23:00:22 [2019-09-27T23:00:22.297Z] #25 [builder 12/12] RUN mkdir -p /output/tests && find . -name test.main -ex...
23:00:24 [2019-09-27T23:00:24.193Z] #25 DONE 1.7s
23:00:24 [2019-09-27T23:00:24.204Z] PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ	8.259s
23:00:24 [2019-09-27T23:00:24.459Z] PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions	1.808s
23:00:24 [2019-09-27T23:00:24.774Z] 
23:00:24 [2019-09-27T23:00:24.774Z] #26 [runner 9/12] COPY --from=builder /output/docker-frozen-images /docker-f...
23:00:25 [2019-09-27T23:00:25.708Z] #26 DONE 0.8s
23:00:25 [2019-09-27T23:00:25.965Z] 
23:00:25 [2019-09-27T23:00:25.965Z] #27 [runner 10/12] COPY --from=builder /output/httpserver /tests/contrib/htt...
23:00:25 [2019-09-27T23:00:25.965Z] #27 DONE 0.1s
23:00:26 [2019-09-27T23:00:26.223Z] 
23:00:26 [2019-09-27T23:00:26.223Z] #28 [runner 11/12] COPY --from=builder /output/tests /tests
23:00:26 [2019-09-27T23:00:26.349Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot	1.528s
23:00:26 [2019-09-27T23:00:26.786Z] #28 DONE 0.7s
23:00:26 [2019-09-27T23:00:26.786Z] 
23:00:26 [2019-09-27T23:00:26.786Z] #29 [runner 12/12] COPY --from=builder /usr/local/bin/docker /usr/bin/docker
23:00:27 [2019-09-27T23:00:27.044Z] #29 DONE 0.1s
23:00:27 [2019-09-27T23:00:27.044Z] 
23:00:27 [2019-09-27T23:00:27.044Z] #30 exporting to image
23:00:27 [2019-09-27T23:00:27.044Z] #30 exporting layers
23:00:28 [2019-09-27T23:00:28.862Z] PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs	2.807s
23:00:30 [2019-09-27T23:00:30.320Z] #30 exporting layers 3.1s done
23:00:30 [2019-09-27T23:00:30.320Z] #30 writing image sha256:ebe2b4c419dfe534ec0b35c966eb107e89105d5afb2f466b93d694ef034292f6 done
23:00:30 [2019-09-27T23:00:30.320Z] #30 naming to docker.io/library/moby-e2e-test done
23:00:30 [2019-09-27T23:00:30.320Z] #30 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:00:30 [2019-09-27T23:00:30.624Z] + echo Ensuring container killed.
23:00:30 [2019-09-27T23:00:30.624Z] Ensuring container killed.
23:00:30 [2019-09-27T23:00:30.624Z] + docker rm -vf docker-pr2
23:00:30 [2019-09-27T23:00:30.624Z] Error: No such container: docker-pr2
23:00:30 [2019-09-27T23:00:30.624Z] + true
[Pipeline] sh
23:00:30 [2019-09-27T23:00:30.905Z] + echo Chowning /workspace to jenkins user
23:00:30 [2019-09-27T23:00:30.905Z] Chowning /workspace to jenkins user
23:00:30 [2019-09-27T23:00:30.905Z] + id -u
23:00:30 [2019-09-27T23:00:30.905Z] + id -g
23:00:30 [2019-09-27T23:00:30.905Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-388:/workspace busybox chown -R 1000:1000 /workspace
23:00:32 [2019-09-27T23:00:32.123Z] PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume	3.196s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:00:32 [2019-09-27T23:00:32.567Z] + bundleName=unit
23:00:32 [2019-09-27T23:00:32.567Z] + echo Creating unit-bundles.tar.gz
23:00:32 [2019-09-27T23:00:32.567Z] Creating unit-bundles.tar.gz
23:00:32 [2019-09-27T23:00:32.567Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
23:00:32 [2019-09-27T23:00:32.567Z] bundles/junit-report.xml
23:00:32 [2019-09-27T23:00:32.567Z] bundles/go-test-report.json
23:00:32 [2019-09-27T23:00:32.567Z] bundles/profile.out
[Pipeline] archiveArtifacts
23:00:32 [2019-09-27T23:00:32.578Z] Archiving artifacts
23:00:32 [2019-09-27T23:00:32.970Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-388/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:00:33 [2019-09-27T23:00:33.277Z] + make clean
23:00:33 [2019-09-27T23:00:33.486Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout	1.540s
23:00:33 [2019-09-27T23:00:33.535Z] docker volume rm -f docker-dev-cache
23:00:33 [2019-09-27T23:00:33.535Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:00:40 [2019-09-27T23:00:40.017Z] PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination	5.706s
23:00:40 [2019-09-27T23:00:40.017Z] PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory	0.774s
23:00:41 [2019-09-27T23:00:41.905Z] PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser	1.790s
23:00:43 [2019-09-27T23:00:43.268Z] PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal	11.508s
23:00:45 [2019-09-27T23:00:45.155Z] PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath	3.212s
23:00:45 [2019-09-27T23:00:45.155Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID	0.188s
23:00:45 [2019-09-27T23:00:45.410Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs	0.152s
23:00:46 [2019-09-27T23:00:46.773Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID	1.019s
23:00:47 [2019-09-27T23:00:47.028Z] PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList	1.841s
23:00:47 [2019-09-27T23:00:47.589Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout	1.175s
23:00:47 [2019-09-27T23:00:47.589Z] SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper)
23:00:47 [2019-09-27T23:00:47.844Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig	0.208s
23:00:49 [2019-09-27T23:00:49.206Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber	1.263s
23:00:50 [2019-09-27T23:00:50.132Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage	0.781s
23:00:50 [2019-09-27T23:00:50.132Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels	0.188s
23:00:50 [2019-09-27T23:00:50.387Z] PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer	0.256s
23:00:50 [2019-09-27T23:00:50.947Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM	0.310s
23:00:50 [2019-09-27T23:00:50.947Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper)
23:00:50 [2019-09-27T23:00:50.947Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal	0.142s
23:00:51 [2019-09-27T23:00:51.202Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout	0.275s
23:00:56 [2019-09-27T23:00:56.445Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint	4.404s
23:00:56 [2019-09-27T23:00:56.445Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated	0.168s
23:00:56 [2019-09-27T23:00:56.445Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts	0.045s
23:01:02 [2019-09-27T23:01:02.979Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange	5.282s
23:01:02 [2019-09-27T23:01:02.979Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange	0.235s
23:01:02 [2019-09-27T23:01:02.979Z] PASS: docker_api_containers_test.go:916: DockerSuite.TestCreateWithTooLowMemoryLimit	0.105s
23:01:02 [2019-09-27T23:01:02.979Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir	0.455s
23:01:03 [2019-09-27T23:01:03.236Z] PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds	0.120s
23:01:03 [2019-09-27T23:01:03.494Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig	0.144s
23:01:05 [2019-09-27T23:01:05.387Z] PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds	1.069s
23:01:07 [2019-09-27T23:01:07.900Z] PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom	2.349s
23:01:09 [2019-09-27T23:01:09.274Z] PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume	1.280s
23:01:09 [2019-09-27T23:01:09.834Z] --- PASS: TestBuildWithHugeFile (72.99s)
23:01:09 [2019-09-27T23:01:09.834Z] === RUN   TestBuildWithEmptyDockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:01:10 [2019-09-27T23:01:10.089Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:01:10 [2019-09-27T23:01:10.344Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:01:10 [2019-09-27T23:01:10.344Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
23:01:10 [2019-09-27T23:01:10.344Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
23:01:10 [2019-09-27T23:01:10.344Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
23:01:10 [2019-09-27T23:01:10.344Z] PASS
23:01:10 [2019-09-27T23:01:10.344Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:01:10 [2019-09-27T23:01:10.344Z] INFO: Testing against a local daemon
23:01:10 [2019-09-27T23:01:10.344Z] testing: warning: no tests to run
23:01:10 [2019-09-27T23:01:10.344Z] PASS
23:01:10 [2019-09-27T23:01:10.344Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:01:10 [2019-09-27T23:01:10.599Z] INFO: Testing against a local daemon
23:01:10 [2019-09-27T23:01:10.599Z] === RUN   TestContainerInvalidJSON
23:01:10 [2019-09-27T23:01:10.599Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:01:10 [2019-09-27T23:01:10.599Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:01:10 [2019-09-27T23:01:10.599Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:01:10 [2019-09-27T23:01:10.599Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:01:10 [2019-09-27T23:01:10.599Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:01:10 [2019-09-27T23:01:10.599Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:01:10 [2019-09-27T23:01:10.599Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:01:10 [2019-09-27T23:01:10.599Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:01:10 [2019-09-27T23:01:10.599Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:01:10 [2019-09-27T23:01:10.599Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:01:10 [2019-09-27T23:01:10.599Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:01:10 [2019-09-27T23:01:10.599Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:01:10 [2019-09-27T23:01:10.599Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:01:10 [2019-09-27T23:01:10.599Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:01:10 [2019-09-27T23:01:10.854Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:01:10 [2019-09-27T23:01:10.854Z] === RUN   TestCopyFromContainerPathIsNotDir
23:01:10 [2019-09-27T23:01:10.854Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:01:10 [2019-09-27T23:01:10.854Z] === RUN   TestCopyFromContainer
23:01:10 [2019-09-27T23:01:10.854Z] PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig	1.294s
23:01:12 [2019-09-27T23:01:12.739Z] === RUN   TestCopyFromContainer//
23:01:12 [2019-09-27T23:01:12.739Z] === RUN   TestCopyFromContainer//bar/root
23:01:12 [2019-09-27T23:01:12.739Z] PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked	1.669s
23:01:12 [2019-09-27T23:01:12.739Z] === RUN   TestCopyFromContainer//bar/root/
23:01:12 [2019-09-27T23:01:12.739Z] === RUN   TestCopyFromContainer/bar/quux
23:01:12 [2019-09-27T23:01:12.995Z] === RUN   TestCopyFromContainer/bar/quux/
23:01:12 [2019-09-27T23:01:12.995Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:01:12 [2019-09-27T23:01:12.995Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:01:13 [2019-09-27T23:01:13.251Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:01:13 [2019-09-27T23:01:13.251Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:01:13 [2019-09-27T23:01:13.251Z] === RUN   TestCopyFromContainer/bar/notarget
23:01:13 [2019-09-27T23:01:13.508Z] --- PASS: TestCopyFromContainer (2.63s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
23:01:13 [2019-09-27T23:01:13.508Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:01:13 [2019-09-27T23:01:13.508Z] === RUN   TestDaemonRestartIpcMode
23:01:13 [2019-09-27T23:01:13.508Z] === PAUSE TestDaemonRestartIpcMode
23:01:13 [2019-09-27T23:01:13.508Z] === RUN   TestExecWithCloseStdin
23:01:13 [2019-09-27T23:01:13.508Z] PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig	0.701s
23:01:14 [2019-09-27T23:01:14.433Z] --- PASS: TestExecWithCloseStdin (1.01s)
23:01:14 [2019-09-27T23:01:14.433Z] === RUN   TestExecUser
23:01:14 [2019-09-27T23:01:14.433Z] PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS	0.665s
23:01:14 [2019-09-27T23:01:14.689Z] PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit	0.083s
23:01:15 [2019-09-27T23:01:15.250Z] PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate	16.297s
23:01:15 [2019-09-27T23:01:15.505Z] --- PASS: TestExecUser (0.95s)
23:01:15 [2019-09-27T23:01:15.505Z] === RUN   TestHealthKillContainer
23:01:15 [2019-09-27T23:01:15.505Z] PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions	0.877s
23:01:15 [2019-09-27T23:01:15.505Z] PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails	0.013s
23:01:15 [2019-09-27T23:01:15.505Z] PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork	0.019s
23:01:15 [2019-09-27T23:01:15.505Z] PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent	0.059s
23:01:17 [2019-09-27T23:01:17.392Z] PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName	1.495s
23:01:18 [2019-09-27T23:01:18.316Z] PASS: docker_cli_network_unix_test.go:1622: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange	1.195s
23:01:18 [2019-09-27T23:01:18.571Z] --- PASS: TestHealthKillContainer (3.11s)
23:01:18 [2019-09-27T23:01:18.571Z] === RUN   TestAPIIpcModeHost
23:01:19 [2019-09-27T23:01:19.496Z] --- PASS: TestAPIIpcModeHost (0.88s)
23:01:19 [2019-09-27T23:01:19.496Z] === RUN   TestDaemonIpcModeShareable
23:01:20 [2019-09-27T23:01:20.056Z] PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple	1.560s
23:01:20 [2019-09-27T23:01:20.312Z] PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists	0.023s
23:01:20 [2019-09-27T23:01:20.312Z] PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect	0.025s
23:01:20 [2019-09-27T23:01:20.312Z] PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID	0.100s
23:01:21 [2019-09-27T23:01:21.676Z] --- PASS: TestDaemonIpcModeShareable (2.15s)
23:01:21 [2019-09-27T23:01:21.676Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:01:21 [2019-09-27T23:01:21.676Z]     daemon.go:302: [daffd338cb492] waiting for daemon to start
23:01:21 [2019-09-27T23:01:21.676Z]     daemon.go:334: [daffd338cb492] daemon started
23:01:21 [2019-09-27T23:01:21.676Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:238, shared: true, mustBeShared: true
23:01:21 [2019-09-27T23:01:21.676Z]     daemon.go:286: [daffd338cb492] exiting daemon
23:01:21 [2019-09-27T23:01:21.676Z] === RUN   TestDaemonIpcModePrivate
23:01:24 [2019-09-27T23:01:24.193Z] --- PASS: TestDaemonIpcModePrivate (2.45s)
23:01:24 [2019-09-27T23:01:24.193Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:01:24 [2019-09-27T23:01:24.193Z]     daemon.go:302: [d7615123d2f02] waiting for daemon to start
23:01:24 [2019-09-27T23:01:24.193Z]     daemon.go:334: [d7615123d2f02] daemon started
23:01:24 [2019-09-27T23:01:24.193Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:369, shared: false, mustBeShared: false
23:01:24 [2019-09-27T23:01:24.193Z]     daemon.go:286: [d7615123d2f02] exiting daemon
23:01:24 [2019-09-27T23:01:24.193Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:01:26 [2019-09-27T23:01:26.078Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
23:01:26 [2019-09-27T23:01:26.078Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:01:26 [2019-09-27T23:01:26.078Z]     daemon.go:302: [d8a411188abcc] waiting for daemon to start
23:01:26 [2019-09-27T23:01:26.078Z]     daemon.go:334: [d8a411188abcc] daemon started
23:01:26 [2019-09-27T23:01:26.078Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:277, shared: false, mustBeShared: false
23:01:26 [2019-09-27T23:01:26.078Z]     daemon.go:286: [d8a411188abcc] exiting daemon
23:01:26 [2019-09-27T23:01:26.078Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:01:27 [2019-09-27T23:01:27.439Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s)
23:01:27 [2019-09-27T23:01:27.439Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:01:27 [2019-09-27T23:01:27.439Z]     daemon.go:302: [d91e0e3679847] waiting for daemon to start
23:01:27 [2019-09-27T23:01:27.439Z]     daemon.go:334: [d91e0e3679847] daemon started
23:01:27 [2019-09-27T23:01:27.439Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:249, shared: true, mustBeShared: true
23:01:27 [2019-09-27T23:01:27.439Z]     daemon.go:286: [d91e0e3679847] exiting daemon
23:01:27 [2019-09-27T23:01:27.439Z] === RUN   TestStopContainerWithTimeout
23:01:27 [2019-09-27T23:01:27.439Z] === RUN   TestStopContainerWithTimeout/0
23:01:27 [2019-09-27T23:01:27.439Z] === PAUSE TestStopContainerWithTimeout/0
23:01:27 [2019-09-27T23:01:27.439Z] === RUN   TestStopContainerWithTimeout/1
23:01:27 [2019-09-27T23:01:27.439Z] === PAUSE TestStopContainerWithTimeout/1
23:01:27 [2019-09-27T23:01:27.439Z] === RUN   TestStopContainerWithTimeout/3
23:01:27 [2019-09-27T23:01:27.439Z] === PAUSE TestStopContainerWithTimeout/3
23:01:27 [2019-09-27T23:01:27.439Z] === RUN   TestStopContainerWithTimeout/-1
23:01:27 [2019-09-27T23:01:27.439Z] === PAUSE TestStopContainerWithTimeout/-1
23:01:27 [2019-09-27T23:01:27.439Z] === CONT  TestStopContainerWithTimeout/0
23:01:27 [2019-09-27T23:01:27.439Z] === CONT  TestStopContainerWithTimeout/-1
23:01:28 [2019-09-27T23:01:28.801Z] === CONT  TestStopContainerWithTimeout/3
23:01:28 [2019-09-27T23:01:28.801Z] PASS: docker_cli_network_unix_test.go:1637: DockerSuite.TestDockerNetworkInternalMode	7.748s
23:01:30 [2019-09-27T23:01:30.685Z] === CONT  TestStopContainerWithTimeout/1
23:01:31 [2019-09-27T23:01:31.610Z] PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom	2.938s
23:01:32 [2019-09-27T23:01:32.972Z] --- PASS: TestStopContainerWithTimeout (0.02s)
23:01:32 [2019-09-27T23:01:32.972Z]     --- PASS: TestStopContainerWithTimeout/0 (1.10s)
23:01:32 [2019-09-27T23:01:32.972Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.23s)
23:01:32 [2019-09-27T23:01:32.972Z]     --- PASS: TestStopContainerWithTimeout/3 (2.95s)
23:01:32 [2019-09-27T23:01:32.972Z]     --- PASS: TestStopContainerWithTimeout/1 (2.14s)
23:01:32 [2019-09-27T23:01:32.972Z] === RUN   TestDeleteDevicemapper
23:01:32 [2019-09-27T23:01:32.972Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:01:32 [2019-09-27T23:01:32.972Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:01:32 [2019-09-27T23:01:32.972Z] === CONT  TestDaemonRestartIpcMode
23:01:34 [2019-09-27T23:01:34.857Z] PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind	3.210s
23:01:36 [2019-09-27T23:01:36.743Z] --- PASS: TestDaemonRestartIpcMode (3.69s)
23:01:36 [2019-09-27T23:01:36.743Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:302: [d6630a286f270] waiting for daemon to start
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:334: [d6630a286f270] daemon started
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:286: [d6630a286f270] exiting daemon
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:302: [d6630a286f270] waiting for daemon to start
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:334: [d6630a286f270] daemon started
23:01:36 [2019-09-27T23:01:36.743Z]     daemon.go:286: [d6630a286f270] exiting daemon
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestContainerInvalidJSON
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:01:36 [2019-09-27T23:01:36.743Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:01:36 [2019-09-27T23:01:36.743Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:01:36 [2019-09-27T23:01:36.743Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:01:36 [2019-09-27T23:01:36.743Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:01:36 [2019-09-27T23:01:36.743Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:01:36 [2019-09-27T23:01:36.743Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:01:36 [2019-09-27T23:01:36.743Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:01:36 [2019-09-27T23:01:36.743Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:01:36 [2019-09-27T23:01:36.743Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:01:36 [2019-09-27T23:01:36.743Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:01:36 [2019-09-27T23:01:36.743Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestCopyFromContainerPathIsNotDir
23:01:36 [2019-09-27T23:01:36.743Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:01:36 [2019-09-27T23:01:36.743Z] === RUN   TestCopyFromContainer
23:01:37 [2019-09-27T23:01:37.305Z] PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts	2.307s
23:01:38 [2019-09-27T23:01:38.667Z] PASS: docker_cli_network_unix_test.go:1614: DockerSuite.TestEmbeddedDNSInvalidInput	1.360s
23:01:38 [2019-09-27T23:01:38.923Z] === RUN   TestCopyFromContainer//
23:01:38 [2019-09-27T23:01:38.923Z] === RUN   TestCopyFromContainer//bar/root
23:01:38 [2019-09-27T23:01:38.923Z] === RUN   TestCopyFromContainer//bar/root/
23:01:39 [2019-09-27T23:01:39.179Z] === RUN   TestCopyFromContainer/bar/quux
23:01:39 [2019-09-27T23:01:39.435Z] === RUN   TestCopyFromContainer/bar/quux/
23:01:39 [2019-09-27T23:01:39.690Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:01:39 [2019-09-27T23:01:39.690Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:01:39 [2019-09-27T23:01:39.945Z] PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach	1.188s
23:01:39 [2019-09-27T23:01:39.945Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:01:39 [2019-09-27T23:01:39.945Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:01:40 [2019-09-27T23:01:40.201Z] === RUN   TestCopyFromContainer/bar/notarget
23:01:40 [2019-09-27T23:01:40.457Z] --- PASS: TestCopyFromContainer (3.62s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer// (0.09s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.20s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/quux (0.19s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.17s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s)
23:01:40 [2019-09-27T23:01:40.457Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.16s)
23:01:40 [2019-09-27T23:01:40.457Z] === RUN   TestDaemonRestartIpcMode
23:01:40 [2019-09-27T23:01:40.457Z] === PAUSE TestDaemonRestartIpcMode
23:01:40 [2019-09-27T23:01:40.457Z] === RUN   TestExecWithCloseStdin
23:01:41 [2019-09-27T23:01:41.017Z] PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit	1.153s
23:01:41 [2019-09-27T23:01:41.577Z] --- PASS: TestExecWithCloseStdin (1.06s)
23:01:41 [2019-09-27T23:01:41.577Z] === RUN   TestExecUser
23:01:42 [2019-09-27T23:01:42.137Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents	1.002s
23:01:42 [2019-09-27T23:01:42.697Z] --- PASS: TestExecUser (1.19s)
23:01:42 [2019-09-27T23:01:42.697Z] === RUN   TestHealthKillContainer
23:01:42 [2019-09-27T23:01:42.954Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort	1.036s
23:01:43 [2019-09-27T23:01:43.884Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch	0.865s
23:01:45 [2019-09-27T23:01:45.776Z] --- PASS: TestHealthKillContainer (2.98s)
23:01:45 [2019-09-27T23:01:45.776Z] === RUN   TestAPIIpcModeHost
23:01:45 [2019-09-27T23:01:45.776Z] PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate	1.636s
23:01:46 [2019-09-27T23:01:46.710Z] --- PASS: TestAPIIpcModeHost (0.86s)
23:01:46 [2019-09-27T23:01:46.710Z] === RUN   TestDaemonIpcModeShareable
23:01:47 [2019-09-27T23:01:47.636Z] PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName	1.348s
23:01:48 [2019-09-27T23:01:48.196Z] --- PASS: TestDaemonIpcModeShareable (1.64s)
23:01:48 [2019-09-27T23:01:48.196Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:01:48 [2019-09-27T23:01:48.196Z]     daemon.go:302: [d47fe0d2d315f] waiting for daemon to start
23:01:48 [2019-09-27T23:01:48.196Z]     daemon.go:334: [d47fe0d2d315f] daemon started
23:01:48 [2019-09-27T23:01:48.196Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:247, shared: true, mustBeShared: true
23:01:48 [2019-09-27T23:01:48.196Z]     daemon.go:286: [d47fe0d2d315f] exiting daemon
23:01:48 [2019-09-27T23:01:48.196Z] === RUN   TestDaemonIpcModePrivate
23:01:48 [2019-09-27T23:01:48.759Z] PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents	27.126s
23:01:50 [2019-09-27T23:01:50.122Z] --- PASS: TestDaemonIpcModePrivate (1.99s)
23:01:50 [2019-09-27T23:01:50.122Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:01:50 [2019-09-27T23:01:50.122Z]     daemon.go:302: [d0fc3e4be0a88] waiting for daemon to start
23:01:50 [2019-09-27T23:01:50.122Z]     daemon.go:334: [d0fc3e4be0a88] daemon started
23:01:50 [2019-09-27T23:01:50.122Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:260, shared: false, mustBeShared: false
23:01:50 [2019-09-27T23:01:50.122Z]     daemon.go:286: [d0fc3e4be0a88] exiting daemon
23:01:50 [2019-09-27T23:01:50.122Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:01:51 [2019-09-27T23:01:51.486Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart	3.914s
23:01:52 [2019-09-27T23:01:52.048Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.04s)
23:01:52 [2019-09-27T23:01:52.048Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:01:52 [2019-09-27T23:01:52.048Z]     daemon.go:302: [db4fcca8bee61] waiting for daemon to start
23:01:52 [2019-09-27T23:01:52.048Z]     daemon.go:334: [db4fcca8bee61] daemon started
23:01:52 [2019-09-27T23:01:52.048Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:260, shared: false, mustBeShared: false
23:01:52 [2019-09-27T23:01:52.048Z]     daemon.go:286: [db4fcca8bee61] exiting daemon
23:01:52 [2019-09-27T23:01:52.048Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:01:53 [2019-09-27T23:01:53.935Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
23:01:53 [2019-09-27T23:01:53.935Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:01:53 [2019-09-27T23:01:53.935Z]     daemon.go:302: [d540de1610d0b] waiting for daemon to start
23:01:53 [2019-09-27T23:01:53.935Z]     daemon.go:334: [d540de1610d0b] daemon started
23:01:53 [2019-09-27T23:01:53.935Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:267, shared: true, mustBeShared: true
23:01:53 [2019-09-27T23:01:53.935Z]     daemon.go:286: [d540de1610d0b] exiting daemon
23:01:53 [2019-09-27T23:01:53.935Z] === RUN   TestStopContainerWithTimeout
23:01:53 [2019-09-27T23:01:53.935Z] === RUN   TestStopContainerWithTimeout/0
23:01:53 [2019-09-27T23:01:53.935Z] === PAUSE TestStopContainerWithTimeout/0
23:01:53 [2019-09-27T23:01:53.935Z] === RUN   TestStopContainerWithTimeout/1
23:01:53 [2019-09-27T23:01:53.935Z] === PAUSE TestStopContainerWithTimeout/1
23:01:53 [2019-09-27T23:01:53.935Z] === RUN   TestStopContainerWithTimeout/3
23:01:53 [2019-09-27T23:01:53.935Z] === PAUSE TestStopContainerWithTimeout/3
23:01:53 [2019-09-27T23:01:53.935Z] === RUN   TestStopContainerWithTimeout/-1
23:01:53 [2019-09-27T23:01:53.935Z] === PAUSE TestStopContainerWithTimeout/-1
23:01:53 [2019-09-27T23:01:53.935Z] === CONT  TestStopContainerWithTimeout/0
23:01:53 [2019-09-27T23:01:53.935Z] === CONT  TestStopContainerWithTimeout/-1
23:01:54 [2019-09-27T23:01:54.495Z] PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork	2.745s
23:01:55 [2019-09-27T23:01:55.860Z] === CONT  TestStopContainerWithTimeout/3
23:01:57 [2019-09-27T23:01:57.224Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy	2.673s
23:01:57 [2019-09-27T23:01:57.224Z] === CONT  TestStopContainerWithTimeout/1
23:01:59 [2019-09-27T23:01:59.111Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer	1.729s
23:01:59 [2019-09-27T23:01:59.366Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:01:59 [2019-09-27T23:01:59.366Z]     --- PASS: TestStopContainerWithTimeout/0 (1.80s)
23:01:59 [2019-09-27T23:01:59.366Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.28s)
23:01:59 [2019-09-27T23:01:59.366Z]     --- PASS: TestStopContainerWithTimeout/3 (3.01s)
23:01:59 [2019-09-27T23:01:59.366Z]     --- PASS: TestStopContainerWithTimeout/1 (1.97s)
23:01:59 [2019-09-27T23:01:59.366Z] === RUN   TestDeleteDevicemapper
23:01:59 [2019-09-27T23:01:59.366Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:01:59 [2019-09-27T23:01:59.366Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:01:59 [2019-09-27T23:01:59.366Z] === CONT  TestDaemonRestartIpcMode
23:01:59 [2019-09-27T23:01:59.622Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction	0.549s
23:02:00 [2019-09-27T23:02:00.548Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels	0.659s
23:02:01 [2019-09-27T23:02:01.910Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName	1.384s
23:02:02 [2019-09-27T23:02:02.165Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels	0.229s
23:02:02 [2019-09-27T23:02:02.421Z] PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID	0.050s
23:02:02 [2019-09-27T23:02:02.676Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType	0.395s
23:02:02 [2019-09-27T23:02:02.931Z] PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType	0.066s
23:02:02 [2019-09-27T23:02:02.931Z] PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID	0.043s
23:02:02 [2019-09-27T23:02:02.931Z] --- PASS: TestDaemonRestartIpcMode (3.81s)
23:02:02 [2019-09-27T23:02:02.931Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:302: [d0e5b536fabb1] waiting for daemon to start
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:334: [d0e5b536fabb1] daemon started
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:286: [d0e5b536fabb1] exiting daemon
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:302: [d0e5b536fabb1] waiting for daemon to start
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:334: [d0e5b536fabb1] daemon started
23:02:02 [2019-09-27T23:02:02.931Z]     daemon.go:286: [d0e5b536fabb1] exiting daemon
23:02:02 [2019-09-27T23:02:02.931Z] === RUN   TestContainerInvalidJSON
23:02:03 [2019-09-27T23:02:03.186Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:02:03 [2019-09-27T23:02:03.186Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:02:03 [2019-09-27T23:02:03.186Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:02:03 [2019-09-27T23:02:03.186Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:02:03 [2019-09-27T23:02:03.186Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:02:03 [2019-09-27T23:02:03.186Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:02:03 [2019-09-27T23:02:03.186Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:02:03 [2019-09-27T23:02:03.186Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:02:03 [2019-09-27T23:02:03.186Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:02:03 [2019-09-27T23:02:03.186Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:02:03 [2019-09-27T23:02:03.186Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
23:02:03 [2019-09-27T23:02:03.186Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
23:02:03 [2019-09-27T23:02:03.186Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:02:03 [2019-09-27T23:02:03.186Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:02:03 [2019-09-27T23:02:03.186Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:02:03 [2019-09-27T23:02:03.186Z] === RUN   TestCopyFromContainerPathIsNotDir
23:02:03 [2019-09-27T23:02:03.442Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:02:03 [2019-09-27T23:02:03.442Z] === RUN   TestCopyFromContainer
23:02:04 [2019-09-27T23:02:04.807Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters	1.858s
23:02:05 [2019-09-27T23:02:05.367Z] === RUN   TestCopyFromContainer//
23:02:05 [2019-09-27T23:02:05.367Z] === RUN   TestCopyFromContainer//bar/root
23:02:05 [2019-09-27T23:02:05.367Z] === RUN   TestCopyFromContainer//bar/root/
23:02:05 [2019-09-27T23:02:05.623Z] === RUN   TestCopyFromContainer/bar/quux
23:02:05 [2019-09-27T23:02:05.623Z] === RUN   TestCopyFromContainer/bar/quux/
23:02:05 [2019-09-27T23:02:05.623Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:02:05 [2019-09-27T23:02:05.878Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:02:05 [2019-09-27T23:02:05.878Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:02:05 [2019-09-27T23:02:05.878Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:02:06 [2019-09-27T23:02:06.133Z] === RUN   TestCopyFromContainer/bar/notarget
23:02:06 [2019-09-27T23:02:06.392Z] --- PASS: TestCopyFromContainer (2.97s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s)
23:02:06 [2019-09-27T23:02:06.392Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
23:02:06 [2019-09-27T23:02:06.392Z] === RUN   TestDaemonRestartIpcMode
23:02:06 [2019-09-27T23:02:06.392Z] === PAUSE TestDaemonRestartIpcMode
23:02:06 [2019-09-27T23:02:06.392Z] === RUN   TestExecWithCloseStdin
23:02:06 [2019-09-27T23:02:06.648Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat	1.847s
23:02:06 [2019-09-27T23:02:06.648Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField	0.009s
23:02:06 [2019-09-27T23:02:06.648Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc	0.008s
23:02:07 [2019-09-27T23:02:07.574Z] --- PASS: TestExecWithCloseStdin (1.09s)
23:02:07 [2019-09-27T23:02:07.574Z] === RUN   TestExecUser
23:02:07 [2019-09-27T23:02:07.829Z] PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport	1.084s
23:02:08 [2019-09-27T23:02:08.085Z] PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad	0.318s
23:02:08 [2019-09-27T23:02:08.340Z] --- PASS: TestExecUser (1.06s)
23:02:08 [2019-09-27T23:02:08.340Z] === RUN   TestHealthKillContainer
23:02:08 [2019-09-27T23:02:08.900Z] PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull	0.767s
23:02:09 [2019-09-27T23:02:09.824Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag	1.024s
23:02:10 [2019-09-27T23:02:10.080Z] PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete	0.295s
23:02:10 [2019-09-27T23:02:10.080Z] SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport)
23:02:10 [2019-09-27T23:02:10.080Z] SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport)
23:02:11 [2019-09-27T23:02:11.441Z] --- PASS: TestHealthKillContainer (3.03s)
23:02:11 [2019-09-27T23:02:11.441Z] === RUN   TestAPIIpcModeHost
23:02:12 [2019-09-27T23:02:12.002Z] PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps	1.810s
23:02:12 [2019-09-27T23:02:12.257Z] --- PASS: TestAPIIpcModeHost (0.86s)
23:02:12 [2019-09-27T23:02:12.257Z] === RUN   TestDaemonIpcModeShareable
23:02:12 [2019-09-27T23:02:12.817Z] PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout	0.932s
23:02:14 [2019-09-27T23:02:14.182Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename	0.955s
23:02:14 [2019-09-27T23:02:14.182Z] --- PASS: TestDaemonIpcModeShareable (1.79s)
23:02:14 [2019-09-27T23:02:14.182Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:02:14 [2019-09-27T23:02:14.182Z]     daemon.go:302: [dff461771038f] waiting for daemon to start
23:02:14 [2019-09-27T23:02:14.182Z]     daemon.go:334: [dff461771038f] daemon started
23:02:14 [2019-09-27T23:02:14.182Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:271, shared: true, mustBeShared: true
23:02:14 [2019-09-27T23:02:14.182Z]     daemon.go:286: [dff461771038f] exiting daemon
23:02:14 [2019-09-27T23:02:14.182Z] === RUN   TestDaemonIpcModePrivate
23:02:15 [2019-09-27T23:02:15.106Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize	1.037s
23:02:16 [2019-09-27T23:02:16.031Z] --- PASS: TestDaemonIpcModePrivate (1.71s)
23:02:16 [2019-09-27T23:02:16.031Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:02:16 [2019-09-27T23:02:16.031Z]     daemon.go:302: [d0bd1d6612db0] waiting for daemon to start
23:02:16 [2019-09-27T23:02:16.031Z]     daemon.go:334: [d0bd1d6612db0] daemon started
23:02:16 [2019-09-27T23:02:16.031Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:279, shared: false, mustBeShared: false
23:02:16 [2019-09-27T23:02:16.031Z]     daemon.go:286: [d0bd1d6612db0] exiting daemon
23:02:16 [2019-09-27T23:02:16.031Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:02:16 [2019-09-27T23:02:16.031Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture	0.763s
23:02:16 [2019-09-27T23:02:16.959Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate	0.873s
23:02:16 [2019-09-27T23:02:16.959Z] PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting	11.198s
23:02:17 [2019-09-27T23:02:17.519Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s)
23:02:17 [2019-09-27T23:02:17.519Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:02:17 [2019-09-27T23:02:17.519Z]     daemon.go:302: [df3e2193ad7a3] waiting for daemon to start
23:02:17 [2019-09-27T23:02:17.519Z]     daemon.go:334: [df3e2193ad7a3] daemon started
23:02:17 [2019-09-27T23:02:17.519Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:273, shared: false, mustBeShared: false
23:02:17 [2019-09-27T23:02:17.519Z]     daemon.go:286: [df3e2193ad7a3] exiting daemon
23:02:17 [2019-09-27T23:02:17.519Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:02:18 [2019-09-27T23:02:18.079Z] PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming	0.956s
23:02:19 [2019-09-27T23:02:19.440Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s)
23:02:19 [2019-09-27T23:02:19.440Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:02:19 [2019-09-27T23:02:19.440Z]     daemon.go:302: [d888f0dd7146b] waiting for daemon to start
23:02:19 [2019-09-27T23:02:19.440Z]     daemon.go:334: [d888f0dd7146b] daemon started
23:02:19 [2019-09-27T23:02:19.440Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:265, shared: true, mustBeShared: true
23:02:19 [2019-09-27T23:02:19.440Z]     daemon.go:286: [d888f0dd7146b] exiting daemon
23:02:19 [2019-09-27T23:02:19.440Z] === RUN   TestStopContainerWithTimeout
23:02:19 [2019-09-27T23:02:19.440Z] === RUN   TestStopContainerWithTimeout/0
23:02:19 [2019-09-27T23:02:19.440Z] === PAUSE TestStopContainerWithTimeout/0
23:02:19 [2019-09-27T23:02:19.440Z] === RUN   TestStopContainerWithTimeout/1
23:02:19 [2019-09-27T23:02:19.440Z] === PAUSE TestStopContainerWithTimeout/1
23:02:19 [2019-09-27T23:02:19.440Z] === RUN   TestStopContainerWithTimeout/3
23:02:19 [2019-09-27T23:02:19.440Z] === PAUSE TestStopContainerWithTimeout/3
23:02:19 [2019-09-27T23:02:19.440Z] === RUN   TestStopContainerWithTimeout/-1
23:02:19 [2019-09-27T23:02:19.440Z] === PAUSE TestStopContainerWithTimeout/-1
23:02:19 [2019-09-27T23:02:19.440Z] === CONT  TestStopContainerWithTimeout/0
23:02:19 [2019-09-27T23:02:19.440Z] === CONT  TestStopContainerWithTimeout/3
23:02:20 [2019-09-27T23:02:20.804Z] === CONT  TestStopContainerWithTimeout/-1
23:02:21 [2019-09-27T23:02:21.365Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats	3.253s
23:02:22 [2019-09-27T23:02:22.730Z] === CONT  TestStopContainerWithTimeout/1
23:02:22 [2019-09-27T23:02:22.730Z] PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop	1.475s
23:02:24 [2019-09-27T23:02:24.618Z] --- PASS: TestStopContainerWithTimeout (0.06s)
23:02:24 [2019-09-27T23:02:24.618Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
23:02:24 [2019-09-27T23:02:24.618Z]     --- PASS: TestStopContainerWithTimeout/3 (3.25s)
23:02:24 [2019-09-27T23:02:24.618Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.83s)
23:02:24 [2019-09-27T23:02:24.618Z]     --- PASS: TestStopContainerWithTimeout/1 (1.90s)
23:02:24 [2019-09-27T23:02:24.618Z] === RUN   TestDeleteDevicemapper
23:02:24 [2019-09-27T23:02:24.618Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:02:24 [2019-09-27T23:02:24.618Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:02:24 [2019-09-27T23:02:24.618Z] === CONT  TestDaemonRestartIpcMode
23:02:25 [2019-09-27T23:02:25.544Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag	2.627s
23:02:26 [2019-09-27T23:02:26.907Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast	1.464s
23:02:28 [2019-09-27T23:02:28.268Z] PASS: docker_cli_exec_test.go:29: DockerSuite.TestExec	0.806s
23:02:28 [2019-09-27T23:02:28.268Z] --- PASS: TestDaemonRestartIpcMode (3.80s)
23:02:28 [2019-09-27T23:02:28.268Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:302: [d10558825a608] waiting for daemon to start
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:334: [d10558825a608] daemon started
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:286: [d10558825a608] exiting daemon
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:302: [d10558825a608] waiting for daemon to start
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:334: [d10558825a608] daemon started
23:02:28 [2019-09-27T23:02:28.268Z]     daemon.go:286: [d10558825a608] exiting daemon
23:02:28 [2019-09-27T23:02:28.268Z] === RUN   TestContainerInvalidJSON
23:02:28 [2019-09-27T23:02:28.268Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:02:28 [2019-09-27T23:02:28.268Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:02:28 [2019-09-27T23:02:28.268Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:02:28 [2019-09-27T23:02:28.268Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:02:28 [2019-09-27T23:02:28.268Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:02:28 [2019-09-27T23:02:28.268Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:02:28 [2019-09-27T23:02:28.268Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:02:28 [2019-09-27T23:02:28.268Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:02:28 [2019-09-27T23:02:28.268Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:02:28 [2019-09-27T23:02:28.268Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:02:28 [2019-09-27T23:02:28.268Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:02:28 [2019-09-27T23:02:28.268Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:02:28 [2019-09-27T23:02:28.268Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:02:28 [2019-09-27T23:02:28.268Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:02:28 [2019-09-27T23:02:28.524Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:02:28 [2019-09-27T23:02:28.524Z] === RUN   TestCopyFromContainerPathIsNotDir
23:02:28 [2019-09-27T23:02:28.524Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:02:28 [2019-09-27T23:02:28.524Z] === RUN   TestCopyFromContainer
23:02:29 [2019-09-27T23:02:29.084Z] PASS: docker_api_exec_test.go:63: DockerSuite.TestExecAPICreateContainerPaused	0.656s
23:02:30 [2019-09-27T23:02:30.009Z] PASS: docker_api_exec_test.go:26: DockerSuite.TestExecAPICreateNoCmd	0.630s
23:02:30 [2019-09-27T23:02:30.264Z] === RUN   TestCopyFromContainer//
23:02:30 [2019-09-27T23:02:30.520Z] === RUN   TestCopyFromContainer//bar/root
23:02:30 [2019-09-27T23:02:30.520Z] === RUN   TestCopyFromContainer//bar/root/
23:02:30 [2019-09-27T23:02:30.775Z] === RUN   TestCopyFromContainer/bar/quux
23:02:30 [2019-09-27T23:02:30.775Z] === RUN   TestCopyFromContainer/bar/quux/
23:02:31 [2019-09-27T23:02:31.031Z] PASS: docker_api_exec_test.go:42: DockerSuite.TestExecAPICreateNoValidContentType	0.856s
23:02:31 [2019-09-27T23:02:31.031Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:02:31 [2019-09-27T23:02:31.031Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:02:31 [2019-09-27T23:02:31.286Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:02:31 [2019-09-27T23:02:31.286Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:02:31 [2019-09-27T23:02:31.544Z] === RUN   TestCopyFromContainer/bar/notarget
23:02:31 [2019-09-27T23:02:31.544Z] --- PASS: TestCopyFromContainer (3.06s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer// (0.12s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/quux (0.17s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
23:02:31 [2019-09-27T23:02:31.544Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
23:02:31 [2019-09-27T23:02:31.544Z] === RUN   TestDaemonRestartIpcMode
23:02:31 [2019-09-27T23:02:31.544Z] === PAUSE TestDaemonRestartIpcMode
23:02:31 [2019-09-27T23:02:31.544Z] === RUN   TestExecWithCloseStdin
23:02:32 [2019-09-27T23:02:32.908Z] --- PASS: TestExecWithCloseStdin (1.05s)
23:02:32 [2019-09-27T23:02:32.908Z] === RUN   TestExecUser
23:02:33 [2019-09-27T23:02:33.164Z] PASS: docker_api_exec_test.go:82: DockerSuite.TestExecAPIStart	1.906s
23:02:33 [2019-09-27T23:02:33.724Z] --- PASS: TestExecUser (0.91s)
23:02:33 [2019-09-27T23:02:33.724Z] === RUN   TestHealthKillContainer
23:02:33 [2019-09-27T23:02:33.980Z] PASS: docker_api_exec_test.go:119: DockerSuite.TestExecAPIStartBackwardsCompatible	0.674s
23:02:34 [2019-09-27T23:02:34.907Z] PASS: docker_api_exec_test.go:109: DockerSuite.TestExecAPIStartEnsureHeaders	0.672s
23:02:35 [2019-09-27T23:02:35.834Z] PASS: docker_api_exec_test.go:191: DockerSuite.TestExecAPIStartInvalidCommand	0.745s
23:02:36 [2019-09-27T23:02:36.395Z] --- PASS: TestHealthKillContainer (2.89s)
23:02:36 [2019-09-27T23:02:36.395Z] === RUN   TestAPIIpcModeHost
23:02:36 [2019-09-27T23:02:36.956Z] PASS: docker_api_exec_test.go:134: DockerSuite.TestExecAPIStartMultipleTimesError	0.786s
23:02:37 [2019-09-27T23:02:37.211Z] --- PASS: TestAPIIpcModeHost (0.82s)
23:02:37 [2019-09-27T23:02:37.211Z] === RUN   TestDaemonIpcModeShareable
23:02:38 [2019-09-27T23:02:38.136Z] PASS: docker_api_exec_test.go:175: DockerSuite.TestExecAPIStartValidCommand	0.861s
23:02:39 [2019-09-27T23:02:39.063Z] PASS: docker_api_exec_test.go:144: DockerSuite.TestExecAPIStartWithDetach	0.725s
23:02:39 [2019-09-27T23:02:39.319Z] --- PASS: TestDaemonIpcModeShareable (2.10s)
23:02:39 [2019-09-27T23:02:39.319Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:02:39 [2019-09-27T23:02:39.319Z]     daemon.go:302: [deab4377e23fb] waiting for daemon to start
23:02:39 [2019-09-27T23:02:39.319Z]     daemon.go:334: [deab4377e23fb] daemon started
23:02:39 [2019-09-27T23:02:39.319Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:345, shared: true, mustBeShared: true
23:02:39 [2019-09-27T23:02:39.319Z]     daemon.go:286: [deab4377e23fb] exiting daemon
23:02:39 [2019-09-27T23:02:39.319Z] === RUN   TestDaemonIpcModePrivate
23:02:41 [2019-09-27T23:02:41.214Z] PASS: docker_cli_exec_test.go:74: DockerSuite.TestExecAfterContainerRestart	1.839s
23:02:41 [2019-09-27T23:02:41.469Z] --- PASS: TestDaemonIpcModePrivate (1.96s)
23:02:41 [2019-09-27T23:02:41.469Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:02:41 [2019-09-27T23:02:41.469Z]     daemon.go:302: [d82a4fcf5f6df] waiting for daemon to start
23:02:41 [2019-09-27T23:02:41.469Z]     daemon.go:334: [d82a4fcf5f6df] daemon started
23:02:41 [2019-09-27T23:02:41.469Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:360, shared: false, mustBeShared: false
23:02:41 [2019-09-27T23:02:41.469Z]     daemon.go:286: [d82a4fcf5f6df] exiting daemon
23:02:41 [2019-09-27T23:02:41.469Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:02:42 [2019-09-27T23:02:42.833Z] PASS: docker_cli_exec_test.go:252: DockerSuite.TestExecCgroup	1.380s
23:02:43 [2019-09-27T23:02:43.394Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.07s)
23:02:43 [2019-09-27T23:02:43.394Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:02:43 [2019-09-27T23:02:43.394Z]     daemon.go:302: [de107dd310b40] waiting for daemon to start
23:02:43 [2019-09-27T23:02:43.394Z]     daemon.go:334: [de107dd310b40] daemon started
23:02:43 [2019-09-27T23:02:43.394Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:363, shared: false, mustBeShared: false
23:02:43 [2019-09-27T23:02:43.394Z]     daemon.go:286: [de107dd310b40] exiting daemon
23:02:43 [2019-09-27T23:02:43.394Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:02:43 [2019-09-27T23:02:43.954Z] PASS: docker_cli_exec_test.go:104: DockerSuite.TestExecEnv	0.813s
23:02:45 [2019-09-27T23:02:45.319Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s)
23:02:45 [2019-09-27T23:02:45.319Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:02:45 [2019-09-27T23:02:45.319Z]     daemon.go:302: [d89c4e3203e8b] waiting for daemon to start
23:02:45 [2019-09-27T23:02:45.319Z]     daemon.go:334: [d89c4e3203e8b] daemon started
23:02:45 [2019-09-27T23:02:45.319Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:354, shared: true, mustBeShared: true
23:02:45 [2019-09-27T23:02:45.319Z]     daemon.go:286: [d89c4e3203e8b] exiting daemon
23:02:45 [2019-09-27T23:02:45.319Z] === RUN   TestStopContainerWithTimeout
23:02:45 [2019-09-27T23:02:45.319Z] === RUN   TestStopContainerWithTimeout/0
23:02:45 [2019-09-27T23:02:45.319Z] === PAUSE TestStopContainerWithTimeout/0
23:02:45 [2019-09-27T23:02:45.319Z] === RUN   TestStopContainerWithTimeout/1
23:02:45 [2019-09-27T23:02:45.319Z] === PAUSE TestStopContainerWithTimeout/1
23:02:45 [2019-09-27T23:02:45.319Z] === RUN   TestStopContainerWithTimeout/3
23:02:45 [2019-09-27T23:02:45.319Z] === PAUSE TestStopContainerWithTimeout/3
23:02:45 [2019-09-27T23:02:45.319Z] === RUN   TestStopContainerWithTimeout/-1
23:02:45 [2019-09-27T23:02:45.319Z] === PAUSE TestStopContainerWithTimeout/-1
23:02:45 [2019-09-27T23:02:45.319Z] === CONT  TestStopContainerWithTimeout/0
23:02:45 [2019-09-27T23:02:45.319Z] === CONT  TestStopContainerWithTimeout/3
23:02:45 [2019-09-27T23:02:45.879Z] PASS: docker_cli_exec_test.go:529: DockerSuite.TestExecEnvLinksHost	1.420s
23:02:46 [2019-09-27T23:02:46.134Z] === CONT  TestStopContainerWithTimeout/-1
23:02:47 [2019-09-27T23:02:47.060Z] PASS: docker_cli_exec_test.go:130: DockerSuite.TestExecExitStatus	0.875s
23:02:48 [2019-09-27T23:02:48.422Z] === CONT  TestStopContainerWithTimeout/1
23:02:49 [2019-09-27T23:02:49.346Z] PASS: docker_cli_exec_test.go:305: DockerSuite.TestExecInspectID	2.037s
23:02:49 [2019-09-27T23:02:49.906Z] --- PASS: TestStopContainerWithTimeout (0.02s)
23:02:49 [2019-09-27T23:02:49.906Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
23:02:49 [2019-09-27T23:02:49.906Z]     --- PASS: TestStopContainerWithTimeout/3 (3.06s)
23:02:49 [2019-09-27T23:02:49.906Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.98s)
23:02:49 [2019-09-27T23:02:49.906Z]     --- PASS: TestStopContainerWithTimeout/1 (1.73s)
23:02:49 [2019-09-27T23:02:49.906Z] === RUN   TestDeleteDevicemapper
23:02:49 [2019-09-27T23:02:49.906Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:02:49 [2019-09-27T23:02:49.906Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:02:49 [2019-09-27T23:02:49.906Z] === CONT  TestDaemonRestartIpcMode
23:02:50 [2019-09-27T23:02:50.161Z] PASS: docker_cli_exec_test.go:38: DockerSuite.TestExecInteractive	0.734s
23:02:51 [2019-09-27T23:02:51.086Z] PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose	0.784s
23:02:52 [2019-09-27T23:02:52.011Z] PASS: docker_cli_exec_test.go:485: DockerSuite.TestExecOnReadonlyContainer	0.674s
23:02:52 [2019-09-27T23:02:52.935Z] PASS: docker_cli_exec_test.go:210: DockerSuite.TestExecParseError	0.600s
23:02:53 [2019-09-27T23:02:53.191Z] --- PASS: TestDaemonRestartIpcMode (3.37s)
23:02:53 [2019-09-27T23:02:53.191Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:302: [d8b7aeeb9d738] waiting for daemon to start
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:334: [d8b7aeeb9d738] daemon started
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:286: [d8b7aeeb9d738] exiting daemon
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:302: [d8b7aeeb9d738] waiting for daemon to start
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:334: [d8b7aeeb9d738] daemon started
23:02:53 [2019-09-27T23:02:53.191Z]     daemon.go:286: [d8b7aeeb9d738] exiting daemon
23:02:53 [2019-09-27T23:02:53.191Z] === RUN   TestContainerInvalidJSON
23:02:53 [2019-09-27T23:02:53.447Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:02:53 [2019-09-27T23:02:53.447Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:02:53 [2019-09-27T23:02:53.447Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:02:53 [2019-09-27T23:02:53.447Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:02:53 [2019-09-27T23:02:53.447Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:02:53 [2019-09-27T23:02:53.447Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:02:53 [2019-09-27T23:02:53.447Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:02:53 [2019-09-27T23:02:53.447Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:02:53 [2019-09-27T23:02:53.447Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:02:53 [2019-09-27T23:02:53.447Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:02:53 [2019-09-27T23:02:53.447Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:02:53 [2019-09-27T23:02:53.447Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:02:53 [2019-09-27T23:02:53.447Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:02:53 [2019-09-27T23:02:53.447Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:02:53 [2019-09-27T23:02:53.447Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:02:53 [2019-09-27T23:02:53.447Z] === RUN   TestCopyFromContainerPathIsNotDir
23:02:53 [2019-09-27T23:02:53.704Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
23:02:53 [2019-09-27T23:02:53.704Z] === RUN   TestCopyFromContainer
23:02:53 [2019-09-27T23:02:53.959Z] PASS: docker_cli_exec_test.go:137: DockerSuite.TestExecPausedContainer	0.628s
23:02:54 [2019-09-27T23:02:54.885Z] PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt	0.669s
23:02:55 [2019-09-27T23:02:55.445Z] === RUN   TestCopyFromContainer//
23:02:55 [2019-09-27T23:02:55.445Z] === RUN   TestCopyFromContainer//bar/root
23:02:55 [2019-09-27T23:02:55.445Z] === RUN   TestCopyFromContainer//bar/root/
23:02:55 [2019-09-27T23:02:55.445Z] === RUN   TestCopyFromContainer/bar/quux
23:02:55 [2019-09-27T23:02:55.700Z] === RUN   TestCopyFromContainer/bar/quux/
23:02:55 [2019-09-27T23:02:55.700Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:02:55 [2019-09-27T23:02:55.955Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:02:55 [2019-09-27T23:02:55.955Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:02:55 [2019-09-27T23:02:55.956Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:02:56 [2019-09-27T23:02:56.211Z] === RUN   TestCopyFromContainer/bar/notarget
23:02:56 [2019-09-27T23:02:56.211Z] --- PASS: TestCopyFromContainer (2.71s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
23:02:56 [2019-09-27T23:02:56.211Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:02:56 [2019-09-27T23:02:56.211Z] === RUN   TestDaemonRestartIpcMode
23:02:56 [2019-09-27T23:02:56.211Z] === PAUSE TestDaemonRestartIpcMode
23:02:56 [2019-09-27T23:02:56.211Z] === RUN   TestExecWithCloseStdin
23:02:57 [2019-09-27T23:02:57.139Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart	1.780s
23:02:57 [2019-09-27T23:02:57.394Z] --- PASS: TestExecWithCloseStdin (1.14s)
23:02:57 [2019-09-27T23:02:57.394Z] === RUN   TestExecUser
23:02:57 [2019-09-27T23:02:57.955Z] PASS: docker_cli_exec_test.go:119: DockerSuite.TestExecSetEnv	0.658s
23:02:58 [2019-09-27T23:02:58.515Z] --- PASS: TestExecUser (0.94s)
23:02:58 [2019-09-27T23:02:58.515Z] === RUN   TestHealthKillContainer
23:02:58 [2019-09-27T23:02:58.781Z] PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate	30.326s
23:02:59 [2019-09-27T23:02:59.036Z] PASS: docker_cli_exec_test.go:505: DockerSuite.TestExecStartFails	0.741s
23:03:01 [2019-09-27T23:03:01.549Z] --- PASS: TestHealthKillContainer (3.17s)
23:03:01 [2019-09-27T23:03:01.549Z] === RUN   TestAPIIpcModeHost
23:03:02 [2019-09-27T23:03:02.914Z] --- PASS: TestAPIIpcModeHost (1.25s)
23:03:02 [2019-09-27T23:03:02.914Z] === RUN   TestDaemonIpcModeShareable
23:03:04 [2019-09-27T23:03:04.799Z] --- PASS: TestDaemonIpcModeShareable (1.68s)
23:03:04 [2019-09-27T23:03:04.799Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:03:04 [2019-09-27T23:03:04.799Z]     daemon.go:302: [dabddee1c98e2] waiting for daemon to start
23:03:04 [2019-09-27T23:03:04.799Z]     daemon.go:334: [dabddee1c98e2] daemon started
23:03:04 [2019-09-27T23:03:04.799Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:391, shared: true, mustBeShared: true
23:03:04 [2019-09-27T23:03:04.799Z]     daemon.go:286: [dabddee1c98e2] exiting daemon
23:03:04 [2019-09-27T23:03:04.799Z] === RUN   TestDaemonIpcModePrivate
23:03:06 [2019-09-27T23:03:06.683Z] --- PASS: TestDaemonIpcModePrivate (1.82s)
23:03:06 [2019-09-27T23:03:06.683Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:03:06 [2019-09-27T23:03:06.683Z]     daemon.go:302: [dae9b8c6fa706] waiting for daemon to start
23:03:06 [2019-09-27T23:03:06.683Z]     daemon.go:334: [dae9b8c6fa706] daemon started
23:03:06 [2019-09-27T23:03:06.683Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:397, shared: false, mustBeShared: false
23:03:06 [2019-09-27T23:03:06.683Z]     daemon.go:286: [dae9b8c6fa706] exiting daemon
23:03:06 [2019-09-27T23:03:06.683Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:03:08 [2019-09-27T23:03:08.044Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.69s)
23:03:08 [2019-09-27T23:03:08.044Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:03:08 [2019-09-27T23:03:08.044Z]     daemon.go:302: [d841c4ae414a4] waiting for daemon to start
23:03:08 [2019-09-27T23:03:08.044Z]     daemon.go:334: [d841c4ae414a4] daemon started
23:03:08 [2019-09-27T23:03:08.044Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:307, shared: false, mustBeShared: false
23:03:08 [2019-09-27T23:03:08.044Z]     daemon.go:286: [d841c4ae414a4] exiting daemon
23:03:08 [2019-09-27T23:03:08.044Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:03:09 [2019-09-27T23:03:09.928Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.98s)
23:03:09 [2019-09-27T23:03:09.928Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:03:09 [2019-09-27T23:03:09.928Z]     daemon.go:302: [d65c060aadb49] waiting for daemon to start
23:03:09 [2019-09-27T23:03:09.928Z]     daemon.go:334: [d65c060aadb49] daemon started
23:03:09 [2019-09-27T23:03:09.928Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:267, shared: true, mustBeShared: true
23:03:09 [2019-09-27T23:03:09.928Z]     daemon.go:286: [d65c060aadb49] exiting daemon
23:03:09 [2019-09-27T23:03:09.928Z] === RUN   TestStopContainerWithTimeout
23:03:09 [2019-09-27T23:03:09.929Z] === RUN   TestStopContainerWithTimeout/0
23:03:09 [2019-09-27T23:03:09.929Z] === PAUSE TestStopContainerWithTimeout/0
23:03:09 [2019-09-27T23:03:09.929Z] === RUN   TestStopContainerWithTimeout/1
23:03:09 [2019-09-27T23:03:09.929Z] === PAUSE TestStopContainerWithTimeout/1
23:03:09 [2019-09-27T23:03:09.929Z] === RUN   TestStopContainerWithTimeout/3
23:03:09 [2019-09-27T23:03:09.929Z] === PAUSE TestStopContainerWithTimeout/3
23:03:09 [2019-09-27T23:03:09.929Z] === RUN   TestStopContainerWithTimeout/-1
23:03:09 [2019-09-27T23:03:09.929Z] === PAUSE TestStopContainerWithTimeout/-1
23:03:09 [2019-09-27T23:03:09.929Z] === CONT  TestStopContainerWithTimeout/0
23:03:09 [2019-09-27T23:03:09.929Z] === CONT  TestStopContainerWithTimeout/-1
23:03:10 [2019-09-27T23:03:10.183Z] PASS: docker_api_exec_test.go:209: DockerSuite.TestExecStateCleanup	11.267s
23:03:11 [2019-09-27T23:03:11.548Z] === CONT  TestStopContainerWithTimeout/3
23:03:11 [2019-09-27T23:03:11.548Z] PASS: docker_cli_exec_test.go:224: DockerSuite.TestExecStopNotHanging	1.272s
23:03:12 [2019-09-27T23:03:12.912Z] PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY	0.957s
23:03:13 [2019-09-27T23:03:13.168Z] === CONT  TestStopContainerWithTimeout/1
23:03:14 [2019-09-27T23:03:14.095Z] PASS: docker_cli_exec_test.go:152: DockerSuite.TestExecTTYCloseStdin	0.966s
23:03:15 [2019-09-27T23:03:15.020Z] PASS: docker_cli_exec_test.go:173: DockerSuite.TestExecTTYWithoutStdin	0.677s
23:03:15 [2019-09-27T23:03:15.020Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:03:15 [2019-09-27T23:03:15.020Z]     --- PASS: TestStopContainerWithTimeout/0 (1.46s)
23:03:15 [2019-09-27T23:03:15.020Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.12s)
23:03:15 [2019-09-27T23:03:15.020Z]     --- PASS: TestStopContainerWithTimeout/3 (2.85s)
23:03:15 [2019-09-27T23:03:15.020Z]     --- PASS: TestStopContainerWithTimeout/1 (1.87s)
23:03:15 [2019-09-27T23:03:15.020Z] === RUN   TestDeleteDevicemapper
23:03:15 [2019-09-27T23:03:15.020Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:03:15 [2019-09-27T23:03:15.020Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:03:15 [2019-09-27T23:03:15.020Z] === CONT  TestDaemonRestartIpcMode
23:03:16 [2019-09-27T23:03:16.383Z] PASS: docker_cli_exec_test.go:493: DockerSuite.TestExecUlimits	1.025s
23:03:16 [2019-09-27T23:03:16.383Z] SKIP: docker_cli_exec_test.go:538: DockerSuite.TestExecWindowsOpenHandles (unmatched requirement DaemonIsWindows)
23:03:16 [2019-09-27T23:03:16.383Z] SKIP: docker_cli_exec_test.go:519: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows)
23:03:18 [2019-09-27T23:03:18.897Z] PASS: docker_cli_exec_test.go:472: DockerSuite.TestExecWithImageUser	2.461s
23:03:19 [2019-09-27T23:03:19.824Z] --- PASS: TestDaemonRestartIpcMode (4.76s)
23:03:19 [2019-09-27T23:03:19.824Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:302: [dd2079a85d7f4] waiting for daemon to start
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:334: [dd2079a85d7f4] daemon started
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:286: [dd2079a85d7f4] exiting daemon
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:302: [dd2079a85d7f4] waiting for daemon to start
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:334: [dd2079a85d7f4] daemon started
23:03:19 [2019-09-27T23:03:19.824Z]     daemon.go:286: [dd2079a85d7f4] exiting daemon
23:03:19 [2019-09-27T23:03:19.824Z] PASS
23:03:19 [2019-09-27T23:03:19.824Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:19 [2019-09-27T23:03:19.824Z] INFO: Testing against a local daemon
23:03:19 [2019-09-27T23:03:19.824Z] === RUN   TestImagesFilterMultiReference
23:03:20 [2019-09-27T23:03:20.086Z] --- PASS: TestImagesFilterMultiReference (0.09s)
23:03:20 [2019-09-27T23:03:20.086Z] === RUN   TestImagesFilterMultiReference
23:03:20 [2019-09-27T23:03:20.086Z] --- PASS: TestImagesFilterMultiReference (0.08s)
23:03:20 [2019-09-27T23:03:20.086Z] === RUN   TestImagesFilterMultiReference
23:03:20 [2019-09-27T23:03:20.086Z] --- PASS: TestImagesFilterMultiReference (0.10s)
23:03:20 [2019-09-27T23:03:20.086Z] === RUN   TestImagesFilterMultiReference
23:03:20 [2019-09-27T23:03:20.345Z] --- PASS: TestImagesFilterMultiReference (0.12s)
23:03:20 [2019-09-27T23:03:20.345Z] === RUN   TestImagesFilterMultiReference
23:03:20 [2019-09-27T23:03:20.345Z] PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM	1.031s
23:03:20 [2019-09-27T23:03:20.345Z] --- PASS: TestImagesFilterMultiReference (0.09s)
23:03:20 [2019-09-27T23:03:20.345Z] PASS
23:03:20 [2019-09-27T23:03:20.345Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:20 [2019-09-27T23:03:20.604Z] INFO: Testing against a local daemon
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/create
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:03:20 [2019-09-27T23:03:20.604Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:03:20 [2019-09-27T23:03:20.604Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:03:20 [2019-09-27T23:03:20.604Z] PASS
23:03:20 [2019-09-27T23:03:20.604Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.165Z] INFO: Testing against a local daemon
23:03:21 [2019-09-27T23:03:21.165Z] testing: warning: no tests to run
23:03:21 [2019-09-27T23:03:21.165Z] PASS
23:03:21 [2019-09-27T23:03:21.165Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.420Z] INFO: Testing against a local daemon
23:03:21 [2019-09-27T23:03:21.420Z] testing: warning: no tests to run
23:03:21 [2019-09-27T23:03:21.420Z] PASS
23:03:21 [2019-09-27T23:03:21.420Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.420Z] testing: warning: no tests to run
23:03:21 [2019-09-27T23:03:21.420Z] PASS
23:03:21 [2019-09-27T23:03:21.420Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.676Z] INFO: Testing against a local daemon
23:03:21 [2019-09-27T23:03:21.676Z] testing: warning: no tests to run
23:03:21 [2019-09-27T23:03:21.676Z] PASS
23:03:21 [2019-09-27T23:03:21.676Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.676Z] INFO: Testing against a local daemon
23:03:21 [2019-09-27T23:03:21.676Z] === RUN   TestPluginInvalidJSON
23:03:21 [2019-09-27T23:03:21.676Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.676Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.676Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.676Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:03:21 [2019-09-27T23:03:21.676Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:03:21 [2019-09-27T23:03:21.676Z] === RUN   TestPluginInvalidJSON
23:03:21 [2019-09-27T23:03:21.676Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.676Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.676Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.931Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:03:21 [2019-09-27T23:03:21.931Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
23:03:21 [2019-09-27T23:03:21.931Z] === RUN   TestPluginInvalidJSON
23:03:21 [2019-09-27T23:03:21.931Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.931Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.931Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.931Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:03:21 [2019-09-27T23:03:21.931Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:03:21 [2019-09-27T23:03:21.932Z] === RUN   TestPluginInvalidJSON
23:03:21 [2019-09-27T23:03:21.932Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:03:21 [2019-09-27T23:03:21.932Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:03:21 [2019-09-27T23:03:21.932Z] === RUN   TestPluginInvalidJSON
23:03:21 [2019-09-27T23:03:21.932Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:03:21 [2019-09-27T23:03:21.932Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:03:21 [2019-09-27T23:03:21.932Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:03:21 [2019-09-27T23:03:21.932Z] PASS
23:03:21 [2019-09-27T23:03:21.932Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:21 [2019-09-27T23:03:21.932Z] PASS: docker_cli_exec_test.go:442: DockerSuite.TestExecWithPrivileged	1.375s
23:03:21 [2019-09-27T23:03:21.932Z] INFO: Testing against a local daemon
23:03:21 [2019-09-27T23:03:21.932Z] testing: warning: no tests to run
23:03:21 [2019-09-27T23:03:21.932Z] PASS
23:03:21 [2019-09-27T23:03:21.932Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:22 [2019-09-27T23:03:22.187Z] INFO: Testing against a local daemon
23:03:22 [2019-09-27T23:03:22.187Z] testing: warning: no tests to run
23:03:22 [2019-09-27T23:03:22.187Z] PASS
23:03:22 [2019-09-27T23:03:22.187Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:22 [2019-09-27T23:03:22.442Z] INFO: Testing against a local daemon
23:03:22 [2019-09-27T23:03:22.442Z] testing: warning: no tests to run
23:03:22 [2019-09-27T23:03:22.442Z] PASS
23:03:22 [2019-09-27T23:03:22.442Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:22 [2019-09-27T23:03:22.442Z] INFO: Testing against a local daemon
23:03:22 [2019-09-27T23:03:22.442Z] testing: warning: no tests to run
23:03:22 [2019-09-27T23:03:22.442Z] PASS
23:03:22 [2019-09-27T23:03:22.442Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:03:22 [2019-09-27T23:03:22.697Z] INFO: Testing against a local daemon
23:03:22 [2019-09-27T23:03:22.697Z] === RUN   TestDockerNetworkReConnect
23:03:22 [2019-09-27T23:03:22.952Z] PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM	0.846s
23:03:24 [2019-09-27T23:03:24.316Z] PASS: docker_cli_exec_test.go:429: DockerSuite.TestExecWithUser	0.904s
23:03:26 [2019-09-27T23:03:26.202Z] PASS: docker_cli_export_import_test.go:15: DockerSuite.TestExportContainerWithOutputAndImportImage	1.945s
23:03:27 [2019-09-27T23:03:27.565Z] PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst	26.785s
23:03:28 [2019-09-27T23:03:28.926Z] --- PASS: TestDockerNetworkReConnect (5.99s)
23:03:28 [2019-09-27T23:03:28.926Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:03:28 [2019-09-27T23:03:28.926Z]     daemon.go:302: [d655437c276bd] waiting for daemon to start
23:03:28 [2019-09-27T23:03:28.926Z]     daemon.go:334: [d655437c276bd] daemon started
23:03:28 [2019-09-27T23:03:28.926Z]     daemon.go:286: [d655437c276bd] exiting daemon
23:03:28 [2019-09-27T23:03:28.926Z] === RUN   TestServiceUpdateLabel
23:03:30 [2019-09-27T23:03:30.816Z] --- PASS: TestServiceUpdateLabel (2.09s)
23:03:30 [2019-09-27T23:03:30.816Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:03:30 [2019-09-27T23:03:30.816Z]     daemon.go:302: [d639f57fb3ccb] waiting for daemon to start
23:03:30 [2019-09-27T23:03:30.816Z]     daemon.go:334: [d639f57fb3ccb] daemon started
23:03:30 [2019-09-27T23:03:30.816Z]     daemon.go:286: [d639f57fb3ccb] exiting daemon
23:03:30 [2019-09-27T23:03:30.816Z] === RUN   TestServiceUpdateSecrets
23:03:31 [2019-09-27T23:03:31.072Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats	4.995s
23:03:32 [2019-09-27T23:03:32.958Z] PASS: docker_api_swarm_test.go:849: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName	4.467s
23:03:36 [2019-09-27T23:03:36.220Z] PASS: docker_api_swarm_test.go:868: DockerSwarmSuite.TestAPISwarmUnlockNotLocked	1.622s
23:03:36 [2019-09-27T23:03:36.220Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream	5.026s
23:03:38 [2019-09-27T23:03:38.730Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning	2.517s
23:03:38 [2019-09-27T23:03:38.730Z] PASS: docker_cli_config_create_test.go:14: DockerSwarmSuite.TestConfigCreateWithFile	1.572s
23:03:42 [2019-09-27T23:03:42.889Z] PASS: docker_cli_swarm_test.go:946: DockerSwarmSuite.TestDNSConfig	2.568s
23:03:43 [2019-09-27T23:03:43.815Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream	4.948s
23:03:44 [2019-09-27T23:03:44.739Z] PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket	0.698s
23:03:44 [2019-09-27T23:03:44.739Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound	0.001s
23:03:44 [2019-09-27T23:03:44.739Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats	0.071s
23:03:45 [2019-09-27T23:03:45.666Z] PASS: docker_cli_swarm_test.go:973: DockerSwarmSuite.TestDNSConfigUpdate	2.587s
23:03:45 [2019-09-27T23:03:45.922Z] --- PASS: TestServiceUpdateSecrets (15.22s)
23:03:45 [2019-09-27T23:03:45.922Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:03:45 [2019-09-27T23:03:45.922Z]     daemon.go:302: [df29b9b0194bb] waiting for daemon to start
23:03:45 [2019-09-27T23:03:45.922Z]     daemon.go:334: [df29b9b0194bb] daemon started
23:03:45 [2019-09-27T23:03:45.922Z]     daemon.go:286: [df29b9b0194bb] exiting daemon
23:03:45 [2019-09-27T23:03:45.922Z] === RUN   TestServiceUpdateConfigs
23:03:49 [2019-09-27T23:03:49.185Z] PASS: docker_cli_swarm_test.go:1420: DockerSwarmSuite.TestExtraHosts	2.861s
23:03:51 [2019-09-27T23:03:51.695Z] PASS: docker_cli_swarm_test.go:1614: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames	1.421s
23:03:58 [2019-09-27T23:03:58.222Z] PASS: docker_cli_swarm_test.go:395: DockerSwarmSuite.TestOverlayAttachable	5.047s
23:04:01 [2019-09-27T23:04:01.482Z] --- PASS: TestServiceUpdateConfigs (14.90s)
23:04:01 [2019-09-27T23:04:01.482Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:04:01 [2019-09-27T23:04:01.482Z]     daemon.go:302: [d0439cb24193c] waiting for daemon to start
23:04:01 [2019-09-27T23:04:01.482Z]     daemon.go:334: [d0439cb24193c] daemon started
23:04:01 [2019-09-27T23:04:01.482Z]     daemon.go:286: [d0439cb24193c] exiting daemon
23:04:01 [2019-09-27T23:04:01.482Z] === RUN   TestServiceUpdateNetwork
23:04:03 [2019-09-27T23:04:03.366Z] PASS: docker_cli_swarm_test.go:417: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave	5.654s
23:04:06 [2019-09-27T23:04:06.626Z] PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth	21.690s
23:04:06 [2019-09-27T23:04:06.626Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage	0.010s
23:04:06 [2019-09-27T23:04:06.626Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse	0.009s
23:04:06 [2019-09-27T23:04:06.626Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue	0.029s
23:04:07 [2019-09-27T23:04:07.551Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment	0.947s
23:04:07 [2019-09-27T23:04:07.551Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage	0.015s
23:04:08 [2019-09-27T23:04:08.476Z] PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce	0.975s
23:04:08 [2019-09-27T23:04:08.476Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed	0.017s
23:04:08 [2019-09-27T23:04:08.476Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed	0.015s
23:04:08 [2019-09-27T23:04:08.476Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed	0.059s
23:04:08 [2019-09-27T23:04:08.731Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown	0.314s
23:04:09 [2019-09-27T23:04:09.304Z] PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown	0.328s
23:04:09 [2019-09-27T23:04:09.865Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown	0.543s
23:04:09 [2019-09-27T23:04:09.865Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest	0.019s
23:04:10 [2019-09-27T23:04:10.790Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch	0.977s
23:04:10 [2019-09-27T23:04:10.790Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort	0.039s
23:04:11 [2019-09-27T23:04:11.715Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore	0.888s
23:04:12 [2019-09-27T23:04:12.640Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase	0.930s
23:04:12 [2019-09-27T23:04:12.640Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat	0.038s
23:04:13 [2019-09-27T23:04:13.568Z] PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat	0.826s
23:04:15 [2019-09-27T23:04:15.453Z] --- PASS: TestServiceUpdateNetwork (14.48s)
23:04:15 [2019-09-27T23:04:15.453Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:04:15 [2019-09-27T23:04:15.453Z]     daemon.go:302: [d9c6c665ce083] waiting for daemon to start
23:04:15 [2019-09-27T23:04:15.453Z]     daemon.go:334: [d9c6c665ce083] daemon started
23:04:15 [2019-09-27T23:04:15.453Z]     daemon.go:286: [d9c6c665ce083] exiting daemon
23:04:15 [2019-09-27T23:04:15.453Z] === RUN   TestDockerNetworkReConnect
23:04:16 [2019-09-27T23:04:16.378Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate	2.936s
23:04:16 [2019-09-27T23:04:16.378Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter	0.009s
23:04:16 [2019-09-27T23:04:16.633Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL	0.041s
23:04:18 [2019-09-27T23:04:18.519Z] PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay	1.855s
23:04:20 [2019-09-27T23:04:20.405Z] PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile	2.011s
23:04:20 [2019-09-27T23:04:20.405Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile	0.018s
23:04:20 [2019-09-27T23:04:20.405Z] --- PASS: TestDockerNetworkReConnect (5.09s)
23:04:20 [2019-09-27T23:04:20.405Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:04:20 [2019-09-27T23:04:20.405Z]     daemon.go:302: [d94c8c4a36c9f] waiting for daemon to start
23:04:20 [2019-09-27T23:04:20.405Z]     daemon.go:334: [d94c8c4a36c9f] daemon started
23:04:20 [2019-09-27T23:04:20.405Z]     daemon.go:286: [d94c8c4a36c9f] exiting daemon
23:04:20 [2019-09-27T23:04:20.405Z] === RUN   TestServiceUpdateLabel
23:04:22 [2019-09-27T23:04:22.916Z] PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage	2.015s
23:04:22 [2019-09-27T23:04:22.916Z] --- PASS: TestServiceUpdateLabel (2.06s)
23:04:22 [2019-09-27T23:04:22.916Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:04:22 [2019-09-27T23:04:22.916Z]     daemon.go:302: [da712fb2b9396] waiting for daemon to start
23:04:22 [2019-09-27T23:04:22.916Z]     daemon.go:334: [da712fb2b9396] daemon started
23:04:22 [2019-09-27T23:04:22.916Z]     daemon.go:286: [da712fb2b9396] exiting daemon
23:04:22 [2019-09-27T23:04:22.916Z] === RUN   TestServiceUpdateSecrets
23:04:24 [2019-09-27T23:04:24.801Z] PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped	1.971s
23:04:26 [2019-09-27T23:04:26.688Z] PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges	1.985s
23:04:26 [2019-09-27T23:04:26.943Z] PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug	0.525s
23:04:27 [2019-09-27T23:04:27.502Z] PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName	0.589s
23:04:28 [2019-09-27T23:04:28.062Z] PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend	0.525s
23:04:28 [2019-09-27T23:04:28.317Z] PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise	0.119s
23:04:29 [2019-09-27T23:04:29.251Z] PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers	0.526s
23:04:29 [2019-09-27T23:04:29.252Z] PASS: docker_cli_swarm_test.go:443: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure	25.237s
23:04:30 [2019-09-27T23:04:30.176Z] PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers	0.721s
23:04:31 [2019-09-27T23:04:31.100Z] PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers	0.914s
23:04:31 [2019-09-27T23:04:31.101Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds	0.040s
23:04:31 [2019-09-27T23:04:31.101Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat	0.032s
23:04:31 [2019-09-27T23:04:31.101Z] PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions	0.019s
23:04:31 [2019-09-27T23:04:31.662Z] PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries	0.556s
23:04:32 [2019-09-27T23:04:32.587Z] PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120	0.805s
23:04:33 [2019-09-27T23:04:33.512Z] PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121	0.607s
23:04:34 [2019-09-27T23:04:34.441Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse	0.701s
23:04:35 [2019-09-27T23:04:35.804Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver	0.842s
23:04:36 [2019-09-27T23:04:36.365Z] PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy	0.651s
23:04:37 [2019-09-27T23:04:37.291Z] PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121	0.626s
23:04:37 [2019-09-27T23:04:37.291Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse	0.019s
23:04:37 [2019-09-27T23:04:37.851Z] --- PASS: TestServiceUpdateSecrets (15.16s)
23:04:37 [2019-09-27T23:04:37.851Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:04:37 [2019-09-27T23:04:37.851Z]     daemon.go:302: [d489b43d36698] waiting for daemon to start
23:04:37 [2019-09-27T23:04:37.851Z]     daemon.go:334: [d489b43d36698] daemon started
23:04:37 [2019-09-27T23:04:37.851Z]     daemon.go:286: [d489b43d36698] exiting daemon
23:04:37 [2019-09-27T23:04:37.851Z] === RUN   TestServiceUpdateConfigs
23:04:38 [2019-09-27T23:04:38.776Z] PASS: docker_cli_network_unix_test.go:1035: DockerSuite.TestInspectAPIMultipleNetworks	1.053s
23:04:39 [2019-09-27T23:04:39.702Z] PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand	0.933s
23:04:39 [2019-09-27T23:04:39.958Z] PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork	10.268s
23:04:40 [2019-09-27T23:04:40.882Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint	0.675s
23:04:40 [2019-09-27T23:04:40.883Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix	0.049s
23:04:41 [2019-09-27T23:04:41.808Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt	0.656s
23:04:41 [2019-09-27T23:04:41.808Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper)
23:04:43 [2019-09-27T23:04:43.171Z] PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom	1.024s
23:04:44 [2019-09-27T23:04:44.096Z] PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault	0.743s
23:04:44 [2019-09-27T23:04:44.351Z] PASS: docker_cli_swarm_test.go:598: DockerSwarmSuite.TestPsListContainersFilterIsTask	3.516s
23:04:44 [2019-09-27T23:04:44.910Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault	0.598s
23:04:45 [2019-09-27T23:04:45.835Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory	1.017s
23:04:45 [2019-09-27T23:04:45.835Z] PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage	0.011s
23:04:45 [2019-09-27T23:04:45.835Z] PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt	0.021s
23:04:45 [2019-09-27T23:04:45.835Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper)
23:04:46 [2019-09-27T23:04:46.765Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64	0.663s
23:04:47 [2019-09-27T23:04:47.020Z] PASS: docker_cli_secret_create_test.go:16: DockerSwarmSuite.TestSecretCreateResolve	1.351s
23:04:47 [2019-09-27T23:04:47.580Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields	0.585s
23:04:47 [2019-09-27T23:04:47.580Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType	0.097s
23:04:48 [2019-09-27T23:04:48.505Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint	0.623s
23:04:49 [2019-09-27T23:04:49.431Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer	0.711s
23:04:49 [2019-09-27T23:04:49.990Z] PASS: docker_cli_secret_create_test.go:76: DockerSwarmSuite.TestSecretCreateWithFile	1.578s
23:04:51 [2019-09-27T23:04:51.352Z] PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin	1.836s
23:04:51 [2019-09-27T23:04:51.352Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS	0.012s
23:04:52 [2019-09-27T23:04:52.713Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer	0.883s
23:04:52 [2019-09-27T23:04:52.968Z] --- PASS: TestServiceUpdateConfigs (15.28s)
23:04:52 [2019-09-27T23:04:52.968Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:04:52 [2019-09-27T23:04:52.968Z]     daemon.go:302: [db154bcd710e4] waiting for daemon to start
23:04:52 [2019-09-27T23:04:52.968Z]     daemon.go:334: [db154bcd710e4] daemon started
23:04:52 [2019-09-27T23:04:52.968Z]     daemon.go:286: [db154bcd710e4] exiting daemon
23:04:52 [2019-09-27T23:04:52.968Z] === RUN   TestServiceUpdateNetwork
23:04:53 [2019-09-27T23:04:53.528Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus	0.924s
23:04:55 [2019-09-27T23:04:55.415Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound	1.305s
23:04:56 [2019-09-27T23:04:56.339Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError	0.918s
23:04:57 [2019-09-27T23:04:57.263Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano	0.626s
23:04:58 [2019-09-27T23:04:58.188Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer	0.649s
23:04:58 [2019-09-27T23:04:58.748Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage	0.599s
23:04:59 [2019-09-27T23:04:59.672Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue	0.593s
23:05:00 [2019-09-27T23:05:00.597Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer	0.659s
23:05:00 [2019-09-27T23:05:00.597Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject	0.016s
23:05:03 [2019-09-27T23:05:03.113Z] PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid	2.655s
23:05:03 [2019-09-27T23:05:03.113Z] PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs	2.468s
23:05:04 [2019-09-27T23:05:04.998Z] PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition	1.484s
23:05:06 [2019-09-27T23:05:06.367Z] PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume	2.132s
23:05:06 [2019-09-27T23:05:06.928Z] PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs	1.405s
23:05:07 [2019-09-27T23:05:07.184Z] PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile	0.404s
23:05:07 [2019-09-27T23:05:07.745Z] --- PASS: TestServiceUpdateNetwork (14.89s)
23:05:07 [2019-09-27T23:05:07.745Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:05:07 [2019-09-27T23:05:07.745Z]     daemon.go:302: [deef3acf3d689] waiting for daemon to start
23:05:07 [2019-09-27T23:05:07.745Z]     daemon.go:334: [deef3acf3d689] daemon started
23:05:07 [2019-09-27T23:05:07.745Z]     daemon.go:286: [deef3acf3d689] exiting daemon
23:05:07 [2019-09-27T23:05:07.745Z] === RUN   TestDockerNetworkReConnect
23:05:09 [2019-09-27T23:05:09.630Z] PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice	2.856s
23:05:09 [2019-09-27T23:05:09.630Z] PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject	1.890s
23:05:12 [2019-09-27T23:05:12.892Z] PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted	2.140s
23:05:13 [2019-09-27T23:05:13.148Z] --- PASS: TestDockerNetworkReConnect (5.19s)
23:05:13 [2019-09-27T23:05:13.148Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:05:13 [2019-09-27T23:05:13.148Z]     daemon.go:302: [d00d6eb2bda51] waiting for daemon to start
23:05:13 [2019-09-27T23:05:13.148Z]     daemon.go:334: [d00d6eb2bda51] daemon started
23:05:13 [2019-09-27T23:05:13.148Z]     daemon.go:286: [d00d6eb2bda51] exiting daemon
23:05:13 [2019-09-27T23:05:13.148Z] === RUN   TestServiceUpdateLabel
23:05:13 [2019-09-27T23:05:13.148Z] PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple	1.755s
23:05:15 [2019-09-27T23:05:15.034Z] --- PASS: TestServiceUpdateLabel (1.96s)
23:05:15 [2019-09-27T23:05:15.034Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:05:15 [2019-09-27T23:05:15.034Z]     daemon.go:302: [ddd4255570cbe] waiting for daemon to start
23:05:15 [2019-09-27T23:05:15.034Z]     daemon.go:334: [ddd4255570cbe] daemon started
23:05:15 [2019-09-27T23:05:15.034Z]     daemon.go:286: [ddd4255570cbe] exiting daemon
23:05:15 [2019-09-27T23:05:15.034Z] === RUN   TestServiceUpdateSecrets
23:05:15 [2019-09-27T23:05:15.959Z] PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped	2.331s
23:05:15 [2019-09-27T23:05:15.959Z] PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget	0.054s
23:05:17 [2019-09-27T23:05:17.324Z] PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths	3.263s
23:05:18 [2019-09-27T23:05:18.686Z] PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName	2.251s
23:05:18 [2019-09-27T23:05:18.941Z] PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer	0.313s
23:05:19 [2019-09-27T23:05:19.866Z] PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail	0.615s
23:05:32 [2019-09-27T23:05:32.023Z] --- PASS: TestServiceUpdateSecrets (15.23s)
23:05:32 [2019-09-27T23:05:32.023Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:05:32 [2019-09-27T23:05:32.023Z]     daemon.go:302: [d3eafda54a1af] waiting for daemon to start
23:05:32 [2019-09-27T23:05:32.023Z]     daemon.go:334: [d3eafda54a1af] daemon started
23:05:32 [2019-09-27T23:05:32.023Z]     daemon.go:286: [d3eafda54a1af] exiting daemon
23:05:32 [2019-09-27T23:05:32.023Z] === RUN   TestServiceUpdateConfigs
23:05:32 [2019-09-27T23:05:32.278Z] PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers	12.306s
23:05:35 [2019-09-27T23:05:35.545Z] PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename	2.777s
23:05:35 [2019-09-27T23:05:35.545Z] PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias	17.552s
23:05:36 [2019-09-27T23:05:36.906Z] PASS: docker_cli_exec_test.go:372: DockerSuite.TestLinksPingLinkedContainersOnRename	1.404s
23:05:37 [2019-09-27T23:05:37.831Z] PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers	0.896s
23:05:39 [2019-09-27T23:05:39.194Z] PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice	2.939s
23:05:40 [2019-09-27T23:05:40.556Z] PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart	2.373s
23:05:40 [2019-09-27T23:05:40.556Z] PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail	0.020s
23:05:41 [2019-09-27T23:05:41.116Z] PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer	0.447s
23:05:41 [2019-09-27T23:05:41.116Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY	0.022s
23:05:41 [2019-09-27T23:05:41.116Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound	0.001s
23:05:42 [2019-09-27T23:05:42.040Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput	0.681s
23:05:42 [2019-09-27T23:05:42.040Z] PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple	1.585s
23:05:42 [2019-09-27T23:05:42.966Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr	0.693s
23:05:45 [2019-09-27T23:05:45.482Z] PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths	2.501s
23:05:45 [2019-09-27T23:05:45.482Z] --- PASS: TestServiceUpdateConfigs (15.37s)
23:05:45 [2019-09-27T23:05:45.482Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:05:45 [2019-09-27T23:05:45.482Z]     daemon.go:302: [d03f30ea8dcb4] waiting for daemon to start
23:05:45 [2019-09-27T23:05:45.482Z]     daemon.go:334: [d03f30ea8dcb4] daemon started
23:05:45 [2019-09-27T23:05:45.482Z]     daemon.go:286: [d03f30ea8dcb4] exiting daemon
23:05:45 [2019-09-27T23:05:45.482Z] === RUN   TestServiceUpdateNetwork
23:05:47 [2019-09-27T23:05:47.368Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil	3.969s
23:05:48 [2019-09-27T23:05:48.295Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue	1.234s
23:05:53 [2019-09-27T23:05:53.535Z] PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun	7.039s
23:05:53 [2019-09-27T23:05:53.535Z] PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow	4.633s
23:05:54 [2019-09-27T23:05:54.095Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout	0.683s
23:05:54 [2019-09-27T23:05:54.095Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound	0.011s
23:05:55 [2019-09-27T23:05:55.981Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage	1.659s
23:05:57 [2019-09-27T23:05:57.347Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage	1.335s
23:05:58 [2019-09-27T23:05:58.271Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage	1.131s
23:05:59 [2019-09-27T23:05:59.196Z] PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart	5.781s
23:05:59 [2019-09-27T23:05:59.755Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput	1.092s
23:06:00 [2019-09-27T23:06:00.680Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout	0.835s
23:06:01 [2019-09-27T23:06:01.239Z] --- PASS: TestServiceUpdateNetwork (15.70s)
23:06:01 [2019-09-27T23:06:01.239Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:06:01 [2019-09-27T23:06:01.239Z]     daemon.go:302: [dc79b3163b45d] waiting for daemon to start
23:06:01 [2019-09-27T23:06:01.239Z]     daemon.go:334: [dc79b3163b45d] daemon started
23:06:01 [2019-09-27T23:06:01.239Z]     daemon.go:286: [dc79b3163b45d] exiting daemon
23:06:01 [2019-09-27T23:06:01.239Z] === RUN   TestDockerNetworkReConnect
23:06:03 [2019-09-27T23:06:03.752Z] PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer	2.721s
23:06:04 [2019-09-27T23:06:04.678Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped	0.958s
23:06:05 [2019-09-27T23:06:05.604Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr	0.887s
23:06:06 [2019-09-27T23:06:06.163Z] --- PASS: TestDockerNetworkReConnect (4.85s)
23:06:06 [2019-09-27T23:06:06.163Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:06:06 [2019-09-27T23:06:06.163Z]     daemon.go:302: [da00fc85367cf] waiting for daemon to start
23:06:06 [2019-09-27T23:06:06.163Z]     daemon.go:334: [da00fc85367cf] daemon started
23:06:06 [2019-09-27T23:06:06.163Z]     daemon.go:286: [da00fc85367cf] exiting daemon
23:06:06 [2019-09-27T23:06:06.163Z] === RUN   TestServiceUpdateLabel
23:06:08 [2019-09-27T23:06:08.674Z] --- PASS: TestServiceUpdateLabel (2.10s)
23:06:08 [2019-09-27T23:06:08.674Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:06:08 [2019-09-27T23:06:08.674Z]     daemon.go:302: [dfb4bf215cf2b] waiting for daemon to start
23:06:08 [2019-09-27T23:06:08.674Z]     daemon.go:334: [dfb4bf215cf2b] daemon started
23:06:08 [2019-09-27T23:06:08.674Z]     daemon.go:286: [dfb4bf215cf2b] exiting daemon
23:06:08 [2019-09-27T23:06:08.674Z] === RUN   TestServiceUpdateSecrets
23:06:12 [2019-09-27T23:06:12.833Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince	6.888s
23:06:12 [2019-09-27T23:06:12.833Z] PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs	3.045s
23:06:19 [2019-09-27T23:06:19.362Z] PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow	5.778s
23:06:19 [2019-09-27T23:06:19.362Z] PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout	0.819s
23:06:20 [2019-09-27T23:06:20.039Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail	0.920s
23:06:20 [2019-09-27T23:06:20.964Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps	0.842s
23:06:21 [2019-09-27T23:06:21.535Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails	0.809s
23:06:22 [2019-09-27T23:06:22.094Z] PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc	0.506s
23:06:23 [2019-09-27T23:06:23.018Z] PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys	0.831s
23:06:23 [2019-09-27T23:06:23.581Z] --- PASS: TestServiceUpdateSecrets (15.16s)
23:06:23 [2019-09-27T23:06:23.581Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:06:23 [2019-09-27T23:06:23.581Z]     daemon.go:302: [deb09c051acd5] waiting for daemon to start
23:06:23 [2019-09-27T23:06:23.581Z]     daemon.go:334: [deb09c051acd5] daemon started
23:06:23 [2019-09-27T23:06:23.581Z]     daemon.go:286: [deb09c051acd5] exiting daemon
23:06:23 [2019-09-27T23:06:23.581Z] === RUN   TestServiceUpdateConfigs
23:06:25 [2019-09-27T23:06:25.467Z] PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname	2.433s
23:06:26 [2019-09-27T23:06:26.027Z] PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost	0.478s
23:06:26 [2019-09-27T23:06:26.027Z] PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness	2.452s
23:06:27 [2019-09-27T23:06:27.389Z] PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents	1.457s
23:06:30 [2019-09-27T23:06:30.652Z] PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers	2.329s
23:06:30 [2019-09-27T23:06:30.906Z] PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs	0.783s
23:06:32 [2019-09-27T23:06:32.789Z] PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive	1.847s
23:06:39 [2019-09-27T23:06:39.317Z] PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork	5.717s
23:06:39 [2019-09-27T23:06:39.317Z] SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows)
23:06:39 [2019-09-27T23:06:39.317Z] --- PASS: TestServiceUpdateConfigs (15.62s)
23:06:39 [2019-09-27T23:06:39.317Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:06:39 [2019-09-27T23:06:39.317Z]     daemon.go:302: [db61892fbe8a2] waiting for daemon to start
23:06:39 [2019-09-27T23:06:39.317Z]     daemon.go:334: [db61892fbe8a2] daemon started
23:06:39 [2019-09-27T23:06:39.317Z]     daemon.go:286: [db61892fbe8a2] exiting daemon
23:06:39 [2019-09-27T23:06:39.317Z] === RUN   TestServiceUpdateNetwork
23:06:39 [2019-09-27T23:06:39.317Z] PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs	0.813s
23:06:39 [2019-09-27T23:06:39.572Z] PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails	2.750s
23:06:43 [2019-09-27T23:06:43.734Z] PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver	3.935s
23:06:44 [2019-09-27T23:06:44.659Z] PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList	1.505s
23:06:47 [2019-09-27T23:06:47.193Z] PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector	2.307s
23:06:52 [2019-09-27T23:06:52.433Z] PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade	4.810s
23:06:53 [2019-09-27T23:06:53.359Z] PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow	3.109s
23:06:54 [2019-09-27T23:06:54.289Z] PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox	1.911s
23:06:54 [2019-09-27T23:06:54.289Z] --- PASS: TestServiceUpdateNetwork (15.34s)
23:06:54 [2019-09-27T23:06:54.289Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:06:54 [2019-09-27T23:06:54.289Z]     daemon.go:302: [d50ab83152ee3] waiting for daemon to start
23:06:54 [2019-09-27T23:06:54.289Z]     daemon.go:334: [d50ab83152ee3] daemon started
23:06:54 [2019-09-27T23:06:54.289Z]     daemon.go:286: [d50ab83152ee3] exiting daemon
23:06:54 [2019-09-27T23:06:54.289Z] === RUN   TestDockerNetworkReConnect
23:06:56 [2019-09-27T23:06:56.177Z] PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding	1.817s
23:06:58 [2019-09-27T23:06:58.063Z] PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding	1.774s
23:06:59 [2019-09-27T23:06:59.425Z] --- PASS: TestDockerNetworkReConnect (5.16s)
23:06:59 [2019-09-27T23:06:59.425Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:06:59 [2019-09-27T23:06:59.425Z]     daemon.go:302: [d74de053236a9] waiting for daemon to start
23:06:59 [2019-09-27T23:06:59.425Z]     daemon.go:334: [d74de053236a9] daemon started
23:06:59 [2019-09-27T23:06:59.425Z]     daemon.go:286: [d74de053236a9] exiting daemon
23:06:59 [2019-09-27T23:06:59.425Z] === RUN   TestServiceUpdateLabel
23:07:01 [2019-09-27T23:07:01.935Z] --- PASS: TestServiceUpdateLabel (2.23s)
23:07:01 [2019-09-27T23:07:01.935Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:07:01 [2019-09-27T23:07:01.935Z]     daemon.go:302: [d8dac2270219b] waiting for daemon to start
23:07:01 [2019-09-27T23:07:01.935Z]     daemon.go:334: [d8dac2270219b] daemon started
23:07:01 [2019-09-27T23:07:01.935Z]     daemon.go:286: [d8dac2270219b] exiting daemon
23:07:01 [2019-09-27T23:07:01.935Z] === RUN   TestServiceUpdateSecrets
23:07:08 [2019-09-27T23:07:08.463Z] PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList	10.517s
23:07:08 [2019-09-27T23:07:08.718Z] PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer	15.074s
23:07:10 [2019-09-27T23:07:10.079Z] PASS: docker_api_containers_test.go:1325: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint	1.674s
23:07:16 [2019-09-27T23:07:16.613Z] --- PASS: TestServiceUpdateSecrets (14.63s)
23:07:16 [2019-09-27T23:07:16.613Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:07:16 [2019-09-27T23:07:16.613Z]     daemon.go:302: [d076fbb474792] waiting for daemon to start
23:07:16 [2019-09-27T23:07:16.613Z]     daemon.go:334: [d076fbb474792] daemon started
23:07:16 [2019-09-27T23:07:16.613Z]     daemon.go:286: [d076fbb474792] exiting daemon
23:07:16 [2019-09-27T23:07:16.613Z] === RUN   TestServiceUpdateConfigs
23:07:17 [2019-09-27T23:07:17.975Z] PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach	6.720s
23:07:17 [2019-09-27T23:07:17.975Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound	0.001s
23:07:17 [2019-09-27T23:07:17.975Z] PASS: docker_api_containers_test.go:1588: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted	0.057s
23:07:18 [2019-09-27T23:07:18.901Z] PASS: docker_api_containers_test.go:1502: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted	0.996s
23:07:18 [2019-09-27T23:07:18.901Z] PASS: docker_api_containers_test.go:1484: DockerSuite.TestPostContainersCreateShmSizeNegative	0.002s
23:07:19 [2019-09-27T23:07:19.825Z] PASS: docker_api_containers_test.go:1530: DockerSuite.TestPostContainersCreateShmSizeOmitted	0.829s
23:07:19 [2019-09-27T23:07:19.825Z] PASS: docker_api_containers_test.go:1613: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange	0.004s
23:07:20 [2019-09-27T23:07:20.385Z] PASS: docker_api_containers_test.go:1557: DockerSuite.TestPostContainersCreateWithShmSize	0.786s
23:07:20 [2019-09-27T23:07:20.640Z] PASS: docker_api_containers_test.go:1380: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop	0.118s
23:07:22 [2019-09-27T23:07:22.523Z] PASS: docker_api_containers_test.go:1353: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd	1.661s
23:07:22 [2019-09-27T23:07:22.523Z] PASS: docker_api_containers_test.go:1451: DockerSuite.TestPostContainersCreateWithWrongCpusetValues	0.003s
23:07:22 [2019-09-27T23:07:22.523Z] PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince	3.139s
23:07:25 [2019-09-27T23:07:25.784Z] PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel	3.647s
23:07:27 [2019-09-27T23:07:27.668Z] PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil	1.540s
23:07:27 [2019-09-27T23:07:27.923Z] PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel	0.332s
23:07:27 [2019-09-27T23:07:27.923Z] PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel	0.128s
23:07:31 [2019-09-27T23:07:31.184Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder	2.461s
23:07:31 [2019-09-27T23:07:31.746Z] --- PASS: TestServiceUpdateConfigs (15.29s)
23:07:31 [2019-09-27T23:07:31.746Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:07:31 [2019-09-27T23:07:31.746Z]     daemon.go:302: [d2c3da91ed345] waiting for daemon to start
23:07:31 [2019-09-27T23:07:31.746Z]     daemon.go:334: [d2c3da91ed345] daemon started
23:07:31 [2019-09-27T23:07:31.746Z]     daemon.go:286: [d2c3da91ed345] exiting daemon
23:07:31 [2019-09-27T23:07:31.746Z] === RUN   TestServiceUpdateNetwork
23:07:32 [2019-09-27T23:07:32.307Z] PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate	0.785s
23:07:36 [2019-09-27T23:07:36.467Z] PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY	2.735s
23:07:36 [2019-09-27T23:07:36.467Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase	2.982s
23:07:41 [2019-09-27T23:07:41.708Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage	5.530s
23:07:41 [2019-09-27T23:07:41.963Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated	0.089s
23:07:46 [2019-09-27T23:07:46.121Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited	3.666s
23:07:46 [2019-09-27T23:07:46.681Z] --- PASS: TestServiceUpdateNetwork (14.84s)
23:07:46 [2019-09-27T23:07:46.681Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:07:46 [2019-09-27T23:07:46.681Z]     daemon.go:302: [dee0e407333fe] waiting for daemon to start
23:07:46 [2019-09-27T23:07:46.681Z]     daemon.go:334: [dee0e407333fe] daemon started
23:07:46 [2019-09-27T23:07:46.681Z]     daemon.go:286: [dee0e407333fe] exiting daemon
23:07:46 [2019-09-27T23:07:46.681Z] PASS
23:07:46 [2019-09-27T23:07:46.681Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:07:46 [2019-09-27T23:07:46.681Z] INFO: Testing against a local daemon
23:07:46 [2019-09-27T23:07:46.681Z] testing: warning: no tests to run
23:07:46 [2019-09-27T23:07:46.681Z] PASS
23:07:46 [2019-09-27T23:07:46.681Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:07:46 [2019-09-27T23:07:46.681Z] INFO: Testing against a local daemon
23:07:46 [2019-09-27T23:07:46.681Z] testing: warning: no tests to run
23:07:46 [2019-09-27T23:07:46.681Z] PASS
23:07:46 [2019-09-27T23:07:46.681Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:07:46 [2019-09-27T23:07:46.937Z] INFO: Testing against a local daemon
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:07:46 [2019-09-27T23:07:46.937Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] --- PASS: TestVolumesInvalidJSON (0.02s)
23:07:46 [2019-09-27T23:07:46.937Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:07:46 [2019-09-27T23:07:46.937Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:07:46 [2019-09-27T23:07:46.937Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON
23:07:46 [2019-09-27T23:07:46.937Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:07:46 [2019-09-27T23:07:46.937Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:07:47 [2019-09-27T23:07:47.192Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:07:47 [2019-09-27T23:07:47.192Z] --- PASS: TestVolumesInvalidJSON (0.06s)
23:07:47 [2019-09-27T23:07:47.192Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
23:07:47 [2019-09-27T23:07:47.192Z] PASS
23:07:47 [2019-09-27T23:07:47.192Z] Running integration-test (iteration 3)
23:07:47 [2019-09-27T23:07:47.192Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:07:47 [2019-09-27T23:07:47.192Z] INFO: Testing against a local daemon
23:07:47 [2019-09-27T23:07:47.192Z] === RUN   TestBuildWithHugeFile
23:07:49 [2019-09-27T23:07:49.703Z] PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail	2.742s
23:07:56 [2019-09-27T23:07:56.232Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth	8.371s
23:07:58 [2019-09-27T23:07:58.744Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID	1.846s
23:08:02 [2019-09-27T23:08:02.907Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel	4.169s
23:08:04 [2019-09-27T23:08:04.796Z] PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs	4.255s
23:08:05 [2019-09-27T23:08:05.356Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName	2.210s
23:08:08 [2019-09-27T23:08:08.631Z] PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork	1.989s
23:08:08 [2019-09-27T23:08:08.631Z] PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale	2.068s
23:08:11 [2019-09-27T23:08:11.895Z] PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts	2.217s
23:08:16 [2019-09-27T23:08:16.061Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus	3.283s
23:08:18 [2019-09-27T23:08:18.574Z] PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize	2.762s
23:08:18 [2019-09-27T23:08:18.829Z] PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer	0.306s
23:08:20 [2019-09-27T23:08:20.716Z] PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer	1.459s
23:08:24 [2019-09-27T23:08:24.878Z] PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName	3.054s
23:08:30 [2019-09-27T23:08:30.120Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts	3.406s
23:08:30 [2019-09-27T23:08:30.680Z] PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost	0.830s
23:08:30 [2019-09-27T23:08:30.680Z] SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows)
23:08:30 [2019-09-27T23:08:30.935Z] PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux	0.339s
23:08:31 [2019-09-27T23:08:31.191Z] PASS: docker_cli_push_test.go:293: DockerSuite.TestPushToCentralRegistryUnauthorized	0.232s
23:08:31 [2019-09-27T23:08:31.446Z] PASS: docker_cli_push_test.go:39: DockerSuite.TestPushUnprefixedRepo	0.132s
23:08:33 [2019-09-27T23:08:33.334Z] PASS: docker_api_containers_test.go:1425: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs	1.831s
23:08:33 [2019-09-27T23:08:33.334Z] PASS: docker_cli_swarm_test.go:1395: DockerSwarmSuite.TestSwarmAlternateLockUnlock	22.963s
23:08:36 [2019-09-27T23:08:36.608Z] PASS: docker_cli_restart_test.go:298: DockerSuite.TestRestartAutoRemoveContainer	2.998s
23:08:37 [2019-09-27T23:08:37.169Z] PASS: docker_cli_swarm_test.go:1973: DockerSwarmSuite.TestSwarmClusterEventsConfig	1.903s
23:08:39 [2019-09-27T23:08:39.058Z] PASS: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess	2.081s
23:08:40 [2019-09-27T23:08:40.422Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer	1.377s
23:08:40 [2019-09-27T23:08:40.984Z] PASS: docker_cli_swarm_test.go:1934: DockerSwarmSuite.TestSwarmClusterEventsNetwork	2.119s
23:08:53 [2019-09-27T23:08:53.146Z] PASS: docker_cli_restart_test.go:267: DockerSuite.TestRestartContainerwithRestartPolicy	12.920s
23:08:55 [2019-09-27T23:08:55.657Z] PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer	1.848s
23:08:59 [2019-09-27T23:08:59.817Z] PASS: docker_cli_restart_test.go:237: DockerSuite.TestRestartPolicyAfterRestart	3.189s
23:08:59 [2019-09-27T23:08:59.817Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways	0.101s
23:08:59 [2019-09-27T23:08:59.817Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO	0.073s
23:08:59 [2019-09-27T23:08:59.817Z] --- PASS: TestBuildWithHugeFile (72.52s)
23:08:59 [2019-09-27T23:08:59.817Z] === RUN   TestBuildWithEmptyDockerfile
23:08:59 [2019-09-27T23:08:59.817Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:59 [2019-09-27T23:08:59.817Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:59 [2019-09-27T23:08:59.817Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:59 [2019-09-27T23:08:59.817Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure	0.342s
23:08:59 [2019-09-27T23:08:59.818Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:59 [2019-09-27T23:08:59.818Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:08:59 [2019-09-27T23:08:59.818Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
23:08:59 [2019-09-27T23:08:59.818Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
23:08:59 [2019-09-27T23:08:59.818Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
23:08:59 [2019-09-27T23:08:59.818Z] === RUN   TestBuildWithHugeFile
23:09:03 [2019-09-27T23:09:03.981Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer	2.675s
23:09:03 [2019-09-27T23:09:03.981Z] PASS: docker_cli_swarm_test.go:1904: DockerSwarmSuite.TestSwarmClusterEventsNode	7.027s
23:09:05 [2019-09-27T23:09:05.867Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer	2.508s
23:09:12 [2019-09-27T23:09:12.448Z] PASS: docker_cli_restart_test.go:193: DockerSuite.TestRestartWithPolicyUserDefinedNetwork	5.338s
23:09:13 [2019-09-27T23:09:13.009Z] PASS: docker_cli_swarm_test.go:1820: DockerSwarmSuite.TestSwarmClusterEventsScope	8.753s
23:09:14 [2019-09-27T23:09:14.896Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes	1.812s
23:09:14 [2019-09-27T23:09:14.896Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank	0.031s
23:09:15 [2019-09-27T23:09:15.152Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict	0.216s
23:09:16 [2019-09-27T23:09:16.516Z] PASS: docker_cli_swarm_test.go:1953: DockerSwarmSuite.TestSwarmClusterEventsSecret	2.050s
23:09:23 [2019-09-27T23:09:23.046Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound	6.622s
23:09:23 [2019-09-27T23:09:23.978Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers	1.763s
23:09:24 [2019-09-27T23:09:24.539Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories	0.626s
23:09:27 [2019-09-27T23:09:27.803Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags	2.593s
23:09:29 [2019-09-27T23:09:29.165Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce	1.566s
23:09:32 [2019-09-27T23:09:32.433Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag	2.946s
23:09:34 [2019-09-27T23:09:34.326Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail	1.852s
23:09:34 [2019-09-27T23:09:34.326Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag	0.276s
23:09:34 [2019-09-27T23:09:34.582Z] PASS: docker_cli_swarm_test.go:1864: DockerSwarmSuite.TestSwarmClusterEventsService	17.099s
23:09:35 [2019-09-27T23:09:35.946Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers	1.581s
23:09:44 [2019-09-27T23:09:44.026Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer	6.676s
23:09:44 [2019-09-27T23:09:44.282Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails	0.861s
23:09:46 [2019-09-27T23:09:46.167Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories	1.626s
23:09:46 [2019-09-27T23:09:46.729Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse	0.771s
23:09:49 [2019-09-27T23:09:49.990Z] PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunAddDeviceCgroupRule	2.701s
23:09:50 [2019-09-27T23:09:50.916Z] PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost	1.411s
23:09:51 [2019-09-27T23:09:51.477Z] PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode	0.664s
23:09:52 [2019-09-27T23:09:52.839Z] PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices	1.353s
23:09:52 [2019-09-27T23:09:52.839Z] PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode	0.020s
23:09:54 [2019-09-27T23:09:54.204Z] PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc	1.340s
23:09:56 [2019-09-27T23:09:56.090Z] PASS: docker_cli_swarm_test.go:1800: DockerSwarmSuite.TestSwarmClusterEventsSource	6.205s
23:09:57 [2019-09-27T23:09:57.023Z] PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange	2.061s
23:09:58 [2019-09-27T23:09:58.385Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot	1.357s
23:10:00 [2019-09-27T23:10:00.283Z] PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose	1.223s
23:10:02 [2019-09-27T23:10:02.171Z] PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish	0.931s
23:10:04 [2019-09-27T23:10:04.683Z] PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory	2.681s
23:10:06 [2019-09-27T23:10:06.047Z] PASS: docker_cli_swarm_test.go:1841: DockerSwarmSuite.TestSwarmClusterEventsType	8.846s
23:10:07 [2019-09-27T23:10:07.410Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes	2.606s
23:10:08 [2019-09-27T23:10:08.774Z] PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach	1.230s
23:10:09 [2019-09-27T23:10:09.030Z] --- PASS: TestBuildWithHugeFile (69.15s)
23:10:09 [2019-09-27T23:10:09.030Z] === RUN   TestBuildWithEmptyDockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:10:09 [2019-09-27T23:10:09.030Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:10:09 [2019-09-27T23:10:09.286Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:10:09 [2019-09-27T23:10:09.286Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:10:09 [2019-09-27T23:10:09.286Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
23:10:09 [2019-09-27T23:10:09.286Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
23:10:09 [2019-09-27T23:10:09.286Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s)
23:10:09 [2019-09-27T23:10:09.286Z] === RUN   TestBuildWithHugeFile
23:10:10 [2019-09-27T23:10:10.212Z] PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig	0.910s
23:10:11 [2019-09-27T23:10:11.574Z] PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag	0.861s
23:10:12 [2019-09-27T23:10:12.938Z] PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag	0.844s
23:10:14 [2019-09-27T23:10:14.304Z] PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig	0.945s
23:10:16 [2019-09-27T23:10:16.189Z] PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak	1.719s
23:10:18 [2019-09-27T23:10:18.075Z] PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved	1.112s
23:10:19 [2019-09-27T23:10:19.438Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode	1.396s
23:10:20 [2019-09-27T23:10:20.372Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode	1.304s
23:10:21 [2019-09-27T23:10:21.736Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode	1.245s
23:10:21 [2019-09-27T23:10:21.736Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach	0.027s
23:10:25 [2019-09-27T23:10:25.897Z] PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts	3.967s
23:10:27 [2019-09-27T23:10:27.259Z] PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface	1.341s
23:10:28 [2019-09-27T23:10:28.622Z] PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface	1.351s
23:10:29 [2019-09-27T23:10:29.986Z] PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN	1.399s
23:10:31 [2019-09-27T23:10:31.348Z] PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface	1.273s
23:10:31 [2019-09-27T23:10:31.603Z] PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid	0.283s
23:10:32 [2019-09-27T23:10:32.967Z] PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME	1.308s
23:10:34 [2019-09-27T23:10:34.330Z] PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod	1.343s
23:10:35 [2019-09-27T23:10:35.256Z] PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod	1.172s
23:10:37 [2019-09-27T23:10:37.142Z] PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod	1.618s
23:10:38 [2019-09-27T23:10:38.505Z] PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase	1.453s
23:10:38 [2019-09-27T23:10:38.760Z] PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid	0.287s
23:10:40 [2019-09-27T23:10:40.125Z] PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength	0.884s
23:10:40 [2019-09-27T23:10:40.381Z] PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty	0.022s
23:10:42 [2019-09-27T23:10:42.914Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint	2.264s
23:10:43 [2019-09-27T23:10:43.841Z] PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts	0.873s
23:10:45 [2019-09-27T23:10:45.726Z] PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort	0.929s
23:10:47 [2019-09-27T23:10:47.088Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork	1.333s
23:10:47 [2019-09-27T23:10:47.088Z] PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf	0.163s
23:10:48 [2019-09-27T23:10:48.451Z] PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO	1.490s
23:10:51 [2019-09-27T23:10:51.716Z] PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent	2.856s
23:10:54 [2019-09-27T23:10:54.229Z] PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer	2.493s
23:10:56 [2019-09-27T23:10:56.742Z] PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs	2.578s
23:10:58 [2019-09-27T23:10:58.715Z] PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag	1.625s
23:11:00 [2019-09-27T23:11:00.077Z] PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag	1.465s
23:11:01 [2019-09-27T23:11:01.439Z] PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer	1.425s
23:11:02 [2019-09-27T23:11:02.802Z] PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero	1.435s
23:11:04 [2019-09-27T23:11:04.172Z] PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs	1.454s
23:11:07 [2019-09-27T23:11:07.435Z] PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent	3.301s
23:11:12 [2019-09-27T23:11:12.675Z] --- PASS: TestBuildWithHugeFile (63.17s)
23:11:12 [2019-09-27T23:11:12.676Z] === RUN   TestBuildWithEmptyDockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID	5.137s
23:11:12 [2019-09-27T23:11:12.676Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:11:12 [2019-09-27T23:11:12.676Z] PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp	0.089s
23:11:12 [2019-09-27T23:11:12.931Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:11:12 [2019-09-27T23:11:12.931Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
23:11:12 [2019-09-27T23:11:12.931Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
23:11:12 [2019-09-27T23:11:12.931Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
23:11:12 [2019-09-27T23:11:12.931Z] === RUN   TestBuildWithHugeFile
23:11:13 [2019-09-27T23:11:13.856Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume	0.866s
23:11:18 [2019-09-27T23:11:18.022Z] PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc	3.860s
23:11:20 [2019-09-27T23:11:20.537Z] PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink	2.933s
23:11:24 [2019-09-27T23:11:24.708Z] PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir	4.026s
23:11:28 [2019-09-27T23:11:28.870Z] PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2	4.345s
23:11:28 [2019-09-27T23:11:28.870Z] SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows)
23:11:28 [2019-09-27T23:11:28.870Z] SKIP: docker_cli_run_test.go:4172: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows)
23:11:30 [2019-09-27T23:11:30.232Z] PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions	1.236s
23:11:33 [2019-09-27T23:11:33.517Z] PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode	2.834s
23:11:36 [2019-09-27T23:11:36.030Z] PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions	2.521s
23:11:40 [2019-09-27T23:11:40.191Z] PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf	3.796s
23:11:40 [2019-09-27T23:11:40.751Z] PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions	1.346s
23:11:44 [2019-09-27T23:11:44.018Z] PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule	2.377s
23:11:44 [2019-09-27T23:11:44.944Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting	1.317s
23:11:44 [2019-09-27T23:11:44.944Z] SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd)
23:11:46 [2019-09-27T23:11:46.308Z] PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers	1.118s
23:11:48 [2019-09-27T23:11:48.822Z] PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink	2.724s
23:11:49 [2019-09-27T23:11:49.078Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot	0.092s
23:11:50 [2019-09-27T23:11:50.441Z] PASS: docker_cli_run_test.go:4179: DockerSuite.TestRunDuplicateMount	1.329s
23:11:51 [2019-09-27T23:11:51.807Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer	1.280s
23:11:53 [2019-09-27T23:11:53.171Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout	1.338s
23:11:54 [2019-09-27T23:11:54.097Z] PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit	1.227s
23:11:54 [2019-09-27T23:11:54.355Z] PASS: docker_cli_run_test.go:4265: DockerSuite.TestRunEmptyEnv	0.053s
23:11:55 [2019-09-27T23:11:55.727Z] PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint	1.282s
23:11:57 [2019-09-27T23:11:57.093Z] PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment	1.248s
23:11:58 [2019-09-27T23:11:58.019Z] PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase	1.329s
23:11:59 [2019-09-27T23:11:59.382Z] PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride	1.191s
23:12:00 [2019-09-27T23:12:00.745Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode	1.423s
23:12:02 [2019-09-27T23:12:02.108Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne	1.423s
23:12:04 [2019-09-27T23:12:04.623Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero	2.346s
23:12:05 [2019-09-27T23:12:05.993Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose	1.383s
23:12:05 [2019-09-27T23:12:05.993Z] PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort	0.019s
23:12:07 [2019-09-27T23:12:07.355Z] PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet	1.405s
23:12:08 [2019-09-27T23:12:08.719Z] PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd	1.337s
23:12:11 [2019-09-27T23:12:11.985Z] PASS: docker_cli_run_test.go:4507: DockerSuite.TestRunHostnameFQDN	2.693s
23:12:11 [2019-09-27T23:12:11.985Z] PASS: docker_cli_run_test.go:4520: DockerSuite.TestRunHostnameInHostMode	0.582s
23:12:11 [2019-09-27T23:12:11.985Z] SKIP: docker_cli_run_test.go:4248: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
23:12:16 [2019-09-27T23:12:16.147Z] PASS: docker_cli_swarm_test.go:1317: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey	112.307s
23:12:17 [2019-09-27T23:12:17.513Z] --- PASS: TestBuildWithHugeFile (64.76s)
23:12:17 [2019-09-27T23:12:17.513Z] === RUN   TestBuildWithEmptyDockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:12:17 [2019-09-27T23:12:17.513Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:12:17 [2019-09-27T23:12:17.776Z] PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership	5.599s
23:12:17 [2019-09-27T23:12:17.776Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:12:18 [2019-09-27T23:12:18.034Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:12:18 [2019-09-27T23:12:18.034Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s)
23:12:18 [2019-09-27T23:12:18.034Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
23:12:18 [2019-09-27T23:12:18.034Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s)
23:12:18 [2019-09-27T23:12:18.034Z] === RUN   TestBuildWithHugeFile
23:12:18 [2019-09-27T23:12:18.960Z] PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress	0.784s
23:12:24 [2019-09-27T23:12:24.198Z] PASS: docker_cli_swarm_test.go:367: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId	7.249s
23:12:32 [2019-09-27T23:12:32.278Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy	12.595s
23:12:33 [2019-09-27T23:12:33.206Z] PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares	1.866s
23:12:36 [2019-09-27T23:12:36.467Z] PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent	2.907s
23:12:36 [2019-09-27T23:12:36.467Z] PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue	0.075s
23:12:36 [2019-09-27T23:12:36.467Z] PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue	0.042s
23:12:36 [2019-09-27T23:12:36.467Z] PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference	0.021s
23:12:37 [2019-09-27T23:12:37.392Z] PASS: docker_cli_swarm_test.go:320: DockerSwarmSuite.TestSwarmContainerAutoStart	12.615s
23:12:37 [2019-09-27T23:12:37.648Z] PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors	1.328s
23:12:44 [2019-09-27T23:12:44.180Z] PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode	3.779s
23:12:45 [2019-09-27T23:12:45.546Z] PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID	2.081s
23:12:48 [2019-09-27T23:12:48.821Z] PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName	2.584s
23:12:49 [2019-09-27T23:12:49.745Z] PASS: docker_cli_swarm_test.go:342: DockerSwarmSuite.TestSwarmContainerEndpointOptions	10.916s
23:12:50 [2019-09-27T23:12:50.308Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS	1.602s
23:12:51 [2019-09-27T23:12:51.671Z] PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled	1.363s
23:12:53 [2019-09-27T23:12:53.036Z] PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled	1.351s
23:12:53 [2019-09-27T23:12:53.597Z] PASS: docker_cli_swarm_test.go:521: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork	2.111s
23:12:54 [2019-09-27T23:12:54.961Z] PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname	2.047s
23:12:54 [2019-09-27T23:12:54.961Z] PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists	0.017s
23:12:55 [2019-09-27T23:12:55.522Z] PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning	0.384s
23:12:58 [2019-09-27T23:12:58.789Z] PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost	2.832s
23:13:00 [2019-09-27T23:13:00.675Z] PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname	1.731s
23:13:01 [2019-09-27T23:13:01.601Z] PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon	6.343s
23:13:04 [2019-09-27T23:13:04.112Z] PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer	2.766s
23:13:04 [2019-09-27T23:13:04.112Z] PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists	0.021s
23:13:04 [2019-09-27T23:13:04.112Z] PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning	0.377s
23:13:05 [2019-09-27T23:13:05.042Z] PASS: docker_cli_swarm_test.go:467: DockerSwarmSuite.TestSwarmIngressNetwork	1.741s
23:13:06 [2019-09-27T23:13:06.932Z] PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost	2.702s
23:13:10 [2019-09-27T23:13:10.226Z] PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost	2.970s
23:13:11 [2019-09-27T23:13:11.593Z] PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit	4.705s
23:13:11 [2019-09-27T23:13:11.848Z] SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6)
23:13:24 [2019-09-27T23:13:24.012Z] PASS: docker_cli_swarm_test.go:1054: DockerSwarmSuite.TestSwarmInitLocked	8.464s
23:13:24 [2019-09-27T23:13:24.012Z] PASS: docker_cli_run_test.go:4327: DockerSuite.TestRunMount	12.466s
23:13:24 [2019-09-27T23:13:24.012Z] PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr	1.006s
23:13:24 [2019-09-27T23:13:24.012Z] PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering	1.214s
23:13:24 [2019-09-27T23:13:24.012Z] PASS: docker_cli_swarm_test.go:1738: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr	0.982s
23:13:24 [2019-09-27T23:13:24.936Z] PASS: docker_cli_run_test.go:4315: DockerSuite.TestRunMountReadOnlyDevShm	1.348s
23:13:28 [2019-09-27T23:13:28.201Z] PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost	2.631s
23:13:28 [2019-09-27T23:13:28.202Z] PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmInitWithDrain	1.872s
23:13:32 [2019-09-27T23:13:32.363Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom	4.361s
23:13:33 [2019-09-27T23:13:33.728Z] --- PASS: TestBuildWithHugeFile (75.62s)
23:13:33 [2019-09-27T23:13:33.728Z] === RUN   TestBuildWithEmptyDockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:13:33 [2019-09-27T23:13:33.728Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:13:33 [2019-09-27T23:13:33.982Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:13:33 [2019-09-27T23:13:33.982Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
23:13:33 [2019-09-27T23:13:33.982Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
23:13:33 [2019-09-27T23:13:33.982Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s)
23:13:33 [2019-09-27T23:13:33.982Z] PASS
23:13:33 [2019-09-27T23:13:33.983Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:13:33 [2019-09-27T23:13:33.983Z] INFO: Testing against a local daemon
23:13:33 [2019-09-27T23:13:33.983Z] testing: warning: no tests to run
23:13:33 [2019-09-27T23:13:33.983Z] PASS
23:13:33 [2019-09-27T23:13:33.983Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:13:34 [2019-09-27T23:13:34.239Z] INFO: Testing against a local daemon
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestContainerInvalidJSON
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:13:34 [2019-09-27T23:13:34.239Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:13:34 [2019-09-27T23:13:34.239Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:13:34 [2019-09-27T23:13:34.239Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:13:34 [2019-09-27T23:13:34.239Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:13:34 [2019-09-27T23:13:34.239Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:13:34 [2019-09-27T23:13:34.239Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:13:34 [2019-09-27T23:13:34.239Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:13:34 [2019-09-27T23:13:34.239Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:13:34 [2019-09-27T23:13:34.239Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:13:34 [2019-09-27T23:13:34.239Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:13:34 [2019-09-27T23:13:34.239Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:13:34 [2019-09-27T23:13:34.239Z] === RUN   TestCopyFromContainerPathIsNotDir
23:13:34 [2019-09-27T23:13:34.494Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:13:34 [2019-09-27T23:13:34.495Z] === RUN   TestCopyFromContainer
23:13:36 [2019-09-27T23:13:36.381Z] PASS: docker_cli_exec_test.go:388: DockerSuite.TestRunMutableNetworkFiles	3.338s
23:13:36 [2019-09-27T23:13:36.381Z] === RUN   TestCopyFromContainer//
23:13:36 [2019-09-27T23:13:36.381Z] === RUN   TestCopyFromContainer//bar/root
23:13:36 [2019-09-27T23:13:36.381Z] === RUN   TestCopyFromContainer//bar/root/
23:13:36 [2019-09-27T23:13:36.636Z] === RUN   TestCopyFromContainer/bar/quux
23:13:36 [2019-09-27T23:13:36.636Z] === RUN   TestCopyFromContainer/bar/quux/
23:13:36 [2019-09-27T23:13:36.891Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:13:36 [2019-09-27T23:13:36.891Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:13:36 [2019-09-27T23:13:36.891Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:13:37 [2019-09-27T23:13:37.146Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:13:37 [2019-09-27T23:13:37.146Z] === RUN   TestCopyFromContainer/bar/notarget
23:13:37 [2019-09-27T23:13:37.146Z] --- PASS: TestCopyFromContainer (2.80s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
23:13:37 [2019-09-27T23:13:37.146Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:13:37 [2019-09-27T23:13:37.146Z] === RUN   TestDaemonRestartIpcMode
23:13:37 [2019-09-27T23:13:37.146Z] === PAUSE TestDaemonRestartIpcMode
23:13:37 [2019-09-27T23:13:37.146Z] === RUN   TestExecWithCloseStdin
23:13:38 [2019-09-27T23:13:38.509Z] --- PASS: TestExecWithCloseStdin (0.97s)
23:13:38 [2019-09-27T23:13:38.509Z] === RUN   TestExecUser
23:13:38 [2019-09-27T23:13:38.509Z] PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume	2.425s
23:13:39 [2019-09-27T23:13:39.069Z] --- PASS: TestExecUser (0.94s)
23:13:39 [2019-09-27T23:13:39.069Z] === RUN   TestHealthKillContainer
23:13:41 [2019-09-27T23:13:41.582Z] PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData	2.736s
23:13:42 [2019-09-27T23:13:42.141Z] --- PASS: TestHealthKillContainer (2.95s)
23:13:42 [2019-09-27T23:13:42.141Z] === RUN   TestAPIIpcModeHost
23:13:43 [2019-09-27T23:13:43.066Z] --- PASS: TestAPIIpcModeHost (0.87s)
23:13:43 [2019-09-27T23:13:43.066Z] === RUN   TestDaemonIpcModeShareable
23:13:43 [2019-09-27T23:13:43.321Z] PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved	1.827s
23:13:44 [2019-09-27T23:13:44.682Z] --- PASS: TestDaemonIpcModeShareable (1.70s)
23:13:44 [2019-09-27T23:13:44.682Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:13:44 [2019-09-27T23:13:44.682Z]     daemon.go:302: [d8f95db475420] waiting for daemon to start
23:13:44 [2019-09-27T23:13:44.682Z]     daemon.go:334: [d8f95db475420] daemon started
23:13:44 [2019-09-27T23:13:44.682Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:298, shared: true, mustBeShared: true
23:13:44 [2019-09-27T23:13:44.682Z]     daemon.go:286: [d8f95db475420] exiting daemon
23:13:44 [2019-09-27T23:13:44.682Z] === RUN   TestDaemonIpcModePrivate
23:13:45 [2019-09-27T23:13:45.245Z] PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved	1.882s
23:13:45 [2019-09-27T23:13:45.245Z] PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared	0.037s
23:13:46 [2019-09-27T23:13:46.171Z] PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost	0.665s
23:13:46 [2019-09-27T23:13:46.426Z] --- PASS: TestDaemonIpcModePrivate (1.85s)
23:13:46 [2019-09-27T23:13:46.426Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:13:46 [2019-09-27T23:13:46.426Z]     daemon.go:302: [de120c38e70c4] waiting for daemon to start
23:13:46 [2019-09-27T23:13:46.426Z]     daemon.go:334: [de120c38e70c4] daemon started
23:13:46 [2019-09-27T23:13:46.426Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:285, shared: false, mustBeShared: false
23:13:46 [2019-09-27T23:13:46.426Z]     daemon.go:286: [de120c38e70c4] exiting daemon
23:13:46 [2019-09-27T23:13:46.426Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:13:47 [2019-09-27T23:13:47.351Z] PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost	1.299s
23:13:48 [2019-09-27T23:13:48.277Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s)
23:13:48 [2019-09-27T23:13:48.277Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:13:48 [2019-09-27T23:13:48.277Z]     daemon.go:302: [ddcfb9141fae3] waiting for daemon to start
23:13:48 [2019-09-27T23:13:48.277Z]     daemon.go:334: [ddcfb9141fae3] daemon started
23:13:48 [2019-09-27T23:13:48.277Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:296, shared: false, mustBeShared: false
23:13:48 [2019-09-27T23:13:48.277Z]     daemon.go:286: [ddcfb9141fae3] exiting daemon
23:13:48 [2019-09-27T23:13:48.277Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:13:48 [2019-09-27T23:13:48.532Z] PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks	1.103s
23:13:49 [2019-09-27T23:13:49.093Z] PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName	0.804s
23:13:50 [2019-09-27T23:13:50.027Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s)
23:13:50 [2019-09-27T23:13:50.027Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:13:50 [2019-09-27T23:13:50.027Z]     daemon.go:302: [d37c299ce34d6] waiting for daemon to start
23:13:50 [2019-09-27T23:13:50.027Z]     daemon.go:334: [d37c299ce34d6] daemon started
23:13:50 [2019-09-27T23:13:50.027Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:280, shared: true, mustBeShared: true
23:13:50 [2019-09-27T23:13:50.027Z]     daemon.go:286: [d37c299ce34d6] exiting daemon
23:13:50 [2019-09-27T23:13:50.027Z] === RUN   TestStopContainerWithTimeout
23:13:50 [2019-09-27T23:13:50.027Z] === RUN   TestStopContainerWithTimeout/0
23:13:50 [2019-09-27T23:13:50.027Z] === PAUSE TestStopContainerWithTimeout/0
23:13:50 [2019-09-27T23:13:50.027Z] === RUN   TestStopContainerWithTimeout/1
23:13:50 [2019-09-27T23:13:50.027Z] === PAUSE TestStopContainerWithTimeout/1
23:13:50 [2019-09-27T23:13:50.027Z] === RUN   TestStopContainerWithTimeout/3
23:13:50 [2019-09-27T23:13:50.027Z] === PAUSE TestStopContainerWithTimeout/3
23:13:50 [2019-09-27T23:13:50.027Z] === RUN   TestStopContainerWithTimeout/-1
23:13:50 [2019-09-27T23:13:50.027Z] === PAUSE TestStopContainerWithTimeout/-1
23:13:50 [2019-09-27T23:13:50.282Z] === CONT  TestStopContainerWithTimeout/0
23:13:50 [2019-09-27T23:13:50.282Z] === CONT  TestStopContainerWithTimeout/-1
23:13:51 [2019-09-27T23:13:51.644Z] === CONT  TestStopContainerWithTimeout/3
23:13:51 [2019-09-27T23:13:51.899Z] PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount	2.549s
23:13:53 [2019-09-27T23:13:53.260Z] === CONT  TestStopContainerWithTimeout/1
23:13:54 [2019-09-27T23:13:54.623Z] PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO	2.543s
23:13:55 [2019-09-27T23:13:55.183Z] --- PASS: TestStopContainerWithTimeout (0.05s)
23:13:55 [2019-09-27T23:13:55.183Z]     --- PASS: TestStopContainerWithTimeout/0 (1.21s)
23:13:55 [2019-09-27T23:13:55.183Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.09s)
23:13:55 [2019-09-27T23:13:55.183Z]     --- PASS: TestStopContainerWithTimeout/3 (2.84s)
23:13:55 [2019-09-27T23:13:55.183Z]     --- PASS: TestStopContainerWithTimeout/1 (1.74s)
23:13:55 [2019-09-27T23:13:55.183Z] === RUN   TestDeleteDevicemapper
23:13:55 [2019-09-27T23:13:55.183Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:13:55 [2019-09-27T23:13:55.183Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:13:55 [2019-09-27T23:13:55.183Z] === CONT  TestDaemonRestartIpcMode
23:13:58 [2019-09-27T23:13:58.443Z] --- PASS: TestDaemonRestartIpcMode (3.18s)
23:13:58 [2019-09-27T23:13:58.443Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:302: [d50be294e2168] waiting for daemon to start
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:334: [d50be294e2168] daemon started
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:286: [d50be294e2168] exiting daemon
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:302: [d50be294e2168] waiting for daemon to start
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:334: [d50be294e2168] daemon started
23:13:58 [2019-09-27T23:13:58.443Z]     daemon.go:286: [d50be294e2168] exiting daemon
23:13:58 [2019-09-27T23:13:58.443Z] === RUN   TestContainerInvalidJSON
23:13:58 [2019-09-27T23:13:58.443Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:13:58 [2019-09-27T23:13:58.444Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:13:58 [2019-09-27T23:13:58.444Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:13:58 [2019-09-27T23:13:58.444Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:13:58 [2019-09-27T23:13:58.444Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:13:58 [2019-09-27T23:13:58.444Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:13:58 [2019-09-27T23:13:58.444Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:13:58 [2019-09-27T23:13:58.444Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:13:58 [2019-09-27T23:13:58.444Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:13:58 [2019-09-27T23:13:58.444Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:13:58 [2019-09-27T23:13:58.444Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:13:58 [2019-09-27T23:13:58.444Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:13:58 [2019-09-27T23:13:58.444Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:13:58 [2019-09-27T23:13:58.444Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:13:58 [2019-09-27T23:13:58.444Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:13:58 [2019-09-27T23:13:58.444Z] === RUN   TestCopyFromContainerPathIsNotDir
23:13:58 [2019-09-27T23:13:58.444Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:13:58 [2019-09-27T23:13:58.444Z] === RUN   TestCopyFromContainer
23:13:59 [2019-09-27T23:13:59.811Z] PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem	5.110s
23:14:00 [2019-09-27T23:14:00.066Z] === RUN   TestCopyFromContainer//
23:14:00 [2019-09-27T23:14:00.066Z] === RUN   TestCopyFromContainer//bar/root
23:14:00 [2019-09-27T23:14:00.322Z] === RUN   TestCopyFromContainer//bar/root/
23:14:00 [2019-09-27T23:14:00.322Z] === RUN   TestCopyFromContainer/bar/quux
23:14:00 [2019-09-27T23:14:00.322Z] PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode	0.650s
23:14:00 [2019-09-27T23:14:00.322Z] === RUN   TestCopyFromContainer/bar/quux/
23:14:00 [2019-09-27T23:14:00.578Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:14:00 [2019-09-27T23:14:00.578Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes	0.174s
23:14:00 [2019-09-27T23:14:00.578Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:14:00 [2019-09-27T23:14:00.578Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:14:00 [2019-09-27T23:14:00.834Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:14:00 [2019-09-27T23:14:00.834Z] === RUN   TestCopyFromContainer/bar/notarget
23:14:00 [2019-09-27T23:14:00.834Z] --- PASS: TestCopyFromContainer (2.49s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:14:00 [2019-09-27T23:14:00.834Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:14:00 [2019-09-27T23:14:00.834Z] === RUN   TestDaemonRestartIpcMode
23:14:00 [2019-09-27T23:14:00.834Z] === PAUSE TestDaemonRestartIpcMode
23:14:00 [2019-09-27T23:14:00.834Z] === RUN   TestExecWithCloseStdin
23:14:02 [2019-09-27T23:14:02.196Z] PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid	1.435s
23:14:02 [2019-09-27T23:14:02.196Z] --- PASS: TestExecWithCloseStdin (1.09s)
23:14:02 [2019-09-27T23:14:02.196Z] === RUN   TestExecUser
23:14:02 [2019-09-27T23:14:02.196Z] PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout	0.239s
23:14:03 [2019-09-27T23:14:03.123Z] PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd	0.791s
23:14:03 [2019-09-27T23:14:03.123Z] --- PASS: TestExecUser (1.03s)
23:14:03 [2019-09-27T23:14:03.123Z] === RUN   TestHealthKillContainer
23:14:04 [2019-09-27T23:14:04.047Z] PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd	0.785s
23:14:04 [2019-09-27T23:14:04.302Z] PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage	0.346s
23:14:05 [2019-09-27T23:14:05.226Z] PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress	0.823s
23:14:06 [2019-09-27T23:14:06.150Z] PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName	0.915s
23:14:06 [2019-09-27T23:14:06.150Z] SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport)
23:14:06 [2019-09-27T23:14:06.150Z] --- PASS: TestHealthKillContainer (3.06s)
23:14:06 [2019-09-27T23:14:06.150Z] === RUN   TestAPIIpcModeHost
23:14:07 [2019-09-27T23:14:07.077Z] PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable	0.855s
23:14:07 [2019-09-27T23:14:07.077Z] --- PASS: TestAPIIpcModeHost (0.88s)
23:14:07 [2019-09-27T23:14:07.077Z] === RUN   TestDaemonIpcModeShareable
23:14:07 [2019-09-27T23:14:07.637Z] PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit	0.825s
23:14:08 [2019-09-27T23:14:08.999Z] --- PASS: TestDaemonIpcModeShareable (1.81s)
23:14:08 [2019-09-27T23:14:08.999Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:14:08 [2019-09-27T23:14:08.999Z]     daemon.go:302: [da3b798f1ad13] waiting for daemon to start
23:14:08 [2019-09-27T23:14:08.999Z]     daemon.go:334: [da3b798f1ad13] daemon started
23:14:08 [2019-09-27T23:14:08.999Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:299, shared: true, mustBeShared: true
23:14:08 [2019-09-27T23:14:08.999Z]     daemon.go:286: [da3b798f1ad13] exiting daemon
23:14:08 [2019-09-27T23:14:08.999Z] === RUN   TestDaemonIpcModePrivate
23:14:09 [2019-09-27T23:14:09.560Z] PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse	1.299s
23:14:10 [2019-09-27T23:14:10.486Z] PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse	0.780s
23:14:10 [2019-09-27T23:14:10.486Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
23:14:10 [2019-09-27T23:14:10.486Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:14:10 [2019-09-27T23:14:10.486Z]     daemon.go:302: [d16bf2899bbab] waiting for daemon to start
23:14:10 [2019-09-27T23:14:10.486Z]     daemon.go:334: [d16bf2899bbab] daemon started
23:14:10 [2019-09-27T23:14:10.486Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:314, shared: false, mustBeShared: false
23:14:10 [2019-09-27T23:14:10.486Z]     daemon.go:286: [d16bf2899bbab] exiting daemon
23:14:10 [2019-09-27T23:14:10.486Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:14:11 [2019-09-27T23:14:11.413Z] PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices	0.784s
23:14:11 [2019-09-27T23:14:11.973Z] PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod	0.744s
23:14:12 [2019-09-27T23:14:12.534Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s)
23:14:12 [2019-09-27T23:14:12.534Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:14:12 [2019-09-27T23:14:12.534Z]     daemon.go:302: [db7acc530444c] waiting for daemon to start
23:14:12 [2019-09-27T23:14:12.534Z]     daemon.go:334: [db7acc530444c] daemon started
23:14:12 [2019-09-27T23:14:12.534Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:314, shared: false, mustBeShared: false
23:14:12 [2019-09-27T23:14:12.534Z]     daemon.go:286: [db7acc530444c] exiting daemon
23:14:12 [2019-09-27T23:14:12.534Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:14:12 [2019-09-27T23:14:12.790Z] PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount	0.793s
23:14:13 [2019-09-27T23:14:13.716Z] PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers	0.818s
23:14:14 [2019-09-27T23:14:14.277Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
23:14:14 [2019-09-27T23:14:14.277Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:14:14 [2019-09-27T23:14:14.277Z]     daemon.go:302: [dafa02116da66] waiting for daemon to start
23:14:14 [2019-09-27T23:14:14.277Z]     daemon.go:334: [dafa02116da66] daemon started
23:14:14 [2019-09-27T23:14:14.277Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:306, shared: true, mustBeShared: true
23:14:14 [2019-09-27T23:14:14.277Z]     daemon.go:286: [dafa02116da66] exiting daemon
23:14:14 [2019-09-27T23:14:14.277Z] === RUN   TestStopContainerWithTimeout
23:14:14 [2019-09-27T23:14:14.277Z] === RUN   TestStopContainerWithTimeout/0
23:14:14 [2019-09-27T23:14:14.277Z] === PAUSE TestStopContainerWithTimeout/0
23:14:14 [2019-09-27T23:14:14.277Z] === RUN   TestStopContainerWithTimeout/1
23:14:14 [2019-09-27T23:14:14.277Z] === PAUSE TestStopContainerWithTimeout/1
23:14:14 [2019-09-27T23:14:14.277Z] === RUN   TestStopContainerWithTimeout/3
23:14:14 [2019-09-27T23:14:14.277Z] === PAUSE TestStopContainerWithTimeout/3
23:14:14 [2019-09-27T23:14:14.277Z] === RUN   TestStopContainerWithTimeout/-1
23:14:14 [2019-09-27T23:14:14.277Z] === PAUSE TestStopContainerWithTimeout/-1
23:14:14 [2019-09-27T23:14:14.277Z] === CONT  TestStopContainerWithTimeout/0
23:14:14 [2019-09-27T23:14:14.277Z] === CONT  TestStopContainerWithTimeout/-1
23:14:14 [2019-09-27T23:14:14.532Z] PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers	0.768s
23:14:14 [2019-09-27T23:14:14.532Z] SKIP: docker_cli_run_test.go:4230: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
23:14:15 [2019-09-27T23:14:15.458Z] === CONT  TestStopContainerWithTimeout/3
23:14:15 [2019-09-27T23:14:15.458Z] PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort	0.837s
23:14:16 [2019-09-27T23:14:16.386Z] PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc	0.932s
23:14:16 [2019-09-27T23:14:16.386Z] SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured)
23:14:17 [2019-09-27T23:14:17.317Z] === CONT  TestStopContainerWithTimeout/1
23:14:17 [2019-09-27T23:14:17.317Z] PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer	0.800s
23:14:19 [2019-09-27T23:14:19.204Z] PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout	1.652s
23:14:19 [2019-09-27T23:14:19.204Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved)
23:14:19 [2019-09-27T23:14:19.204Z] --- PASS: TestStopContainerWithTimeout (0.05s)
23:14:19 [2019-09-27T23:14:19.204Z]     --- PASS: TestStopContainerWithTimeout/0 (1.33s)
23:14:19 [2019-09-27T23:14:19.204Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.00s)
23:14:19 [2019-09-27T23:14:19.204Z]     --- PASS: TestStopContainerWithTimeout/3 (2.83s)
23:14:19 [2019-09-27T23:14:19.204Z]     --- PASS: TestStopContainerWithTimeout/1 (1.88s)
23:14:19 [2019-09-27T23:14:19.204Z] === RUN   TestDeleteDevicemapper
23:14:19 [2019-09-27T23:14:19.204Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:14:19 [2019-09-27T23:14:19.204Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:14:19 [2019-09-27T23:14:19.204Z] === CONT  TestDaemonRestartIpcMode
23:14:22 [2019-09-27T23:14:22.466Z] PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries	3.517s
23:14:22 [2019-09-27T23:14:22.466Z] --- PASS: TestDaemonRestartIpcMode (3.46s)
23:14:22 [2019-09-27T23:14:22.466Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:302: [dc82f2f47f085] waiting for daemon to start
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:334: [dc82f2f47f085] daemon started
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:286: [dc82f2f47f085] exiting daemon
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:302: [dc82f2f47f085] waiting for daemon to start
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:334: [dc82f2f47f085] daemon started
23:14:22 [2019-09-27T23:14:22.466Z]     daemon.go:286: [dc82f2f47f085] exiting daemon
23:14:22 [2019-09-27T23:14:22.466Z] === RUN   TestContainerInvalidJSON
23:14:22 [2019-09-27T23:14:22.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:14:22 [2019-09-27T23:14:22.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:14:22 [2019-09-27T23:14:22.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:14:22 [2019-09-27T23:14:22.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:14:22 [2019-09-27T23:14:22.466Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:14:22 [2019-09-27T23:14:22.466Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:14:22 [2019-09-27T23:14:22.721Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:14:22 [2019-09-27T23:14:22.721Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:14:22 [2019-09-27T23:14:22.721Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:14:22 [2019-09-27T23:14:22.721Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:14:22 [2019-09-27T23:14:22.721Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:14:22 [2019-09-27T23:14:22.721Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:14:22 [2019-09-27T23:14:22.721Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:14:22 [2019-09-27T23:14:22.721Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:14:22 [2019-09-27T23:14:22.721Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
23:14:22 [2019-09-27T23:14:22.721Z] === RUN   TestCopyFromContainerPathIsNotDir
23:14:22 [2019-09-27T23:14:22.976Z] PASS: docker_cli_swarm_test.go:1750: DockerSwarmSuite.TestSwarmJoinLeave	54.478s
23:14:22 [2019-09-27T23:14:22.976Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
23:14:22 [2019-09-27T23:14:22.976Z] === RUN   TestCopyFromContainer
23:14:24 [2019-09-27T23:14:24.339Z] PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink	1.810s
23:14:24 [2019-09-27T23:14:24.900Z] === RUN   TestCopyFromContainer//
23:14:25 [2019-09-27T23:14:25.155Z] === RUN   TestCopyFromContainer//bar/root
23:14:25 [2019-09-27T23:14:25.155Z] === RUN   TestCopyFromContainer//bar/root/
23:14:25 [2019-09-27T23:14:25.410Z] PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm	0.997s
23:14:25 [2019-09-27T23:14:25.410Z] === RUN   TestCopyFromContainer/bar/quux
23:14:25 [2019-09-27T23:14:25.666Z] === RUN   TestCopyFromContainer/bar/quux/
23:14:25 [2019-09-27T23:14:25.666Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:14:25 [2019-09-27T23:14:25.666Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:14:25 [2019-09-27T23:14:25.922Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:14:25 [2019-09-27T23:14:25.922Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:14:26 [2019-09-27T23:14:26.176Z] === RUN   TestCopyFromContainer/bar/notarget
23:14:26 [2019-09-27T23:14:26.176Z] --- PASS: TestCopyFromContainer (3.36s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer// (0.18s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.17s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:14:26 [2019-09-27T23:14:26.176Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
23:14:26 [2019-09-27T23:14:26.176Z] === RUN   TestDaemonRestartIpcMode
23:14:26 [2019-09-27T23:14:26.176Z] === PAUSE TestDaemonRestartIpcMode
23:14:26 [2019-09-27T23:14:26.176Z] === RUN   TestExecWithCloseStdin
23:14:27 [2019-09-27T23:14:27.100Z] --- PASS: TestExecWithCloseStdin (0.92s)
23:14:27 [2019-09-27T23:14:27.100Z] === RUN   TestExecUser
23:14:28 [2019-09-27T23:14:28.024Z] --- PASS: TestExecUser (0.91s)
23:14:28 [2019-09-27T23:14:28.024Z] === RUN   TestHealthKillContainer
23:14:29 [2019-09-27T23:14:29.386Z] PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait	3.976s
23:14:30 [2019-09-27T23:14:30.314Z] PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api	0.843s
23:14:31 [2019-09-27T23:14:31.239Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir	0.832s
23:14:31 [2019-09-27T23:14:31.239Z] --- PASS: TestHealthKillContainer (3.08s)
23:14:31 [2019-09-27T23:14:31.239Z] === RUN   TestAPIIpcModeHost
23:14:32 [2019-09-27T23:14:32.602Z] --- PASS: TestAPIIpcModeHost (1.23s)
23:14:32 [2019-09-27T23:14:32.602Z] === RUN   TestDaemonIpcModeShareable
23:14:33 [2019-09-27T23:14:33.528Z] PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns	2.431s
23:14:34 [2019-09-27T23:14:34.088Z] --- PASS: TestDaemonIpcModeShareable (1.65s)
23:14:34 [2019-09-27T23:14:34.088Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:14:34 [2019-09-27T23:14:34.088Z]     daemon.go:302: [d8c85e02c3dc5] waiting for daemon to start
23:14:34 [2019-09-27T23:14:34.088Z]     daemon.go:334: [d8c85e02c3dc5] daemon started
23:14:34 [2019-09-27T23:14:34.088Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:323, shared: true, mustBeShared: true
23:14:34 [2019-09-27T23:14:34.088Z]     daemon.go:286: [d8c85e02c3dc5] exiting daemon
23:14:34 [2019-09-27T23:14:34.088Z] === RUN   TestDaemonIpcModePrivate
23:14:34 [2019-09-27T23:14:34.343Z] PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit	0.898s
23:14:35 [2019-09-27T23:14:35.706Z] --- PASS: TestDaemonIpcModePrivate (1.66s)
23:14:35 [2019-09-27T23:14:35.706Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:14:35 [2019-09-27T23:14:35.706Z]     daemon.go:302: [d24cfa28f173e] waiting for daemon to start
23:14:35 [2019-09-27T23:14:35.706Z]     daemon.go:334: [d24cfa28f173e] daemon started
23:14:35 [2019-09-27T23:14:35.706Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:316, shared: false, mustBeShared: false
23:14:35 [2019-09-27T23:14:35.706Z]     daemon.go:286: [d24cfa28f173e] exiting daemon
23:14:35 [2019-09-27T23:14:35.706Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:14:37 [2019-09-27T23:14:37.596Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s)
23:14:37 [2019-09-27T23:14:37.597Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:14:37 [2019-09-27T23:14:37.597Z]     daemon.go:302: [d5e42f5c872ae] waiting for daemon to start
23:14:37 [2019-09-27T23:14:37.597Z]     daemon.go:334: [d5e42f5c872ae] daemon started
23:14:37 [2019-09-27T23:14:37.597Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:316, shared: false, mustBeShared: false
23:14:37 [2019-09-27T23:14:37.597Z]     daemon.go:286: [d5e42f5c872ae] exiting daemon
23:14:37 [2019-09-27T23:14:37.597Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:14:38 [2019-09-27T23:14:38.522Z] PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct	4.157s
23:14:39 [2019-09-27T23:14:39.082Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s)
23:14:39 [2019-09-27T23:14:39.082Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:14:39 [2019-09-27T23:14:39.082Z]     daemon.go:302: [d4ad21d0b612d] waiting for daemon to start
23:14:39 [2019-09-27T23:14:39.082Z]     daemon.go:334: [d4ad21d0b612d] daemon started
23:14:39 [2019-09-27T23:14:39.082Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:328, shared: true, mustBeShared: true
23:14:39 [2019-09-27T23:14:39.082Z]     daemon.go:286: [d4ad21d0b612d] exiting daemon
23:14:39 [2019-09-27T23:14:39.082Z] === RUN   TestStopContainerWithTimeout
23:14:39 [2019-09-27T23:14:39.082Z] === RUN   TestStopContainerWithTimeout/0
23:14:39 [2019-09-27T23:14:39.082Z] === PAUSE TestStopContainerWithTimeout/0
23:14:39 [2019-09-27T23:14:39.082Z] === RUN   TestStopContainerWithTimeout/1
23:14:39 [2019-09-27T23:14:39.082Z] === PAUSE TestStopContainerWithTimeout/1
23:14:39 [2019-09-27T23:14:39.082Z] === RUN   TestStopContainerWithTimeout/3
23:14:39 [2019-09-27T23:14:39.082Z] === PAUSE TestStopContainerWithTimeout/3
23:14:39 [2019-09-27T23:14:39.082Z] === RUN   TestStopContainerWithTimeout/-1
23:14:39 [2019-09-27T23:14:39.082Z] === PAUSE TestStopContainerWithTimeout/-1
23:14:39 [2019-09-27T23:14:39.082Z] === CONT  TestStopContainerWithTimeout/0
23:14:39 [2019-09-27T23:14:39.082Z] === CONT  TestStopContainerWithTimeout/3
23:14:40 [2019-09-27T23:14:40.008Z] === CONT  TestStopContainerWithTimeout/-1
23:14:41 [2019-09-27T23:14:41.893Z] === CONT  TestStopContainerWithTimeout/1
23:14:43 [2019-09-27T23:14:43.776Z] PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS	5.053s
23:14:43 [2019-09-27T23:14:43.776Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:14:43 [2019-09-27T23:14:43.776Z]     --- PASS: TestStopContainerWithTimeout/0 (0.97s)
23:14:43 [2019-09-27T23:14:43.776Z]     --- PASS: TestStopContainerWithTimeout/3 (2.77s)
23:14:43 [2019-09-27T23:14:43.776Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.93s)
23:14:43 [2019-09-27T23:14:43.776Z]     --- PASS: TestStopContainerWithTimeout/1 (1.89s)
23:14:43 [2019-09-27T23:14:43.776Z] === RUN   TestDeleteDevicemapper
23:14:43 [2019-09-27T23:14:43.776Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:14:43 [2019-09-27T23:14:43.776Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:14:43 [2019-09-27T23:14:43.776Z] === CONT  TestDaemonRestartIpcMode
23:14:44 [2019-09-27T23:14:44.702Z] PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit	0.859s
23:14:45 [2019-09-27T23:14:45.262Z] PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod	0.680s
23:14:46 [2019-09-27T23:14:46.186Z] PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns	0.932s
23:14:47 [2019-09-27T23:14:47.112Z] PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare	0.942s
23:14:47 [2019-09-27T23:14:47.367Z] --- PASS: TestDaemonRestartIpcMode (3.48s)
23:14:47 [2019-09-27T23:14:47.367Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:302: [d92c576ccb871] waiting for daemon to start
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:334: [d92c576ccb871] daemon started
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:286: [d92c576ccb871] exiting daemon
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:302: [d92c576ccb871] waiting for daemon to start
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:334: [d92c576ccb871] daemon started
23:14:47 [2019-09-27T23:14:47.367Z]     daemon.go:286: [d92c576ccb871] exiting daemon
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestContainerInvalidJSON
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:14:47 [2019-09-27T23:14:47.367Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:14:47 [2019-09-27T23:14:47.367Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:14:47 [2019-09-27T23:14:47.367Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:14:47 [2019-09-27T23:14:47.367Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:14:47 [2019-09-27T23:14:47.367Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:14:47 [2019-09-27T23:14:47.367Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:14:47 [2019-09-27T23:14:47.367Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:14:47 [2019-09-27T23:14:47.367Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:14:47 [2019-09-27T23:14:47.367Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:14:47 [2019-09-27T23:14:47.367Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:14:47 [2019-09-27T23:14:47.367Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:14:47 [2019-09-27T23:14:47.367Z] === RUN   TestCopyFromContainerPathIsNotDir
23:14:47 [2019-09-27T23:14:47.623Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
23:14:47 [2019-09-27T23:14:47.623Z] === RUN   TestCopyFromContainer
23:14:48 [2019-09-27T23:14:48.184Z] PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns	0.877s
23:14:49 [2019-09-27T23:14:49.109Z] PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns	0.807s
23:14:49 [2019-09-27T23:14:49.364Z] === RUN   TestCopyFromContainer//
23:14:49 [2019-09-27T23:14:49.620Z] === RUN   TestCopyFromContainer//bar/root
23:14:49 [2019-09-27T23:14:49.620Z] === RUN   TestCopyFromContainer//bar/root/
23:14:49 [2019-09-27T23:14:49.875Z] === RUN   TestCopyFromContainer/bar/quux
23:14:49 [2019-09-27T23:14:49.875Z] PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile	0.914s
23:14:49 [2019-09-27T23:14:49.875Z] === RUN   TestCopyFromContainer/bar/quux/
23:14:50 [2019-09-27T23:14:50.130Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:14:50 [2019-09-27T23:14:50.130Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:14:50 [2019-09-27T23:14:50.130Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:14:50 [2019-09-27T23:14:50.385Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:14:50 [2019-09-27T23:14:50.385Z] === RUN   TestCopyFromContainer/bar/notarget
23:14:50 [2019-09-27T23:14:50.385Z] --- PASS: TestCopyFromContainer (2.90s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:14:50 [2019-09-27T23:14:50.385Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:14:50 [2019-09-27T23:14:50.385Z] === RUN   TestDaemonRestartIpcMode
23:14:50 [2019-09-27T23:14:50.385Z] === PAUSE TestDaemonRestartIpcMode
23:14:50 [2019-09-27T23:14:50.385Z] === RUN   TestExecWithCloseStdin
23:14:50 [2019-09-27T23:14:50.947Z] PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy	0.699s
23:14:51 [2019-09-27T23:14:51.508Z] --- PASS: TestExecWithCloseStdin (0.83s)
23:14:51 [2019-09-27T23:14:51.508Z] === RUN   TestExecUser
23:14:51 [2019-09-27T23:14:51.508Z] PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress	0.818s
23:14:52 [2019-09-27T23:14:52.433Z] --- PASS: TestExecUser (1.02s)
23:14:52 [2019-09-27T23:14:52.433Z] === RUN   TestHealthKillContainer
23:14:54 [2019-09-27T23:14:54.324Z] PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer	2.619s
23:14:55 [2019-09-27T23:14:55.694Z] --- PASS: TestHealthKillContainer (3.08s)
23:14:55 [2019-09-27T23:14:55.694Z] === RUN   TestAPIIpcModeHost
23:14:55 [2019-09-27T23:14:55.949Z] PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState	1.380s
23:14:56 [2019-09-27T23:14:56.204Z] --- PASS: TestAPIIpcModeHost (0.83s)
23:14:56 [2019-09-27T23:14:56.204Z] === RUN   TestDaemonIpcModeShareable
23:14:56 [2019-09-27T23:14:56.764Z] PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit	0.876s
23:14:57 [2019-09-27T23:14:57.690Z] PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe	0.926s
23:14:57 [2019-09-27T23:14:57.945Z] PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak	0.223s
23:14:57 [2019-09-27T23:14:57.945Z] SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport)
23:14:57 [2019-09-27T23:14:57.945Z] --- PASS: TestDaemonIpcModeShareable (1.69s)
23:14:57 [2019-09-27T23:14:57.945Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:14:57 [2019-09-27T23:14:57.945Z]     daemon.go:302: [d8a7d17e7848f] waiting for daemon to start
23:14:57 [2019-09-27T23:14:57.945Z]     daemon.go:334: [d8a7d17e7848f] daemon started
23:14:57 [2019-09-27T23:14:57.945Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:336, shared: true, mustBeShared: true
23:14:57 [2019-09-27T23:14:57.945Z]     daemon.go:286: [d8a7d17e7848f] exiting daemon
23:14:57 [2019-09-27T23:14:57.945Z] === RUN   TestDaemonIpcModePrivate
23:14:58 [2019-09-27T23:14:58.870Z] PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers	0.819s
23:14:59 [2019-09-27T23:14:59.431Z] PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers	0.790s
23:14:59 [2019-09-27T23:14:59.990Z] --- PASS: TestDaemonIpcModePrivate (1.98s)
23:14:59 [2019-09-27T23:14:59.990Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:14:59 [2019-09-27T23:14:59.990Z]     daemon.go:302: [dfc27c5265c26] waiting for daemon to start
23:14:59 [2019-09-27T23:14:59.990Z]     daemon.go:334: [dfc27c5265c26] daemon started
23:14:59 [2019-09-27T23:14:59.990Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:342, shared: false, mustBeShared: false
23:14:59 [2019-09-27T23:14:59.990Z]     daemon.go:286: [dfc27c5265c26] exiting daemon
23:14:59 [2019-09-27T23:14:59.990Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:15:01 [2019-09-27T23:15:01.353Z] PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls	1.722s
23:15:01 [2019-09-27T23:15:01.353Z] PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify	0.044s
23:15:01 [2019-09-27T23:15:01.353Z] PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe	0.012s
23:15:01 [2019-09-27T23:15:01.914Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s)
23:15:01 [2019-09-27T23:15:01.914Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:15:01 [2019-09-27T23:15:01.914Z]     daemon.go:302: [de490d8d9850d] waiting for daemon to start
23:15:01 [2019-09-27T23:15:01.914Z]     daemon.go:334: [de490d8d9850d] daemon started
23:15:01 [2019-09-27T23:15:01.914Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:331, shared: false, mustBeShared: false
23:15:01 [2019-09-27T23:15:01.914Z]     daemon.go:286: [de490d8d9850d] exiting daemon
23:15:01 [2019-09-27T23:15:01.914Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:15:02 [2019-09-27T23:15:02.169Z] PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices	0.818s
23:15:03 [2019-09-27T23:15:03.534Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s)
23:15:03 [2019-09-27T23:15:03.534Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:15:03 [2019-09-27T23:15:03.534Z]     daemon.go:302: [defa1ac156389] waiting for daemon to start
23:15:03 [2019-09-27T23:15:03.534Z]     daemon.go:334: [defa1ac156389] daemon started
23:15:03 [2019-09-27T23:15:03.534Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:338, shared: true, mustBeShared: true
23:15:03 [2019-09-27T23:15:03.534Z]     daemon.go:286: [defa1ac156389] exiting daemon
23:15:03 [2019-09-27T23:15:03.534Z] === RUN   TestStopContainerWithTimeout
23:15:03 [2019-09-27T23:15:03.534Z] === RUN   TestStopContainerWithTimeout/0
23:15:03 [2019-09-27T23:15:03.534Z] === PAUSE TestStopContainerWithTimeout/0
23:15:03 [2019-09-27T23:15:03.534Z] === RUN   TestStopContainerWithTimeout/1
23:15:03 [2019-09-27T23:15:03.534Z] === PAUSE TestStopContainerWithTimeout/1
23:15:03 [2019-09-27T23:15:03.534Z] === RUN   TestStopContainerWithTimeout/3
23:15:03 [2019-09-27T23:15:03.534Z] === PAUSE TestStopContainerWithTimeout/3
23:15:03 [2019-09-27T23:15:03.534Z] === RUN   TestStopContainerWithTimeout/-1
23:15:03 [2019-09-27T23:15:03.534Z] === PAUSE TestStopContainerWithTimeout/-1
23:15:03 [2019-09-27T23:15:03.534Z] === CONT  TestStopContainerWithTimeout/0
23:15:03 [2019-09-27T23:15:03.534Z] === CONT  TestStopContainerWithTimeout/3
23:15:04 [2019-09-27T23:15:04.898Z] === CONT  TestStopContainerWithTimeout/-1
23:15:05 [2019-09-27T23:15:05.153Z] PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts	2.856s
23:15:06 [2019-09-27T23:15:06.078Z] PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered	0.769s
23:15:06 [2019-09-27T23:15:06.639Z] === CONT  TestStopContainerWithTimeout/1
23:15:08 [2019-09-27T23:15:08.001Z] PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes	2.119s
23:15:08 [2019-09-27T23:15:08.561Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:15:08 [2019-09-27T23:15:08.561Z]     --- PASS: TestStopContainerWithTimeout/0 (1.07s)
23:15:08 [2019-09-27T23:15:08.561Z]     --- PASS: TestStopContainerWithTimeout/3 (2.87s)
23:15:08 [2019-09-27T23:15:08.561Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.77s)
23:15:08 [2019-09-27T23:15:08.561Z]     --- PASS: TestStopContainerWithTimeout/1 (1.91s)
23:15:08 [2019-09-27T23:15:08.561Z] === RUN   TestDeleteDevicemapper
23:15:08 [2019-09-27T23:15:08.561Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:15:08 [2019-09-27T23:15:08.561Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:15:08 [2019-09-27T23:15:08.561Z] === CONT  TestDaemonRestartIpcMode
23:15:11 [2019-09-27T23:15:11.823Z] --- PASS: TestDaemonRestartIpcMode (3.21s)
23:15:11 [2019-09-27T23:15:11.823Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:302: [d7e5da8bbe24f] waiting for daemon to start
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:334: [d7e5da8bbe24f] daemon started
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:286: [d7e5da8bbe24f] exiting daemon
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:302: [d7e5da8bbe24f] waiting for daemon to start
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:334: [d7e5da8bbe24f] daemon started
23:15:11 [2019-09-27T23:15:11.823Z]     daemon.go:286: [d7e5da8bbe24f] exiting daemon
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestContainerInvalidJSON
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:15:11 [2019-09-27T23:15:11.823Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:15:11 [2019-09-27T23:15:11.823Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:15:11 [2019-09-27T23:15:11.823Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:15:11 [2019-09-27T23:15:11.823Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:15:11 [2019-09-27T23:15:11.823Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:15:11 [2019-09-27T23:15:11.823Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:15:11 [2019-09-27T23:15:11.823Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:15:11 [2019-09-27T23:15:11.823Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:15:11 [2019-09-27T23:15:11.823Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:15:11 [2019-09-27T23:15:11.823Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:15:11 [2019-09-27T23:15:11.823Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestCopyFromContainerPathIsNotDir
23:15:11 [2019-09-27T23:15:11.823Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:15:11 [2019-09-27T23:15:11.823Z] === RUN   TestCopyFromContainer
23:15:12 [2019-09-27T23:15:12.078Z] PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions	3.966s
23:15:13 [2019-09-27T23:15:13.967Z] PASS: docker_cli_swarm_test.go:1190: DockerSwarmSuite.TestSwarmJoinPromoteLocked	38.567s
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer//
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer//bar/root
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer//bar/root/
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer/bar/quux
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer/bar/quux/
23:15:13 [2019-09-27T23:15:13.967Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:15:14 [2019-09-27T23:15:14.351Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:15:14 [2019-09-27T23:15:14.351Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:15:14 [2019-09-27T23:15:14.351Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:15:14 [2019-09-27T23:15:14.606Z] === RUN   TestCopyFromContainer/bar/notarget
23:15:14 [2019-09-27T23:15:14.606Z] --- PASS: TestCopyFromContainer (2.77s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
23:15:14 [2019-09-27T23:15:14.606Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
23:15:14 [2019-09-27T23:15:14.606Z] === RUN   TestDaemonRestartIpcMode
23:15:14 [2019-09-27T23:15:14.606Z] === PAUSE TestDaemonRestartIpcMode
23:15:14 [2019-09-27T23:15:14.606Z] === RUN   TestExecWithCloseStdin
23:15:15 [2019-09-27T23:15:15.532Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers	3.390s
23:15:15 [2019-09-27T23:15:15.787Z] --- PASS: TestExecWithCloseStdin (1.20s)
23:15:15 [2019-09-27T23:15:15.787Z] === RUN   TestExecUser
23:15:16 [2019-09-27T23:15:16.714Z] PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod	0.982s
23:15:16 [2019-09-27T23:15:16.970Z] --- PASS: TestExecUser (1.18s)
23:15:16 [2019-09-27T23:15:16.970Z] === RUN   TestHealthKillContainer
23:15:17 [2019-09-27T23:15:17.532Z] PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount	1.094s
23:15:18 [2019-09-27T23:15:18.457Z] PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot	0.829s
23:15:20 [2019-09-27T23:15:20.341Z] --- PASS: TestHealthKillContainer (3.07s)
23:15:20 [2019-09-27T23:15:20.341Z] === RUN   TestAPIIpcModeHost
23:15:20 [2019-09-27T23:15:20.905Z] PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint	2.479s
23:15:21 [2019-09-27T23:15:21.160Z] --- PASS: TestAPIIpcModeHost (0.99s)
23:15:21 [2019-09-27T23:15:21.160Z] === RUN   TestDaemonIpcModeShareable
23:15:22 [2019-09-27T23:15:22.523Z] PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc	1.402s
23:15:23 [2019-09-27T23:15:23.082Z] --- PASS: TestDaemonIpcModeShareable (1.87s)
23:15:23 [2019-09-27T23:15:23.082Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:15:23 [2019-09-27T23:15:23.082Z]     daemon.go:302: [dbc6a359b1d2c] waiting for daemon to start
23:15:23 [2019-09-27T23:15:23.082Z]     daemon.go:334: [dbc6a359b1d2c] daemon started
23:15:23 [2019-09-27T23:15:23.082Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:357, shared: true, mustBeShared: true
23:15:23 [2019-09-27T23:15:23.082Z]     daemon.go:286: [dbc6a359b1d2c] exiting daemon
23:15:23 [2019-09-27T23:15:23.082Z] === RUN   TestDaemonIpcModePrivate
23:15:23 [2019-09-27T23:15:23.337Z] PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID	0.862s
23:15:23 [2019-09-27T23:15:23.337Z] PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig	0.137s
23:15:23 [2019-09-27T23:15:23.593Z] PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative	0.164s
23:15:24 [2019-09-27T23:15:24.520Z] PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero	0.849s
23:15:24 [2019-09-27T23:15:24.776Z] --- PASS: TestDaemonIpcModePrivate (1.74s)
23:15:24 [2019-09-27T23:15:24.776Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:15:24 [2019-09-27T23:15:24.776Z]     daemon.go:302: [d9083bece9b2a] waiting for daemon to start
23:15:24 [2019-09-27T23:15:24.776Z]     daemon.go:334: [d9083bece9b2a] daemon started
23:15:24 [2019-09-27T23:15:24.776Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:358, shared: false, mustBeShared: false
23:15:24 [2019-09-27T23:15:24.776Z]     daemon.go:286: [d9083bece9b2a] exiting daemon
23:15:24 [2019-09-27T23:15:24.776Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:15:25 [2019-09-27T23:15:25.335Z] PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName	0.732s
23:15:25 [2019-09-27T23:15:25.897Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults	0.787s
23:15:25 [2019-09-27T23:15:25.897Z] SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer)
23:15:26 [2019-09-27T23:15:26.152Z] PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound	0.185s
23:15:26 [2019-09-27T23:15:26.407Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s)
23:15:26 [2019-09-27T23:15:26.407Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:15:26 [2019-09-27T23:15:26.407Z]     daemon.go:302: [d80fc6ca89962] waiting for daemon to start
23:15:26 [2019-09-27T23:15:26.407Z]     daemon.go:334: [d80fc6ca89962] daemon started
23:15:26 [2019-09-27T23:15:26.407Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:345, shared: false, mustBeShared: false
23:15:26 [2019-09-27T23:15:26.407Z]     daemon.go:286: [d80fc6ca89962] exiting daemon
23:15:26 [2019-09-27T23:15:26.407Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:15:26 [2019-09-27T23:15:26.967Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID	0.559s
23:15:27 [2019-09-27T23:15:27.527Z] PASS: docker_cli_swarm_test.go:1554: DockerSwarmSuite.TestSwarmJoinWithDrain	3.436s
23:15:28 [2019-09-27T23:15:28.453Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.02s)
23:15:28 [2019-09-27T23:15:28.453Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:15:28 [2019-09-27T23:15:28.453Z]     daemon.go:302: [d4c5b5349c2ab] waiting for daemon to start
23:15:28 [2019-09-27T23:15:28.453Z]     daemon.go:334: [d4c5b5349c2ab] daemon started
23:15:28 [2019-09-27T23:15:28.453Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:337, shared: true, mustBeShared: true
23:15:28 [2019-09-27T23:15:28.453Z]     daemon.go:286: [d4c5b5349c2ab] exiting daemon
23:15:28 [2019-09-27T23:15:28.453Z] === RUN   TestStopContainerWithTimeout
23:15:28 [2019-09-27T23:15:28.453Z] === RUN   TestStopContainerWithTimeout/0
23:15:28 [2019-09-27T23:15:28.453Z] === PAUSE TestStopContainerWithTimeout/0
23:15:28 [2019-09-27T23:15:28.453Z] === RUN   TestStopContainerWithTimeout/1
23:15:28 [2019-09-27T23:15:28.453Z] === PAUSE TestStopContainerWithTimeout/1
23:15:28 [2019-09-27T23:15:28.453Z] === RUN   TestStopContainerWithTimeout/3
23:15:28 [2019-09-27T23:15:28.453Z] === PAUSE TestStopContainerWithTimeout/3
23:15:28 [2019-09-27T23:15:28.453Z] === RUN   TestStopContainerWithTimeout/-1
23:15:28 [2019-09-27T23:15:28.453Z] === PAUSE TestStopContainerWithTimeout/-1
23:15:28 [2019-09-27T23:15:28.453Z] === CONT  TestStopContainerWithTimeout/0
23:15:28 [2019-09-27T23:15:28.453Z] === CONT  TestStopContainerWithTimeout/3
23:15:29 [2019-09-27T23:15:29.381Z] === CONT  TestStopContainerWithTimeout/-1
23:15:31 [2019-09-27T23:15:31.903Z] === CONT  TestStopContainerWithTimeout/1
23:15:32 [2019-09-27T23:15:32.462Z] PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag	5.333s
23:15:33 [2019-09-27T23:15:33.021Z] PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter	0.806s
23:15:33 [2019-09-27T23:15:33.581Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:15:33 [2019-09-27T23:15:33.581Z]     --- PASS: TestStopContainerWithTimeout/0 (0.95s)
23:15:33 [2019-09-27T23:15:33.581Z]     --- PASS: TestStopContainerWithTimeout/3 (3.16s)
23:15:33 [2019-09-27T23:15:33.581Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.84s)
23:15:33 [2019-09-27T23:15:33.581Z]     --- PASS: TestStopContainerWithTimeout/1 (1.87s)
23:15:33 [2019-09-27T23:15:33.581Z] === RUN   TestDeleteDevicemapper
23:15:33 [2019-09-27T23:15:33.581Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:15:33 [2019-09-27T23:15:33.581Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:15:33 [2019-09-27T23:15:33.581Z] === CONT  TestDaemonRestartIpcMode
23:15:34 [2019-09-27T23:15:34.141Z] PASS: docker_cli_swarm_test.go:1096: DockerSwarmSuite.TestSwarmLeaveLocked	5.135s
23:15:34 [2019-09-27T23:15:34.396Z] PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths	1.312s
23:15:37 [2019-09-27T23:15:37.658Z] --- PASS: TestDaemonRestartIpcMode (3.88s)
23:15:37 [2019-09-27T23:15:37.658Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:302: [d303e50f02531] waiting for daemon to start
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:334: [d303e50f02531] daemon started
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:286: [d303e50f02531] exiting daemon
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:302: [d303e50f02531] waiting for daemon to start
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:334: [d303e50f02531] daemon started
23:15:37 [2019-09-27T23:15:37.658Z]     daemon.go:286: [d303e50f02531] exiting daemon
23:15:37 [2019-09-27T23:15:37.658Z] PASS
23:15:37 [2019-09-27T23:15:37.659Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:37 [2019-09-27T23:15:37.659Z] INFO: Testing against a local daemon
23:15:37 [2019-09-27T23:15:37.659Z] === RUN   TestImagesFilterMultiReference
23:15:37 [2019-09-27T23:15:37.659Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode	3.138s
23:15:37 [2019-09-27T23:15:37.659Z] --- PASS: TestImagesFilterMultiReference (0.12s)
23:15:37 [2019-09-27T23:15:37.659Z] === RUN   TestImagesFilterMultiReference
23:15:37 [2019-09-27T23:15:37.659Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:15:37 [2019-09-27T23:15:37.659Z] === RUN   TestImagesFilterMultiReference
23:15:37 [2019-09-27T23:15:37.914Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:15:37 [2019-09-27T23:15:37.914Z] === RUN   TestImagesFilterMultiReference
23:15:37 [2019-09-27T23:15:37.914Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:15:37 [2019-09-27T23:15:37.914Z] === RUN   TestImagesFilterMultiReference
23:15:37 [2019-09-27T23:15:37.914Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:15:37 [2019-09-27T23:15:37.914Z] PASS
23:15:37 [2019-09-27T23:15:37.914Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.169Z] INFO: Testing against a local daemon
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] --- PASS: TestNetworkInvalidJSON (0.09s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.169Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.169Z] --- PASS: TestNetworkInvalidJSON (0.06s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:15:38 [2019-09-27T23:15:38.169Z] === RUN   TestNetworkInvalidJSON
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] --- PASS: TestNetworkInvalidJSON (0.08s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/create
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:15:38 [2019-09-27T23:15:38.425Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:15:38 [2019-09-27T23:15:38.425Z] --- PASS: TestNetworkInvalidJSON (0.07s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:15:38 [2019-09-27T23:15:38.425Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
23:15:38 [2019-09-27T23:15:38.425Z] PASS
23:15:38 [2019-09-27T23:15:38.425Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.680Z] INFO: Testing against a local daemon
23:15:38 [2019-09-27T23:15:38.680Z] testing: warning: no tests to run
23:15:38 [2019-09-27T23:15:38.680Z] PASS
23:15:38 [2019-09-27T23:15:38.680Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.680Z] INFO: Testing against a local daemon
23:15:38 [2019-09-27T23:15:38.680Z] testing: warning: no tests to run
23:15:38 [2019-09-27T23:15:38.680Z] PASS
23:15:38 [2019-09-27T23:15:38.680Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.680Z] testing: warning: no tests to run
23:15:38 [2019-09-27T23:15:38.680Z] PASS
23:15:38 [2019-09-27T23:15:38.680Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.935Z] INFO: Testing against a local daemon
23:15:38 [2019-09-27T23:15:38.935Z] testing: warning: no tests to run
23:15:38 [2019-09-27T23:15:38.935Z] PASS
23:15:38 [2019-09-27T23:15:38.935Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:38 [2019-09-27T23:15:38.935Z] INFO: Testing against a local daemon
23:15:38 [2019-09-27T23:15:38.935Z] === RUN   TestPluginInvalidJSON
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] --- PASS: TestPluginInvalidJSON (0.06s)
23:15:39 [2019-09-27T23:15:39.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:15:39 [2019-09-27T23:15:39.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:15:39 [2019-09-27T23:15:39.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:15:39 [2019-09-27T23:15:39.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON
23:15:39 [2019-09-27T23:15:39.190Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:15:39 [2019-09-27T23:15:39.190Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:15:39 [2019-09-27T23:15:39.190Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:15:39 [2019-09-27T23:15:39.190Z] PASS
23:15:39 [2019-09-27T23:15:39.190Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:39 [2019-09-27T23:15:39.446Z] INFO: Testing against a local daemon
23:15:39 [2019-09-27T23:15:39.446Z] testing: warning: no tests to run
23:15:39 [2019-09-27T23:15:39.446Z] PASS
23:15:39 [2019-09-27T23:15:39.446Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:39 [2019-09-27T23:15:39.446Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails	1.851s
23:15:39 [2019-09-27T23:15:39.446Z] INFO: Testing against a local daemon
23:15:39 [2019-09-27T23:15:39.446Z] testing: warning: no tests to run
23:15:39 [2019-09-27T23:15:39.446Z] PASS
23:15:39 [2019-09-27T23:15:39.446Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:39 [2019-09-27T23:15:39.701Z] INFO: Testing against a local daemon
23:15:39 [2019-09-27T23:15:39.701Z] testing: warning: no tests to run
23:15:39 [2019-09-27T23:15:39.701Z] PASS
23:15:39 [2019-09-27T23:15:39.701Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:39 [2019-09-27T23:15:39.956Z] INFO: Testing against a local daemon
23:15:39 [2019-09-27T23:15:39.956Z] testing: warning: no tests to run
23:15:39 [2019-09-27T23:15:39.956Z] PASS
23:15:39 [2019-09-27T23:15:39.956Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:15:39 [2019-09-27T23:15:39.956Z] INFO: Testing against a local daemon
23:15:39 [2019-09-27T23:15:39.956Z] === RUN   TestDockerNetworkReConnect
23:15:42 [2019-09-27T23:15:42.465Z] PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved	2.419s
23:15:44 [2019-09-27T23:15:44.976Z] --- PASS: TestDockerNetworkReConnect (4.78s)
23:15:44 [2019-09-27T23:15:44.976Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:15:44 [2019-09-27T23:15:44.976Z]     daemon.go:302: [d611aa49b055f] waiting for daemon to start
23:15:44 [2019-09-27T23:15:44.976Z]     daemon.go:334: [d611aa49b055f] daemon started
23:15:44 [2019-09-27T23:15:44.976Z]     daemon.go:286: [d611aa49b055f] exiting daemon
23:15:44 [2019-09-27T23:15:44.976Z] === RUN   TestServiceUpdateLabel
23:15:44 [2019-09-27T23:15:44.976Z] PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath	2.651s
23:15:45 [2019-09-27T23:15:45.900Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly	0.897s
23:15:46 [2019-09-27T23:15:46.460Z] PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared	0.766s
23:15:47 [2019-09-27T23:15:47.020Z] --- PASS: TestServiceUpdateLabel (2.09s)
23:15:47 [2019-09-27T23:15:47.020Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:15:47 [2019-09-27T23:15:47.020Z]     daemon.go:302: [d04e2557ed0fc] waiting for daemon to start
23:15:47 [2019-09-27T23:15:47.020Z]     daemon.go:334: [d04e2557ed0fc] daemon started
23:15:47 [2019-09-27T23:15:47.020Z]     daemon.go:286: [d04e2557ed0fc] exiting daemon
23:15:47 [2019-09-27T23:15:47.020Z] === RUN   TestServiceUpdateSecrets
23:15:47 [2019-09-27T23:15:47.580Z] PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave	0.758s
23:15:47 [2019-09-27T23:15:47.580Z] SKIP: docker_cli_run_test.go:4200: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows)
23:15:47 [2019-09-27T23:15:47.580Z] SKIP: docker_cli_run_test.go:4220: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows)
23:15:47 [2019-09-27T23:15:47.580Z] SKIP: docker_cli_run_test.go:4210: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows)
23:15:47 [2019-09-27T23:15:47.835Z] PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice	0.290s
23:15:48 [2019-09-27T23:15:48.761Z] PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight	0.864s
23:15:50 [2019-09-27T23:15:50.122Z] PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota	1.146s
23:15:50 [2019-09-27T23:15:50.682Z] PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares	0.817s
23:15:52 [2019-09-27T23:15:52.587Z] PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod	1.664s
23:15:53 [2019-09-27T23:15:53.147Z] PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus	0.820s
23:15:54 [2019-09-27T23:15:54.072Z] PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems	0.900s
23:15:54 [2019-09-27T23:15:54.072Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags	0.009s
23:15:54 [2019-09-27T23:15:54.997Z] PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize	0.869s
23:15:54 [2019-09-27T23:15:54.997Z] PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight	0.014s
23:15:54 [2019-09-27T23:15:54.997Z] PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod	0.037s
23:15:54 [2019-09-27T23:15:54.997Z] PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory	0.021s
23:15:54 [2019-09-27T23:15:54.997Z] PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress	0.008s
23:15:55 [2019-09-27T23:15:55.252Z] PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps	0.168s
23:15:55 [2019-09-27T23:15:55.507Z] PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps	0.158s
23:15:55 [2019-09-27T23:15:55.507Z] PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps	0.153s
23:15:55 [2019-09-27T23:15:55.763Z] PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps	0.190s
23:15:56 [2019-09-27T23:15:56.018Z] PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice	0.157s
23:15:56 [2019-09-27T23:15:56.943Z] PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory	0.859s
23:15:57 [2019-09-27T23:15:57.867Z] PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit	0.812s
23:15:58 [2019-09-27T23:15:58.427Z] PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation	0.800s
23:15:58 [2019-09-27T23:15:58.427Z] PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid	0.023s
23:15:59 [2019-09-27T23:15:59.352Z] PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs	0.831s
23:15:59 [2019-09-27T23:15:59.607Z] PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks	0.264s
23:16:00 [2019-09-27T23:16:00.531Z] PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj	0.838s
23:16:00 [2019-09-27T23:16:00.531Z] PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange	0.024s
23:16:01 [2019-09-27T23:16:01.455Z] PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize	0.816s
23:16:02 [2019-09-27T23:16:02.379Z] --- PASS: TestServiceUpdateSecrets (15.33s)
23:16:02 [2019-09-27T23:16:02.379Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:16:02 [2019-09-27T23:16:02.379Z]     daemon.go:302: [dfa459cb6f108] waiting for daemon to start
23:16:02 [2019-09-27T23:16:02.379Z]     daemon.go:334: [dfa459cb6f108] daemon started
23:16:02 [2019-09-27T23:16:02.379Z]     daemon.go:286: [dfa459cb6f108] exiting daemon
23:16:02 [2019-09-27T23:16:02.379Z] === RUN   TestServiceUpdateConfigs
23:16:02 [2019-09-27T23:16:02.379Z] PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness	0.885s
23:16:02 [2019-09-27T23:16:02.379Z] PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid	0.037s
23:16:02 [2019-09-27T23:16:02.379Z] PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit	0.038s
23:16:03 [2019-09-27T23:16:03.304Z] PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits	0.882s
23:16:05 [2019-09-27T23:16:05.189Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited	2.011s
23:16:06 [2019-09-27T23:16:06.113Z] PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive	0.819s
23:16:06 [2019-09-27T23:16:06.113Z] SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport)
23:16:06 [2019-09-27T23:16:06.673Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking	0.671s
23:16:06 [2019-09-27T23:16:06.928Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile	0.072s
23:16:08 [2019-09-27T23:16:08.812Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory	1.603s
23:16:09 [2019-09-27T23:16:09.380Z] PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc	0.715s
23:16:11 [2019-09-27T23:16:11.894Z] PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit	2.667s
23:16:12 [2019-09-27T23:16:12.820Z] PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound	0.813s
23:16:12 [2019-09-27T23:16:12.820Z] PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue	0.012s
23:16:12 [2019-09-27T23:16:12.820Z] PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue	0.012s
23:16:13 [2019-09-27T23:16:13.744Z] PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags	1.097s
23:16:15 [2019-09-27T23:16:15.105Z] PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout	1.140s
23:16:16 [2019-09-27T23:16:16.466Z] PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar	1.273s
23:16:16 [2019-09-27T23:16:16.466Z] PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes	0.039s
23:16:17 [2019-09-27T23:16:17.828Z] --- PASS: TestServiceUpdateConfigs (15.43s)
23:16:17 [2019-09-27T23:16:17.828Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:16:17 [2019-09-27T23:16:17.828Z]     daemon.go:302: [d39eb1718622e] waiting for daemon to start
23:16:17 [2019-09-27T23:16:17.828Z]     daemon.go:334: [d39eb1718622e] daemon started
23:16:17 [2019-09-27T23:16:17.828Z]     daemon.go:286: [d39eb1718622e] exiting daemon
23:16:17 [2019-09-27T23:16:17.828Z] === RUN   TestServiceUpdateNetwork
23:16:18 [2019-09-27T23:16:18.388Z] PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions	2.003s
23:16:18 [2019-09-27T23:16:18.388Z] PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId	0.111s
23:16:18 [2019-09-27T23:16:18.949Z] PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag	0.577s
23:16:22 [2019-09-27T23:16:22.216Z] PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents	2.623s
23:16:22 [2019-09-27T23:16:22.216Z] PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames	0.058s
23:16:23 [2019-09-27T23:16:23.578Z] PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages	1.778s
23:16:23 [2019-09-27T23:16:23.578Z] PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag	0.057s
23:16:23 [2019-09-27T23:16:23.578Z] PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage	0.009s
23:16:25 [2019-09-27T23:16:25.466Z] PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout	1.698s
23:16:26 [2019-09-27T23:16:26.826Z] PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout	1.523s
23:16:27 [2019-09-27T23:16:27.386Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions	0.448s
23:16:27 [2019-09-27T23:16:27.386Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry	0.070s
23:16:27 [2019-09-27T23:16:27.386Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash	0.061s
23:16:27 [2019-09-27T23:16:27.641Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter	0.093s
23:16:27 [2019-09-27T23:16:27.896Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit	0.390s
23:16:30 [2019-09-27T23:16:30.417Z] PASS: docker_cli_run_test.go:4284: DockerSuite.TestSlowStdinClosing	2.425s
23:16:33 [2019-09-27T23:16:33.680Z] --- PASS: TestServiceUpdateNetwork (15.58s)
23:16:33 [2019-09-27T23:16:33.680Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:16:33 [2019-09-27T23:16:33.680Z]     daemon.go:302: [d3e7e442a7dc7] waiting for daemon to start
23:16:33 [2019-09-27T23:16:33.680Z]     daemon.go:334: [d3e7e442a7dc7] daemon started
23:16:33 [2019-09-27T23:16:33.680Z]     daemon.go:286: [d3e7e442a7dc7] exiting daemon
23:16:33 [2019-09-27T23:16:33.680Z] === RUN   TestDockerNetworkReConnect
23:16:36 [2019-09-27T23:16:36.191Z] PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode	5.782s
23:16:38 [2019-09-27T23:16:38.075Z] --- PASS: TestDockerNetworkReConnect (4.86s)
23:16:38 [2019-09-27T23:16:38.075Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:16:38 [2019-09-27T23:16:38.075Z]     daemon.go:302: [d54ddf614b599] waiting for daemon to start
23:16:38 [2019-09-27T23:16:38.075Z]     daemon.go:334: [d54ddf614b599] daemon started
23:16:38 [2019-09-27T23:16:38.075Z]     daemon.go:286: [d54ddf614b599] exiting daemon
23:16:38 [2019-09-27T23:16:38.075Z] === RUN   TestServiceUpdateLabel
23:16:39 [2019-09-27T23:16:39.000Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers	2.573s
23:16:39 [2019-09-27T23:16:39.925Z] PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError	1.126s
23:16:40 [2019-09-27T23:16:40.180Z] --- PASS: TestServiceUpdateLabel (2.15s)
23:16:40 [2019-09-27T23:16:40.180Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:16:40 [2019-09-27T23:16:40.180Z]     daemon.go:302: [df688ef0f6f38] waiting for daemon to start
23:16:40 [2019-09-27T23:16:40.180Z]     daemon.go:334: [df688ef0f6f38] daemon started
23:16:40 [2019-09-27T23:16:40.180Z]     daemon.go:286: [df688ef0f6f38] exiting daemon
23:16:40 [2019-09-27T23:16:40.180Z] === RUN   TestServiceUpdateSecrets
23:16:41 [2019-09-27T23:16:41.542Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent	1.576s
23:16:44 [2019-09-27T23:16:44.802Z] PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename	3.144s
23:16:47 [2019-09-27T23:16:47.311Z] PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers	2.180s
23:16:48 [2019-09-27T23:16:48.236Z] PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer	0.627s
23:16:50 [2019-09-27T23:16:50.121Z] PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError	1.730s
23:16:52 [2019-09-27T23:16:52.632Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode	1.799s
23:16:55 [2019-09-27T23:16:55.145Z] PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded	1.592s
23:16:55 [2019-09-27T23:16:55.400Z] --- PASS: TestServiceUpdateSecrets (15.18s)
23:16:55 [2019-09-27T23:16:55.400Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:16:55 [2019-09-27T23:16:55.400Z]     daemon.go:302: [d957be0c681f8] waiting for daemon to start
23:16:55 [2019-09-27T23:16:55.400Z]     daemon.go:334: [d957be0c681f8] daemon started
23:16:55 [2019-09-27T23:16:55.400Z]     daemon.go:286: [d957be0c681f8] exiting daemon
23:16:55 [2019-09-27T23:16:55.400Z] === RUN   TestServiceUpdateConfigs
23:16:58 [2019-09-27T23:16:58.661Z] PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream	3.542s
23:17:02 [2019-09-27T23:17:02.816Z] PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream	3.753s
23:17:06 [2019-09-27T23:17:06.074Z] PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound	3.022s
23:17:10 [2019-09-27T23:17:10.235Z] --- PASS: TestServiceUpdateConfigs (14.82s)
23:17:10 [2019-09-27T23:17:10.235Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:17:10 [2019-09-27T23:17:10.235Z]     daemon.go:302: [d5b2599fb73d5] waiting for daemon to start
23:17:10 [2019-09-27T23:17:10.235Z]     daemon.go:334: [d5b2599fb73d5] daemon started
23:17:10 [2019-09-27T23:17:10.235Z]     daemon.go:286: [d5b2599fb73d5] exiting daemon
23:17:10 [2019-09-27T23:17:10.235Z] === RUN   TestServiceUpdateNetwork
23:17:11 [2019-09-27T23:17:11.597Z] PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll	5.479s
23:17:14 [2019-09-27T23:17:14.859Z] PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream	2.794s
23:17:16 [2019-09-27T23:17:16.743Z] PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal	1.857s
23:17:17 [2019-09-27T23:17:17.302Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs	0.630s
23:17:18 [2019-09-27T23:17:18.227Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged	0.891s
23:17:19 [2019-09-27T23:17:19.163Z] PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged	0.799s
23:17:19 [2019-09-27T23:17:19.163Z] SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows)
23:17:20 [2019-09-27T23:17:20.087Z] PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost	0.893s
23:17:25 [2019-09-27T23:17:25.325Z] PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput	3.649s
23:17:25 [2019-09-27T23:17:25.325Z] --- PASS: TestServiceUpdateNetwork (15.00s)
23:17:25 [2019-09-27T23:17:25.325Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:17:25 [2019-09-27T23:17:25.325Z]     daemon.go:302: [d546741a6cf0e] waiting for daemon to start
23:17:25 [2019-09-27T23:17:25.325Z]     daemon.go:334: [d546741a6cf0e] daemon started
23:17:25 [2019-09-27T23:17:25.325Z]     daemon.go:286: [d546741a6cf0e] exiting daemon
23:17:25 [2019-09-27T23:17:25.325Z] === RUN   TestDockerNetworkReConnect
23:17:27 [2019-09-27T23:17:27.834Z] PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck	3.515s
23:17:28 [2019-09-27T23:17:28.758Z] PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue	0.629s
23:17:29 [2019-09-27T23:17:29.682Z] PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags	0.708s
23:17:29 [2019-09-27T23:17:29.682Z] SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport)
23:17:30 [2019-09-27T23:17:30.243Z] --- PASS: TestDockerNetworkReConnect (4.92s)
23:17:30 [2019-09-27T23:17:30.243Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:17:30 [2019-09-27T23:17:30.243Z]     daemon.go:302: [d396471b6b8c4] waiting for daemon to start
23:17:30 [2019-09-27T23:17:30.243Z]     daemon.go:334: [d396471b6b8c4] daemon started
23:17:30 [2019-09-27T23:17:30.243Z]     daemon.go:286: [d396471b6b8c4] exiting daemon
23:17:30 [2019-09-27T23:17:30.243Z] === RUN   TestServiceUpdateLabel
23:17:30 [2019-09-27T23:17:30.803Z] PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory	0.730s
23:17:32 [2019-09-27T23:17:32.688Z] --- PASS: TestServiceUpdateLabel (2.19s)
23:17:32 [2019-09-27T23:17:32.688Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:17:32 [2019-09-27T23:17:32.688Z]     daemon.go:302: [dc49ba7dd5a4b] waiting for daemon to start
23:17:32 [2019-09-27T23:17:32.688Z]     daemon.go:334: [dc49ba7dd5a4b] daemon started
23:17:32 [2019-09-27T23:17:32.688Z]     daemon.go:286: [dc49ba7dd5a4b] exiting daemon
23:17:32 [2019-09-27T23:17:32.688Z] === RUN   TestServiceUpdateSecrets
23:17:32 [2019-09-27T23:17:32.688Z] PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized	1.832s
23:17:32 [2019-09-27T23:17:32.688Z] SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport)
23:17:34 [2019-09-27T23:17:34.573Z] PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy	1.523s
23:17:35 [2019-09-27T23:17:35.498Z] PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer	0.836s
23:17:36 [2019-09-27T23:17:36.858Z] PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer	0.747s
23:17:38 [2019-09-27T23:17:38.219Z] PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart	1.469s
23:17:43 [2019-09-27T23:17:43.472Z] PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats	4.532s
23:17:44 [2019-09-27T23:17:44.837Z] PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer	1.623s
23:17:44 [2019-09-27T23:17:44.837Z] SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport)
23:17:45 [2019-09-27T23:17:45.762Z] PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs	0.881s
23:17:46 [2019-09-27T23:17:46.687Z] PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields	0.714s
23:17:47 [2019-09-27T23:17:47.612Z] --- PASS: TestServiceUpdateSecrets (15.34s)
23:17:47 [2019-09-27T23:17:47.612Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:17:47 [2019-09-27T23:17:47.612Z]     daemon.go:302: [d81751e611f5b] waiting for daemon to start
23:17:47 [2019-09-27T23:17:47.612Z]     daemon.go:334: [d81751e611f5b] daemon started
23:17:47 [2019-09-27T23:17:47.612Z]     daemon.go:286: [d81751e611f5b] exiting daemon
23:17:47 [2019-09-27T23:17:47.612Z] === RUN   TestServiceUpdateConfigs
23:17:51 [2019-09-27T23:17:51.770Z] PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias	3.992s
23:17:54 [2019-09-27T23:17:54.280Z] PASS: docker_cli_swarm_test.go:1129: DockerSwarmSuite.TestSwarmLockUnlockCluster	109.698s
23:17:54 [2019-09-27T23:17:54.839Z] PASS: docker_cli_network_unix_test.go:1536: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias	2.998s
23:17:58 [2019-09-27T23:17:58.999Z] PASS: docker_cli_network_unix_test.go:1462: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink	3.035s
23:18:01 [2019-09-27T23:18:01.509Z] PASS: docker_cli_network_unix_test.go:1591: DockerSuite.TestUserDefinedNetworkConnectivity	2.216s
23:18:02 [2019-09-27T23:18:02.870Z] --- PASS: TestServiceUpdateConfigs (15.27s)
23:18:02 [2019-09-27T23:18:02.870Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:18:02 [2019-09-27T23:18:02.870Z]     daemon.go:302: [d7e06db5dbbd2] waiting for daemon to start
23:18:02 [2019-09-27T23:18:02.870Z]     daemon.go:334: [d7e06db5dbbd2] daemon started
23:18:02 [2019-09-27T23:18:02.870Z]     daemon.go:286: [d7e06db5dbbd2] exiting daemon
23:18:02 [2019-09-27T23:18:02.870Z] === RUN   TestServiceUpdateNetwork
23:18:06 [2019-09-27T23:18:06.134Z] PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks	3.875s
23:18:08 [2019-09-27T23:18:08.650Z] PASS: docker_cli_swarm_test.go:1443: DockerSwarmSuite.TestSwarmManagerAddress	3.536s
23:18:11 [2019-09-27T23:18:11.161Z] PASS: docker_cli_swarm_test.go:1513: DockerSwarmSuite.TestSwarmNetworkCreateDup	1.695s
23:18:12 [2019-09-27T23:18:12.087Z] PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart	5.162s
23:18:13 [2019-09-27T23:18:13.976Z] PASS: docker_cli_swarm_test.go:1490: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866	1.567s
23:18:14 [2019-09-27T23:18:14.900Z] PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown	2.801s
23:18:17 [2019-09-27T23:18:17.414Z] PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot	2.631s
23:18:17 [2019-09-27T23:18:17.975Z] --- PASS: TestServiceUpdateNetwork (14.85s)
23:18:17 [2019-09-27T23:18:17.975Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:18:17 [2019-09-27T23:18:17.975Z]     daemon.go:302: [de9593a74e35b] waiting for daemon to start
23:18:17 [2019-09-27T23:18:17.975Z]     daemon.go:334: [de9593a74e35b] daemon started
23:18:17 [2019-09-27T23:18:17.975Z]     daemon.go:286: [de9593a74e35b] exiting daemon
23:18:17 [2019-09-27T23:18:17.975Z] === RUN   TestDockerNetworkReConnect
23:18:19 [2019-09-27T23:18:19.338Z] PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride	1.829s
23:18:20 [2019-09-27T23:18:20.262Z] PASS: docker_cli_swarm_test.go:1464: DockerSwarmSuite.TestSwarmNetworkIPAMOptions	5.267s
23:18:21 [2019-09-27T23:18:21.625Z] PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner	2.328s
23:18:23 [2019-09-27T23:18:23.510Z] PASS: docker_cli_swarm_test.go:799: DockerSwarmSuite.TestSwarmNetworkPlugin	1.387s
23:18:23 [2019-09-27T23:18:23.510Z] --- PASS: TestDockerNetworkReConnect (5.77s)
23:18:23 [2019-09-27T23:18:23.510Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:18:23 [2019-09-27T23:18:23.510Z]     daemon.go:302: [d01a236ceeb32] waiting for daemon to start
23:18:23 [2019-09-27T23:18:23.510Z]     daemon.go:334: [d01a236ceeb32] daemon started
23:18:23 [2019-09-27T23:18:23.510Z]     daemon.go:286: [d01a236ceeb32] exiting daemon
23:18:23 [2019-09-27T23:18:23.510Z] === RUN   TestServiceUpdateLabel
23:18:24 [2019-09-27T23:18:24.874Z] PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod	3.082s
23:18:26 [2019-09-27T23:18:26.235Z] --- PASS: TestServiceUpdateLabel (2.55s)
23:18:26 [2019-09-27T23:18:26.235Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:18:26 [2019-09-27T23:18:26.235Z]     daemon.go:302: [d03415de4979c] waiting for daemon to start
23:18:26 [2019-09-27T23:18:26.235Z]     daemon.go:334: [d03415de4979c] daemon started
23:18:26 [2019-09-27T23:18:26.235Z]     daemon.go:286: [d03415de4979c] exiting daemon
23:18:26 [2019-09-27T23:18:26.235Z] === RUN   TestServiceUpdateSecrets
23:18:27 [2019-09-27T23:18:27.598Z] PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService	2.854s
23:18:30 [2019-09-27T23:18:30.120Z] PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw	2.643s
23:18:32 [2019-09-27T23:18:32.630Z] PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid	2.485s
23:18:35 [2019-09-27T23:18:35.141Z] PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid	2.448s
23:18:41 [2019-09-27T23:18:41.666Z] --- PASS: TestServiceUpdateSecrets (15.20s)
23:18:41 [2019-09-27T23:18:41.666Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:18:41 [2019-09-27T23:18:41.666Z]     daemon.go:302: [dd961ae49ecc2] waiting for daemon to start
23:18:41 [2019-09-27T23:18:41.666Z]     daemon.go:334: [dd961ae49ecc2] daemon started
23:18:41 [2019-09-27T23:18:41.666Z]     daemon.go:286: [dd961ae49ecc2] exiting daemon
23:18:41 [2019-09-27T23:18:41.666Z] === RUN   TestServiceUpdateConfigs
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate	15.069s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel	0.021s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple	0.033s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts	0.893s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect	0.080s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti	0.040s
23:18:51 [2019-09-27T23:18:51.593Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError	0.022s
23:18:52 [2019-09-27T23:18:52.152Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs	0.845s
23:18:52 [2019-09-27T23:18:52.152Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName	0.011s
23:18:53 [2019-09-27T23:18:53.514Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling	0.942s
23:18:53 [2019-09-27T23:18:53.514Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers	0.064s
23:18:53 [2019-09-27T23:18:53.514Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels	0.056s
23:18:53 [2019-09-27T23:18:53.514Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue	0.009s
23:18:53 [2019-09-27T23:18:53.514Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs	0.031s
23:18:56 [2019-09-27T23:18:56.024Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm	2.520s
23:18:56 [2019-09-27T23:18:56.024Z] PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce	0.066s
23:18:56 [2019-09-27T23:18:56.024Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse	0.142s
23:18:56 [2019-09-27T23:18:56.279Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage	0.034s
23:18:56 [2019-09-27T23:18:56.279Z] PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts	0.042s
23:18:56 [2019-09-27T23:18:56.534Z] --- PASS: TestServiceUpdateConfigs (15.29s)
23:18:56 [2019-09-27T23:18:56.534Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:18:56 [2019-09-27T23:18:56.534Z]     daemon.go:302: [df8d32fe96a7a] waiting for daemon to start
23:18:56 [2019-09-27T23:18:56.534Z]     daemon.go:334: [df8d32fe96a7a] daemon started
23:18:56 [2019-09-27T23:18:56.534Z]     daemon.go:286: [df8d32fe96a7a] exiting daemon
23:18:56 [2019-09-27T23:18:56.534Z] === RUN   TestServiceUpdateNetwork
23:18:57 [2019-09-27T23:18:57.095Z] PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents	0.809s
23:19:00 [2019-09-27T23:19:00.358Z] PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions	2.831s
23:19:00 [2019-09-27T23:19:00.358Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat	0.056s
23:19:00 [2019-09-27T23:19:00.358Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat	0.041s
23:19:03 [2019-09-27T23:19:03.627Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode	3.124s
23:19:07 [2019-09-27T23:19:07.785Z] PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData	4.460s
23:19:08 [2019-09-27T23:19:08.709Z] PASS: docker_cli_wait_test.go:70: DockerSuite.TestWaitBlockedExitRandom	0.861s
23:19:09 [2019-09-27T23:19:09.634Z] PASS: docker_cli_wait_test.go:28: DockerSuite.TestWaitBlockedExitZero	0.914s
23:19:10 [2019-09-27T23:19:10.193Z] PASS: docker_cli_wait_test.go:58: DockerSuite.TestWaitNonBlockedExitRandom	0.802s
23:19:11 [2019-09-27T23:19:11.117Z] PASS: docker_cli_wait_test.go:15: DockerSuite.TestWaitNonBlockedExitZero	0.807s
23:19:11 [2019-09-27T23:19:11.117Z] SKIP: docker_cli_run_test.go:4543: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1)
23:19:11 [2019-09-27T23:19:11.679Z] --- PASS: TestServiceUpdateNetwork (15.16s)
23:19:11 [2019-09-27T23:19:11.679Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:19:11 [2019-09-27T23:19:11.679Z]     daemon.go:302: [db9582526a6e9] waiting for daemon to start
23:19:11 [2019-09-27T23:19:11.679Z]     daemon.go:334: [db9582526a6e9] daemon started
23:19:11 [2019-09-27T23:19:11.679Z]     daemon.go:286: [db9582526a6e9] exiting daemon
23:19:11 [2019-09-27T23:19:11.679Z] === RUN   TestDockerNetworkReConnect
23:19:13 [2019-09-27T23:19:13.565Z] PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest	1.887s
23:19:14 [2019-09-27T23:19:14.927Z] PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull	1.586s
23:19:17 [2019-09-27T23:19:17.441Z] --- PASS: TestDockerNetworkReConnect (5.16s)
23:19:17 [2019-09-27T23:19:17.441Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:19:17 [2019-09-27T23:19:17.441Z]     daemon.go:302: [dc17574620e8d] waiting for daemon to start
23:19:17 [2019-09-27T23:19:17.441Z]     daemon.go:334: [dc17574620e8d] daemon started
23:19:17 [2019-09-27T23:19:17.441Z]     daemon.go:286: [dc17574620e8d] exiting daemon
23:19:17 [2019-09-27T23:19:17.441Z] === RUN   TestServiceUpdateLabel
23:19:17 [2019-09-27T23:19:17.441Z] PASS: docker_cli_build_test.go:5792: DockerRegistrySuite.TestBuildMultiStageImplicitPull	1.948s
23:19:18 [2019-09-27T23:19:18.803Z] PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2	49.193s
23:19:19 [2019-09-27T23:19:19.058Z] --- PASS: TestServiceUpdateLabel (2.23s)
23:19:19 [2019-09-27T23:19:19.058Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:19:19 [2019-09-27T23:19:19.058Z]     daemon.go:302: [d24ee15203733] waiting for daemon to start
23:19:19 [2019-09-27T23:19:19.058Z]     daemon.go:334: [d24ee15203733] daemon started
23:19:19 [2019-09-27T23:19:19.058Z]     daemon.go:286: [d24ee15203733] exiting daemon
23:19:19 [2019-09-27T23:19:19.058Z] === RUN   TestServiceUpdateSecrets
23:19:21 [2019-09-27T23:19:21.572Z] PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags	4.508s
23:19:21 [2019-09-27T23:19:21.827Z] PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter	1.806s
23:19:26 [2019-09-27T23:19:26.003Z] PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter	3.260s
23:19:26 [2019-09-27T23:19:26.928Z] PASS: docker_cli_push_test.go:200: DockerRegistrySuite.TestConcurrentPush	5.022s
23:19:28 [2019-09-27T23:19:28.814Z] PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest	1.544s
23:19:28 [2019-09-27T23:19:28.814Z] PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd	1.671s
23:19:30 [2019-09-27T23:19:30.175Z] PASS: docker_cli_push_test.go:208: DockerRegistrySuite.TestCrossRepositoryLayerPush	1.307s
23:19:31 [2019-09-27T23:19:31.537Z] PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest	1.466s
23:19:33 [2019-09-27T23:19:33.422Z] PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag	1.762s
23:19:33 [2019-09-27T23:19:33.678Z] PASS: docker_cli_swarm_test.go:1535: DockerSwarmSuite.TestSwarmPublishDuplicatePorts	3.977s
23:19:34 [2019-09-27T23:19:34.603Z] --- PASS: TestServiceUpdateSecrets (15.25s)
23:19:34 [2019-09-27T23:19:34.603Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:19:34 [2019-09-27T23:19:34.603Z]     daemon.go:302: [d4e839b9f45e0] waiting for daemon to start
23:19:34 [2019-09-27T23:19:34.603Z]     daemon.go:334: [d4e839b9f45e0] daemon started
23:19:34 [2019-09-27T23:19:34.603Z]     daemon.go:286: [d4e839b9f45e0] exiting daemon
23:19:34 [2019-09-27T23:19:34.603Z] === RUN   TestServiceUpdateConfigs
23:19:35 [2019-09-27T23:19:35.165Z] PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag	1.604s
23:19:37 [2019-09-27T23:19:37.051Z] PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush	1.837s
23:19:37 [2019-09-27T23:19:37.306Z] PASS: docker_cli_swarm_test.go:1593: DockerSwarmSuite.TestSwarmReadonlyRootfs	3.002s
23:19:38 [2019-09-27T23:19:38.668Z] PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests	1.318s
23:19:41 [2019-09-27T23:19:41.929Z] PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests	3.006s
23:19:44 [2019-09-27T23:19:44.439Z] PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests	2.633s
23:19:45 [2019-09-27T23:19:45.800Z] PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests	1.285s
23:19:49 [2019-09-27T23:19:49.059Z] PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest	3.205s
23:19:49 [2019-09-27T23:19:49.983Z] --- PASS: TestServiceUpdateConfigs (15.34s)
23:19:49 [2019-09-27T23:19:49.983Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:19:49 [2019-09-27T23:19:49.983Z]     daemon.go:302: [db660232b81e7] waiting for daemon to start
23:19:49 [2019-09-27T23:19:49.983Z]     daemon.go:334: [db660232b81e7] daemon started
23:19:49 [2019-09-27T23:19:49.983Z]     daemon.go:286: [db660232b81e7] exiting daemon
23:19:49 [2019-09-27T23:19:49.983Z] === RUN   TestServiceUpdateNetwork
23:19:50 [2019-09-27T23:19:50.542Z] PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest	1.415s
23:19:50 [2019-09-27T23:19:50.796Z] PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback	0.016s
23:19:52 [2019-09-27T23:19:52.158Z] PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest	1.395s
23:19:54 [2019-09-27T23:19:54.043Z] PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer	1.310s
23:19:54 [2019-09-27T23:19:54.967Z] PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest	1.241s
23:19:59 [2019-09-27T23:19:59.168Z] PASS: docker_api_swarm_test.go:947: DockerSwarmSuite.TestSwarmRepeatedRootRotation	15.746s
23:19:59 [2019-09-27T23:19:59.168Z] PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability	3.473s
23:19:59 [2019-09-27T23:19:59.168Z] PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases	0.337s
23:20:01 [2019-09-27T23:20:01.052Z] PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList	1.503s
23:20:01 [2019-09-27T23:20:01.307Z] PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers	0.428s
23:20:01 [2019-09-27T23:20:01.307Z] PASS: docker_cli_push_test.go:70: DockerRegistrySuite.TestPushBadTag	0.021s
23:20:01 [2019-09-27T23:20:01.562Z] PASS: docker_cli_push_test.go:30: DockerRegistrySuite.TestPushBusyboxImage	0.218s
23:20:02 [2019-09-27T23:20:02.123Z] PASS: docker_cli_push_test.go:146: DockerRegistrySuite.TestPushEmptyLayer	0.177s
23:20:02 [2019-09-27T23:20:02.378Z] PASS: docker_cli_push_test.go:115: DockerRegistrySuite.TestPushMultipleTags	0.193s
23:20:02 [2019-09-27T23:20:02.378Z] PASS: docker_cli_push_test.go:53: DockerRegistrySuite.TestPushUntagged	0.010s
23:20:03 [2019-09-27T23:20:03.739Z] PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest	1.322s
23:20:05 [2019-09-27T23:20:05.100Z] --- PASS: TestServiceUpdateNetwork (15.28s)
23:20:05 [2019-09-27T23:20:05.100Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:20:05 [2019-09-27T23:20:05.100Z]     daemon.go:302: [da90b4e7b417a] waiting for daemon to start
23:20:05 [2019-09-27T23:20:05.100Z]     daemon.go:334: [da90b4e7b417a] daemon started
23:20:05 [2019-09-27T23:20:05.100Z]     daemon.go:286: [da90b4e7b417a] exiting daemon
23:20:05 [2019-09-27T23:20:05.100Z] PASS
23:20:05 [2019-09-27T23:20:05.100Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:20:05 [2019-09-27T23:20:05.100Z] INFO: Testing against a local daemon
23:20:05 [2019-09-27T23:20:05.100Z] testing: warning: no tests to run
23:20:05 [2019-09-27T23:20:05.100Z] PASS
23:20:05 [2019-09-27T23:20:05.100Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:20:05 [2019-09-27T23:20:05.355Z] INFO: Testing against a local daemon
23:20:05 [2019-09-27T23:20:05.355Z] testing: warning: no tests to run
23:20:05 [2019-09-27T23:20:05.355Z] PASS
23:20:05 [2019-09-27T23:20:05.355Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:20:05 [2019-09-27T23:20:05.355Z] INFO: Testing against a local daemon
23:20:05 [2019-09-27T23:20:05.355Z] === RUN   TestVolumesInvalidJSON
23:20:05 [2019-09-27T23:20:05.355Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.355Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.355Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.355Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:20:05 [2019-09-27T23:20:05.355Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:20:05 [2019-09-27T23:20:05.355Z] === RUN   TestVolumesInvalidJSON
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:20:05 [2019-09-27T23:20:05.611Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:20:05 [2019-09-27T23:20:05.611Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] --- PASS: TestVolumesInvalidJSON (0.06s)
23:20:05 [2019-09-27T23:20:05.611Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON
23:20:05 [2019-09-27T23:20:05.611Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:20:05 [2019-09-27T23:20:05.611Z] --- PASS: TestVolumesInvalidJSON (0.07s)
23:20:05 [2019-09-27T23:20:05.611Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:20:05 [2019-09-27T23:20:05.611Z] PASS
23:20:05 [2019-09-27T23:20:05.611Z] Running integration-test (iteration 4)
23:20:05 [2019-09-27T23:20:05.611Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:20:05 [2019-09-27T23:20:05.866Z] INFO: Testing against a local daemon
23:20:05 [2019-09-27T23:20:05.866Z] === RUN   TestBuildWithHugeFile
23:20:06 [2019-09-27T23:20:06.442Z] PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest	2.329s
23:20:08 [2019-09-27T23:20:08.329Z] PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag	1.930s
23:20:10 [2019-09-27T23:20:10.846Z] PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest	2.066s
23:20:12 [2019-09-27T23:20:12.211Z] PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough	1.296s
23:20:13 [2019-09-27T23:20:13.138Z] PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only	1.156s
23:20:16 [2019-09-27T23:20:16.414Z] PASS: docker_cli_swarm_test.go:1249: DockerSwarmSuite.TestSwarmRotateUnlockKey	15.670s
23:20:19 [2019-09-27T23:20:19.676Z] PASS: docker_cli_swarm_test.go:818: DockerSwarmSuite.TestSwarmServiceEnvFile	1.730s
23:20:21 [2019-09-27T23:20:21.039Z] PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags	7.249s
23:20:24 [2019-09-27T23:20:24.303Z] PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter	2.179s
23:20:28 [2019-09-27T23:20:28.465Z] PASS: docker_cli_push_test.go:204: DockerSchema1RegistrySuite.TestConcurrentPush	7.161s
23:20:28 [2019-09-27T23:20:28.721Z] PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmServiceLsFilterMode	4.053s
23:20:30 [2019-09-27T23:20:30.608Z] PASS: docker_cli_push_test.go:250: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported	2.247s
23:20:33 [2019-09-27T23:20:33.123Z] PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest	2.541s
23:20:33 [2019-09-27T23:20:33.123Z] PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback	0.020s
23:20:36 [2019-09-27T23:20:36.388Z] PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest	2.503s
23:20:38 [2019-09-27T23:20:38.275Z] PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer	2.356s
23:20:40 [2019-09-27T23:20:40.791Z] PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest	2.261s
23:20:43 [2019-09-27T23:20:43.351Z] PASS: docker_cli_swarm_test.go:907: DockerSwarmSuite.TestSwarmServiceNetworkUpdate	13.872s
23:20:47 [2019-09-27T23:20:47.514Z] PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability	6.119s
23:20:47 [2019-09-27T23:20:47.514Z] PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases	0.588s
23:20:48 [2019-09-27T23:20:48.880Z] PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers	0.941s
23:20:48 [2019-09-27T23:20:48.880Z] PASS: docker_cli_push_test.go:74: DockerSchema1RegistrySuite.TestPushBadTag	0.023s
23:20:49 [2019-09-27T23:20:49.135Z] PASS: docker_cli_push_test.go:34: DockerSchema1RegistrySuite.TestPushBusyboxImage	0.282s
23:20:49 [2019-09-27T23:20:49.696Z] PASS: docker_cli_push_test.go:150: DockerSchema1RegistrySuite.TestPushEmptyLayer	0.388s
23:20:50 [2019-09-27T23:20:50.621Z] PASS: docker_cli_push_test.go:119: DockerSchema1RegistrySuite.TestPushMultipleTags	0.545s
23:20:50 [2019-09-27T23:20:50.621Z] PASS: docker_cli_push_test.go:57: DockerSchema1RegistrySuite.TestPushUntagged	0.039s
23:20:53 [2019-09-27T23:20:53.137Z] PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry	2.190s
23:20:53 [2019-09-27T23:20:53.699Z] PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth	0.686s
23:20:53 [2019-09-27T23:20:53.954Z] PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry	0.100s
23:20:55 [2019-09-27T23:20:55.844Z] PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth	1.517s
23:20:55 [2019-09-27T23:20:55.844Z] PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored	0.179s
23:20:56 [2019-09-27T23:20:56.771Z] PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth	0.531s
23:20:57 [2019-09-27T23:20:57.333Z] PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme	0.677s
23:20:57 [2019-09-27T23:20:57.588Z] PASS: docker_cli_push_test.go:283: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry	0.055s
23:21:02 [2019-09-27T23:21:02.828Z] PASS: docker_cli_push_test.go:345: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError	5.184s
23:21:03 [2019-09-27T23:21:03.085Z] PASS: docker_cli_push_test.go:373: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken	0.157s
23:21:03 [2019-09-27T23:21:03.085Z] PASS: docker_cli_push_test.go:332: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized	0.165s
23:21:03 [2019-09-27T23:21:03.340Z] PASS: docker_cli_push_test.go:360: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable	0.144s
23:21:03 [2019-09-27T23:21:03.596Z] PASS: docker_cli_push_test.go:320: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse	0.153s
23:21:08 [2019-09-27T23:21:08.876Z] PASS: docker_cli_network_unix_test.go:1788: DockerNetworkSuite.TestConntrackFlowsLeak	4.283s
23:21:10 [2019-09-27T23:21:10.240Z] PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig	1.361s
23:21:12 [2019-09-27T23:21:12.759Z] PASS: docker_cli_swarm_test.go:836: DockerSwarmSuite.TestSwarmServiceTTY	18.288s
23:21:18 [2019-09-27T23:21:18.004Z] PASS: docker_cli_swarm_test.go:884: DockerSwarmSuite.TestSwarmServiceTTYUpdate	3.590s
23:21:19 [2019-09-27T23:21:19.375Z] PASS: docker_cli_network_unix_test.go:865: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint	7.793s
23:21:22 [2019-09-27T23:21:22.640Z] PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname	3.600s
23:21:24 [2019-09-27T23:21:24.002Z] PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect	3.940s
23:21:24 [2019-09-27T23:21:24.928Z] --- PASS: TestBuildWithHugeFile (79.04s)
23:21:24 [2019-09-27T23:21:24.928Z] === RUN   TestBuildWithEmptyDockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:21:24 [2019-09-27T23:21:24.928Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:21:25 [2019-09-27T23:21:25.184Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:21:25 [2019-09-27T23:21:25.184Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s)
23:21:25 [2019-09-27T23:21:25.184Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
23:21:25 [2019-09-27T23:21:25.184Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s)
23:21:25 [2019-09-27T23:21:25.184Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s)
23:21:25 [2019-09-27T23:21:25.184Z] === RUN   TestBuildWithHugeFile
23:21:26 [2019-09-27T23:21:26.110Z] PASS: docker_cli_swarm_test.go:298: DockerSwarmSuite.TestSwarmServiceWithGroup	3.314s
23:21:27 [2019-09-27T23:21:27.996Z] PASS: docker_cli_network_unix_test.go:1258: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer	4.088s
23:21:31 [2019-09-27T23:21:31.270Z] PASS: docker_cli_swarm_test.go:1679: DockerSwarmSuite.TestSwarmStopSignal	3.233s
23:21:31 [2019-09-27T23:21:31.526Z] PASS: docker_cli_network_unix_test.go:1192: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping	2.555s
23:21:35 [2019-09-27T23:21:35.689Z] PASS: docker_cli_swarm_test.go:540: DockerSwarmSuite.TestSwarmTaskListFilter	2.179s
23:21:38 [2019-09-27T23:21:38.953Z] PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate	1.927s
23:21:48 [2019-09-27T23:21:48.888Z] PASS: docker_cli_network_unix_test.go:1415: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP	12.663s
23:21:55 [2019-09-27T23:21:55.422Z] PASS: docker_cli_network_unix_test.go:1308: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP	4.658s
23:21:57 [2019-09-27T23:21:57.937Z] PASS: docker_cli_network_unix_test.go:1344: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer	2.976s
23:21:59 [2019-09-27T23:21:59.300Z] PASS: docker_cli_network_unix_test.go:1158: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork	1.036s
23:22:00 [2019-09-27T23:22:00.225Z] PASS: docker_cli_network_unix_test.go:1523: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks	0.892s
23:22:02 [2019-09-27T23:22:02.747Z] PASS: docker_cli_network_unix_test.go:1229: DockerNetworkSuite.TestDockerNetworkConnectWithMac	1.635s
23:22:05 [2019-09-27T23:22:05.276Z] PASS: docker_cli_network_unix_test.go:1175: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping	1.431s
23:22:05 [2019-09-27T23:22:05.276Z] PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete	0.187s
23:22:05 [2019-09-27T23:22:05.532Z] PASS: docker_cli_network_unix_test.go:1655: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters	0.428s
23:22:08 [2019-09-27T23:22:08.797Z] PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind	1.813s
23:22:08 [2019-09-27T23:22:08.797Z] PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel	0.262s
23:22:08 [2019-09-27T23:22:08.797Z] PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined	0.065s
23:22:08 [2019-09-27T23:22:08.797Z] PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM	0.210s
23:22:11 [2019-09-27T23:22:11.308Z] PASS: docker_cli_network_unix_test.go:1292: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork	2.323s
23:22:13 [2019-09-27T23:22:13.822Z] PASS: docker_cli_network_unix_test.go:1503: DockerNetworkSuite.TestDockerNetworkDisconnectDefault	1.608s
23:22:13 [2019-09-27T23:22:13.822Z] PASS: docker_cli_network_unix_test.go:1774: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge	0.189s
23:22:14 [2019-09-27T23:22:14.750Z] PASS: docker_cli_network_unix_test.go:1167: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost	0.441s
23:22:14 [2019-09-27T23:22:14.750Z] PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions	0.112s
23:22:32 [2019-09-27T23:22:32.785Z] PASS: docker_cli_network_unix_test.go:979: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart	5.001s
23:22:32 [2019-09-27T23:22:32.785Z] PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin	22.475s
23:22:32 [2019-09-27T23:22:32.785Z] --- PASS: TestBuildWithHugeFile (67.19s)
23:22:32 [2019-09-27T23:22:32.785Z] === RUN   TestBuildWithEmptyDockerfile
23:22:32 [2019-09-27T23:22:32.785Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:22:32 [2019-09-27T23:22:32.785Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:22:32 [2019-09-27T23:22:32.785Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:22:32 [2019-09-27T23:22:32.785Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:22:32 [2019-09-27T23:22:32.785Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:22:32 [2019-09-27T23:22:32.786Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:22:32 [2019-09-27T23:22:32.786Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:22:32 [2019-09-27T23:22:32.786Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:22:32 [2019-09-27T23:22:32.786Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:22:32 [2019-09-27T23:22:32.786Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:22:32 [2019-09-27T23:22:32.786Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
23:22:32 [2019-09-27T23:22:32.786Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
23:22:32 [2019-09-27T23:22:32.786Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
23:22:32 [2019-09-27T23:22:32.786Z] === RUN   TestBuildWithHugeFile
23:22:36 [2019-09-27T23:22:36.048Z] PASS: docker_cli_network_unix_test.go:1737: DockerNetworkSuite.TestDockerNetworkFlagAlias	4.209s
23:22:50 [2019-09-27T23:22:50.881Z] PASS: docker_cli_swarm_test.go:1029: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm	1.980s
23:22:51 [2019-09-27T23:22:51.136Z] PASS: docker_cli_network_unix_test.go:1132: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart	14.170s
23:22:51 [2019-09-27T23:22:51.391Z] PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations	0.350s
23:22:52 [2019-09-27T23:22:52.754Z] PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks	1.154s
23:22:52 [2019-09-27T23:22:52.754Z] PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions	0.123s
23:22:53 [2019-09-27T23:22:53.315Z] PASS: docker_cli_network_unix_test.go:1241: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer	0.560s
23:22:53 [2019-09-27T23:22:53.875Z] PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified	0.389s
23:22:53 [2019-09-27T23:22:53.875Z] PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified	0.181s
23:22:54 [2019-09-27T23:22:54.130Z] PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault	0.008s
23:23:02 [2019-09-27T23:23:02.212Z] PASS: docker_cli_network_unix_test.go:926: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly	5.185s
23:23:02 [2019-09-27T23:23:02.212Z] PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault	0.054s
23:23:02 [2019-09-27T23:23:02.212Z] SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks)
23:23:03 [2019-09-27T23:23:03.576Z] PASS: docker_cli_network_unix_test.go:1020: DockerNetworkSuite.TestDockerNetworkMacInspect	1.377s
23:23:08 [2019-09-27T23:23:08.820Z] PASS: docker_api_swarm_test.go:160: DockerSwarmSuite.TestUpdateSwarmAddExternalCA	2.111s
23:23:09 [2019-09-27T23:23:09.748Z] PASS: docker_cli_network_unix_test.go:1086: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart	5.821s
23:23:16 [2019-09-27T23:23:16.279Z] PASS: docker_cli_network_unix_test.go:1105: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart	5.498s
23:23:16 [2019-09-27T23:23:16.279Z] PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver	0.049s
23:23:18 [2019-09-27T23:23:18.803Z] PASS: docker_cli_network_unix_test.go:952: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping	1.355s
23:23:24 [2019-09-27T23:23:24.057Z] PASS: docker_cli_network_unix_test.go:1247: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks	3.030s
23:23:24 [2019-09-27T23:23:24.057Z] PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined	0.076s
23:23:25 [2019-09-27T23:23:25.420Z] PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume	0.964s
23:23:25 [2019-09-27T23:23:25.982Z] PASS: docker_cli_network_unix_test.go:1126: DockerNetworkSuite.TestDockerNetworkRunNetByID	1.378s
23:23:27 [2019-09-27T23:23:27.412Z] PASS: docker_cli_network_unix_test.go:1367: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP	1.158s
23:23:29 [2019-09-27T23:23:29.925Z] PASS: docker_cli_network_unix_test.go:1749: DockerNetworkSuite.TestDockerNetworkValidateIP	1.764s
23:23:39 [2019-09-27T23:23:39.860Z] PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver	9.694s
23:23:42 [2019-09-27T23:23:42.373Z] --- PASS: TestBuildWithHugeFile (69.40s)
23:23:42 [2019-09-27T23:23:42.373Z] === RUN   TestBuildWithEmptyDockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:23:42 [2019-09-27T23:23:42.373Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:23:42 [2019-09-27T23:23:42.373Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
23:23:42 [2019-09-27T23:23:42.373Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
23:23:42 [2019-09-27T23:23:42.373Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s)
23:23:42 [2019-09-27T23:23:42.373Z] === RUN   TestBuildWithHugeFile
23:23:42 [2019-09-27T23:23:42.931Z] PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry	1.577s
23:23:45 [2019-09-27T23:23:45.442Z] PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect	2.208s
23:23:45 [2019-09-27T23:23:45.697Z] PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry	0.411s
23:23:47 [2019-09-27T23:23:47.592Z] PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts	1.772s
23:23:48 [2019-09-27T23:23:48.152Z] PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage	0.377s
23:23:48 [2019-09-27T23:23:48.152Z] PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed	0.020s
23:23:48 [2019-09-27T23:23:48.152Z] OK: 1206 passed, 45 skipped
23:23:48 [2019-09-27T23:23:48.152Z] PASS
23:23:48 [2019-09-27T23:23:48.152Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/2)
23:23:50 [2019-09-27T23:23:50.038Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/2/root: mountpoint not found
23:23:50 [2019-09-27T23:23:50.038Z] Clearing AppArmor profiles cache:.
23:23:50 [2019-09-27T23:23:50.038Z] All profile caches have been cleared, but no profiles have been unloaded.
23:23:50 [2019-09-27T23:23:50.038Z] Unloading profiles will leave already running processes permanently
23:23:50 [2019-09-27T23:23:50.038Z] unconfined, which can lead to unexpected situations.
23:23:50 [2019-09-27T23:23:50.038Z] 
23:23:50 [2019-09-27T23:23:50.038Z] To set a process to complain mode, use the command line tool
23:23:50 [2019-09-27T23:23:50.038Z] 'aa-complain'. To really tear down all profiles, run the init script
23:23:50 [2019-09-27T23:23:50.038Z] with the 'teardown' option."
23:23:50 [2019-09-27T23:23:50.038Z] Removing test suite binaries
23:23:50 [2019-09-27T23:23:50.038Z] 
23:24:28 [2019-09-27T23:24:28.689Z] PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities	0.775s
23:24:38 [2019-09-27T23:24:38.626Z] --- PASS: TestBuildWithHugeFile (54.66s)
23:24:38 [2019-09-27T23:24:38.626Z] === RUN   TestBuildWithEmptyDockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:24:38 [2019-09-27T23:24:38.626Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:24:38 [2019-09-27T23:24:38.626Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
23:24:38 [2019-09-27T23:24:38.626Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
23:24:38 [2019-09-27T23:24:38.626Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s)
23:24:38 [2019-09-27T23:24:38.626Z] === RUN   TestBuildWithHugeFile
23:24:45 [2019-09-27T23:24:45.269Z] PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer	3.806s
23:25:17 [2019-09-27T23:25:17.282Z] PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet	15.118s
23:25:32 [2019-09-27T23:25:32.121Z] --- PASS: TestBuildWithHugeFile (53.01s)
23:25:32 [2019-09-27T23:25:32.121Z] === RUN   TestBuildWithEmptyDockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:25:32 [2019-09-27T23:25:32.121Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:25:32 [2019-09-27T23:25:32.121Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
23:25:32 [2019-09-27T23:25:32.121Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
23:25:32 [2019-09-27T23:25:32.121Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
23:25:32 [2019-09-27T23:25:32.121Z] PASS
23:25:32 [2019-09-27T23:25:32.121Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:25:32 [2019-09-27T23:25:32.121Z] INFO: Testing against a local daemon
23:25:32 [2019-09-27T23:25:32.121Z] testing: warning: no tests to run
23:25:32 [2019-09-27T23:25:32.121Z] PASS
23:25:32 [2019-09-27T23:25:32.122Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:25:32 [2019-09-27T23:25:32.122Z] INFO: Testing against a local daemon
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestContainerInvalidJSON
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:25:32 [2019-09-27T23:25:32.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:25:32 [2019-09-27T23:25:32.122Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:25:32 [2019-09-27T23:25:32.122Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:25:32 [2019-09-27T23:25:32.122Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:25:32 [2019-09-27T23:25:32.122Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:25:32 [2019-09-27T23:25:32.122Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:25:32 [2019-09-27T23:25:32.122Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:25:32 [2019-09-27T23:25:32.122Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:25:32 [2019-09-27T23:25:32.122Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:25:32 [2019-09-27T23:25:32.122Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:25:32 [2019-09-27T23:25:32.122Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestCopyFromContainerPathIsNotDir
23:25:32 [2019-09-27T23:25:32.122Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:25:32 [2019-09-27T23:25:32.122Z] === RUN   TestCopyFromContainer
23:25:33 [2019-09-27T23:25:33.046Z] === RUN   TestCopyFromContainer//
23:25:33 [2019-09-27T23:25:33.046Z] === RUN   TestCopyFromContainer//bar/root
23:25:33 [2019-09-27T23:25:33.046Z] === RUN   TestCopyFromContainer//bar/root/
23:25:33 [2019-09-27T23:25:33.046Z] === RUN   TestCopyFromContainer/bar/quux
23:25:33 [2019-09-27T23:25:33.301Z] === RUN   TestCopyFromContainer/bar/quux/
23:25:33 [2019-09-27T23:25:33.301Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:25:33 [2019-09-27T23:25:33.301Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:25:33 [2019-09-27T23:25:33.556Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:25:33 [2019-09-27T23:25:33.556Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:25:33 [2019-09-27T23:25:33.556Z] === RUN   TestCopyFromContainer/bar/notarget
23:25:33 [2019-09-27T23:25:33.811Z] --- PASS: TestCopyFromContainer (2.49s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:25:33 [2019-09-27T23:25:33.811Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:25:33 [2019-09-27T23:25:33.811Z] === RUN   TestDaemonRestartIpcMode
23:25:33 [2019-09-27T23:25:33.811Z] === PAUSE TestDaemonRestartIpcMode
23:25:33 [2019-09-27T23:25:33.811Z] === RUN   TestExecWithCloseStdin
23:25:34 [2019-09-27T23:25:34.736Z] --- PASS: TestExecWithCloseStdin (1.00s)
23:25:34 [2019-09-27T23:25:34.736Z] === RUN   TestExecUser
23:25:35 [2019-09-27T23:25:35.661Z] --- PASS: TestExecUser (0.98s)
23:25:35 [2019-09-27T23:25:35.661Z] === RUN   TestHealthKillContainer
23:25:35 [2019-09-27T23:25:35.917Z] PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse	5.225s
23:25:39 [2019-09-27T23:25:39.176Z] --- PASS: TestHealthKillContainer (2.99s)
23:25:39 [2019-09-27T23:25:39.176Z] === RUN   TestAPIIpcModeHost
23:25:39 [2019-09-27T23:25:39.431Z] --- PASS: TestAPIIpcModeHost (0.77s)
23:25:39 [2019-09-27T23:25:39.431Z] === RUN   TestDaemonIpcModeShareable
23:25:41 [2019-09-27T23:25:41.314Z] --- PASS: TestDaemonIpcModeShareable (1.74s)
23:25:41 [2019-09-27T23:25:41.314Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:25:41 [2019-09-27T23:25:41.314Z]     daemon.go:302: [d45c02f28376d] waiting for daemon to start
23:25:41 [2019-09-27T23:25:41.314Z]     daemon.go:334: [d45c02f28376d] daemon started
23:25:41 [2019-09-27T23:25:41.314Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true
23:25:41 [2019-09-27T23:25:41.314Z]     daemon.go:286: [d45c02f28376d] exiting daemon
23:25:41 [2019-09-27T23:25:41.314Z] === RUN   TestDaemonIpcModePrivate
23:25:43 [2019-09-27T23:25:43.200Z] --- PASS: TestDaemonIpcModePrivate (1.75s)
23:25:43 [2019-09-27T23:25:43.200Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:25:43 [2019-09-27T23:25:43.200Z]     daemon.go:302: [d857731ff761a] waiting for daemon to start
23:25:43 [2019-09-27T23:25:43.200Z]     daemon.go:334: [d857731ff761a] daemon started
23:25:43 [2019-09-27T23:25:43.200Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false
23:25:43 [2019-09-27T23:25:43.200Z]     daemon.go:286: [d857731ff761a] exiting daemon
23:25:43 [2019-09-27T23:25:43.200Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:25:44 [2019-09-27T23:25:44.561Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s)
23:25:44 [2019-09-27T23:25:44.562Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:25:44 [2019-09-27T23:25:44.562Z]     daemon.go:302: [d31d58da6293d] waiting for daemon to start
23:25:44 [2019-09-27T23:25:44.562Z]     daemon.go:334: [d31d58da6293d] daemon started
23:25:44 [2019-09-27T23:25:44.562Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false
23:25:44 [2019-09-27T23:25:44.562Z]     daemon.go:286: [d31d58da6293d] exiting daemon
23:25:44 [2019-09-27T23:25:44.562Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:25:46 [2019-09-27T23:25:46.445Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s)
23:25:46 [2019-09-27T23:25:46.445Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:25:46 [2019-09-27T23:25:46.445Z]     daemon.go:302: [d84312c461cb9] waiting for daemon to start
23:25:46 [2019-09-27T23:25:46.445Z]     daemon.go:334: [d84312c461cb9] daemon started
23:25:46 [2019-09-27T23:25:46.445Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true
23:25:46 [2019-09-27T23:25:46.445Z]     daemon.go:286: [d84312c461cb9] exiting daemon
23:25:46 [2019-09-27T23:25:46.445Z] === RUN   TestStopContainerWithTimeout
23:25:46 [2019-09-27T23:25:46.445Z] === RUN   TestStopContainerWithTimeout/0
23:25:46 [2019-09-27T23:25:46.445Z] === PAUSE TestStopContainerWithTimeout/0
23:25:46 [2019-09-27T23:25:46.445Z] === RUN   TestStopContainerWithTimeout/1
23:25:46 [2019-09-27T23:25:46.445Z] === PAUSE TestStopContainerWithTimeout/1
23:25:46 [2019-09-27T23:25:46.445Z] === RUN   TestStopContainerWithTimeout/3
23:25:46 [2019-09-27T23:25:46.445Z] === PAUSE TestStopContainerWithTimeout/3
23:25:46 [2019-09-27T23:25:46.445Z] === RUN   TestStopContainerWithTimeout/-1
23:25:46 [2019-09-27T23:25:46.445Z] === PAUSE TestStopContainerWithTimeout/-1
23:25:46 [2019-09-27T23:25:46.445Z] === CONT  TestStopContainerWithTimeout/0
23:25:46 [2019-09-27T23:25:46.445Z] === CONT  TestStopContainerWithTimeout/3
23:25:47 [2019-09-27T23:25:47.806Z] === CONT  TestStopContainerWithTimeout/-1
23:25:49 [2019-09-27T23:25:49.688Z] === CONT  TestStopContainerWithTimeout/1
23:25:51 [2019-09-27T23:25:51.571Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:25:51 [2019-09-27T23:25:51.571Z]     --- PASS: TestStopContainerWithTimeout/0 (1.08s)
23:25:51 [2019-09-27T23:25:51.571Z]     --- PASS: TestStopContainerWithTimeout/3 (2.93s)
23:25:51 [2019-09-27T23:25:51.571Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.81s)
23:25:51 [2019-09-27T23:25:51.571Z]     --- PASS: TestStopContainerWithTimeout/1 (1.84s)
23:25:51 [2019-09-27T23:25:51.571Z] === RUN   TestDeleteDevicemapper
23:25:51 [2019-09-27T23:25:51.571Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:25:51 [2019-09-27T23:25:51.571Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:25:51 [2019-09-27T23:25:51.571Z] === CONT  TestDaemonRestartIpcMode
23:25:54 [2019-09-27T23:25:54.830Z] --- PASS: TestDaemonRestartIpcMode (3.29s)
23:25:54 [2019-09-27T23:25:54.831Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:302: [d4071a81416b9] waiting for daemon to start
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:334: [d4071a81416b9] daemon started
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:286: [d4071a81416b9] exiting daemon
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:302: [d4071a81416b9] waiting for daemon to start
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:334: [d4071a81416b9] daemon started
23:25:54 [2019-09-27T23:25:54.831Z]     daemon.go:286: [d4071a81416b9] exiting daemon
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestContainerInvalidJSON
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:25:54 [2019-09-27T23:25:54.831Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:25:54 [2019-09-27T23:25:54.831Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:25:54 [2019-09-27T23:25:54.831Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:25:54 [2019-09-27T23:25:54.831Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:25:54 [2019-09-27T23:25:54.831Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:25:54 [2019-09-27T23:25:54.831Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:25:54 [2019-09-27T23:25:54.831Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:25:54 [2019-09-27T23:25:54.831Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:25:54 [2019-09-27T23:25:54.831Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:25:54 [2019-09-27T23:25:54.831Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:25:54 [2019-09-27T23:25:54.831Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestCopyFromContainerPathIsNotDir
23:25:54 [2019-09-27T23:25:54.831Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:25:54 [2019-09-27T23:25:54.831Z] === RUN   TestCopyFromContainer
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer//
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer//bar/root
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer//bar/root/
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer/bar/quux
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer/bar/quux/
23:25:56 [2019-09-27T23:25:56.714Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:25:56 [2019-09-27T23:25:56.969Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:25:56 [2019-09-27T23:25:56.969Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:25:56 [2019-09-27T23:25:56.969Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:25:56 [2019-09-27T23:25:56.969Z] === RUN   TestCopyFromContainer/bar/notarget
23:25:57 [2019-09-27T23:25:57.224Z] --- PASS: TestCopyFromContainer (2.45s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
23:25:57 [2019-09-27T23:25:57.224Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:25:57 [2019-09-27T23:25:57.224Z] === RUN   TestDaemonRestartIpcMode
23:25:57 [2019-09-27T23:25:57.224Z] === PAUSE TestDaemonRestartIpcMode
23:25:57 [2019-09-27T23:25:57.224Z] === RUN   TestExecWithCloseStdin
23:25:58 [2019-09-27T23:25:58.148Z] --- PASS: TestExecWithCloseStdin (1.02s)
23:25:58 [2019-09-27T23:25:58.148Z] === RUN   TestExecUser
23:25:59 [2019-09-27T23:25:59.073Z] --- PASS: TestExecUser (0.98s)
23:25:59 [2019-09-27T23:25:59.073Z] === RUN   TestHealthKillContainer
23:26:02 [2019-09-27T23:26:02.332Z] --- PASS: TestHealthKillContainer (2.96s)
23:26:02 [2019-09-27T23:26:02.332Z] === RUN   TestAPIIpcModeHost
23:26:02 [2019-09-27T23:26:02.892Z] --- PASS: TestAPIIpcModeHost (0.80s)
23:26:02 [2019-09-27T23:26:02.892Z] === RUN   TestDaemonIpcModeShareable
23:26:04 [2019-09-27T23:26:04.783Z] --- PASS: TestDaemonIpcModeShareable (1.74s)
23:26:04 [2019-09-27T23:26:04.783Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:26:04 [2019-09-27T23:26:04.783Z]     daemon.go:302: [de330d978e99f] waiting for daemon to start
23:26:04 [2019-09-27T23:26:04.783Z]     daemon.go:334: [de330d978e99f] daemon started
23:26:04 [2019-09-27T23:26:04.783Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true
23:26:04 [2019-09-27T23:26:04.783Z]     daemon.go:286: [de330d978e99f] exiting daemon
23:26:04 [2019-09-27T23:26:04.783Z] === RUN   TestDaemonIpcModePrivate
23:26:06 [2019-09-27T23:26:06.144Z] PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList	15.025s
23:26:06 [2019-09-27T23:26:06.399Z] --- PASS: TestDaemonIpcModePrivate (1.72s)
23:26:06 [2019-09-27T23:26:06.399Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:26:06 [2019-09-27T23:26:06.399Z]     daemon.go:302: [dc1cef807a5ab] waiting for daemon to start
23:26:06 [2019-09-27T23:26:06.399Z]     daemon.go:334: [dc1cef807a5ab] daemon started
23:26:06 [2019-09-27T23:26:06.399Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false
23:26:06 [2019-09-27T23:26:06.399Z]     daemon.go:286: [dc1cef807a5ab] exiting daemon
23:26:06 [2019-09-27T23:26:06.399Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:26:08 [2019-09-27T23:26:08.283Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.67s)
23:26:08 [2019-09-27T23:26:08.283Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:26:08 [2019-09-27T23:26:08.283Z]     daemon.go:302: [da5b919e02f9d] waiting for daemon to start
23:26:08 [2019-09-27T23:26:08.283Z]     daemon.go:334: [da5b919e02f9d] daemon started
23:26:08 [2019-09-27T23:26:08.283Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false
23:26:08 [2019-09-27T23:26:08.283Z]     daemon.go:286: [da5b919e02f9d] exiting daemon
23:26:08 [2019-09-27T23:26:08.283Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:26:09 [2019-09-27T23:26:09.644Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s)
23:26:09 [2019-09-27T23:26:09.644Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:26:09 [2019-09-27T23:26:09.644Z]     daemon.go:302: [d8ebae9e4c8dd] waiting for daemon to start
23:26:09 [2019-09-27T23:26:09.644Z]     daemon.go:334: [d8ebae9e4c8dd] daemon started
23:26:09 [2019-09-27T23:26:09.644Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true
23:26:09 [2019-09-27T23:26:09.644Z]     daemon.go:286: [d8ebae9e4c8dd] exiting daemon
23:26:09 [2019-09-27T23:26:09.644Z] === RUN   TestStopContainerWithTimeout
23:26:09 [2019-09-27T23:26:09.644Z] === RUN   TestStopContainerWithTimeout/0
23:26:09 [2019-09-27T23:26:09.644Z] === PAUSE TestStopContainerWithTimeout/0
23:26:09 [2019-09-27T23:26:09.644Z] === RUN   TestStopContainerWithTimeout/1
23:26:09 [2019-09-27T23:26:09.644Z] === PAUSE TestStopContainerWithTimeout/1
23:26:09 [2019-09-27T23:26:09.644Z] === RUN   TestStopContainerWithTimeout/3
23:26:09 [2019-09-27T23:26:09.644Z] === PAUSE TestStopContainerWithTimeout/3
23:26:09 [2019-09-27T23:26:09.644Z] === RUN   TestStopContainerWithTimeout/-1
23:26:09 [2019-09-27T23:26:09.644Z] === PAUSE TestStopContainerWithTimeout/-1
23:26:09 [2019-09-27T23:26:09.899Z] === CONT  TestStopContainerWithTimeout/0
23:26:09 [2019-09-27T23:26:09.899Z] === CONT  TestStopContainerWithTimeout/3
23:26:10 [2019-09-27T23:26:10.824Z] === CONT  TestStopContainerWithTimeout/-1
23:26:12 [2019-09-27T23:26:12.709Z] === CONT  TestStopContainerWithTimeout/1
23:26:14 [2019-09-27T23:26:14.593Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:26:14 [2019-09-27T23:26:14.593Z]     --- PASS: TestStopContainerWithTimeout/0 (1.07s)
23:26:14 [2019-09-27T23:26:14.593Z]     --- PASS: TestStopContainerWithTimeout/3 (2.95s)
23:26:14 [2019-09-27T23:26:14.593Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.78s)
23:26:14 [2019-09-27T23:26:14.593Z]     --- PASS: TestStopContainerWithTimeout/1 (1.84s)
23:26:14 [2019-09-27T23:26:14.593Z] === RUN   TestDeleteDevicemapper
23:26:14 [2019-09-27T23:26:14.593Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:26:14 [2019-09-27T23:26:14.593Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:26:14 [2019-09-27T23:26:14.593Z] === CONT  TestDaemonRestartIpcMode
23:26:17 [2019-09-27T23:26:17.853Z] --- PASS: TestDaemonRestartIpcMode (3.32s)
23:26:17 [2019-09-27T23:26:17.853Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:302: [d562292b72045] waiting for daemon to start
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:334: [d562292b72045] daemon started
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:286: [d562292b72045] exiting daemon
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:302: [d562292b72045] waiting for daemon to start
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:334: [d562292b72045] daemon started
23:26:17 [2019-09-27T23:26:17.853Z]     daemon.go:286: [d562292b72045] exiting daemon
23:26:17 [2019-09-27T23:26:17.853Z] === RUN   TestContainerInvalidJSON
23:26:17 [2019-09-27T23:26:17.853Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:26:17 [2019-09-27T23:26:17.853Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:26:17 [2019-09-27T23:26:17.853Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:26:17 [2019-09-27T23:26:17.853Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:26:17 [2019-09-27T23:26:17.853Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:26:17 [2019-09-27T23:26:17.853Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:26:17 [2019-09-27T23:26:17.853Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:26:17 [2019-09-27T23:26:17.853Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:26:17 [2019-09-27T23:26:17.853Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:26:17 [2019-09-27T23:26:17.853Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:26:17 [2019-09-27T23:26:17.853Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:26:17 [2019-09-27T23:26:17.853Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:26:17 [2019-09-27T23:26:17.853Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:26:17 [2019-09-27T23:26:17.853Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:26:18 [2019-09-27T23:26:18.108Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:26:18 [2019-09-27T23:26:18.108Z] === RUN   TestCopyFromContainerPathIsNotDir
23:26:18 [2019-09-27T23:26:18.108Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:26:18 [2019-09-27T23:26:18.108Z] === RUN   TestCopyFromContainer
23:26:19 [2019-09-27T23:26:19.991Z] === RUN   TestCopyFromContainer//
23:26:19 [2019-09-27T23:26:19.991Z] === RUN   TestCopyFromContainer//bar/root
23:26:19 [2019-09-27T23:26:19.991Z] === RUN   TestCopyFromContainer//bar/root/
23:26:19 [2019-09-27T23:26:19.991Z] === RUN   TestCopyFromContainer/bar/quux
23:26:20 [2019-09-27T23:26:20.246Z] === RUN   TestCopyFromContainer/bar/quux/
23:26:20 [2019-09-27T23:26:20.246Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:26:20 [2019-09-27T23:26:20.246Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:26:20 [2019-09-27T23:26:20.246Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:26:20 [2019-09-27T23:26:20.501Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:26:20 [2019-09-27T23:26:20.501Z] === RUN   TestCopyFromContainer/bar/notarget
23:26:20 [2019-09-27T23:26:20.501Z] --- PASS: TestCopyFromContainer (2.43s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:26:20 [2019-09-27T23:26:20.501Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:26:20 [2019-09-27T23:26:20.501Z] === RUN   TestDaemonRestartIpcMode
23:26:20 [2019-09-27T23:26:20.501Z] === PAUSE TestDaemonRestartIpcMode
23:26:20 [2019-09-27T23:26:20.501Z] === RUN   TestExecWithCloseStdin
23:26:21 [2019-09-27T23:26:21.061Z] PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked	0.120s
23:26:21 [2019-09-27T23:26:21.621Z] --- PASS: TestExecWithCloseStdin (1.01s)
23:26:21 [2019-09-27T23:26:21.621Z] === RUN   TestExecUser
23:26:22 [2019-09-27T23:26:22.985Z] --- PASS: TestExecUser (1.12s)
23:26:22 [2019-09-27T23:26:22.985Z] === RUN   TestHealthKillContainer
23:26:26 [2019-09-27T23:26:26.246Z] --- PASS: TestHealthKillContainer (3.00s)
23:26:26 [2019-09-27T23:26:26.246Z] === RUN   TestAPIIpcModeHost
23:26:26 [2019-09-27T23:26:26.501Z] --- PASS: TestAPIIpcModeHost (0.79s)
23:26:26 [2019-09-27T23:26:26.501Z] === RUN   TestDaemonIpcModeShareable
23:26:28 [2019-09-27T23:26:28.385Z] --- PASS: TestDaemonIpcModeShareable (1.75s)
23:26:28 [2019-09-27T23:26:28.385Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:26:28 [2019-09-27T23:26:28.385Z]     daemon.go:302: [de18da628ce11] waiting for daemon to start
23:26:28 [2019-09-27T23:26:28.385Z]     daemon.go:334: [de18da628ce11] daemon started
23:26:28 [2019-09-27T23:26:28.385Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:157, shared: true, mustBeShared: true
23:26:28 [2019-09-27T23:26:28.385Z]     daemon.go:286: [de18da628ce11] exiting daemon
23:26:28 [2019-09-27T23:26:28.385Z] === RUN   TestDaemonIpcModePrivate
23:26:30 [2019-09-27T23:26:30.270Z] --- PASS: TestDaemonIpcModePrivate (1.68s)
23:26:30 [2019-09-27T23:26:30.270Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:26:30 [2019-09-27T23:26:30.270Z]     daemon.go:302: [df16106a21c2d] waiting for daemon to start
23:26:30 [2019-09-27T23:26:30.270Z]     daemon.go:334: [df16106a21c2d] daemon started
23:26:30 [2019-09-27T23:26:30.270Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:318, shared: false, mustBeShared: false
23:26:30 [2019-09-27T23:26:30.270Z]     daemon.go:286: [df16106a21c2d] exiting daemon
23:26:30 [2019-09-27T23:26:30.270Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:26:31 [2019-09-27T23:26:31.631Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s)
23:26:31 [2019-09-27T23:26:31.631Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:26:31 [2019-09-27T23:26:31.631Z]     daemon.go:302: [d3945b84104f0] waiting for daemon to start
23:26:31 [2019-09-27T23:26:31.631Z]     daemon.go:334: [d3945b84104f0] daemon started
23:26:31 [2019-09-27T23:26:31.631Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:318, shared: false, mustBeShared: false
23:26:31 [2019-09-27T23:26:31.631Z]     daemon.go:286: [d3945b84104f0] exiting daemon
23:26:31 [2019-09-27T23:26:31.631Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:26:33 [2019-09-27T23:26:33.516Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s)
23:26:33 [2019-09-27T23:26:33.516Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:26:33 [2019-09-27T23:26:33.516Z]     daemon.go:302: [d701bdef173d6] waiting for daemon to start
23:26:33 [2019-09-27T23:26:33.516Z]     daemon.go:334: [d701bdef173d6] daemon started
23:26:33 [2019-09-27T23:26:33.516Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:157, shared: true, mustBeShared: true
23:26:33 [2019-09-27T23:26:33.516Z]     daemon.go:286: [d701bdef173d6] exiting daemon
23:26:33 [2019-09-27T23:26:33.516Z] === RUN   TestStopContainerWithTimeout
23:26:33 [2019-09-27T23:26:33.516Z] === RUN   TestStopContainerWithTimeout/0
23:26:33 [2019-09-27T23:26:33.516Z] === PAUSE TestStopContainerWithTimeout/0
23:26:33 [2019-09-27T23:26:33.516Z] === RUN   TestStopContainerWithTimeout/1
23:26:33 [2019-09-27T23:26:33.516Z] === PAUSE TestStopContainerWithTimeout/1
23:26:33 [2019-09-27T23:26:33.516Z] === RUN   TestStopContainerWithTimeout/3
23:26:33 [2019-09-27T23:26:33.516Z] === PAUSE TestStopContainerWithTimeout/3
23:26:33 [2019-09-27T23:26:33.516Z] === RUN   TestStopContainerWithTimeout/-1
23:26:33 [2019-09-27T23:26:33.516Z] === PAUSE TestStopContainerWithTimeout/-1
23:26:33 [2019-09-27T23:26:33.516Z] === CONT  TestStopContainerWithTimeout/0
23:26:33 [2019-09-27T23:26:33.516Z] === CONT  TestStopContainerWithTimeout/3
23:26:34 [2019-09-27T23:26:34.441Z] === CONT  TestStopContainerWithTimeout/-1
23:26:36 [2019-09-27T23:26:36.325Z] === CONT  TestStopContainerWithTimeout/1
23:26:38 [2019-09-27T23:26:38.207Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:26:38 [2019-09-27T23:26:38.207Z]     --- PASS: TestStopContainerWithTimeout/0 (1.11s)
23:26:38 [2019-09-27T23:26:38.207Z]     --- PASS: TestStopContainerWithTimeout/3 (2.99s)
23:26:38 [2019-09-27T23:26:38.207Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.81s)
23:26:38 [2019-09-27T23:26:38.207Z]     --- PASS: TestStopContainerWithTimeout/1 (1.81s)
23:26:38 [2019-09-27T23:26:38.207Z] === RUN   TestDeleteDevicemapper
23:26:38 [2019-09-27T23:26:38.207Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:26:38 [2019-09-27T23:26:38.207Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:26:38 [2019-09-27T23:26:38.207Z] === CONT  TestDaemonRestartIpcMode
23:26:41 [2019-09-27T23:26:41.466Z] --- PASS: TestDaemonRestartIpcMode (3.27s)
23:26:41 [2019-09-27T23:26:41.466Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:302: [d1e6173f4ec30] waiting for daemon to start
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:334: [d1e6173f4ec30] daemon started
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:286: [d1e6173f4ec30] exiting daemon
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:302: [d1e6173f4ec30] waiting for daemon to start
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:334: [d1e6173f4ec30] daemon started
23:26:41 [2019-09-27T23:26:41.466Z]     daemon.go:286: [d1e6173f4ec30] exiting daemon
23:26:41 [2019-09-27T23:26:41.466Z] === RUN   TestContainerInvalidJSON
23:26:41 [2019-09-27T23:26:41.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:26:41 [2019-09-27T23:26:41.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:26:41 [2019-09-27T23:26:41.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:26:41 [2019-09-27T23:26:41.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:26:41 [2019-09-27T23:26:41.466Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:26:41 [2019-09-27T23:26:41.466Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:26:41 [2019-09-27T23:26:41.466Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:26:41 [2019-09-27T23:26:41.466Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:26:41 [2019-09-27T23:26:41.466Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:26:41 [2019-09-27T23:26:41.466Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:26:41 [2019-09-27T23:26:41.466Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:26:41 [2019-09-27T23:26:41.466Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:26:41 [2019-09-27T23:26:41.466Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:26:41 [2019-09-27T23:26:41.466Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:26:41 [2019-09-27T23:26:41.721Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:26:41 [2019-09-27T23:26:41.721Z] === RUN   TestCopyFromContainerPathIsNotDir
23:26:41 [2019-09-27T23:26:41.721Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:26:41 [2019-09-27T23:26:41.721Z] === RUN   TestCopyFromContainer
23:26:43 [2019-09-27T23:26:43.605Z] === RUN   TestCopyFromContainer//
23:26:43 [2019-09-27T23:26:43.605Z] === RUN   TestCopyFromContainer//bar/root
23:26:43 [2019-09-27T23:26:43.605Z] === RUN   TestCopyFromContainer//bar/root/
23:26:43 [2019-09-27T23:26:43.605Z] === RUN   TestCopyFromContainer/bar/quux
23:26:43 [2019-09-27T23:26:43.605Z] === RUN   TestCopyFromContainer/bar/quux/
23:26:43 [2019-09-27T23:26:43.860Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:26:43 [2019-09-27T23:26:43.860Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:26:43 [2019-09-27T23:26:43.860Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:26:44 [2019-09-27T23:26:44.114Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:26:44 [2019-09-27T23:26:44.115Z] === RUN   TestCopyFromContainer/bar/notarget
23:26:44 [2019-09-27T23:26:44.115Z] --- PASS: TestCopyFromContainer (2.42s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:26:44 [2019-09-27T23:26:44.115Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
23:26:44 [2019-09-27T23:26:44.115Z] === RUN   TestDaemonRestartIpcMode
23:26:44 [2019-09-27T23:26:44.115Z] === PAUSE TestDaemonRestartIpcMode
23:26:44 [2019-09-27T23:26:44.115Z] === RUN   TestExecWithCloseStdin
23:26:45 [2019-09-27T23:26:45.039Z] --- PASS: TestExecWithCloseStdin (0.94s)
23:26:45 [2019-09-27T23:26:45.039Z] === RUN   TestExecUser
23:26:45 [2019-09-27T23:26:45.965Z] --- PASS: TestExecUser (0.93s)
23:26:45 [2019-09-27T23:26:45.965Z] === RUN   TestHealthKillContainer
23:26:49 [2019-09-27T23:26:49.231Z] --- PASS: TestHealthKillContainer (2.95s)
23:26:49 [2019-09-27T23:26:49.231Z] === RUN   TestAPIIpcModeHost
23:26:49 [2019-09-27T23:26:49.790Z] --- PASS: TestAPIIpcModeHost (0.78s)
23:26:49 [2019-09-27T23:26:49.790Z] === RUN   TestDaemonIpcModeShareable
23:26:51 [2019-09-27T23:26:51.674Z] --- PASS: TestDaemonIpcModeShareable (1.75s)
23:26:51 [2019-09-27T23:26:51.674Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:26:51 [2019-09-27T23:26:51.674Z]     daemon.go:302: [d79f00fc5ee21] waiting for daemon to start
23:26:51 [2019-09-27T23:26:51.674Z]     daemon.go:334: [d79f00fc5ee21] daemon started
23:26:51 [2019-09-27T23:26:51.674Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:330, shared: true, mustBeShared: true
23:26:51 [2019-09-27T23:26:51.674Z]     daemon.go:286: [d79f00fc5ee21] exiting daemon
23:26:51 [2019-09-27T23:26:51.674Z] === RUN   TestDaemonIpcModePrivate
23:26:53 [2019-09-27T23:26:53.037Z] PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID	1.637s
23:26:53 [2019-09-27T23:26:53.292Z] --- PASS: TestDaemonIpcModePrivate (1.79s)
23:26:53 [2019-09-27T23:26:53.292Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:26:53 [2019-09-27T23:26:53.292Z]     daemon.go:302: [dc75b85e64bfa] waiting for daemon to start
23:26:53 [2019-09-27T23:26:53.292Z]     daemon.go:334: [dc75b85e64bfa] daemon started
23:26:53 [2019-09-27T23:26:53.292Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:345, shared: false, mustBeShared: false
23:26:53 [2019-09-27T23:26:53.292Z]     daemon.go:286: [dc75b85e64bfa] exiting daemon
23:26:53 [2019-09-27T23:26:53.292Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:26:55 [2019-09-27T23:26:55.177Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s)
23:26:55 [2019-09-27T23:26:55.177Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:26:55 [2019-09-27T23:26:55.177Z]     daemon.go:302: [d7fdb444d74ed] waiting for daemon to start
23:26:55 [2019-09-27T23:26:55.177Z]     daemon.go:334: [d7fdb444d74ed] daemon started
23:26:55 [2019-09-27T23:26:55.177Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:345, shared: false, mustBeShared: false
23:26:55 [2019-09-27T23:26:55.177Z]     daemon.go:286: [d7fdb444d74ed] exiting daemon
23:26:55 [2019-09-27T23:26:55.177Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:26:57 [2019-09-27T23:26:57.062Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s)
23:26:57 [2019-09-27T23:26:57.062Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:26:57 [2019-09-27T23:26:57.062Z]     daemon.go:302: [d3c4d21b45855] waiting for daemon to start
23:26:57 [2019-09-27T23:26:57.062Z]     daemon.go:334: [d3c4d21b45855] daemon started
23:26:57 [2019-09-27T23:26:57.062Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:330, shared: true, mustBeShared: true
23:26:57 [2019-09-27T23:26:57.062Z]     daemon.go:286: [d3c4d21b45855] exiting daemon
23:26:57 [2019-09-27T23:26:57.062Z] === RUN   TestStopContainerWithTimeout
23:26:57 [2019-09-27T23:26:57.062Z] === RUN   TestStopContainerWithTimeout/0
23:26:57 [2019-09-27T23:26:57.062Z] === PAUSE TestStopContainerWithTimeout/0
23:26:57 [2019-09-27T23:26:57.062Z] === RUN   TestStopContainerWithTimeout/1
23:26:57 [2019-09-27T23:26:57.062Z] === PAUSE TestStopContainerWithTimeout/1
23:26:57 [2019-09-27T23:26:57.062Z] === RUN   TestStopContainerWithTimeout/3
23:26:57 [2019-09-27T23:26:57.062Z] === PAUSE TestStopContainerWithTimeout/3
23:26:57 [2019-09-27T23:26:57.062Z] === RUN   TestStopContainerWithTimeout/-1
23:26:57 [2019-09-27T23:26:57.062Z] === PAUSE TestStopContainerWithTimeout/-1
23:26:57 [2019-09-27T23:26:57.062Z] === CONT  TestStopContainerWithTimeout/0
23:26:57 [2019-09-27T23:26:57.062Z] === CONT  TestStopContainerWithTimeout/3
23:26:57 [2019-09-27T23:26:57.988Z] === CONT  TestStopContainerWithTimeout/-1
23:26:59 [2019-09-27T23:26:59.871Z] === CONT  TestStopContainerWithTimeout/1
23:27:01 [2019-09-27T23:27:01.754Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:27:01 [2019-09-27T23:27:01.754Z]     --- PASS: TestStopContainerWithTimeout/0 (1.12s)
23:27:01 [2019-09-27T23:27:01.754Z]     --- PASS: TestStopContainerWithTimeout/3 (2.94s)
23:27:01 [2019-09-27T23:27:01.754Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.82s)
23:27:01 [2019-09-27T23:27:01.754Z]     --- PASS: TestStopContainerWithTimeout/1 (1.82s)
23:27:01 [2019-09-27T23:27:01.754Z] === RUN   TestDeleteDevicemapper
23:27:01 [2019-09-27T23:27:01.754Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:27:01 [2019-09-27T23:27:01.754Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:27:01 [2019-09-27T23:27:01.754Z] === CONT  TestDaemonRestartIpcMode
23:27:05 [2019-09-27T23:27:05.014Z] --- PASS: TestDaemonRestartIpcMode (3.25s)
23:27:05 [2019-09-27T23:27:05.014Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:302: [dfd9587722015] waiting for daemon to start
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:334: [dfd9587722015] daemon started
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:286: [dfd9587722015] exiting daemon
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:302: [dfd9587722015] waiting for daemon to start
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:334: [dfd9587722015] daemon started
23:27:05 [2019-09-27T23:27:05.014Z]     daemon.go:286: [dfd9587722015] exiting daemon
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestContainerInvalidJSON
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:27:05 [2019-09-27T23:27:05.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:27:05 [2019-09-27T23:27:05.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:27:05 [2019-09-27T23:27:05.014Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:27:05 [2019-09-27T23:27:05.014Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:27:05 [2019-09-27T23:27:05.014Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:27:05 [2019-09-27T23:27:05.014Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:27:05 [2019-09-27T23:27:05.014Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:27:05 [2019-09-27T23:27:05.014Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:27:05 [2019-09-27T23:27:05.014Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:27:05 [2019-09-27T23:27:05.014Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:27:05 [2019-09-27T23:27:05.014Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestCopyFromContainerPathIsNotDir
23:27:05 [2019-09-27T23:27:05.014Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:27:05 [2019-09-27T23:27:05.014Z] === RUN   TestCopyFromContainer
23:27:06 [2019-09-27T23:27:06.898Z] === RUN   TestCopyFromContainer//
23:27:06 [2019-09-27T23:27:06.898Z] === RUN   TestCopyFromContainer//bar/root
23:27:06 [2019-09-27T23:27:06.898Z] === RUN   TestCopyFromContainer//bar/root/
23:27:06 [2019-09-27T23:27:06.898Z] === RUN   TestCopyFromContainer/bar/quux
23:27:07 [2019-09-27T23:27:07.153Z] === RUN   TestCopyFromContainer/bar/quux/
23:27:07 [2019-09-27T23:27:07.153Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:27:07 [2019-09-27T23:27:07.153Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:27:07 [2019-09-27T23:27:07.153Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:27:07 [2019-09-27T23:27:07.408Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:27:07 [2019-09-27T23:27:07.408Z] === RUN   TestCopyFromContainer/bar/notarget
23:27:07 [2019-09-27T23:27:07.408Z] --- PASS: TestCopyFromContainer (2.40s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
23:27:07 [2019-09-27T23:27:07.408Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:27:07 [2019-09-27T23:27:07.408Z] === RUN   TestDaemonRestartIpcMode
23:27:07 [2019-09-27T23:27:07.408Z] === PAUSE TestDaemonRestartIpcMode
23:27:07 [2019-09-27T23:27:07.408Z] === RUN   TestExecWithCloseStdin
23:27:08 [2019-09-27T23:27:08.770Z] --- PASS: TestExecWithCloseStdin (0.99s)
23:27:08 [2019-09-27T23:27:08.770Z] === RUN   TestExecUser
23:27:09 [2019-09-27T23:27:09.700Z] --- PASS: TestExecUser (1.00s)
23:27:09 [2019-09-27T23:27:09.700Z] === RUN   TestHealthKillContainer
23:27:09 [2019-09-27T23:27:09.700Z] PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed	1.793s
23:27:12 [2019-09-27T23:27:12.960Z] --- PASS: TestHealthKillContainer (2.96s)
23:27:12 [2019-09-27T23:27:12.960Z] === RUN   TestAPIIpcModeHost
23:27:13 [2019-09-27T23:27:13.215Z] --- PASS: TestAPIIpcModeHost (0.77s)
23:27:13 [2019-09-27T23:27:13.215Z] === RUN   TestDaemonIpcModeShareable
23:27:15 [2019-09-27T23:27:15.100Z] --- PASS: TestDaemonIpcModeShareable (1.73s)
23:27:15 [2019-09-27T23:27:15.100Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:27:15 [2019-09-27T23:27:15.100Z]     daemon.go:302: [dd50e5cf91883] waiting for daemon to start
23:27:15 [2019-09-27T23:27:15.100Z]     daemon.go:334: [dd50e5cf91883] daemon started
23:27:15 [2019-09-27T23:27:15.100Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:355, shared: true, mustBeShared: true
23:27:15 [2019-09-27T23:27:15.100Z]     daemon.go:286: [dd50e5cf91883] exiting daemon
23:27:15 [2019-09-27T23:27:15.100Z] === RUN   TestDaemonIpcModePrivate
23:27:16 [2019-09-27T23:27:16.984Z] --- PASS: TestDaemonIpcModePrivate (1.73s)
23:27:16 [2019-09-27T23:27:16.984Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:27:16 [2019-09-27T23:27:16.984Z]     daemon.go:302: [d64bc0e902334] waiting for daemon to start
23:27:16 [2019-09-27T23:27:16.984Z]     daemon.go:334: [d64bc0e902334] daemon started
23:27:16 [2019-09-27T23:27:16.984Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:364, shared: false, mustBeShared: false
23:27:16 [2019-09-27T23:27:16.984Z]     daemon.go:286: [d64bc0e902334] exiting daemon
23:27:16 [2019-09-27T23:27:16.984Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:27:18 [2019-09-27T23:27:18.346Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s)
23:27:18 [2019-09-27T23:27:18.346Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:27:18 [2019-09-27T23:27:18.346Z]     daemon.go:302: [dcda074d14992] waiting for daemon to start
23:27:18 [2019-09-27T23:27:18.346Z]     daemon.go:334: [dcda074d14992] daemon started
23:27:18 [2019-09-27T23:27:18.346Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:364, shared: false, mustBeShared: false
23:27:18 [2019-09-27T23:27:18.346Z]     daemon.go:286: [dcda074d14992] exiting daemon
23:27:18 [2019-09-27T23:27:18.346Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:27:20 [2019-09-27T23:27:20.231Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s)
23:27:20 [2019-09-27T23:27:20.231Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:27:20 [2019-09-27T23:27:20.231Z]     daemon.go:302: [dd94869c35708] waiting for daemon to start
23:27:20 [2019-09-27T23:27:20.231Z]     daemon.go:334: [dd94869c35708] daemon started
23:27:20 [2019-09-27T23:27:20.231Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:355, shared: true, mustBeShared: true
23:27:20 [2019-09-27T23:27:20.231Z]     daemon.go:286: [dd94869c35708] exiting daemon
23:27:20 [2019-09-27T23:27:20.231Z] === RUN   TestStopContainerWithTimeout
23:27:20 [2019-09-27T23:27:20.231Z] === RUN   TestStopContainerWithTimeout/0
23:27:20 [2019-09-27T23:27:20.231Z] === PAUSE TestStopContainerWithTimeout/0
23:27:20 [2019-09-27T23:27:20.231Z] === RUN   TestStopContainerWithTimeout/1
23:27:20 [2019-09-27T23:27:20.231Z] === PAUSE TestStopContainerWithTimeout/1
23:27:20 [2019-09-27T23:27:20.231Z] === RUN   TestStopContainerWithTimeout/3
23:27:20 [2019-09-27T23:27:20.231Z] === PAUSE TestStopContainerWithTimeout/3
23:27:20 [2019-09-27T23:27:20.231Z] === RUN   TestStopContainerWithTimeout/-1
23:27:20 [2019-09-27T23:27:20.231Z] === PAUSE TestStopContainerWithTimeout/-1
23:27:20 [2019-09-27T23:27:20.231Z] === CONT  TestStopContainerWithTimeout/0
23:27:20 [2019-09-27T23:27:20.231Z] === CONT  TestStopContainerWithTimeout/3
23:27:21 [2019-09-27T23:27:21.156Z] === CONT  TestStopContainerWithTimeout/-1
23:27:23 [2019-09-27T23:27:23.040Z] === CONT  TestStopContainerWithTimeout/1
23:27:24 [2019-09-27T23:27:24.927Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:27:24 [2019-09-27T23:27:24.927Z]     --- PASS: TestStopContainerWithTimeout/0 (1.10s)
23:27:24 [2019-09-27T23:27:24.927Z]     --- PASS: TestStopContainerWithTimeout/3 (2.92s)
23:27:24 [2019-09-27T23:27:24.927Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.81s)
23:27:24 [2019-09-27T23:27:24.927Z]     --- PASS: TestStopContainerWithTimeout/1 (1.84s)
23:27:24 [2019-09-27T23:27:24.927Z] === RUN   TestDeleteDevicemapper
23:27:24 [2019-09-27T23:27:24.927Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:27:24 [2019-09-27T23:27:24.927Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:27:24 [2019-09-27T23:27:24.927Z] === CONT  TestDaemonRestartIpcMode
23:27:25 [2019-09-27T23:27:25.487Z] PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete	0.826s
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestDaemonRestartIpcMode (3.41s)
23:27:28 [2019-09-27T23:27:28.749Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:302: [dc766d83622b6] waiting for daemon to start
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:334: [dc766d83622b6] daemon started
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:286: [dc766d83622b6] exiting daemon
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:302: [dc766d83622b6] waiting for daemon to start
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:334: [dc766d83622b6] daemon started
23:27:28 [2019-09-27T23:27:28.749Z]     daemon.go:286: [dc766d83622b6] exiting daemon
23:27:28 [2019-09-27T23:27:28.749Z] PASS
23:27:28 [2019-09-27T23:27:28.749Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:28 [2019-09-27T23:27:28.749Z] INFO: Testing against a local daemon
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestImagesFilterMultiReference
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestImagesFilterMultiReference
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestImagesFilterMultiReference
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestImagesFilterMultiReference
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestImagesFilterMultiReference
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:27:28 [2019-09-27T23:27:28.749Z] PASS
23:27:28 [2019-09-27T23:27:28.749Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:28 [2019-09-27T23:27:28.749Z] INFO: Testing against a local daemon
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestNetworkInvalidJSON
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestNetworkInvalidJSON//networks/create
23:27:28 [2019-09-27T23:27:28.749Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:27:28 [2019-09-27T23:27:28.749Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:28 [2019-09-27T23:27:28.749Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:28 [2019-09-27T23:27:28.749Z] === CONT  TestNetworkInvalidJSON//networks/create
23:27:28 [2019-09-27T23:27:28.749Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:28 [2019-09-27T23:27:28.749Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:27:28 [2019-09-27T23:27:28.749Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:27:28 [2019-09-27T23:27:28.749Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:27:28 [2019-09-27T23:27:28.749Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:27:28 [2019-09-27T23:27:28.749Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:27:28 [2019-09-27T23:27:28.749Z] === RUN   TestNetworkInvalidJSON
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.004Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.004Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.004Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.005Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.005Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.005Z] === CONT  TestNetworkInvalidJSON//networks/create
23:27:29 [2019-09-27T23:27:29.005Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:27:29 [2019-09-27T23:27:29.005Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:27:29 [2019-09-27T23:27:29.005Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:27:29 [2019-09-27T23:27:29.005Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:27:29 [2019-09-27T23:27:29.005Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:27:29 [2019-09-27T23:27:29.005Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:27:29 [2019-09-27T23:27:29.005Z] PASS
23:27:29 [2019-09-27T23:27:29.005Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.005Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.005Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.005Z] PASS
23:27:29 [2019-09-27T23:27:29.005Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.259Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.259Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.259Z] PASS
23:27:29 [2019-09-27T23:27:29.259Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.259Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.259Z] PASS
23:27:29 [2019-09-27T23:27:29.259Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.259Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.259Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.259Z] PASS
23:27:29 [2019-09-27T23:27:29.259Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.515Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:27:29 [2019-09-27T23:27:29.515Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:27:29 [2019-09-27T23:27:29.515Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:27:29 [2019-09-27T23:27:29.515Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:27:29 [2019-09-27T23:27:29.515Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON
23:27:29 [2019-09-27T23:27:29.515Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.769Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:27:29 [2019-09-27T23:27:29.769Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:27:29 [2019-09-27T23:27:29.769Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:27:29 [2019-09-27T23:27:29.769Z] PASS
23:27:29 [2019-09-27T23:27:29.770Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.770Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.770Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.770Z] PASS
23:27:29 [2019-09-27T23:27:29.770Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:29 [2019-09-27T23:27:29.770Z] INFO: Testing against a local daemon
23:27:29 [2019-09-27T23:27:29.770Z] testing: warning: no tests to run
23:27:29 [2019-09-27T23:27:29.770Z] PASS
23:27:29 [2019-09-27T23:27:29.770Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:30 [2019-09-27T23:27:30.024Z] INFO: Testing against a local daemon
23:27:30 [2019-09-27T23:27:30.024Z] testing: warning: no tests to run
23:27:30 [2019-09-27T23:27:30.024Z] PASS
23:27:30 [2019-09-27T23:27:30.024Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:30 [2019-09-27T23:27:30.024Z] INFO: Testing against a local daemon
23:27:30 [2019-09-27T23:27:30.024Z] testing: warning: no tests to run
23:27:30 [2019-09-27T23:27:30.024Z] PASS
23:27:30 [2019-09-27T23:27:30.024Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:27:30 [2019-09-27T23:27:30.279Z] INFO: Testing against a local daemon
23:27:30 [2019-09-27T23:27:30.279Z] === RUN   TestDockerNetworkReConnect
23:27:35 [2019-09-27T23:27:35.518Z] --- PASS: TestDockerNetworkReConnect (4.92s)
23:27:35 [2019-09-27T23:27:35.518Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:27:35 [2019-09-27T23:27:35.518Z]     daemon.go:302: [d23c8884ac71c] waiting for daemon to start
23:27:35 [2019-09-27T23:27:35.518Z]     daemon.go:334: [d23c8884ac71c] daemon started
23:27:35 [2019-09-27T23:27:35.518Z]     daemon.go:286: [d23c8884ac71c] exiting daemon
23:27:35 [2019-09-27T23:27:35.518Z] === RUN   TestServiceUpdateLabel
23:27:37 [2019-09-27T23:27:37.402Z] --- PASS: TestServiceUpdateLabel (2.10s)
23:27:37 [2019-09-27T23:27:37.402Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:27:37 [2019-09-27T23:27:37.402Z]     daemon.go:302: [df54f3d1bf974] waiting for daemon to start
23:27:37 [2019-09-27T23:27:37.402Z]     daemon.go:334: [df54f3d1bf974] daemon started
23:27:37 [2019-09-27T23:27:37.402Z]     daemon.go:286: [df54f3d1bf974] exiting daemon
23:27:37 [2019-09-27T23:27:37.402Z] === RUN   TestServiceUpdateSecrets
23:27:55 [2019-09-27T23:27:55.428Z] --- PASS: TestServiceUpdateSecrets (15.24s)
23:27:55 [2019-09-27T23:27:55.428Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:27:55 [2019-09-27T23:27:55.428Z]     daemon.go:302: [dbe2a292a9438] waiting for daemon to start
23:27:55 [2019-09-27T23:27:55.428Z]     daemon.go:334: [dbe2a292a9438] daemon started
23:27:55 [2019-09-27T23:27:55.428Z]     daemon.go:286: [dbe2a292a9438] exiting daemon
23:27:55 [2019-09-27T23:27:55.428Z] === RUN   TestServiceUpdateConfigs
23:28:10 [2019-09-27T23:28:10.250Z] --- PASS: TestServiceUpdateConfigs (15.26s)
23:28:10 [2019-09-27T23:28:10.250Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:28:10 [2019-09-27T23:28:10.250Z]     daemon.go:302: [d554d50f546fd] waiting for daemon to start
23:28:10 [2019-09-27T23:28:10.250Z]     daemon.go:334: [d554d50f546fd] daemon started
23:28:10 [2019-09-27T23:28:10.250Z]     daemon.go:286: [d554d50f546fd] exiting daemon
23:28:10 [2019-09-27T23:28:10.250Z] === RUN   TestServiceUpdateNetwork
23:28:11 [2019-09-27T23:28:11.175Z] PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls	15.536s
23:28:23 [2019-09-27T23:28:23.331Z] --- PASS: TestServiceUpdateNetwork (15.10s)
23:28:23 [2019-09-27T23:28:23.331Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:28:23 [2019-09-27T23:28:23.331Z]     daemon.go:302: [d0d0fca9ad45b] waiting for daemon to start
23:28:23 [2019-09-27T23:28:23.331Z]     daemon.go:334: [d0d0fca9ad45b] daemon started
23:28:23 [2019-09-27T23:28:23.331Z]     daemon.go:286: [d0d0fca9ad45b] exiting daemon
23:28:23 [2019-09-27T23:28:23.331Z] === RUN   TestDockerNetworkReConnect
23:28:28 [2019-09-27T23:28:28.576Z] --- PASS: TestDockerNetworkReConnect (5.04s)
23:28:28 [2019-09-27T23:28:28.576Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:28:28 [2019-09-27T23:28:28.576Z]     daemon.go:302: [d7e843428f933] waiting for daemon to start
23:28:28 [2019-09-27T23:28:28.576Z]     daemon.go:334: [d7e843428f933] daemon started
23:28:28 [2019-09-27T23:28:28.576Z]     daemon.go:286: [d7e843428f933] exiting daemon
23:28:28 [2019-09-27T23:28:28.576Z] === RUN   TestServiceUpdateLabel
23:28:29 [2019-09-27T23:28:29.936Z] --- PASS: TestServiceUpdateLabel (2.00s)
23:28:29 [2019-09-27T23:28:29.936Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:28:29 [2019-09-27T23:28:29.936Z]     daemon.go:302: [d529e29d0001f] waiting for daemon to start
23:28:29 [2019-09-27T23:28:29.936Z]     daemon.go:334: [d529e29d0001f] daemon started
23:28:29 [2019-09-27T23:28:29.936Z]     daemon.go:286: [d529e29d0001f] exiting daemon
23:28:29 [2019-09-27T23:28:29.936Z] === RUN   TestServiceUpdateSecrets
23:28:30 [2019-09-27T23:28:30.860Z] PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists	4.783s
23:28:45 [2019-09-27T23:28:45.685Z] --- PASS: TestServiceUpdateSecrets (15.17s)
23:28:45 [2019-09-27T23:28:45.685Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:28:45 [2019-09-27T23:28:45.685Z]     daemon.go:302: [d59f5b4cac73a] waiting for daemon to start
23:28:45 [2019-09-27T23:28:45.685Z]     daemon.go:334: [d59f5b4cac73a] daemon started
23:28:45 [2019-09-27T23:28:45.685Z]     daemon.go:286: [d59f5b4cac73a] exiting daemon
23:28:45 [2019-09-27T23:28:45.685Z] === RUN   TestServiceUpdateConfigs
23:29:00 [2019-09-27T23:29:00.508Z] --- PASS: TestServiceUpdateConfigs (15.41s)
23:29:00 [2019-09-27T23:29:00.508Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:29:00 [2019-09-27T23:29:00.508Z]     daemon.go:302: [dccd36b5f8d3d] waiting for daemon to start
23:29:00 [2019-09-27T23:29:00.508Z]     daemon.go:334: [dccd36b5f8d3d] daemon started
23:29:00 [2019-09-27T23:29:00.508Z]     daemon.go:286: [dccd36b5f8d3d] exiting daemon
23:29:00 [2019-09-27T23:29:00.508Z] === RUN   TestServiceUpdateNetwork
23:29:03 [2019-09-27T23:29:03.018Z] PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp	1.912s
23:29:17 [2019-09-27T23:29:17.846Z] --- PASS: TestServiceUpdateNetwork (14.98s)
23:29:17 [2019-09-27T23:29:17.846Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:29:17 [2019-09-27T23:29:17.846Z]     daemon.go:302: [d524584f48f32] waiting for daemon to start
23:29:17 [2019-09-27T23:29:17.846Z]     daemon.go:334: [d524584f48f32] daemon started
23:29:17 [2019-09-27T23:29:17.846Z]     daemon.go:286: [d524584f48f32] exiting daemon
23:29:17 [2019-09-27T23:29:17.846Z] === RUN   TestDockerNetworkReConnect
23:29:20 [2019-09-27T23:29:20.356Z] --- PASS: TestDockerNetworkReConnect (4.98s)
23:29:20 [2019-09-27T23:29:20.356Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:29:20 [2019-09-27T23:29:20.356Z]     daemon.go:302: [d1215848fbb1d] waiting for daemon to start
23:29:20 [2019-09-27T23:29:20.356Z]     daemon.go:334: [d1215848fbb1d] daemon started
23:29:20 [2019-09-27T23:29:20.356Z]     daemon.go:286: [d1215848fbb1d] exiting daemon
23:29:20 [2019-09-27T23:29:20.356Z] === RUN   TestServiceUpdateLabel
23:29:22 [2019-09-27T23:29:22.866Z] --- PASS: TestServiceUpdateLabel (2.01s)
23:29:22 [2019-09-27T23:29:22.866Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:29:22 [2019-09-27T23:29:22.866Z]     daemon.go:302: [dad6b6f5ba4a1] waiting for daemon to start
23:29:22 [2019-09-27T23:29:22.866Z]     daemon.go:334: [dad6b6f5ba4a1] daemon started
23:29:22 [2019-09-27T23:29:22.866Z]     daemon.go:286: [dad6b6f5ba4a1] exiting daemon
23:29:22 [2019-09-27T23:29:22.866Z] === RUN   TestServiceUpdateSecrets
23:29:35 [2019-09-27T23:29:35.019Z] PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail	1.149s
23:29:37 [2019-09-27T23:29:37.527Z] --- PASS: TestServiceUpdateSecrets (15.08s)
23:29:37 [2019-09-27T23:29:37.527Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:29:37 [2019-09-27T23:29:37.527Z]     daemon.go:302: [dc5052f3f46f2] waiting for daemon to start
23:29:37 [2019-09-27T23:29:37.527Z]     daemon.go:334: [dc5052f3f46f2] daemon started
23:29:37 [2019-09-27T23:29:37.527Z]     daemon.go:286: [dc5052f3f46f2] exiting daemon
23:29:37 [2019-09-27T23:29:37.527Z] === RUN   TestServiceUpdateConfigs
23:29:52 [2019-09-27T23:29:52.352Z] PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed	1.572s
23:29:52 [2019-09-27T23:29:52.607Z] --- PASS: TestServiceUpdateConfigs (14.96s)
23:29:52 [2019-09-27T23:29:52.607Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:29:52 [2019-09-27T23:29:52.607Z]     daemon.go:302: [d466986d4f267] waiting for daemon to start
23:29:52 [2019-09-27T23:29:52.607Z]     daemon.go:334: [d466986d4f267] daemon started
23:29:52 [2019-09-27T23:29:52.607Z]     daemon.go:286: [d466986d4f267] exiting daemon
23:29:52 [2019-09-27T23:29:52.607Z] === RUN   TestServiceUpdateNetwork
23:30:10 [2019-09-27T23:30:10.634Z] --- PASS: TestServiceUpdateNetwork (15.08s)
23:30:10 [2019-09-27T23:30:10.634Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:30:10 [2019-09-27T23:30:10.634Z]     daemon.go:302: [d7c6ed83a5104] waiting for daemon to start
23:30:10 [2019-09-27T23:30:10.634Z]     daemon.go:334: [d7c6ed83a5104] daemon started
23:30:10 [2019-09-27T23:30:10.634Z]     daemon.go:286: [d7c6ed83a5104] exiting daemon
23:30:10 [2019-09-27T23:30:10.634Z] === RUN   TestDockerNetworkReConnect
23:30:10 [2019-09-27T23:30:10.634Z] PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom	2.366s
23:30:12 [2019-09-27T23:30:12.519Z] --- PASS: TestDockerNetworkReConnect (5.02s)
23:30:12 [2019-09-27T23:30:12.519Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:30:12 [2019-09-27T23:30:12.519Z]     daemon.go:302: [dd5b70c0acd7e] waiting for daemon to start
23:30:12 [2019-09-27T23:30:12.519Z]     daemon.go:334: [dd5b70c0acd7e] daemon started
23:30:12 [2019-09-27T23:30:12.519Z]     daemon.go:286: [dd5b70c0acd7e] exiting daemon
23:30:12 [2019-09-27T23:30:12.519Z] === RUN   TestServiceUpdateLabel
23:30:15 [2019-09-27T23:30:15.029Z] --- PASS: TestServiceUpdateLabel (2.11s)
23:30:15 [2019-09-27T23:30:15.029Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:30:15 [2019-09-27T23:30:15.029Z]     daemon.go:302: [d585e2c80af1b] waiting for daemon to start
23:30:15 [2019-09-27T23:30:15.029Z]     daemon.go:334: [d585e2c80af1b] daemon started
23:30:15 [2019-09-27T23:30:15.029Z]     daemon.go:286: [d585e2c80af1b] exiting daemon
23:30:15 [2019-09-27T23:30:15.029Z] === RUN   TestServiceUpdateSecrets
23:30:24 [2019-09-27T23:30:24.956Z] PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart	1.428s
23:30:30 [2019-09-27T23:30:30.189Z] --- PASS: TestServiceUpdateSecrets (15.23s)
23:30:30 [2019-09-27T23:30:30.189Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:30:30 [2019-09-27T23:30:30.189Z]     daemon.go:302: [d4ddb92d3b00b] waiting for daemon to start
23:30:30 [2019-09-27T23:30:30.189Z]     daemon.go:334: [d4ddb92d3b00b] daemon started
23:30:30 [2019-09-27T23:30:30.189Z]     daemon.go:286: [d4ddb92d3b00b] exiting daemon
23:30:30 [2019-09-27T23:30:30.189Z] === RUN   TestServiceUpdateConfigs
23:30:40 [2019-09-27T23:30:40.116Z] PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict	0.067s
23:30:40 [2019-09-27T23:30:40.116Z] OK: 264 passed, 6 skipped
23:30:40 [2019-09-27T23:30:40.116Z] PASS
23:30:40 [2019-09-27T23:30:40.116Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/3)
23:30:45 [2019-09-27T23:30:45.352Z] --- PASS: TestServiceUpdateConfigs (15.19s)
23:30:45 [2019-09-27T23:30:45.352Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:30:45 [2019-09-27T23:30:45.352Z]     daemon.go:302: [d0fca5466a002] waiting for daemon to start
23:30:45 [2019-09-27T23:30:45.352Z]     daemon.go:334: [d0fca5466a002] daemon started
23:30:45 [2019-09-27T23:30:45.352Z]     daemon.go:286: [d0fca5466a002] exiting daemon
23:30:45 [2019-09-27T23:30:45.352Z] === RUN   TestServiceUpdateNetwork
23:30:48 [2019-09-27T23:30:48.614Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 4142 is not a child of this shell
23:30:48 [2019-09-27T23:30:48.614Z] warning: PID 4142 from /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/d40d4286e2d92/docker.pid had a nonzero exit code
23:30:49 [2019-09-27T23:30:49.174Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/root: mountpoint not found
23:30:49 [2019-09-27T23:30:49.174Z] Clearing AppArmor profiles cache:.
23:30:49 [2019-09-27T23:30:49.174Z] All profile caches have been cleared, but no profiles have been unloaded.
23:30:49 [2019-09-27T23:30:49.174Z] Unloading profiles will leave already running processes permanently
23:30:49 [2019-09-27T23:30:49.174Z] unconfined, which can lead to unexpected situations.
23:30:49 [2019-09-27T23:30:49.174Z] 
23:30:49 [2019-09-27T23:30:49.429Z] To set a process to complain mode, use the command line tool
23:30:49 [2019-09-27T23:30:49.429Z] 'aa-complain'. To really tear down all profiles, run the init script
23:30:49 [2019-09-27T23:30:49.429Z] with the 'teardown' option."
23:30:49 [2019-09-27T23:30:49.429Z] Removing test suite binaries
23:30:49 [2019-09-27T23:30:49.429Z] 
23:31:01 [2019-09-27T23:31:01.584Z] --- PASS: TestServiceUpdateNetwork (15.32s)
23:31:01 [2019-09-27T23:31:01.584Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:31:01 [2019-09-27T23:31:01.584Z]     daemon.go:302: [d09fe20f512f1] waiting for daemon to start
23:31:01 [2019-09-27T23:31:01.584Z]     daemon.go:334: [d09fe20f512f1] daemon started
23:31:01 [2019-09-27T23:31:01.584Z]     daemon.go:286: [d09fe20f512f1] exiting daemon
23:31:01 [2019-09-27T23:31:01.584Z] === RUN   TestDockerNetworkReConnect
23:31:05 [2019-09-27T23:31:05.742Z] --- PASS: TestDockerNetworkReConnect (5.28s)
23:31:05 [2019-09-27T23:31:05.742Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:31:05 [2019-09-27T23:31:05.742Z]     daemon.go:302: [d852554d7d5fc] waiting for daemon to start
23:31:05 [2019-09-27T23:31:05.742Z]     daemon.go:334: [d852554d7d5fc] daemon started
23:31:05 [2019-09-27T23:31:05.742Z]     daemon.go:286: [d852554d7d5fc] exiting daemon
23:31:05 [2019-09-27T23:31:05.742Z] === RUN   TestServiceUpdateLabel
23:31:08 [2019-09-27T23:31:08.252Z] --- PASS: TestServiceUpdateLabel (2.02s)
23:31:08 [2019-09-27T23:31:08.252Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:31:08 [2019-09-27T23:31:08.252Z]     daemon.go:302: [dbdaf8e29aac9] waiting for daemon to start
23:31:08 [2019-09-27T23:31:08.252Z]     daemon.go:334: [dbdaf8e29aac9] daemon started
23:31:08 [2019-09-27T23:31:08.252Z]     daemon.go:286: [dbdaf8e29aac9] exiting daemon
23:31:08 [2019-09-27T23:31:08.252Z] === RUN   TestServiceUpdateSecrets
23:31:23 [2019-09-27T23:31:23.079Z] --- PASS: TestServiceUpdateSecrets (15.34s)
23:31:23 [2019-09-27T23:31:23.079Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:31:23 [2019-09-27T23:31:23.079Z]     daemon.go:302: [da0d617b97bdb] waiting for daemon to start
23:31:23 [2019-09-27T23:31:23.079Z]     daemon.go:334: [da0d617b97bdb] daemon started
23:31:23 [2019-09-27T23:31:23.079Z]     daemon.go:286: [da0d617b97bdb] exiting daemon
23:31:23 [2019-09-27T23:31:23.079Z] === RUN   TestServiceUpdateConfigs
23:31:41 [2019-09-27T23:31:41.106Z] --- PASS: TestServiceUpdateConfigs (15.25s)
23:31:41 [2019-09-27T23:31:41.106Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:31:41 [2019-09-27T23:31:41.106Z]     daemon.go:302: [d8c6be6f67c8e] waiting for daemon to start
23:31:41 [2019-09-27T23:31:41.106Z]     daemon.go:334: [d8c6be6f67c8e] daemon started
23:31:41 [2019-09-27T23:31:41.106Z]     daemon.go:286: [d8c6be6f67c8e] exiting daemon
23:31:41 [2019-09-27T23:31:41.106Z] === RUN   TestServiceUpdateNetwork
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestServiceUpdateNetwork (15.17s)
23:31:55 [2019-09-27T23:31:55.930Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:31:55 [2019-09-27T23:31:55.930Z]     daemon.go:302: [d5a5082425105] waiting for daemon to start
23:31:55 [2019-09-27T23:31:55.930Z]     daemon.go:334: [d5a5082425105] daemon started
23:31:55 [2019-09-27T23:31:55.930Z]     daemon.go:286: [d5a5082425105] exiting daemon
23:31:55 [2019-09-27T23:31:55.930Z] PASS
23:31:55 [2019-09-27T23:31:55.930Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:31:55 [2019-09-27T23:31:55.930Z] INFO: Testing against a local daemon
23:31:55 [2019-09-27T23:31:55.930Z] testing: warning: no tests to run
23:31:55 [2019-09-27T23:31:55.930Z] PASS
23:31:55 [2019-09-27T23:31:55.930Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:31:55 [2019-09-27T23:31:55.930Z] INFO: Testing against a local daemon
23:31:55 [2019-09-27T23:31:55.930Z] testing: warning: no tests to run
23:31:55 [2019-09-27T23:31:55.930Z] PASS
23:31:55 [2019-09-27T23:31:55.930Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:31:55 [2019-09-27T23:31:55.930Z] INFO: Testing against a local daemon
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:31:55 [2019-09-27T23:31:55.930Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:31:55 [2019-09-27T23:31:55.930Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:31:55 [2019-09-27T23:31:55.930Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:31:55 [2019-09-27T23:31:55.930Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON
23:31:55 [2019-09-27T23:31:55.930Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:31:55 [2019-09-27T23:31:55.930Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:31:55 [2019-09-27T23:31:55.930Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:31:55 [2019-09-27T23:31:55.930Z] PASS
23:31:55 [2019-09-27T23:31:55.930Z] Running integration-test (iteration 5)
23:31:55 [2019-09-27T23:31:55.931Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:31:55 [2019-09-27T23:31:55.931Z] INFO: Testing against a local daemon
23:31:55 [2019-09-27T23:31:55.931Z] === RUN   TestBuildWithHugeFile
23:32:52 [2019-09-27T23:32:52.084Z] --- PASS: TestBuildWithHugeFile (53.01s)
23:32:52 [2019-09-27T23:32:52.084Z] === RUN   TestBuildWithEmptyDockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:52 [2019-09-27T23:32:52.084Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:32:52 [2019-09-27T23:32:52.084Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.66s)
23:32:52 [2019-09-27T23:32:52.084Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.66s)
23:32:52 [2019-09-27T23:32:52.084Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:32:52 [2019-09-27T23:32:52.084Z] === RUN   TestBuildWithHugeFile
23:33:48 [2019-09-27T23:33:48.242Z] --- PASS: TestBuildWithHugeFile (52.38s)
23:33:48 [2019-09-27T23:33:48.242Z] === RUN   TestBuildWithEmptyDockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:33:48 [2019-09-27T23:33:48.242Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:33:48 [2019-09-27T23:33:48.242Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
23:33:48 [2019-09-27T23:33:48.242Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s)
23:33:48 [2019-09-27T23:33:48.242Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:33:48 [2019-09-27T23:33:48.242Z] === RUN   TestBuildWithHugeFile
23:34:34 [2019-09-27T23:34:34.849Z] --- PASS: TestBuildWithHugeFile (52.96s)
23:34:34 [2019-09-27T23:34:34.849Z] === RUN   TestBuildWithEmptyDockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:34:34 [2019-09-27T23:34:34.849Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:34:34 [2019-09-27T23:34:34.849Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.40s)
23:34:34 [2019-09-27T23:34:34.849Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.41s)
23:34:34 [2019-09-27T23:34:34.849Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:34:34 [2019-09-27T23:34:34.849Z] === RUN   TestBuildWithHugeFile
23:35:31 [2019-09-27T23:35:31.069Z] --- PASS: TestBuildWithHugeFile (53.57s)
23:35:31 [2019-09-27T23:35:31.069Z] === RUN   TestBuildWithEmptyDockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:31 [2019-09-27T23:35:31.069Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:35:31 [2019-09-27T23:35:31.069Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.37s)
23:35:31 [2019-09-27T23:35:31.069Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.37s)
23:35:31 [2019-09-27T23:35:31.069Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
23:35:31 [2019-09-27T23:35:31.069Z] === RUN   TestBuildWithHugeFile
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestBuildWithHugeFile (52.28s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestBuildWithEmptyDockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:36:27 [2019-09-27T23:36:27.219Z] PASS
23:36:27 [2019-09-27T23:36:27.219Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:36:27 [2019-09-27T23:36:27.219Z] INFO: Testing against a local daemon
23:36:27 [2019-09-27T23:36:27.219Z] testing: warning: no tests to run
23:36:27 [2019-09-27T23:36:27.219Z] PASS
23:36:27 [2019-09-27T23:36:27.219Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:36:27 [2019-09-27T23:36:27.219Z] INFO: Testing against a local daemon
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestContainerInvalidJSON
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:36:27 [2019-09-27T23:36:27.219Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestContainerInvalidJSON (0.05s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainerPathIsNotDir
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer//
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer//bar/root
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer//bar/root/
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/quux
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/quux/
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestCopyFromContainer/bar/notarget
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestCopyFromContainer (2.49s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestDaemonRestartIpcMode
23:36:27 [2019-09-27T23:36:27.219Z] === PAUSE TestDaemonRestartIpcMode
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestExecWithCloseStdin
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestExecWithCloseStdin (1.00s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestExecUser
23:36:27 [2019-09-27T23:36:27.219Z] --- PASS: TestExecUser (0.96s)
23:36:27 [2019-09-27T23:36:27.219Z] === RUN   TestHealthKillContainer
23:36:29 [2019-09-27T23:36:29.102Z] --- PASS: TestHealthKillContainer (3.03s)
23:36:29 [2019-09-27T23:36:29.102Z] === RUN   TestAPIIpcModeHost
23:36:30 [2019-09-27T23:36:30.026Z] --- PASS: TestAPIIpcModeHost (0.81s)
23:36:30 [2019-09-27T23:36:30.026Z] === RUN   TestDaemonIpcModeShareable
23:36:31 [2019-09-27T23:36:31.909Z] --- PASS: TestDaemonIpcModeShareable (1.72s)
23:36:31 [2019-09-27T23:36:31.909Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:36:31 [2019-09-27T23:36:31.909Z]     daemon.go:302: [d5830b3941fab] waiting for daemon to start
23:36:31 [2019-09-27T23:36:31.909Z]     daemon.go:334: [d5830b3941fab] daemon started
23:36:31 [2019-09-27T23:36:31.909Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
23:36:31 [2019-09-27T23:36:31.909Z]     daemon.go:286: [d5830b3941fab] exiting daemon
23:36:31 [2019-09-27T23:36:31.909Z] === RUN   TestDaemonIpcModePrivate
23:36:33 [2019-09-27T23:36:33.273Z] --- PASS: TestDaemonIpcModePrivate (1.70s)
23:36:33 [2019-09-27T23:36:33.273Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:36:33 [2019-09-27T23:36:33.273Z]     daemon.go:302: [d818b05ec2032] waiting for daemon to start
23:36:33 [2019-09-27T23:36:33.273Z]     daemon.go:334: [d818b05ec2032] daemon started
23:36:33 [2019-09-27T23:36:33.273Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
23:36:33 [2019-09-27T23:36:33.273Z]     daemon.go:286: [d818b05ec2032] exiting daemon
23:36:33 [2019-09-27T23:36:33.273Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:36:35 [2019-09-27T23:36:35.157Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s)
23:36:35 [2019-09-27T23:36:35.157Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:36:35 [2019-09-27T23:36:35.157Z]     daemon.go:302: [da2f8a08bdc75] waiting for daemon to start
23:36:35 [2019-09-27T23:36:35.157Z]     daemon.go:334: [da2f8a08bdc75] daemon started
23:36:35 [2019-09-27T23:36:35.157Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
23:36:35 [2019-09-27T23:36:35.157Z]     daemon.go:286: [da2f8a08bdc75] exiting daemon
23:36:35 [2019-09-27T23:36:35.157Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:36:37 [2019-09-27T23:36:37.041Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
23:36:37 [2019-09-27T23:36:37.041Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:36:37 [2019-09-27T23:36:37.041Z]     daemon.go:302: [d97f18b502d50] waiting for daemon to start
23:36:37 [2019-09-27T23:36:37.041Z]     daemon.go:334: [d97f18b502d50] daemon started
23:36:37 [2019-09-27T23:36:37.041Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
23:36:37 [2019-09-27T23:36:37.041Z]     daemon.go:286: [d97f18b502d50] exiting daemon
23:36:37 [2019-09-27T23:36:37.041Z] === RUN   TestStopContainerWithTimeout
23:36:37 [2019-09-27T23:36:37.041Z] === RUN   TestStopContainerWithTimeout/0
23:36:37 [2019-09-27T23:36:37.041Z] === PAUSE TestStopContainerWithTimeout/0
23:36:37 [2019-09-27T23:36:37.041Z] === RUN   TestStopContainerWithTimeout/1
23:36:37 [2019-09-27T23:36:37.041Z] === PAUSE TestStopContainerWithTimeout/1
23:36:37 [2019-09-27T23:36:37.041Z] === RUN   TestStopContainerWithTimeout/3
23:36:37 [2019-09-27T23:36:37.041Z] === PAUSE TestStopContainerWithTimeout/3
23:36:37 [2019-09-27T23:36:37.041Z] === RUN   TestStopContainerWithTimeout/-1
23:36:37 [2019-09-27T23:36:37.041Z] === PAUSE TestStopContainerWithTimeout/-1
23:36:37 [2019-09-27T23:36:37.041Z] === CONT  TestStopContainerWithTimeout/0
23:36:37 [2019-09-27T23:36:37.041Z] === CONT  TestStopContainerWithTimeout/3
23:36:37 [2019-09-27T23:36:37.969Z] === CONT  TestStopContainerWithTimeout/-1
23:36:39 [2019-09-27T23:36:39.865Z] === CONT  TestStopContainerWithTimeout/1
23:36:41 [2019-09-27T23:36:41.755Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:36:41 [2019-09-27T23:36:41.755Z]     --- PASS: TestStopContainerWithTimeout/0 (1.13s)
23:36:41 [2019-09-27T23:36:41.755Z]     --- PASS: TestStopContainerWithTimeout/3 (2.96s)
23:36:41 [2019-09-27T23:36:41.755Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.80s)
23:36:41 [2019-09-27T23:36:41.755Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
23:36:41 [2019-09-27T23:36:41.755Z] === RUN   TestDeleteDevicemapper
23:36:41 [2019-09-27T23:36:41.755Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:36:41 [2019-09-27T23:36:41.755Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:36:41 [2019-09-27T23:36:41.755Z] === CONT  TestDaemonRestartIpcMode
23:36:45 [2019-09-27T23:36:45.014Z] --- PASS: TestDaemonRestartIpcMode (3.36s)
23:36:45 [2019-09-27T23:36:45.014Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:302: [d4df0293bed10] waiting for daemon to start
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:334: [d4df0293bed10] daemon started
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:286: [d4df0293bed10] exiting daemon
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:302: [d4df0293bed10] waiting for daemon to start
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:334: [d4df0293bed10] daemon started
23:36:45 [2019-09-27T23:36:45.014Z]     daemon.go:286: [d4df0293bed10] exiting daemon
23:36:45 [2019-09-27T23:36:45.014Z] === RUN   TestContainerInvalidJSON
23:36:45 [2019-09-27T23:36:45.014Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:36:45 [2019-09-27T23:36:45.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:36:45 [2019-09-27T23:36:45.014Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:36:45 [2019-09-27T23:36:45.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:36:45 [2019-09-27T23:36:45.014Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:36:45 [2019-09-27T23:36:45.014Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:36:45 [2019-09-27T23:36:45.014Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:36:45 [2019-09-27T23:36:45.014Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:36:45 [2019-09-27T23:36:45.014Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:36:45 [2019-09-27T23:36:45.014Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:36:45 [2019-09-27T23:36:45.014Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:36:45 [2019-09-27T23:36:45.014Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:36:45 [2019-09-27T23:36:45.014Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:36:45 [2019-09-27T23:36:45.014Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:36:45 [2019-09-27T23:36:45.269Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:36:45 [2019-09-27T23:36:45.269Z] === RUN   TestCopyFromContainerPathIsNotDir
23:36:45 [2019-09-27T23:36:45.269Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:36:45 [2019-09-27T23:36:45.269Z] === RUN   TestCopyFromContainer
23:36:47 [2019-09-27T23:36:47.154Z] === RUN   TestCopyFromContainer//
23:36:47 [2019-09-27T23:36:47.154Z] === RUN   TestCopyFromContainer//bar/root
23:36:47 [2019-09-27T23:36:47.154Z] === RUN   TestCopyFromContainer//bar/root/
23:36:47 [2019-09-27T23:36:47.154Z] === RUN   TestCopyFromContainer/bar/quux
23:36:47 [2019-09-27T23:36:47.154Z] === RUN   TestCopyFromContainer/bar/quux/
23:36:47 [2019-09-27T23:36:47.409Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:36:47 [2019-09-27T23:36:47.409Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:36:47 [2019-09-27T23:36:47.409Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:36:47 [2019-09-27T23:36:47.409Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:36:47 [2019-09-27T23:36:47.664Z] === RUN   TestCopyFromContainer/bar/notarget
23:36:47 [2019-09-27T23:36:47.664Z] --- PASS: TestCopyFromContainer (2.41s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
23:36:47 [2019-09-27T23:36:47.664Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:36:47 [2019-09-27T23:36:47.664Z] === RUN   TestDaemonRestartIpcMode
23:36:47 [2019-09-27T23:36:47.664Z] === PAUSE TestDaemonRestartIpcMode
23:36:47 [2019-09-27T23:36:47.664Z] === RUN   TestExecWithCloseStdin
23:36:49 [2019-09-27T23:36:49.027Z] --- PASS: TestExecWithCloseStdin (1.01s)
23:36:49 [2019-09-27T23:36:49.027Z] === RUN   TestExecUser
23:36:49 [2019-09-27T23:36:49.587Z] --- PASS: TestExecUser (0.97s)
23:36:49 [2019-09-27T23:36:49.587Z] === RUN   TestHealthKillContainer
23:36:52 [2019-09-27T23:36:52.845Z] --- PASS: TestHealthKillContainer (2.98s)
23:36:52 [2019-09-27T23:36:52.845Z] === RUN   TestAPIIpcModeHost
23:36:53 [2019-09-27T23:36:53.406Z] --- PASS: TestAPIIpcModeHost (0.82s)
23:36:53 [2019-09-27T23:36:53.406Z] === RUN   TestDaemonIpcModeShareable
23:36:55 [2019-09-27T23:36:55.290Z] --- PASS: TestDaemonIpcModeShareable (1.87s)
23:36:55 [2019-09-27T23:36:55.291Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:36:55 [2019-09-27T23:36:55.291Z]     daemon.go:302: [d26314406b50d] waiting for daemon to start
23:36:55 [2019-09-27T23:36:55.291Z]     daemon.go:334: [d26314406b50d] daemon started
23:36:55 [2019-09-27T23:36:55.291Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:76, shared: true, mustBeShared: true
23:36:55 [2019-09-27T23:36:55.291Z]     daemon.go:286: [d26314406b50d] exiting daemon
23:36:55 [2019-09-27T23:36:55.291Z] === RUN   TestDaemonIpcModePrivate
23:36:57 [2019-09-27T23:36:57.174Z] --- PASS: TestDaemonIpcModePrivate (1.73s)
23:36:57 [2019-09-27T23:36:57.174Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:36:57 [2019-09-27T23:36:57.174Z]     daemon.go:302: [dbf9467af3799] waiting for daemon to start
23:36:57 [2019-09-27T23:36:57.174Z]     daemon.go:334: [dbf9467af3799] daemon started
23:36:57 [2019-09-27T23:36:57.174Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: false, mustBeShared: false
23:36:57 [2019-09-27T23:36:57.174Z]     daemon.go:286: [dbf9467af3799] exiting daemon
23:36:57 [2019-09-27T23:36:57.174Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:36:59 [2019-09-27T23:36:59.058Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
23:36:59 [2019-09-27T23:36:59.058Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:36:59 [2019-09-27T23:36:59.058Z]     daemon.go:302: [d7192dd737f1c] waiting for daemon to start
23:36:59 [2019-09-27T23:36:59.058Z]     daemon.go:334: [d7192dd737f1c] daemon started
23:36:59 [2019-09-27T23:36:59.058Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: false, mustBeShared: false
23:36:59 [2019-09-27T23:36:59.058Z]     daemon.go:286: [d7192dd737f1c] exiting daemon
23:36:59 [2019-09-27T23:36:59.058Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:37:00 [2019-09-27T23:37:00.942Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
23:37:00 [2019-09-27T23:37:00.942Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:37:00 [2019-09-27T23:37:00.942Z]     daemon.go:302: [d07cd89b96d0a] waiting for daemon to start
23:37:00 [2019-09-27T23:37:00.942Z]     daemon.go:334: [d07cd89b96d0a] daemon started
23:37:00 [2019-09-27T23:37:00.942Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:76, shared: true, mustBeShared: true
23:37:00 [2019-09-27T23:37:00.942Z]     daemon.go:286: [d07cd89b96d0a] exiting daemon
23:37:00 [2019-09-27T23:37:00.942Z] === RUN   TestStopContainerWithTimeout
23:37:00 [2019-09-27T23:37:00.942Z] === RUN   TestStopContainerWithTimeout/0
23:37:00 [2019-09-27T23:37:00.942Z] === PAUSE TestStopContainerWithTimeout/0
23:37:00 [2019-09-27T23:37:00.942Z] === RUN   TestStopContainerWithTimeout/1
23:37:00 [2019-09-27T23:37:00.942Z] === PAUSE TestStopContainerWithTimeout/1
23:37:00 [2019-09-27T23:37:00.942Z] === RUN   TestStopContainerWithTimeout/3
23:37:00 [2019-09-27T23:37:00.942Z] === PAUSE TestStopContainerWithTimeout/3
23:37:00 [2019-09-27T23:37:00.942Z] === RUN   TestStopContainerWithTimeout/-1
23:37:00 [2019-09-27T23:37:00.942Z] === PAUSE TestStopContainerWithTimeout/-1
23:37:00 [2019-09-27T23:37:00.942Z] === CONT  TestStopContainerWithTimeout/0
23:37:00 [2019-09-27T23:37:00.942Z] === CONT  TestStopContainerWithTimeout/3
23:37:01 [2019-09-27T23:37:01.519Z] === CONT  TestStopContainerWithTimeout/-1
23:37:04 [2019-09-27T23:37:04.028Z] === CONT  TestStopContainerWithTimeout/1
23:37:05 [2019-09-27T23:37:05.911Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:37:05 [2019-09-27T23:37:05.911Z]     --- PASS: TestStopContainerWithTimeout/0 (1.03s)
23:37:05 [2019-09-27T23:37:05.911Z]     --- PASS: TestStopContainerWithTimeout/3 (3.11s)
23:37:05 [2019-09-27T23:37:05.911Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.84s)
23:37:05 [2019-09-27T23:37:05.911Z]     --- PASS: TestStopContainerWithTimeout/1 (1.88s)
23:37:05 [2019-09-27T23:37:05.911Z] === RUN   TestDeleteDevicemapper
23:37:05 [2019-09-27T23:37:05.911Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:37:05 [2019-09-27T23:37:05.911Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:37:05 [2019-09-27T23:37:05.911Z] === CONT  TestDaemonRestartIpcMode
23:37:09 [2019-09-27T23:37:09.172Z] --- PASS: TestDaemonRestartIpcMode (3.31s)
23:37:09 [2019-09-27T23:37:09.172Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:302: [dabe4ec815e81] waiting for daemon to start
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:334: [dabe4ec815e81] daemon started
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:286: [dabe4ec815e81] exiting daemon
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:302: [dabe4ec815e81] waiting for daemon to start
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:334: [dabe4ec815e81] daemon started
23:37:09 [2019-09-27T23:37:09.172Z]     daemon.go:286: [dabe4ec815e81] exiting daemon
23:37:09 [2019-09-27T23:37:09.172Z] === RUN   TestContainerInvalidJSON
23:37:09 [2019-09-27T23:37:09.172Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:37:09 [2019-09-27T23:37:09.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:37:09 [2019-09-27T23:37:09.172Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:37:09 [2019-09-27T23:37:09.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:37:09 [2019-09-27T23:37:09.172Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:37:09 [2019-09-27T23:37:09.172Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:37:09 [2019-09-27T23:37:09.172Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:37:09 [2019-09-27T23:37:09.172Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:37:09 [2019-09-27T23:37:09.172Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:37:09 [2019-09-27T23:37:09.172Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:37:09 [2019-09-27T23:37:09.172Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:37:09 [2019-09-27T23:37:09.172Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:37:09 [2019-09-27T23:37:09.172Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:37:09 [2019-09-27T23:37:09.172Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:09 [2019-09-27T23:37:09.172Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:37:09 [2019-09-27T23:37:09.173Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:09 [2019-09-27T23:37:09.173Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:37:09 [2019-09-27T23:37:09.173Z] === RUN   TestCopyFromContainer
23:37:11 [2019-09-27T23:37:11.057Z] === RUN   TestCopyFromContainer//
23:37:11 [2019-09-27T23:37:11.057Z] === RUN   TestCopyFromContainer//bar/root
23:37:11 [2019-09-27T23:37:11.057Z] === RUN   TestCopyFromContainer//bar/root/
23:37:11 [2019-09-27T23:37:11.057Z] === RUN   TestCopyFromContainer/bar/quux
23:37:11 [2019-09-27T23:37:11.312Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:11 [2019-09-27T23:37:11.312Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:11 [2019-09-27T23:37:11.312Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:11 [2019-09-27T23:37:11.312Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:11 [2019-09-27T23:37:11.567Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:11 [2019-09-27T23:37:11.567Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:11 [2019-09-27T23:37:11.567Z] --- PASS: TestCopyFromContainer (2.48s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:37:11 [2019-09-27T23:37:11.567Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:37:11 [2019-09-27T23:37:11.567Z] === RUN   TestDaemonRestartIpcMode
23:37:11 [2019-09-27T23:37:11.567Z] === PAUSE TestDaemonRestartIpcMode
23:37:11 [2019-09-27T23:37:11.567Z] === RUN   TestExecWithCloseStdin
23:37:12 [2019-09-27T23:37:12.928Z] --- PASS: TestExecWithCloseStdin (1.03s)
23:37:12 [2019-09-27T23:37:12.928Z] === RUN   TestExecUser
23:37:13 [2019-09-27T23:37:13.853Z] --- PASS: TestExecUser (0.98s)
23:37:13 [2019-09-27T23:37:13.853Z] === RUN   TestHealthKillContainer
23:37:17 [2019-09-27T23:37:17.112Z] --- PASS: TestHealthKillContainer (3.01s)
23:37:17 [2019-09-27T23:37:17.112Z] === RUN   TestAPIIpcModeHost
23:37:17 [2019-09-27T23:37:17.673Z] --- PASS: TestAPIIpcModeHost (0.83s)
23:37:17 [2019-09-27T23:37:17.673Z] === RUN   TestDaemonIpcModeShareable
23:37:19 [2019-09-27T23:37:19.557Z] --- PASS: TestDaemonIpcModeShareable (1.72s)
23:37:19 [2019-09-27T23:37:19.557Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:37:19 [2019-09-27T23:37:19.557Z]     daemon.go:302: [d6a0fe0cdefea] waiting for daemon to start
23:37:19 [2019-09-27T23:37:19.557Z]     daemon.go:334: [d6a0fe0cdefea] daemon started
23:37:19 [2019-09-27T23:37:19.557Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:169, shared: true, mustBeShared: true
23:37:19 [2019-09-27T23:37:19.557Z]     daemon.go:286: [d6a0fe0cdefea] exiting daemon
23:37:19 [2019-09-27T23:37:19.557Z] === RUN   TestDaemonIpcModePrivate
23:37:20 [2019-09-27T23:37:20.918Z] --- PASS: TestDaemonIpcModePrivate (1.71s)
23:37:20 [2019-09-27T23:37:20.918Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:37:20 [2019-09-27T23:37:20.918Z]     daemon.go:302: [dcb57b4420fff] waiting for daemon to start
23:37:20 [2019-09-27T23:37:20.918Z]     daemon.go:334: [dcb57b4420fff] daemon started
23:37:20 [2019-09-27T23:37:20.918Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:347, shared: false, mustBeShared: false
23:37:20 [2019-09-27T23:37:20.918Z]     daemon.go:286: [dcb57b4420fff] exiting daemon
23:37:20 [2019-09-27T23:37:20.918Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:37:22 [2019-09-27T23:37:22.805Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s)
23:37:22 [2019-09-27T23:37:22.805Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:37:22 [2019-09-27T23:37:22.805Z]     daemon.go:302: [d66a3422d8abb] waiting for daemon to start
23:37:22 [2019-09-27T23:37:22.805Z]     daemon.go:334: [d66a3422d8abb] daemon started
23:37:22 [2019-09-27T23:37:22.805Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:347, shared: false, mustBeShared: false
23:37:22 [2019-09-27T23:37:22.805Z]     daemon.go:286: [d66a3422d8abb] exiting daemon
23:37:22 [2019-09-27T23:37:22.805Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:37:24 [2019-09-27T23:37:24.695Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
23:37:24 [2019-09-27T23:37:24.695Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:37:24 [2019-09-27T23:37:24.695Z]     daemon.go:302: [d578afc55f502] waiting for daemon to start
23:37:24 [2019-09-27T23:37:24.695Z]     daemon.go:334: [d578afc55f502] daemon started
23:37:24 [2019-09-27T23:37:24.695Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:169, shared: true, mustBeShared: true
23:37:24 [2019-09-27T23:37:24.695Z]     daemon.go:286: [d578afc55f502] exiting daemon
23:37:24 [2019-09-27T23:37:24.695Z] === RUN   TestStopContainerWithTimeout
23:37:24 [2019-09-27T23:37:24.695Z] === RUN   TestStopContainerWithTimeout/0
23:37:24 [2019-09-27T23:37:24.695Z] === PAUSE TestStopContainerWithTimeout/0
23:37:24 [2019-09-27T23:37:24.695Z] === RUN   TestStopContainerWithTimeout/1
23:37:24 [2019-09-27T23:37:24.695Z] === PAUSE TestStopContainerWithTimeout/1
23:37:24 [2019-09-27T23:37:24.695Z] === RUN   TestStopContainerWithTimeout/3
23:37:24 [2019-09-27T23:37:24.695Z] === PAUSE TestStopContainerWithTimeout/3
23:37:24 [2019-09-27T23:37:24.695Z] === RUN   TestStopContainerWithTimeout/-1
23:37:24 [2019-09-27T23:37:24.695Z] === PAUSE TestStopContainerWithTimeout/-1
23:37:24 [2019-09-27T23:37:24.695Z] === CONT  TestStopContainerWithTimeout/0
23:37:24 [2019-09-27T23:37:24.695Z] === CONT  TestStopContainerWithTimeout/3
23:37:25 [2019-09-27T23:37:25.620Z] === CONT  TestStopContainerWithTimeout/-1
23:37:27 [2019-09-27T23:37:27.504Z] === CONT  TestStopContainerWithTimeout/1
23:37:29 [2019-09-27T23:37:29.387Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:37:29 [2019-09-27T23:37:29.387Z]     --- PASS: TestStopContainerWithTimeout/0 (0.95s)
23:37:29 [2019-09-27T23:37:29.387Z]     --- PASS: TestStopContainerWithTimeout/3 (3.09s)
23:37:29 [2019-09-27T23:37:29.387Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.78s)
23:37:29 [2019-09-27T23:37:29.387Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
23:37:29 [2019-09-27T23:37:29.387Z] === RUN   TestDeleteDevicemapper
23:37:29 [2019-09-27T23:37:29.387Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:37:29 [2019-09-27T23:37:29.387Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:37:29 [2019-09-27T23:37:29.387Z] === CONT  TestDaemonRestartIpcMode
23:37:33 [2019-09-27T23:37:33.547Z] --- PASS: TestDaemonRestartIpcMode (3.41s)
23:37:33 [2019-09-27T23:37:33.547Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:302: [d90c52b60a015] waiting for daemon to start
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:334: [d90c52b60a015] daemon started
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:286: [d90c52b60a015] exiting daemon
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:302: [d90c52b60a015] waiting for daemon to start
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:334: [d90c52b60a015] daemon started
23:37:33 [2019-09-27T23:37:33.547Z]     daemon.go:286: [d90c52b60a015] exiting daemon
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestContainerInvalidJSON
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:37:33 [2019-09-27T23:37:33.547Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:37:33 [2019-09-27T23:37:33.547Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:37:33 [2019-09-27T23:37:33.547Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:37:33 [2019-09-27T23:37:33.547Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:37:33 [2019-09-27T23:37:33.547Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:37:33 [2019-09-27T23:37:33.547Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:37:33 [2019-09-27T23:37:33.547Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:37:33 [2019-09-27T23:37:33.547Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:37:33 [2019-09-27T23:37:33.547Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
23:37:33 [2019-09-27T23:37:33.547Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:33 [2019-09-27T23:37:33.547Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:33 [2019-09-27T23:37:33.547Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:37:33 [2019-09-27T23:37:33.547Z] === RUN   TestCopyFromContainer
23:37:34 [2019-09-27T23:37:34.908Z] === RUN   TestCopyFromContainer//
23:37:34 [2019-09-27T23:37:34.908Z] === RUN   TestCopyFromContainer//bar/root
23:37:34 [2019-09-27T23:37:34.908Z] === RUN   TestCopyFromContainer//bar/root/
23:37:34 [2019-09-27T23:37:34.908Z] === RUN   TestCopyFromContainer/bar/quux
23:37:35 [2019-09-27T23:37:35.163Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:35 [2019-09-27T23:37:35.163Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:35 [2019-09-27T23:37:35.163Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:35 [2019-09-27T23:37:35.418Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:35 [2019-09-27T23:37:35.418Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:35 [2019-09-27T23:37:35.418Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:35 [2019-09-27T23:37:35.673Z] --- PASS: TestCopyFromContainer (2.46s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:37:35 [2019-09-27T23:37:35.673Z] === RUN   TestDaemonRestartIpcMode
23:37:35 [2019-09-27T23:37:35.673Z] === PAUSE TestDaemonRestartIpcMode
23:37:35 [2019-09-27T23:37:35.673Z] === RUN   TestExecWithCloseStdin
23:37:36 [2019-09-27T23:37:36.599Z] --- PASS: TestExecWithCloseStdin (1.04s)
23:37:36 [2019-09-27T23:37:36.599Z] === RUN   TestExecUser
23:37:37 [2019-09-27T23:37:37.524Z] --- PASS: TestExecUser (0.92s)
23:37:37 [2019-09-27T23:37:37.524Z] === RUN   TestHealthKillContainer
23:37:40 [2019-09-27T23:37:40.784Z] --- PASS: TestHealthKillContainer (2.96s)
23:37:40 [2019-09-27T23:37:40.784Z] === RUN   TestAPIIpcModeHost
23:37:41 [2019-09-27T23:37:41.345Z] --- PASS: TestAPIIpcModeHost (0.82s)
23:37:41 [2019-09-27T23:37:41.346Z] === RUN   TestDaemonIpcModeShareable
23:37:43 [2019-09-27T23:37:43.229Z] --- PASS: TestDaemonIpcModeShareable (1.73s)
23:37:43 [2019-09-27T23:37:43.229Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:37:43 [2019-09-27T23:37:43.229Z]     daemon.go:302: [df020c4036757] waiting for daemon to start
23:37:43 [2019-09-27T23:37:43.229Z]     daemon.go:334: [df020c4036757] daemon started
23:37:43 [2019-09-27T23:37:43.229Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:357, shared: true, mustBeShared: true
23:37:43 [2019-09-27T23:37:43.229Z]     daemon.go:286: [df020c4036757] exiting daemon
23:37:43 [2019-09-27T23:37:43.229Z] === RUN   TestDaemonIpcModePrivate
23:37:44 [2019-09-27T23:37:44.603Z] --- PASS: TestDaemonIpcModePrivate (1.67s)
23:37:44 [2019-09-27T23:37:44.603Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:37:44 [2019-09-27T23:37:44.603Z]     daemon.go:302: [d4e3216ea4e59] waiting for daemon to start
23:37:44 [2019-09-27T23:37:44.603Z]     daemon.go:334: [d4e3216ea4e59] daemon started
23:37:44 [2019-09-27T23:37:44.603Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:366, shared: false, mustBeShared: false
23:37:44 [2019-09-27T23:37:44.603Z]     daemon.go:286: [d4e3216ea4e59] exiting daemon
23:37:44 [2019-09-27T23:37:44.603Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:37:46 [2019-09-27T23:37:46.488Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
23:37:46 [2019-09-27T23:37:46.488Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:37:46 [2019-09-27T23:37:46.488Z]     daemon.go:302: [d6a6a088fd19d] waiting for daemon to start
23:37:46 [2019-09-27T23:37:46.488Z]     daemon.go:334: [d6a6a088fd19d] daemon started
23:37:46 [2019-09-27T23:37:46.488Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:366, shared: false, mustBeShared: false
23:37:46 [2019-09-27T23:37:46.488Z]     daemon.go:286: [d6a6a088fd19d] exiting daemon
23:37:46 [2019-09-27T23:37:46.488Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:37:48 [2019-09-27T23:37:48.371Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s)
23:37:48 [2019-09-27T23:37:48.371Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:37:48 [2019-09-27T23:37:48.371Z]     daemon.go:302: [dcbe420192bdc] waiting for daemon to start
23:37:48 [2019-09-27T23:37:48.371Z]     daemon.go:334: [dcbe420192bdc] daemon started
23:37:48 [2019-09-27T23:37:48.371Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:357, shared: true, mustBeShared: true
23:37:48 [2019-09-27T23:37:48.371Z]     daemon.go:286: [dcbe420192bdc] exiting daemon
23:37:48 [2019-09-27T23:37:48.371Z] === RUN   TestStopContainerWithTimeout
23:37:48 [2019-09-27T23:37:48.371Z] === RUN   TestStopContainerWithTimeout/0
23:37:48 [2019-09-27T23:37:48.371Z] === PAUSE TestStopContainerWithTimeout/0
23:37:48 [2019-09-27T23:37:48.371Z] === RUN   TestStopContainerWithTimeout/1
23:37:48 [2019-09-27T23:37:48.371Z] === PAUSE TestStopContainerWithTimeout/1
23:37:48 [2019-09-27T23:37:48.371Z] === RUN   TestStopContainerWithTimeout/3
23:37:48 [2019-09-27T23:37:48.371Z] === PAUSE TestStopContainerWithTimeout/3
23:37:48 [2019-09-27T23:37:48.371Z] === RUN   TestStopContainerWithTimeout/-1
23:37:48 [2019-09-27T23:37:48.371Z] === PAUSE TestStopContainerWithTimeout/-1
23:37:48 [2019-09-27T23:37:48.371Z] === CONT  TestStopContainerWithTimeout/0
23:37:48 [2019-09-27T23:37:48.371Z] === CONT  TestStopContainerWithTimeout/3
23:37:49 [2019-09-27T23:37:49.296Z] === CONT  TestStopContainerWithTimeout/-1
23:37:51 [2019-09-27T23:37:51.178Z] === CONT  TestStopContainerWithTimeout/1
23:37:53 [2019-09-27T23:37:53.063Z] --- PASS: TestStopContainerWithTimeout (0.05s)
23:37:53 [2019-09-27T23:37:53.063Z]     --- PASS: TestStopContainerWithTimeout/0 (0.98s)
23:37:53 [2019-09-27T23:37:53.063Z]     --- PASS: TestStopContainerWithTimeout/3 (3.12s)
23:37:53 [2019-09-27T23:37:53.063Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.78s)
23:37:53 [2019-09-27T23:37:53.063Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
23:37:53 [2019-09-27T23:37:53.063Z] === RUN   TestDeleteDevicemapper
23:37:53 [2019-09-27T23:37:53.063Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:37:53 [2019-09-27T23:37:53.063Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:37:53 [2019-09-27T23:37:53.063Z] === CONT  TestDaemonRestartIpcMode
23:37:57 [2019-09-27T23:37:57.221Z] --- PASS: TestDaemonRestartIpcMode (3.31s)
23:37:57 [2019-09-27T23:37:57.221Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:302: [d6daff9c29060] waiting for daemon to start
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:334: [d6daff9c29060] daemon started
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:286: [d6daff9c29060] exiting daemon
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:302: [d6daff9c29060] waiting for daemon to start
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:334: [d6daff9c29060] daemon started
23:37:57 [2019-09-27T23:37:57.221Z]     daemon.go:286: [d6daff9c29060] exiting daemon
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestContainerInvalidJSON
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:37:57 [2019-09-27T23:37:57.221Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:37:57 [2019-09-27T23:37:57.221Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:37:57 [2019-09-27T23:37:57.221Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:37:57 [2019-09-27T23:37:57.221Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:37:57 [2019-09-27T23:37:57.221Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:37:57 [2019-09-27T23:37:57.221Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:37:57 [2019-09-27T23:37:57.221Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:37:57 [2019-09-27T23:37:57.221Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:37:57 [2019-09-27T23:37:57.221Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:37:57 [2019-09-27T23:37:57.221Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:57 [2019-09-27T23:37:57.221Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:57 [2019-09-27T23:37:57.221Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:37:57 [2019-09-27T23:37:57.221Z] === RUN   TestCopyFromContainer
23:37:58 [2019-09-27T23:37:58.582Z] === RUN   TestCopyFromContainer//
23:37:58 [2019-09-27T23:37:58.582Z] === RUN   TestCopyFromContainer//bar/root
23:37:58 [2019-09-27T23:37:58.582Z] === RUN   TestCopyFromContainer//bar/root/
23:37:58 [2019-09-27T23:37:58.582Z] === RUN   TestCopyFromContainer/bar/quux
23:37:58 [2019-09-27T23:37:58.837Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:58 [2019-09-27T23:37:58.837Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:58 [2019-09-27T23:37:58.837Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:59 [2019-09-27T23:37:59.092Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:59 [2019-09-27T23:37:59.092Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:59 [2019-09-27T23:37:59.092Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:59 [2019-09-27T23:37:59.347Z] --- PASS: TestCopyFromContainer (2.47s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:37:59 [2019-09-27T23:37:59.347Z] === RUN   TestDaemonRestartIpcMode
23:37:59 [2019-09-27T23:37:59.347Z] === PAUSE TestDaemonRestartIpcMode
23:37:59 [2019-09-27T23:37:59.347Z] === RUN   TestExecWithCloseStdin
23:38:00 [2019-09-27T23:38:00.272Z] --- PASS: TestExecWithCloseStdin (1.03s)
23:38:00 [2019-09-27T23:38:00.272Z] === RUN   TestExecUser
23:38:01 [2019-09-27T23:38:01.197Z] --- PASS: TestExecUser (1.00s)
23:38:01 [2019-09-27T23:38:01.197Z] === RUN   TestHealthKillContainer
23:38:04 [2019-09-27T23:38:04.456Z] --- PASS: TestHealthKillContainer (2.97s)
23:38:04 [2019-09-27T23:38:04.456Z] === RUN   TestAPIIpcModeHost
23:38:05 [2019-09-27T23:38:05.015Z] --- PASS: TestAPIIpcModeHost (0.81s)
23:38:05 [2019-09-27T23:38:05.015Z] === RUN   TestDaemonIpcModeShareable
23:38:06 [2019-09-27T23:38:06.912Z] --- PASS: TestDaemonIpcModeShareable (1.80s)
23:38:06 [2019-09-27T23:38:06.912Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareable
23:38:06 [2019-09-27T23:38:06.912Z]     daemon.go:302: [d35377c0b03eb] waiting for daemon to start
23:38:06 [2019-09-27T23:38:06.912Z]     daemon.go:334: [d35377c0b03eb] daemon started
23:38:06 [2019-09-27T23:38:06.912Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:371, shared: true, mustBeShared: true
23:38:06 [2019-09-27T23:38:06.912Z]     daemon.go:286: [d35377c0b03eb] exiting daemon
23:38:06 [2019-09-27T23:38:06.912Z] === RUN   TestDaemonIpcModePrivate
23:38:08 [2019-09-27T23:38:08.797Z] --- PASS: TestDaemonIpcModePrivate (1.69s)
23:38:08 [2019-09-27T23:38:08.797Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivate
23:38:08 [2019-09-27T23:38:08.797Z]     daemon.go:302: [d296de0c80fdf] waiting for daemon to start
23:38:08 [2019-09-27T23:38:08.797Z]     daemon.go:334: [d296de0c80fdf] daemon started
23:38:08 [2019-09-27T23:38:08.797Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:377, shared: false, mustBeShared: false
23:38:08 [2019-09-27T23:38:08.797Z]     daemon.go:286: [d296de0c80fdf] exiting daemon
23:38:08 [2019-09-27T23:38:08.797Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:38:10 [2019-09-27T23:38:10.158Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s)
23:38:10 [2019-09-27T23:38:10.158Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModePrivateFromConfig
23:38:10 [2019-09-27T23:38:10.158Z]     daemon.go:302: [d2512300be36b] waiting for daemon to start
23:38:10 [2019-09-27T23:38:10.158Z]     daemon.go:334: [d2512300be36b] daemon started
23:38:10 [2019-09-27T23:38:10.158Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:377, shared: false, mustBeShared: false
23:38:10 [2019-09-27T23:38:10.158Z]     daemon.go:286: [d2512300be36b] exiting daemon
23:38:10 [2019-09-27T23:38:10.158Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:38:12 [2019-09-27T23:38:12.041Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s)
23:38:12 [2019-09-27T23:38:12.041Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonIpcModeShareableFromConfig
23:38:12 [2019-09-27T23:38:12.041Z]     daemon.go:302: [d8044751af9dc] waiting for daemon to start
23:38:12 [2019-09-27T23:38:12.041Z]     daemon.go:334: [d8044751af9dc] daemon started
23:38:12 [2019-09-27T23:38:12.041Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:371, shared: true, mustBeShared: true
23:38:12 [2019-09-27T23:38:12.041Z]     daemon.go:286: [d8044751af9dc] exiting daemon
23:38:12 [2019-09-27T23:38:12.041Z] === RUN   TestStopContainerWithTimeout
23:38:12 [2019-09-27T23:38:12.041Z] === RUN   TestStopContainerWithTimeout/0
23:38:12 [2019-09-27T23:38:12.041Z] === PAUSE TestStopContainerWithTimeout/0
23:38:12 [2019-09-27T23:38:12.041Z] === RUN   TestStopContainerWithTimeout/1
23:38:12 [2019-09-27T23:38:12.041Z] === PAUSE TestStopContainerWithTimeout/1
23:38:12 [2019-09-27T23:38:12.041Z] === RUN   TestStopContainerWithTimeout/3
23:38:12 [2019-09-27T23:38:12.041Z] === PAUSE TestStopContainerWithTimeout/3
23:38:12 [2019-09-27T23:38:12.041Z] === RUN   TestStopContainerWithTimeout/-1
23:38:12 [2019-09-27T23:38:12.041Z] === PAUSE TestStopContainerWithTimeout/-1
23:38:12 [2019-09-27T23:38:12.041Z] === CONT  TestStopContainerWithTimeout/0
23:38:12 [2019-09-27T23:38:12.041Z] === CONT  TestStopContainerWithTimeout/3
23:38:12 [2019-09-27T23:38:12.965Z] === CONT  TestStopContainerWithTimeout/-1
23:38:15 [2019-09-27T23:38:15.473Z] === CONT  TestStopContainerWithTimeout/1
23:38:16 [2019-09-27T23:38:16.834Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:38:16 [2019-09-27T23:38:16.834Z]     --- PASS: TestStopContainerWithTimeout/0 (0.98s)
23:38:16 [2019-09-27T23:38:16.834Z]     --- PASS: TestStopContainerWithTimeout/3 (3.11s)
23:38:16 [2019-09-27T23:38:16.834Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.80s)
23:38:16 [2019-09-27T23:38:16.834Z]     --- PASS: TestStopContainerWithTimeout/1 (1.86s)
23:38:16 [2019-09-27T23:38:16.834Z] === RUN   TestDeleteDevicemapper
23:38:16 [2019-09-27T23:38:16.834Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:38:16 [2019-09-27T23:38:16.834Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:38:16 [2019-09-27T23:38:16.834Z] === CONT  TestDaemonRestartIpcMode
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestDaemonRestartIpcMode (3.32s)
23:38:20 [2019-09-27T23:38:20.991Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDaemonRestartIpcMode
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:302: [d12e62d904959] waiting for daemon to start
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:334: [d12e62d904959] daemon started
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:286: [d12e62d904959] exiting daemon
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:302: [d12e62d904959] waiting for daemon to start
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:334: [d12e62d904959] daemon started
23:38:20 [2019-09-27T23:38:20.991Z]     daemon.go:286: [d12e62d904959] exiting daemon
23:38:20 [2019-09-27T23:38:20.991Z] PASS
23:38:20 [2019-09-27T23:38:20.991Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:20 [2019-09-27T23:38:20.991Z] INFO: Testing against a local daemon
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestImagesFilterMultiReference
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestImagesFilterMultiReference
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestImagesFilterMultiReference
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestImagesFilterMultiReference
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestImagesFilterMultiReference
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:38:20 [2019-09-27T23:38:20.991Z] PASS
23:38:20 [2019-09-27T23:38:20.991Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:20 [2019-09-27T23:38:20.991Z] INFO: Testing against a local daemon
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:20 [2019-09-27T23:38:20.991Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.991Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.991Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:38:20 [2019-09-27T23:38:20.992Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:20 [2019-09-27T23:38:20.992Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:20 [2019-09-27T23:38:20.992Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:38:20 [2019-09-27T23:38:20.992Z] === RUN   TestNetworkInvalidJSON
23:38:20 [2019-09-27T23:38:20.992Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.992Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.992Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.992Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:20 [2019-09-27T23:38:20.992Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.992Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.992Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:20 [2019-09-27T23:38:20.992Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:20 [2019-09-27T23:38:20.992Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:21 [2019-09-27T23:38:21.246Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z] === RUN   TestNetworkInvalidJSON
23:38:21 [2019-09-27T23:38:21.246Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:21 [2019-09-27T23:38:21.246Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:21 [2019-09-27T23:38:21.246Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:21 [2019-09-27T23:38:21.246Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:21 [2019-09-27T23:38:21.246Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:21 [2019-09-27T23:38:21.246Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:21 [2019-09-27T23:38:21.246Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:21 [2019-09-27T23:38:21.246Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:21 [2019-09-27T23:38:21.246Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:21 [2019-09-27T23:38:21.246Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:38:21 [2019-09-27T23:38:21.246Z] PASS
23:38:21 [2019-09-27T23:38:21.246Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:21 [2019-09-27T23:38:21.246Z] INFO: Testing against a local daemon
23:38:21 [2019-09-27T23:38:21.246Z] testing: warning: no tests to run
23:38:21 [2019-09-27T23:38:21.246Z] PASS
23:38:21 [2019-09-27T23:38:21.246Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:21 [2019-09-27T23:38:21.501Z] INFO: Testing against a local daemon
23:38:21 [2019-09-27T23:38:21.501Z] testing: warning: no tests to run
23:38:21 [2019-09-27T23:38:21.501Z] PASS
23:38:21 [2019-09-27T23:38:21.501Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:21 [2019-09-27T23:38:21.501Z] testing: warning: no tests to run
23:38:21 [2019-09-27T23:38:21.501Z] PASS
23:38:21 [2019-09-27T23:38:21.501Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:21 [2019-09-27T23:38:21.756Z] INFO: Testing against a local daemon
23:38:21 [2019-09-27T23:38:21.756Z] testing: warning: no tests to run
23:38:21 [2019-09-27T23:38:21.756Z] PASS
23:38:21 [2019-09-27T23:38:21.756Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:22 [2019-09-27T23:38:22.011Z] INFO: Testing against a local daemon
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] --- PASS: TestPluginInvalidJSON (0.09s)
23:38:22 [2019-09-27T23:38:22.011Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:38:22 [2019-09-27T23:38:22.011Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:38:22 [2019-09-27T23:38:22.011Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.011Z] --- PASS: TestPluginInvalidJSON (0.05s)
23:38:22 [2019-09-27T23:38:22.011Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:38:22 [2019-09-27T23:38:22.011Z] === RUN   TestPluginInvalidJSON
23:38:22 [2019-09-27T23:38:22.266Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.266Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.266Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:22 [2019-09-27T23:38:22.266Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:38:22 [2019-09-27T23:38:22.266Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:38:22 [2019-09-27T23:38:22.266Z] PASS
23:38:22 [2019-09-27T23:38:22.266Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:22 [2019-09-27T23:38:22.521Z] INFO: Testing against a local daemon
23:38:22 [2019-09-27T23:38:22.521Z] testing: warning: no tests to run
23:38:22 [2019-09-27T23:38:22.521Z] PASS
23:38:22 [2019-09-27T23:38:22.521Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:22 [2019-09-27T23:38:22.521Z] INFO: Testing against a local daemon
23:38:22 [2019-09-27T23:38:22.521Z] testing: warning: no tests to run
23:38:22 [2019-09-27T23:38:22.521Z] PASS
23:38:22 [2019-09-27T23:38:22.521Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:22 [2019-09-27T23:38:22.775Z] INFO: Testing against a local daemon
23:38:22 [2019-09-27T23:38:22.775Z] testing: warning: no tests to run
23:38:22 [2019-09-27T23:38:22.775Z] PASS
23:38:22 [2019-09-27T23:38:22.775Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:22 [2019-09-27T23:38:22.775Z] INFO: Testing against a local daemon
23:38:22 [2019-09-27T23:38:22.775Z] testing: warning: no tests to run
23:38:22 [2019-09-27T23:38:22.775Z] PASS
23:38:22 [2019-09-27T23:38:22.775Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:38:23 [2019-09-27T23:38:23.030Z] INFO: Testing against a local daemon
23:38:23 [2019-09-27T23:38:23.030Z] === RUN   TestDockerNetworkReConnect
23:38:28 [2019-09-27T23:38:28.265Z] --- PASS: TestDockerNetworkReConnect (4.82s)
23:38:28 [2019-09-27T23:38:28.265Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:38:28 [2019-09-27T23:38:28.265Z]     daemon.go:302: [d987e97b5bde1] waiting for daemon to start
23:38:28 [2019-09-27T23:38:28.265Z]     daemon.go:334: [d987e97b5bde1] daemon started
23:38:28 [2019-09-27T23:38:28.265Z]     daemon.go:286: [d987e97b5bde1] exiting daemon
23:38:28 [2019-09-27T23:38:28.265Z] === RUN   TestServiceUpdateLabel
23:38:30 [2019-09-27T23:38:30.155Z] --- PASS: TestServiceUpdateLabel (2.06s)
23:38:30 [2019-09-27T23:38:30.155Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:38:30 [2019-09-27T23:38:30.155Z]     daemon.go:302: [def761054765f] waiting for daemon to start
23:38:30 [2019-09-27T23:38:30.155Z]     daemon.go:334: [def761054765f] daemon started
23:38:30 [2019-09-27T23:38:30.155Z]     daemon.go:286: [def761054765f] exiting daemon
23:38:30 [2019-09-27T23:38:30.155Z] === RUN   TestServiceUpdateSecrets
23:38:44 [2019-09-27T23:38:44.977Z] --- PASS: TestServiceUpdateSecrets (15.06s)
23:38:44 [2019-09-27T23:38:44.977Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:38:44 [2019-09-27T23:38:44.977Z]     daemon.go:302: [deebf3701cf62] waiting for daemon to start
23:38:44 [2019-09-27T23:38:44.977Z]     daemon.go:334: [deebf3701cf62] daemon started
23:38:44 [2019-09-27T23:38:44.977Z]     daemon.go:286: [deebf3701cf62] exiting daemon
23:38:44 [2019-09-27T23:38:44.977Z] === RUN   TestServiceUpdateConfigs
23:39:03 [2019-09-27T23:39:03.002Z] --- PASS: TestServiceUpdateConfigs (15.02s)
23:39:03 [2019-09-27T23:39:03.002Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:39:03 [2019-09-27T23:39:03.002Z]     daemon.go:302: [d0fd8b20c4c5b] waiting for daemon to start
23:39:03 [2019-09-27T23:39:03.002Z]     daemon.go:334: [d0fd8b20c4c5b] daemon started
23:39:03 [2019-09-27T23:39:03.002Z]     daemon.go:286: [d0fd8b20c4c5b] exiting daemon
23:39:03 [2019-09-27T23:39:03.002Z] === RUN   TestServiceUpdateNetwork
23:39:15 [2019-09-27T23:39:15.156Z] --- PASS: TestServiceUpdateNetwork (15.08s)
23:39:15 [2019-09-27T23:39:15.156Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:39:15 [2019-09-27T23:39:15.156Z]     daemon.go:302: [da2827533eefb] waiting for daemon to start
23:39:15 [2019-09-27T23:39:15.156Z]     daemon.go:334: [da2827533eefb] daemon started
23:39:15 [2019-09-27T23:39:15.156Z]     daemon.go:286: [da2827533eefb] exiting daemon
23:39:15 [2019-09-27T23:39:15.156Z] === RUN   TestDockerNetworkReConnect
23:39:20 [2019-09-27T23:39:20.390Z] --- PASS: TestDockerNetworkReConnect (5.04s)
23:39:20 [2019-09-27T23:39:20.390Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:39:20 [2019-09-27T23:39:20.390Z]     daemon.go:302: [dc0ad7650c08f] waiting for daemon to start
23:39:20 [2019-09-27T23:39:20.390Z]     daemon.go:334: [dc0ad7650c08f] daemon started
23:39:20 [2019-09-27T23:39:20.390Z]     daemon.go:286: [dc0ad7650c08f] exiting daemon
23:39:20 [2019-09-27T23:39:20.390Z] === RUN   TestServiceUpdateLabel
23:39:22 [2019-09-27T23:39:22.279Z] --- PASS: TestServiceUpdateLabel (2.04s)
23:39:22 [2019-09-27T23:39:22.279Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:39:22 [2019-09-27T23:39:22.279Z]     daemon.go:302: [d26785b46a2dd] waiting for daemon to start
23:39:22 [2019-09-27T23:39:22.279Z]     daemon.go:334: [d26785b46a2dd] daemon started
23:39:22 [2019-09-27T23:39:22.279Z]     daemon.go:286: [d26785b46a2dd] exiting daemon
23:39:22 [2019-09-27T23:39:22.279Z] === RUN   TestServiceUpdateSecrets
23:39:37 [2019-09-27T23:39:37.101Z] --- PASS: TestServiceUpdateSecrets (14.89s)
23:39:37 [2019-09-27T23:39:37.101Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:39:37 [2019-09-27T23:39:37.101Z]     daemon.go:302: [dece1c63c5cac] waiting for daemon to start
23:39:37 [2019-09-27T23:39:37.101Z]     daemon.go:334: [dece1c63c5cac] daemon started
23:39:37 [2019-09-27T23:39:37.101Z]     daemon.go:286: [dece1c63c5cac] exiting daemon
23:39:37 [2019-09-27T23:39:37.101Z] === RUN   TestServiceUpdateConfigs
23:39:55 [2019-09-27T23:39:55.129Z] --- PASS: TestServiceUpdateConfigs (15.04s)
23:39:55 [2019-09-27T23:39:55.129Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:39:55 [2019-09-27T23:39:55.129Z]     daemon.go:302: [db15e1c730028] waiting for daemon to start
23:39:55 [2019-09-27T23:39:55.129Z]     daemon.go:334: [db15e1c730028] daemon started
23:39:55 [2019-09-27T23:39:55.129Z]     daemon.go:286: [db15e1c730028] exiting daemon
23:39:55 [2019-09-27T23:39:55.129Z] === RUN   TestServiceUpdateNetwork
23:40:07 [2019-09-27T23:40:07.284Z] --- PASS: TestServiceUpdateNetwork (15.10s)
23:40:07 [2019-09-27T23:40:07.284Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:40:07 [2019-09-27T23:40:07.284Z]     daemon.go:302: [df0d64865a624] waiting for daemon to start
23:40:07 [2019-09-27T23:40:07.284Z]     daemon.go:334: [df0d64865a624] daemon started
23:40:07 [2019-09-27T23:40:07.284Z]     daemon.go:286: [df0d64865a624] exiting daemon
23:40:07 [2019-09-27T23:40:07.284Z] === RUN   TestDockerNetworkReConnect
23:40:12 [2019-09-27T23:40:12.519Z] --- PASS: TestDockerNetworkReConnect (5.14s)
23:40:12 [2019-09-27T23:40:12.519Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:40:12 [2019-09-27T23:40:12.519Z]     daemon.go:302: [d2abde7681b29] waiting for daemon to start
23:40:12 [2019-09-27T23:40:12.519Z]     daemon.go:334: [d2abde7681b29] daemon started
23:40:12 [2019-09-27T23:40:12.519Z]     daemon.go:286: [d2abde7681b29] exiting daemon
23:40:12 [2019-09-27T23:40:12.519Z] === RUN   TestServiceUpdateLabel
23:40:14 [2019-09-27T23:40:14.407Z] --- PASS: TestServiceUpdateLabel (2.04s)
23:40:14 [2019-09-27T23:40:14.407Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:40:14 [2019-09-27T23:40:14.407Z]     daemon.go:302: [d94af80d01184] waiting for daemon to start
23:40:14 [2019-09-27T23:40:14.407Z]     daemon.go:334: [d94af80d01184] daemon started
23:40:14 [2019-09-27T23:40:14.407Z]     daemon.go:286: [d94af80d01184] exiting daemon
23:40:14 [2019-09-27T23:40:14.407Z] === RUN   TestServiceUpdateSecrets
23:40:32 [2019-09-27T23:40:32.430Z] --- PASS: TestServiceUpdateSecrets (15.16s)
23:40:32 [2019-09-27T23:40:32.430Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:40:32 [2019-09-27T23:40:32.430Z]     daemon.go:302: [dffc13fb4d9ab] waiting for daemon to start
23:40:32 [2019-09-27T23:40:32.430Z]     daemon.go:334: [dffc13fb4d9ab] daemon started
23:40:32 [2019-09-27T23:40:32.430Z]     daemon.go:286: [dffc13fb4d9ab] exiting daemon
23:40:32 [2019-09-27T23:40:32.430Z] === RUN   TestServiceUpdateConfigs
23:40:47 [2019-09-27T23:40:47.253Z] --- PASS: TestServiceUpdateConfigs (15.34s)
23:40:47 [2019-09-27T23:40:47.253Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:40:47 [2019-09-27T23:40:47.253Z]     daemon.go:302: [d76f5335a20ba] waiting for daemon to start
23:40:47 [2019-09-27T23:40:47.253Z]     daemon.go:334: [d76f5335a20ba] daemon started
23:40:47 [2019-09-27T23:40:47.253Z]     daemon.go:286: [d76f5335a20ba] exiting daemon
23:40:47 [2019-09-27T23:40:47.253Z] === RUN   TestServiceUpdateNetwork
23:41:02 [2019-09-27T23:41:02.076Z] --- PASS: TestServiceUpdateNetwork (14.86s)
23:41:02 [2019-09-27T23:41:02.076Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:41:02 [2019-09-27T23:41:02.076Z]     daemon.go:302: [d7aaa49ae0b7c] waiting for daemon to start
23:41:02 [2019-09-27T23:41:02.077Z]     daemon.go:334: [d7aaa49ae0b7c] daemon started
23:41:02 [2019-09-27T23:41:02.077Z]     daemon.go:286: [d7aaa49ae0b7c] exiting daemon
23:41:02 [2019-09-27T23:41:02.077Z] === RUN   TestDockerNetworkReConnect
23:41:05 [2019-09-27T23:41:05.335Z] --- PASS: TestDockerNetworkReConnect (5.21s)
23:41:05 [2019-09-27T23:41:05.335Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:41:05 [2019-09-27T23:41:05.335Z]     daemon.go:302: [d45361677da38] waiting for daemon to start
23:41:05 [2019-09-27T23:41:05.335Z]     daemon.go:334: [d45361677da38] daemon started
23:41:05 [2019-09-27T23:41:05.335Z]     daemon.go:286: [d45361677da38] exiting daemon
23:41:05 [2019-09-27T23:41:05.335Z] === RUN   TestServiceUpdateLabel
23:41:07 [2019-09-27T23:41:07.220Z] --- PASS: TestServiceUpdateLabel (2.11s)
23:41:07 [2019-09-27T23:41:07.220Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:41:07 [2019-09-27T23:41:07.220Z]     daemon.go:302: [d7a85ecf8a454] waiting for daemon to start
23:41:07 [2019-09-27T23:41:07.220Z]     daemon.go:334: [d7a85ecf8a454] daemon started
23:41:07 [2019-09-27T23:41:07.220Z]     daemon.go:286: [d7a85ecf8a454] exiting daemon
23:41:07 [2019-09-27T23:41:07.220Z] === RUN   TestServiceUpdateSecrets
23:41:25 [2019-09-27T23:41:25.247Z] --- PASS: TestServiceUpdateSecrets (15.24s)
23:41:25 [2019-09-27T23:41:25.247Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:41:25 [2019-09-27T23:41:25.247Z]     daemon.go:302: [de3abdd88f695] waiting for daemon to start
23:41:25 [2019-09-27T23:41:25.247Z]     daemon.go:334: [de3abdd88f695] daemon started
23:41:25 [2019-09-27T23:41:25.247Z]     daemon.go:286: [de3abdd88f695] exiting daemon
23:41:25 [2019-09-27T23:41:25.247Z] === RUN   TestServiceUpdateConfigs
23:41:37 [2019-09-27T23:41:37.399Z] --- PASS: TestServiceUpdateConfigs (15.09s)
23:41:37 [2019-09-27T23:41:37.399Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:41:37 [2019-09-27T23:41:37.399Z]     daemon.go:302: [d39ad35062d21] waiting for daemon to start
23:41:37 [2019-09-27T23:41:37.399Z]     daemon.go:334: [d39ad35062d21] daemon started
23:41:37 [2019-09-27T23:41:37.399Z]     daemon.go:286: [d39ad35062d21] exiting daemon
23:41:37 [2019-09-27T23:41:37.399Z] === RUN   TestServiceUpdateNetwork
23:41:55 [2019-09-27T23:41:55.425Z] --- PASS: TestServiceUpdateNetwork (15.09s)
23:41:55 [2019-09-27T23:41:55.425Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:41:55 [2019-09-27T23:41:55.425Z]     daemon.go:302: [d48f209b034a1] waiting for daemon to start
23:41:55 [2019-09-27T23:41:55.425Z]     daemon.go:334: [d48f209b034a1] daemon started
23:41:55 [2019-09-27T23:41:55.425Z]     daemon.go:286: [d48f209b034a1] exiting daemon
23:41:55 [2019-09-27T23:41:55.425Z] === RUN   TestDockerNetworkReConnect
23:41:57 [2019-09-27T23:41:57.935Z] --- PASS: TestDockerNetworkReConnect (5.09s)
23:41:57 [2019-09-27T23:41:57.935Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:41:57 [2019-09-27T23:41:57.935Z]     daemon.go:302: [d7217728f609c] waiting for daemon to start
23:41:57 [2019-09-27T23:41:57.935Z]     daemon.go:334: [d7217728f609c] daemon started
23:41:57 [2019-09-27T23:41:57.935Z]     daemon.go:286: [d7217728f609c] exiting daemon
23:41:57 [2019-09-27T23:41:57.935Z] === RUN   TestServiceUpdateLabel
23:41:59 [2019-09-27T23:41:59.819Z] --- PASS: TestServiceUpdateLabel (2.12s)
23:41:59 [2019-09-27T23:41:59.819Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateLabel
23:41:59 [2019-09-27T23:41:59.819Z]     daemon.go:302: [d756f1f1a34b7] waiting for daemon to start
23:41:59 [2019-09-27T23:41:59.819Z]     daemon.go:334: [d756f1f1a34b7] daemon started
23:41:59 [2019-09-27T23:41:59.819Z]     daemon.go:286: [d756f1f1a34b7] exiting daemon
23:41:59 [2019-09-27T23:41:59.819Z] === RUN   TestServiceUpdateSecrets
23:42:17 [2019-09-27T23:42:17.858Z] --- PASS: TestServiceUpdateSecrets (15.15s)
23:42:17 [2019-09-27T23:42:17.858Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateSecrets
23:42:17 [2019-09-27T23:42:17.858Z]     daemon.go:302: [dd2c4dbb7bdef] waiting for daemon to start
23:42:17 [2019-09-27T23:42:17.858Z]     daemon.go:334: [dd2c4dbb7bdef] daemon started
23:42:17 [2019-09-27T23:42:17.858Z]     daemon.go:286: [dd2c4dbb7bdef] exiting daemon
23:42:17 [2019-09-27T23:42:17.858Z] === RUN   TestServiceUpdateConfigs
23:42:30 [2019-09-27T23:42:30.010Z] --- PASS: TestServiceUpdateConfigs (15.05s)
23:42:30 [2019-09-27T23:42:30.010Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateConfigs
23:42:30 [2019-09-27T23:42:30.010Z]     daemon.go:302: [d9146a5ef2380] waiting for daemon to start
23:42:30 [2019-09-27T23:42:30.010Z]     daemon.go:334: [d9146a5ef2380] daemon started
23:42:30 [2019-09-27T23:42:30.010Z]     daemon.go:286: [d9146a5ef2380] exiting daemon
23:42:30 [2019-09-27T23:42:30.010Z] === RUN   TestServiceUpdateNetwork
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestServiceUpdateNetwork (15.30s)
23:42:48 [2019-09-27T23:42:48.036Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:42:48 [2019-09-27T23:42:48.036Z]     daemon.go:302: [ddff69f0ae831] waiting for daemon to start
23:42:48 [2019-09-27T23:42:48.036Z]     daemon.go:334: [ddff69f0ae831] daemon started
23:42:48 [2019-09-27T23:42:48.036Z]     daemon.go:286: [ddff69f0ae831] exiting daemon
23:42:48 [2019-09-27T23:42:48.036Z] PASS
23:42:48 [2019-09-27T23:42:48.036Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:42:48 [2019-09-27T23:42:48.036Z] INFO: Testing against a local daemon
23:42:48 [2019-09-27T23:42:48.036Z] testing: warning: no tests to run
23:42:48 [2019-09-27T23:42:48.036Z] PASS
23:42:48 [2019-09-27T23:42:48.036Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:42:48 [2019-09-27T23:42:48.036Z] INFO: Testing against a local daemon
23:42:48 [2019-09-27T23:42:48.036Z] testing: warning: no tests to run
23:42:48 [2019-09-27T23:42:48.036Z] PASS
23:42:48 [2019-09-27T23:42:48.036Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildWithHugeFile|TestBuildWithEmptyDockerfile|TestContainerInvalidJSON|TestCopyFromContainer|TestDaemonRestartIpcMode|TestExecWithCloseStdin|TestExecUser|TestHealthKillContainer|TestAPIIpcModeHost|TestDaemonIpcModeShareable|TestDaemonIpcModePrivate|TestDaemonIpcModePrivateFromConfig|TestDaemonIpcModeShareableFromConfig|TestStopContainerWithTimeout|TestDeleteDevicemapper|TestStopContainerWithTimeout|TestImagesFilterMultiReference|TestNetworkInvalidJSON|TestPluginInvalidJSON|TestDockerNetworkReConnect|TestServiceUpdateLabel|TestServiceUpdateSecrets|TestServiceUpdateConfigs|TestServiceUpdateNetwork|TestVolumesInvalidJSON 
23:42:48 [2019-09-27T23:42:48.036Z] INFO: Testing against a local daemon
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:42:48 [2019-09-27T23:42:48.036Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:42:48 [2019-09-27T23:42:48.036Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestVolumesInvalidJSON (0.05s)
23:42:48 [2019-09-27T23:42:48.036Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:42:48 [2019-09-27T23:42:48.036Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON
23:42:48 [2019-09-27T23:42:48.036Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:42:48 [2019-09-27T23:42:48.036Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:42:48 [2019-09-27T23:42:48.036Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:42:48 [2019-09-27T23:42:48.036Z] PASS
23:42:48 [2019-09-27T23:42:48.036Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
23:42:51 [2019-09-27T23:42:51.295Z] umount: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/root: mountpoint not found
23:42:51 [2019-09-27T23:42:51.295Z] Clearing AppArmor profiles cache:.
23:42:51 [2019-09-27T23:42:51.295Z] All profile caches have been cleared, but no profiles have been unloaded.
23:42:51 [2019-09-27T23:42:51.295Z] Unloading profiles will leave already running processes permanently
23:42:51 [2019-09-27T23:42:51.295Z] unconfined, which can lead to unexpected situations.
23:42:51 [2019-09-27T23:42:51.295Z] 
23:42:51 [2019-09-27T23:42:51.295Z] To set a process to complain mode, use the command line tool
23:42:51 [2019-09-27T23:42:51.295Z] 'aa-complain'. To really tear down all profiles, run the init script
23:42:51 [2019-09-27T23:42:51.295Z] with the 'teardown' option."
23:42:51 [2019-09-27T23:42:51.295Z] Removing test suite binaries
23:42:51 [2019-09-27T23:42:51.295Z] 
23:42:51 [2019-09-27T23:42:51.295Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:42:53 [2019-09-27T23:42:53.803Z] PKG_CONFIG=pkg-config
23:42:53 [2019-09-27T23:42:53.803Z] GOLANG_VERSION=1.12.10
23:42:53 [2019-09-27T23:42:53.803Z] HOSTNAME=c85d9fd6a1c8
23:42:53 [2019-09-27T23:42:53.803Z] KEEPBUNDLE=1
23:42:53 [2019-09-27T23:42:53.803Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
23:42:53 [2019-09-27T23:42:53.803Z] container=docker
23:42:53 [2019-09-27T23:42:53.803Z] TEST_SKIP_INTEGRATION_CLI=1
23:42:53 [2019-09-27T23:42:53.804Z] GOMETALINTER_OPTS=--deadline=2m
23:42:53 [2019-09-27T23:42:53.804Z] GOPATH=/go
23:42:53 [2019-09-27T23:42:53.804Z] PWD=/go/src/github.com/docker/docker
23:42:53 [2019-09-27T23:42:53.804Z] HOME=/root
23:42:53 [2019-09-27T23:42:53.804Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:42:53 [2019-09-27T23:42:53.804Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:42:53 [2019-09-27T23:42:53.804Z] DOCKER_GITCOMMIT=37f6b5327c301661d32584325eb7f4167747a716
23:42:53 [2019-09-27T23:42:53.804Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:42:53 [2019-09-27T23:42:53.804Z] DOCKER_GRAPHDRIVER=overlay2
23:42:53 [2019-09-27T23:42:53.804Z] TEST_INTEGRATION_DEST=1
23:42:53 [2019-09-27T23:42:53.804Z] TERM=xterm
23:42:53 [2019-09-27T23:42:53.804Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
23:42:53 [2019-09-27T23:42:53.804Z] SHLVL=1
23:42:53 [2019-09-27T23:42:53.804Z] TIMEOUT=120m
23:42:53 [2019-09-27T23:42:53.804Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:42:53 [2019-09-27T23:42:53.804Z] DOCKER_PKG=github.com/docker/docker
23:42:53 [2019-09-27T23:42:53.804Z] _=/usr/bin/env
23:42:53 [2019-09-27T23:42:53.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:42:56 [2019-09-27T23:42:56.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:42:57 [2019-09-27T23:42:57.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:42:58 [2019-09-27T23:42:58.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:42:59 [2019-09-27T23:42:59.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:43:00 [2019-09-27T23:43:00.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:43:01 [2019-09-27T23:43:01.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:43:02 [2019-09-27T23:43:02.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:43:02 [2019-09-27T23:43:02.583Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:43:03 [2019-09-27T23:43:03.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:43:04 [2019-09-27T23:43:04.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:43:05 [2019-09-27T23:43:05.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:43:07 [2019-09-27T23:43:07.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:43:08 [2019-09-27T23:43:08.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:43:09 [2019-09-27T23:43:09.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:43:11 [2019-09-27T23:43:11.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:43:11 [2019-09-27T23:43:11.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:43:12 [2019-09-27T23:43:12.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:43:13 [2019-09-27T23:43:13.831Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:43:13 [2019-09-27T23:43:13.831Z] Using test binary docker
23:43:14 [2019-09-27T23:43:14.086Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:43:14 [2019-09-27T23:43:14.341Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:43:14 [2019-09-27T23:43:14.341Z] Warning failed to create cache: (null)
23:43:14 [2019-09-27T23:43:14.341Z] .
23:43:14 [2019-09-27T23:43:14.341Z] INFO: Waiting for daemon to start...
23:43:14 [2019-09-27T23:43:14.341Z] Starting dockerd
23:43:16 [2019-09-27T23:43:16.850Z] .
23:43:16 [2019-09-27T23:43:16.850Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:43:16 [2019-09-27T23:43:16.850Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:43:16 [2019-09-27T23:43:16.850Z] Running integration-test (iteration 1)
23:43:16 [2019-09-27T23:43:16.850Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
23:43:16 [2019-09-27T23:43:16.850Z] INFO: Testing against a local daemon
23:43:16 [2019-09-27T23:43:16.850Z] === RUN   TestBuildWithSession
23:43:20 [2019-09-27T23:43:20.110Z] --- PASS: TestBuildWithSession (3.18s)
23:43:20 [2019-09-27T23:43:20.110Z]     build_session_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildWithSession
23:43:20 [2019-09-27T23:43:20.110Z]     daemon.go:302: [d28433d58494f] waiting for daemon to start
23:43:20 [2019-09-27T23:43:20.110Z]     daemon.go:334: [d28433d58494f] daemon started
23:43:20 [2019-09-27T23:43:20.110Z]     daemon.go:286: [d28433d58494f] exiting daemon
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildSquashParent
23:43:20 [2019-09-27T23:43:20.110Z] --- SKIP: TestBuildSquashParent (0.00s)
23:43:20 [2019-09-27T23:43:20.110Z]     build_squash_test.go:23: !testEnv.DaemonInfo.ExperimentalBuild
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:43:20 [2019-09-27T23:43:20.110Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:43:20 [2019-09-27T23:43:20.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:43:20 [2019-09-27T23:43:20.110Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:43:20 [2019-09-27T23:43:20.110Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:43:21 [2019-09-27T23:43:21.994Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:43:21 [2019-09-27T23:43:21.994Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:43:23 [2019-09-27T23:43:23.879Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:43:23 [2019-09-27T23:43:23.879Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:43:25 [2019-09-27T23:43:25.765Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.91s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.03s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.87s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.92s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.92s)
23:43:25 [2019-09-27T23:43:25.765Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s)
23:43:25 [2019-09-27T23:43:25.765Z] === RUN   TestBuildMultiStageParentConfig
23:43:57 [2019-09-27T23:43:57.768Z] --- PASS: TestBuildMultiStageParentConfig (31.08s)
23:43:57 [2019-09-27T23:43:57.768Z]     build_test.go:175: [{-1 1569627806 sha256:75a338705f6ee351ee03173371734892a11a6e484e219ff3454bfe837293c0e9 map[] sha256:664606e66c2553b9fceb8d8dfce3b3733b8ef7b00825cb1e93423ee176a8f052 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627806 sha256:e124dcae74e0c481ba1d76eb92510b8a1804a2ee782c5695b46427b7d5104b69 map[] sha256:ad3772e8c5f59cbc96d9e234cb8b0b3c733d2be70753a8331b0f196b9cbffd34 [] [build1:latest] -1 1129289 1129289} {-1 1569627804 sha256:46f6d2faac34a52b388c66a1bee64d911afb206be944100eb08478169285501e map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627804 sha256:990964ad6e3efd575cdc01e3366cfa876e9d7c409e6763d42062ddc3cf22338b map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627802 sha256:dc806d7bbb1944c988c913a74e636f2a18a54d2cf201eb68259b6e8a57c9fcc7 map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627802 sha256:4666263d8ae1ab0421ff32e1ac25d370cf6e787ca96098e4a8c2aefdeeb2cb2a map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627800 sha256:148a53a6bfcb4fc81034282ba24779bc194bbb408c0d74bfcb709cf199f529d1 map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1569627800 sha256:2935a75f4e31e658256174d80a98896503ce2d849c39f3e1667ae550a107cbb7 map[] sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 [<none>@<none>] [<none>:<none>] -1 1129289 1129289} {-1 1516768215 sha256:2bbf44aed9f866d88c0e7d006d4ffe8d53186a12ffd6dca5e1baa59ba3024b85 map[]  [] [busybox:glibc] -1 4403845 4403845} {-1 1511223798 sha256:f2a91732366c0332ccd7afd2a5c4ff2b9af81f549370f7a19acd460f87686bc7 map[]  [] [hello-world:frozen] -1 1848 1848} {-1 1509809246 sha256:cb92533ca5cc26b3e36c11b6007fb838a8d2ea73a24faf738084c57ce193b944 map[]  [] [buildpack-deps:jessie] -1 614744077 614744077} {-1 1509772896 sha256:25fc9eb3417fa06d0d7fc83706b1ef5855dd1a8767fc29476b49e4edf8230867 map[]  [] [debian:jessie] -1 123410006 123410006} {-1 1509748757 sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30 map[]  [] [busybox:latest] -1 1129289 1129289} {-1 1371157430 sha256:11f64303f0f7ffdc71f001788132bca5346831939a956e3e975c93267d89a16d map[]  [] [emptyfs:latest] -1 0 0}]
23:43:57 [2019-09-27T23:43:57.768Z] === RUN   TestBuildLabelWithTargets
23:43:58 [2019-09-27T23:43:58.329Z] --- PASS: TestBuildLabelWithTargets (1.61s)
23:43:58 [2019-09-27T23:43:58.329Z] === RUN   TestBuildWithEmptyLayers
23:43:58 [2019-09-27T23:43:58.889Z] --- PASS: TestBuildWithEmptyLayers (0.72s)
23:43:58 [2019-09-27T23:43:58.889Z] === RUN   TestBuildMultiStageOnBuild
23:44:02 [2019-09-27T23:44:02.156Z] --- PASS: TestBuildMultiStageOnBuild (2.60s)
23:44:02 [2019-09-27T23:44:02.156Z] === RUN   TestBuildUncleanTarFilenames
23:44:02 [2019-09-27T23:44:02.411Z] --- PASS: TestBuildUncleanTarFilenames (0.94s)
23:44:02 [2019-09-27T23:44:02.411Z] === RUN   TestBuildMultiStageLayerLeak
23:44:05 [2019-09-27T23:44:05.671Z] --- PASS: TestBuildMultiStageLayerLeak (2.64s)
23:44:05 [2019-09-27T23:44:05.671Z] === RUN   TestBuildWithHugeFile
23:45:01 [2019-09-27T23:45:01.822Z] --- PASS: TestBuildWithHugeFile (50.58s)
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestBuildWithEmptyDockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:01 [2019-09-27T23:45:01.822Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:45:01 [2019-09-27T23:45:01.822Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s)
23:45:01 [2019-09-27T23:45:01.822Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.34s)
23:45:01 [2019-09-27T23:45:01.822Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:45:01 [2019-09-27T23:45:01.822Z] PASS
23:45:01 [2019-09-27T23:45:01.822Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
23:45:01 [2019-09-27T23:45:01.822Z] INFO: Testing against a local daemon
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestConfigList
23:45:01 [2019-09-27T23:45:01.822Z] --- PASS: TestConfigList (2.02s)
23:45:01 [2019-09-27T23:45:01.822Z]     config_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigList
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:302: [da455c4012446] waiting for daemon to start
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:334: [da455c4012446] daemon started
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:286: [da455c4012446] exiting daemon
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestConfigsCreateAndDelete
23:45:01 [2019-09-27T23:45:01.822Z] --- PASS: TestConfigsCreateAndDelete (2.09s)
23:45:01 [2019-09-27T23:45:01.822Z]     config_test.go:108: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsCreateAndDelete
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:302: [de087e0bbfc61] waiting for daemon to start
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:334: [de087e0bbfc61] daemon started
23:45:01 [2019-09-27T23:45:01.822Z]     daemon.go:286: [de087e0bbfc61] exiting daemon
23:45:01 [2019-09-27T23:45:01.822Z] === RUN   TestConfigsUpdate
23:45:02 [2019-09-27T23:45:02.746Z] --- PASS: TestConfigsUpdate (2.11s)
23:45:02 [2019-09-27T23:45:02.746Z]     config_test.go:136: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsUpdate
23:45:02 [2019-09-27T23:45:02.746Z]     daemon.go:302: [d7f702b59ad66] waiting for daemon to start
23:45:02 [2019-09-27T23:45:02.746Z]     daemon.go:334: [d7f702b59ad66] daemon started
23:45:02 [2019-09-27T23:45:02.746Z]     daemon.go:286: [d7f702b59ad66] exiting daemon
23:45:02 [2019-09-27T23:45:02.746Z] === RUN   TestTemplatedConfig
23:45:05 [2019-09-27T23:45:05.258Z] --- PASS: TestTemplatedConfig (2.75s)
23:45:05 [2019-09-27T23:45:05.258Z]     config_test.go:188: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedConfig
23:45:05 [2019-09-27T23:45:05.258Z]     daemon.go:302: [d9fa9bf9c6a7f] waiting for daemon to start
23:45:05 [2019-09-27T23:45:05.258Z]     daemon.go:334: [d9fa9bf9c6a7f] daemon started
23:45:05 [2019-09-27T23:45:05.258Z]     daemon.go:286: [d9fa9bf9c6a7f] exiting daemon
23:45:05 [2019-09-27T23:45:05.258Z] === RUN   TestConfigInspect
23:45:07 [2019-09-27T23:45:07.141Z] --- PASS: TestConfigInspect (1.64s)
23:45:07 [2019-09-27T23:45:07.141Z]     config_test.go:330: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigInspect
23:45:07 [2019-09-27T23:45:07.141Z]     daemon.go:302: [daeab77618ca5] waiting for daemon to start
23:45:07 [2019-09-27T23:45:07.141Z]     daemon.go:334: [daeab77618ca5] daemon started
23:45:07 [2019-09-27T23:45:07.141Z]     daemon.go:286: [daeab77618ca5] exiting daemon
23:45:07 [2019-09-27T23:45:07.141Z] === RUN   TestConfigCreateWithLabels
23:45:09 [2019-09-27T23:45:09.029Z] --- PASS: TestConfigCreateWithLabels (2.11s)
23:45:09 [2019-09-27T23:45:09.029Z]     config_test.go:354: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateWithLabels
23:45:09 [2019-09-27T23:45:09.029Z]     daemon.go:302: [dc02f73477a4e] waiting for daemon to start
23:45:09 [2019-09-27T23:45:09.029Z]     daemon.go:334: [dc02f73477a4e] daemon started
23:45:09 [2019-09-27T23:45:09.029Z]     daemon.go:286: [dc02f73477a4e] exiting daemon
23:45:09 [2019-09-27T23:45:09.029Z] === RUN   TestConfigCreateResolve
23:45:11 [2019-09-27T23:45:11.550Z] --- PASS: TestConfigCreateResolve (2.09s)
23:45:11 [2019-09-27T23:45:11.550Z]     config_test.go:381: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateResolve
23:45:11 [2019-09-27T23:45:11.550Z]     daemon.go:302: [d2ea9100f33a7] waiting for daemon to start
23:45:11 [2019-09-27T23:45:11.550Z]     daemon.go:334: [d2ea9100f33a7] daemon started
23:45:11 [2019-09-27T23:45:11.550Z]     daemon.go:286: [d2ea9100f33a7] exiting daemon
23:45:11 [2019-09-27T23:45:11.550Z] PASS
23:45:11 [2019-09-27T23:45:11.550Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
23:45:11 [2019-09-27T23:45:11.550Z] INFO: Testing against a local daemon
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestContainerInvalidJSON
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:45:11 [2019-09-27T23:45:11.550Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:45:11 [2019-09-27T23:45:11.550Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:45:11 [2019-09-27T23:45:11.550Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:45:11 [2019-09-27T23:45:11.550Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:45:11 [2019-09-27T23:45:11.550Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:45:11 [2019-09-27T23:45:11.550Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:45:11 [2019-09-27T23:45:11.550Z] --- PASS: TestContainerInvalidJSON (0.05s)
23:45:11 [2019-09-27T23:45:11.550Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:45:11 [2019-09-27T23:45:11.550Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:45:11 [2019-09-27T23:45:11.550Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:45:11 [2019-09-27T23:45:11.550Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s)
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestCopyFromContainerPathIsNotDir
23:45:11 [2019-09-27T23:45:11.550Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:45:11 [2019-09-27T23:45:11.550Z] === RUN   TestCopyToContainerPathDoesNotExist
23:45:11 [2019-09-27T23:45:11.804Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
23:45:11 [2019-09-27T23:45:11.804Z] === RUN   TestCopyToContainerPathIsNotDir
23:45:11 [2019-09-27T23:45:11.804Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s)
23:45:11 [2019-09-27T23:45:11.804Z] === RUN   TestCopyFromContainer
23:45:13 [2019-09-27T23:45:13.689Z] === RUN   TestCopyFromContainer//
23:45:13 [2019-09-27T23:45:13.689Z] === RUN   TestCopyFromContainer//bar/root
23:45:13 [2019-09-27T23:45:13.689Z] === RUN   TestCopyFromContainer//bar/root/
23:45:13 [2019-09-27T23:45:13.944Z] === RUN   TestCopyFromContainer/bar/quux
23:45:13 [2019-09-27T23:45:13.944Z] === RUN   TestCopyFromContainer/bar/quux/
23:45:13 [2019-09-27T23:45:13.944Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:45:13 [2019-09-27T23:45:13.944Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:45:14 [2019-09-27T23:45:14.199Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:45:14 [2019-09-27T23:45:14.199Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:45:14 [2019-09-27T23:45:14.199Z] === RUN   TestCopyFromContainer/bar/notarget
23:45:14 [2019-09-27T23:45:14.454Z] --- PASS: TestCopyFromContainer (2.50s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:14 [2019-09-27T23:45:14.454Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateWithInvalidEnv
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateWithInvalidEnv/0
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateWithInvalidEnv/0
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateWithInvalidEnv/1
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateWithInvalidEnv/1
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateWithInvalidEnv/2
23:45:14 [2019-09-27T23:45:14.454Z] === PAUSE TestCreateWithInvalidEnv/2
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateWithInvalidEnv/0
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateWithInvalidEnv/2
23:45:14 [2019-09-27T23:45:14.454Z] === CONT  TestCreateWithInvalidEnv/1
23:45:14 [2019-09-27T23:45:14.454Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:45:14 [2019-09-27T23:45:14.454Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateTmpfsMountsTarget
23:45:14 [2019-09-27T23:45:14.454Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s)
23:45:14 [2019-09-27T23:45:14.454Z] === RUN   TestCreateWithCustomMaskedPaths
23:45:16 [2019-09-27T23:45:16.963Z] --- PASS: TestCreateWithCustomMaskedPaths (2.43s)
23:45:16 [2019-09-27T23:45:16.963Z] === RUN   TestCreateWithCustomReadonlyPaths
23:45:19 [2019-09-27T23:45:19.474Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.47s)
23:45:19 [2019-09-27T23:45:19.474Z] === RUN   TestContainerStartOnDaemonRestart
23:45:19 [2019-09-27T23:45:19.474Z] === PAUSE TestContainerStartOnDaemonRestart
23:45:19 [2019-09-27T23:45:19.474Z] === RUN   TestDaemonRestartIpcMode
23:45:19 [2019-09-27T23:45:19.474Z] === PAUSE TestDaemonRestartIpcMode
23:45:19 [2019-09-27T23:45:19.474Z] === RUN   TestDiff
23:45:20 [2019-09-27T23:45:20.398Z] --- PASS: TestDiff (0.85s)
23:45:20 [2019-09-27T23:45:20.398Z] === RUN   TestExecWithCloseStdin
23:45:21 [2019-09-27T23:45:21.321Z] --- PASS: TestExecWithCloseStdin (0.97s)
23:45:21 [2019-09-27T23:45:21.322Z] === RUN   TestExec
23:45:22 [2019-09-27T23:45:22.248Z] --- PASS: TestExec (0.98s)
23:45:22 [2019-09-27T23:45:22.248Z] === RUN   TestExecUser
23:45:23 [2019-09-27T23:45:23.173Z] --- PASS: TestExecUser (0.99s)
23:45:23 [2019-09-27T23:45:23.173Z] === RUN   TestExportContainerAndImportImage
23:45:24 [2019-09-27T23:45:24.534Z] --- PASS: TestExportContainerAndImportImage (1.13s)
23:45:24 [2019-09-27T23:45:24.534Z] === RUN   TestExportContainerAfterDaemonRestart
23:45:25 [2019-09-27T23:45:25.896Z] --- PASS: TestExportContainerAfterDaemonRestart (1.40s)
23:45:25 [2019-09-27T23:45:25.896Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExportContainerAfterDaemonRestart
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:302: [d53bfeff362aa] waiting for daemon to start
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:334: [d53bfeff362aa] daemon started
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:286: [d53bfeff362aa] exiting daemon
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:302: [d53bfeff362aa] waiting for daemon to start
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:334: [d53bfeff362aa] daemon started
23:45:25 [2019-09-27T23:45:25.896Z]     daemon.go:286: [d53bfeff362aa] exiting daemon
23:45:25 [2019-09-27T23:45:25.896Z] === RUN   TestHealthCheckWorkdir
23:45:26 [2019-09-27T23:45:26.819Z] --- PASS: TestHealthCheckWorkdir (1.13s)
23:45:26 [2019-09-27T23:45:26.819Z] === RUN   TestHealthKillContainer
23:45:30 [2019-09-27T23:45:30.079Z] --- PASS: TestHealthKillContainer (3.01s)
23:45:30 [2019-09-27T23:45:30.079Z] === RUN   TestInspectCpusetInConfigPre120
23:45:31 [2019-09-27T23:45:31.005Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s)
23:45:31 [2019-09-27T23:45:31.005Z] === RUN   TestIpcModeNone
23:45:31 [2019-09-27T23:45:31.946Z] --- PASS: TestIpcModeNone (0.99s)
23:45:31 [2019-09-27T23:45:31.946Z] === RUN   TestIpcModePrivate
23:45:32 [2019-09-27T23:45:32.872Z] --- PASS: TestIpcModePrivate (0.96s)
23:45:32 [2019-09-27T23:45:32.872Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
23:45:32 [2019-09-27T23:45:32.872Z] === RUN   TestIpcModeShareable
23:45:33 [2019-09-27T23:45:33.797Z] --- PASS: TestIpcModeShareable (0.96s)
23:45:33 [2019-09-27T23:45:33.797Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
23:45:33 [2019-09-27T23:45:33.797Z] === RUN   TestAPIIpcModeShareableAndContainer
23:45:37 [2019-09-27T23:45:37.055Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.95s)
23:45:37 [2019-09-27T23:45:37.055Z] === RUN   TestAPIIpcModeHost
23:45:37 [2019-09-27T23:45:37.310Z] --- PASS: TestAPIIpcModeHost (0.79s)
23:45:37 [2019-09-27T23:45:37.310Z] === RUN   TestDaemonIpcModeShareable
23:45:39 [2019-09-27T23:45:39.194Z] --- PASS: TestDaemonIpcModeShareable (1.74s)
23:45:39 [2019-09-27T23:45:39.194Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareable
23:45:39 [2019-09-27T23:45:39.194Z]     daemon.go:302: [d742f943f9f36] waiting for daemon to start
23:45:39 [2019-09-27T23:45:39.194Z]     daemon.go:334: [d742f943f9f36] daemon started
23:45:39 [2019-09-27T23:45:39.194Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
23:45:39 [2019-09-27T23:45:39.194Z]     daemon.go:286: [d742f943f9f36] exiting daemon
23:45:39 [2019-09-27T23:45:39.194Z] === RUN   TestDaemonIpcModePrivate
23:45:41 [2019-09-27T23:45:41.077Z] --- PASS: TestDaemonIpcModePrivate (1.72s)
23:45:41 [2019-09-27T23:45:41.077Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivate
23:45:41 [2019-09-27T23:45:41.077Z]     daemon.go:302: [d78d108b9fb28] waiting for daemon to start
23:45:41 [2019-09-27T23:45:41.077Z]     daemon.go:334: [d78d108b9fb28] daemon started
23:45:41 [2019-09-27T23:45:41.077Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
23:45:41 [2019-09-27T23:45:41.077Z]     daemon.go:286: [d78d108b9fb28] exiting daemon
23:45:41 [2019-09-27T23:45:41.077Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:45:42 [2019-09-27T23:45:42.962Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s)
23:45:42 [2019-09-27T23:45:42.962Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivateFromConfig
23:45:42 [2019-09-27T23:45:42.962Z]     daemon.go:302: [dfe03b0779385] waiting for daemon to start
23:45:42 [2019-09-27T23:45:42.962Z]     daemon.go:334: [dfe03b0779385] daemon started
23:45:42 [2019-09-27T23:45:42.962Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
23:45:42 [2019-09-27T23:45:42.962Z]     daemon.go:286: [dfe03b0779385] exiting daemon
23:45:42 [2019-09-27T23:45:42.962Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:45:44 [2019-09-27T23:45:44.324Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s)
23:45:44 [2019-09-27T23:45:44.324Z]     ipcmode_linux_test.go:227: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareableFromConfig
23:45:44 [2019-09-27T23:45:44.324Z]     daemon.go:302: [db0e4ce90d1d9] waiting for daemon to start
23:45:44 [2019-09-27T23:45:44.324Z]     daemon.go:334: [db0e4ce90d1d9] daemon started
23:45:44 [2019-09-27T23:45:44.324Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
23:45:44 [2019-09-27T23:45:44.324Z]     daemon.go:286: [db0e4ce90d1d9] exiting daemon
23:45:44 [2019-09-27T23:45:44.324Z] === RUN   TestKillContainerInvalidSignal
23:45:45 [2019-09-27T23:45:45.248Z] --- PASS: TestKillContainerInvalidSignal (0.87s)
23:45:45 [2019-09-27T23:45:45.248Z] === RUN   TestKillContainer
23:45:45 [2019-09-27T23:45:45.248Z] === RUN   TestKillContainer/no_signal
23:45:46 [2019-09-27T23:45:46.175Z] === RUN   TestKillContainer/non_killing_signal
23:45:46 [2019-09-27T23:45:46.735Z] === RUN   TestKillContainer/killing_signal
23:45:48 [2019-09-27T23:45:48.098Z] --- PASS: TestKillContainer (2.62s)
23:45:48 [2019-09-27T23:45:48.098Z]     --- PASS: TestKillContainer/no_signal (0.85s)
23:45:48 [2019-09-27T23:45:48.098Z]     --- PASS: TestKillContainer/non_killing_signal (0.64s)
23:45:48 [2019-09-27T23:45:48.098Z]     --- PASS: TestKillContainer/killing_signal (0.85s)
23:45:48 [2019-09-27T23:45:48.098Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:45:48 [2019-09-27T23:45:48.098Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:45:48 [2019-09-27T23:45:48.659Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:45:49 [2019-09-27T23:45:49.584Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.71s)
23:45:49 [2019-09-27T23:45:49.584Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s)
23:45:49 [2019-09-27T23:45:49.584Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s)
23:45:49 [2019-09-27T23:45:49.584Z] === RUN   TestKillStoppedContainer
23:45:49 [2019-09-27T23:45:49.584Z] --- PASS: TestKillStoppedContainer (0.11s)
23:45:49 [2019-09-27T23:45:49.584Z] === RUN   TestKillStoppedContainerAPIPre120
23:45:49 [2019-09-27T23:45:49.838Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
23:45:49 [2019-09-27T23:45:49.838Z] === RUN   TestKillDifferentUserContainer
23:45:50 [2019-09-27T23:45:50.764Z] --- PASS: TestKillDifferentUserContainer (0.87s)
23:45:50 [2019-09-27T23:45:50.765Z] === RUN   TestInspectOomKilledTrue
23:45:50 [2019-09-27T23:45:50.765Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:45:50 [2019-09-27T23:45:50.765Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:45:50 [2019-09-27T23:45:50.765Z] === RUN   TestInspectOomKilledFalse
23:45:50 [2019-09-27T23:45:50.765Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:45:50 [2019-09-27T23:45:50.765Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:45:50 [2019-09-27T23:45:50.765Z] === RUN   TestLinksEtcHostsContentMatch
23:45:51 [2019-09-27T23:45:51.333Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
23:45:51 [2019-09-27T23:45:51.333Z] === RUN   TestLinksContainerNames
23:45:53 [2019-09-27T23:45:53.305Z] --- PASS: TestLinksContainerNames (1.73s)
23:45:53 [2019-09-27T23:45:53.305Z] === RUN   TestLogsFollowTailEmpty
23:45:53 [2019-09-27T23:45:53.864Z] --- PASS: TestLogsFollowTailEmpty (0.90s)
23:45:53 [2019-09-27T23:45:53.864Z] === RUN   TestContainerNetworkMountsNoChown
23:45:54 [2019-09-27T23:45:54.789Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s)
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/default
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/default
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/private
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/private
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rprivate
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rprivate
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/slave
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/slave
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rslave
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rslave
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/shared
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/shared
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rshared
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rshared
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/default
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rslave
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/default/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/default/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rshared
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/shared
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:45:54 [2019-09-27T23:45:54.789Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/rprivate
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/slave
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/private
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/private/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/private/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/default/bind_root
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/default/mount_root
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:45:55 [2019-09-27T23:45:55.044Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/private/bind_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:45:55 [2019-09-27T23:45:55.299Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:45:55 [2019-09-27T23:45:55.554Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:45:55 [2019-09-27T23:45:55.554Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:45:55 [2019-09-27T23:45:55.554Z] === CONT  TestMountDaemonRoot/private/mount_root
23:45:55 [2019-09-27T23:45:55.554Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:45:55 [2019-09-27T23:45:55.554Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:45:55 [2019-09-27T23:45:55.554Z] --- PASS: TestMountDaemonRoot (0.05s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
23:45:55 [2019-09-27T23:45:55.554Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
23:45:55 [2019-09-27T23:45:55.554Z] === RUN   TestNetworkNat
23:45:56 [2019-09-27T23:45:56.478Z] --- PASS: TestNetworkNat (0.88s)
23:45:56 [2019-09-27T23:45:56.478Z] === RUN   TestNetworkLocalhostTCPNat
23:45:57 [2019-09-27T23:45:57.403Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
23:45:57 [2019-09-27T23:45:57.403Z] === RUN   TestNetworkLoopbackNat
23:45:58 [2019-09-27T23:45:58.327Z] --- PASS: TestNetworkLoopbackNat (1.08s)
23:45:58 [2019-09-27T23:45:58.327Z] === RUN   TestPause
23:45:59 [2019-09-27T23:45:59.252Z] --- PASS: TestPause (0.91s)
23:45:59 [2019-09-27T23:45:59.252Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:45:59 [2019-09-27T23:45:59.252Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:45:59 [2019-09-27T23:45:59.252Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:45:59 [2019-09-27T23:45:59.252Z] === RUN   TestPauseStopPausedContainer
23:46:00 [2019-09-27T23:46:00.176Z] --- PASS: TestPauseStopPausedContainer (0.92s)
23:46:00 [2019-09-27T23:46:00.176Z] === RUN   TestPsFilter
23:46:00 [2019-09-27T23:46:00.431Z] --- PASS: TestPsFilter (0.27s)
23:46:00 [2019-09-27T23:46:00.431Z] === RUN   TestRemoveContainerWithRemovedVolume
23:46:01 [2019-09-27T23:46:01.355Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.89s)
23:46:01 [2019-09-27T23:46:01.355Z] === RUN   TestRemoveContainerWithVolume
23:46:02 [2019-09-27T23:46:02.281Z] --- PASS: TestRemoveContainerWithVolume (0.87s)
23:46:02 [2019-09-27T23:46:02.281Z] === RUN   TestRemoveContainerRunning
23:46:03 [2019-09-27T23:46:03.206Z] --- PASS: TestRemoveContainerRunning (0.91s)
23:46:03 [2019-09-27T23:46:03.206Z] === RUN   TestRemoveContainerForceRemoveRunning
23:46:04 [2019-09-27T23:46:04.131Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s)
23:46:04 [2019-09-27T23:46:04.131Z] === RUN   TestRemoveInvalidContainer
23:46:04 [2019-09-27T23:46:04.131Z] --- PASS: TestRemoveInvalidContainer (0.05s)
23:46:04 [2019-09-27T23:46:04.131Z] === RUN   TestRenameLinkedContainer
23:46:08 [2019-09-27T23:46:08.291Z] --- PASS: TestRenameLinkedContainer (3.48s)
23:46:08 [2019-09-27T23:46:08.291Z] === RUN   TestRenameStoppedContainer
23:46:08 [2019-09-27T23:46:08.546Z] --- PASS: TestRenameStoppedContainer (0.89s)
23:46:08 [2019-09-27T23:46:08.546Z] === RUN   TestRenameRunningContainerAndReuse
23:46:10 [2019-09-27T23:46:10.433Z] --- PASS: TestRenameRunningContainerAndReuse (1.75s)
23:46:10 [2019-09-27T23:46:10.433Z] === RUN   TestRenameInvalidName
23:46:11 [2019-09-27T23:46:11.362Z] --- PASS: TestRenameInvalidName (0.91s)
23:46:11 [2019-09-27T23:46:11.362Z] === RUN   TestRenameAnonymousContainer
23:46:14 [2019-09-27T23:46:14.621Z] --- PASS: TestRenameAnonymousContainer (3.57s)
23:46:14 [2019-09-27T23:46:14.621Z] === RUN   TestRenameContainerWithSameName
23:46:15 [2019-09-27T23:46:15.546Z] --- PASS: TestRenameContainerWithSameName (0.87s)
23:46:15 [2019-09-27T23:46:15.546Z] === RUN   TestRenameContainerWithLinkedContainer
23:46:17 [2019-09-27T23:46:17.430Z] --- PASS: TestRenameContainerWithLinkedContainer (1.76s)
23:46:17 [2019-09-27T23:46:17.430Z] === RUN   TestResize
23:46:18 [2019-09-27T23:46:18.354Z] --- PASS: TestResize (0.90s)
23:46:18 [2019-09-27T23:46:18.354Z] === RUN   TestResizeWithInvalidSize
23:46:19 [2019-09-27T23:46:19.279Z] --- PASS: TestResizeWithInvalidSize (0.89s)
23:46:19 [2019-09-27T23:46:19.279Z] === RUN   TestResizeWhenContainerNotStarted
23:46:20 [2019-09-27T23:46:20.204Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s)
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:46:20 [2019-09-27T23:46:20.204Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:46:22 [2019-09-27T23:46:22.089Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:46:23 [2019-09-27T23:46:23.013Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:46:23 [2019-09-27T23:46:23.573Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:46:24 [2019-09-27T23:46:24.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:46:25 [2019-09-27T23:46:25.057Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:46:25 [2019-09-27T23:46:25.618Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:46:27 [2019-09-27T23:46:27.502Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:46:28 [2019-09-27T23:46:28.062Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:46:29 [2019-09-27T23:46:29.948Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:46:30 [2019-09-27T23:46:30.517Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.16s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d9c521eed76d3] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d9c521eed76d3] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d9c521eed76d3] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d9c521eed76d3] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d9c521eed76d3] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d9c521eed76d3] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.87s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d668fb753a848] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d668fb753a848] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d668fb753a848] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d668fb753a848] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d668fb753a848] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d668fb753a848] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [dee13968730c6] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [dee13968730c6] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [dee13968730c6] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [dee13968730c6] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [dee13968730c6] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [dee13968730c6] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d2ff78ce75ee4] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d2ff78ce75ee4] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d2ff78ce75ee4] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d2ff78ce75ee4] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d2ff78ce75ee4] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d2ff78ce75ee4] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d6205f4a34cce] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d6205f4a34cce] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d6205f4a34cce] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d6205f4a34cce] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d6205f4a34cce] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d6205f4a34cce] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [dc1482fcc9141] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [dc1482fcc9141] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [dc1482fcc9141] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [dc1482fcc9141] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [dc1482fcc9141] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [dc1482fcc9141] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [da5a2720cde64] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [da5a2720cde64] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [da5a2720cde64] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [da5a2720cde64] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [da5a2720cde64] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [da5a2720cde64] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d0e5733b1dee0] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d0e5733b1dee0] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d0e5733b1dee0] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d0e5733b1dee0] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d0e5733b1dee0] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d0e5733b1dee0] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.80s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [da7d9a22a414a] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [da7d9a22a414a] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [da7d9a22a414a] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [da7d9a22a414a] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [da7d9a22a414a] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [da7d9a22a414a] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.65s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [df96394af2f3a] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [df96394af2f3a] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [df96394af2f3a] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [df96394af2f3a] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [df96394af2f3a] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [df96394af2f3a] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.25s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [df24db3b68513] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [df24db3b68513] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [df24db3b68513] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [df24db3b68513] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [df24db3b68513] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [df24db3b68513] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.14s)
23:46:33 [2019-09-27T23:46:33.028Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d0e4c06503dae] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d0e4c06503dae] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d0e4c06503dae] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:302: [d0e4c06503dae] waiting for daemon to start
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:334: [d0e4c06503dae] daemon started
23:46:33 [2019-09-27T23:46:33.028Z]         daemon.go:286: [d0e4c06503dae] exiting daemon
23:46:33 [2019-09-27T23:46:33.028Z] === RUN   TestStats
23:46:34 [2019-09-27T23:46:34.911Z] --- PASS: TestStats (2.29s)
23:46:34 [2019-09-27T23:46:34.911Z] === RUN   TestStopContainerWithTimeout
23:46:34 [2019-09-27T23:46:34.911Z] === RUN   TestStopContainerWithTimeout/0
23:46:34 [2019-09-27T23:46:34.911Z] === PAUSE TestStopContainerWithTimeout/0
23:46:34 [2019-09-27T23:46:34.911Z] === RUN   TestStopContainerWithTimeout/1
23:46:34 [2019-09-27T23:46:34.911Z] === PAUSE TestStopContainerWithTimeout/1
23:46:34 [2019-09-27T23:46:34.911Z] === RUN   TestStopContainerWithTimeout/3
23:46:34 [2019-09-27T23:46:34.911Z] === PAUSE TestStopContainerWithTimeout/3
23:46:34 [2019-09-27T23:46:34.911Z] === RUN   TestStopContainerWithTimeout/-1
23:46:34 [2019-09-27T23:46:34.911Z] === PAUSE TestStopContainerWithTimeout/-1
23:46:35 [2019-09-27T23:46:35.166Z] === CONT  TestStopContainerWithTimeout/0
23:46:35 [2019-09-27T23:46:35.166Z] === CONT  TestStopContainerWithTimeout/3
23:46:36 [2019-09-27T23:46:36.090Z] === CONT  TestStopContainerWithTimeout/-1
23:46:38 [2019-09-27T23:46:38.599Z] === CONT  TestStopContainerWithTimeout/1
23:46:39 [2019-09-27T23:46:39.960Z] --- PASS: TestStopContainerWithTimeout (0.06s)
23:46:39 [2019-09-27T23:46:39.960Z]     --- PASS: TestStopContainerWithTimeout/0 (1.01s)
23:46:39 [2019-09-27T23:46:39.960Z]     --- PASS: TestStopContainerWithTimeout/3 (3.11s)
23:46:39 [2019-09-27T23:46:39.960Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.88s)
23:46:39 [2019-09-27T23:46:39.960Z]     --- PASS: TestStopContainerWithTimeout/1 (1.92s)
23:46:39 [2019-09-27T23:46:39.960Z] === RUN   TestDeleteDevicemapper
23:46:39 [2019-09-27T23:46:39.960Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:46:39 [2019-09-27T23:46:39.960Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:46:39 [2019-09-27T23:46:39.960Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:46:44 [2019-09-27T23:46:44.117Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.46s)
23:46:44 [2019-09-27T23:46:44.117Z] === RUN   TestUpdateMemory
23:46:44 [2019-09-27T23:46:44.117Z] --- SKIP: TestUpdateMemory (0.00s)
23:46:44 [2019-09-27T23:46:44.117Z]     update_linux_test.go:21: !testEnv.DaemonInfo.SwapLimit
23:46:44 [2019-09-27T23:46:44.117Z] === RUN   TestUpdateCPUQuota
23:46:45 [2019-09-27T23:46:45.041Z] --- PASS: TestUpdateCPUQuota (1.45s)
23:46:45 [2019-09-27T23:46:45.041Z] === RUN   TestUpdateRestartPolicy
23:46:59 [2019-09-27T23:46:59.863Z] --- PASS: TestUpdateRestartPolicy (13.12s)
23:46:59 [2019-09-27T23:46:59.863Z] === RUN   TestUpdateRestartWithAutoRemove
23:46:59 [2019-09-27T23:46:59.863Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s)
23:46:59 [2019-09-27T23:46:59.863Z] === CONT  TestContainerStartOnDaemonRestart
23:46:59 [2019-09-27T23:46:59.863Z] === CONT  TestDaemonRestartIpcMode
23:47:02 [2019-09-27T23:47:02.375Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s)
23:47:02 [2019-09-27T23:47:02.375Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContainerStartOnDaemonRestart
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:302: [d7a7e9175c767] waiting for daemon to start
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:334: [d7a7e9175c767] daemon started
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:286: [d7a7e9175c767] exiting daemon
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:302: [d7a7e9175c767] waiting for daemon to start
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:334: [d7a7e9175c767] daemon started
23:47:02 [2019-09-27T23:47:02.375Z]     daemon.go:286: [d7a7e9175c767] exiting daemon
23:47:03 [2019-09-27T23:47:03.737Z] --- PASS: TestDaemonRestartIpcMode (4.55s)
23:47:03 [2019-09-27T23:47:03.737Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartIpcMode
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:302: [d4cdc14f0e245] waiting for daemon to start
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:334: [d4cdc14f0e245] daemon started
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:286: [d4cdc14f0e245] exiting daemon
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:302: [d4cdc14f0e245] waiting for daemon to start
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:334: [d4cdc14f0e245] daemon started
23:47:03 [2019-09-27T23:47:03.737Z]     daemon.go:286: [d4cdc14f0e245] exiting daemon
23:47:03 [2019-09-27T23:47:03.737Z] PASS
23:47:03 [2019-09-27T23:47:03.737Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
23:47:03 [2019-09-27T23:47:03.737Z] INFO: Testing against a local daemon
23:47:03 [2019-09-27T23:47:03.737Z] === RUN   TestCommitInheritsEnv
23:47:04 [2019-09-27T23:47:04.297Z] --- PASS: TestCommitInheritsEnv (0.47s)
23:47:04 [2019-09-27T23:47:04.297Z] === RUN   TestImportExtremelyLargeImageWorks
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestImportExtremelyLargeImageWorks (100.52s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestImagesFilterMultiReference
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestRemoveImageOrphaning
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestRemoveImageOrphaning (0.44s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagInvalidReference
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagInvalidReference (0.05s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagValidPrefixedRepo
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagExistedNameWithoutForce
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagOfficialNames
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagOfficialNames (0.09s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestTagMatchesDigest
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestTagMatchesDigest (0.05s)
23:48:55 [2019-09-27T23:48:55.659Z] PASS
23:48:55 [2019-09-27T23:48:55.659Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
23:48:55 [2019-09-27T23:48:55.659Z] INFO: Testing against a local daemon
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestNetworkCreateDelete
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestNetworkCreateDelete (0.13s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestDockerNetworkDeletePreferID
23:48:55 [2019-09-27T23:48:55.659Z] --- PASS: TestDockerNetworkDeletePreferID (0.30s)
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestInspectNetwork
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestInspectNetwork/full_network_id
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestInspectNetwork/partial_network_id
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestInspectNetwork/network_name
23:48:55 [2019-09-27T23:48:55.659Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:48:56 [2019-09-27T23:48:56.584Z] --- PASS: TestInspectNetwork (10.39s)
23:48:56 [2019-09-27T23:48:56.584Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspectNetwork
23:48:56 [2019-09-27T23:48:56.584Z]     daemon.go:302: [d7c7e7c1df5ec] waiting for daemon to start
23:48:56 [2019-09-27T23:48:56.584Z]     daemon.go:334: [d7c7e7c1df5ec] daemon started
23:48:56 [2019-09-27T23:48:56.584Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:48:56 [2019-09-27T23:48:56.584Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:48:56 [2019-09-27T23:48:56.584Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:48:56 [2019-09-27T23:48:56.584Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:48:56 [2019-09-27T23:48:56.584Z]     daemon.go:286: [d7c7e7c1df5ec] exiting daemon
23:48:56 [2019-09-27T23:48:56.584Z] === RUN   TestRunContainerWithBridgeNone
23:48:59 [2019-09-27T23:48:59.844Z] --- PASS: TestRunContainerWithBridgeNone (2.78s)
23:48:59 [2019-09-27T23:48:59.844Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRunContainerWithBridgeNone
23:48:59 [2019-09-27T23:48:59.844Z]     daemon.go:302: [df44a6d248480] waiting for daemon to start
23:48:59 [2019-09-27T23:48:59.844Z]     daemon.go:334: [df44a6d248480] daemon started
23:48:59 [2019-09-27T23:48:59.844Z]     daemon.go:286: [df44a6d248480] exiting daemon
23:48:59 [2019-09-27T23:48:59.844Z] === RUN   TestNetworkInvalidJSON
23:48:59 [2019-09-27T23:48:59.844Z] === RUN   TestNetworkInvalidJSON//networks/create
23:48:59 [2019-09-27T23:48:59.844Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:48:59 [2019-09-27T23:48:59.844Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:48:59 [2019-09-27T23:48:59.844Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:48:59 [2019-09-27T23:48:59.844Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:48:59 [2019-09-27T23:48:59.844Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:48:59 [2019-09-27T23:48:59.844Z] === CONT  TestNetworkInvalidJSON//networks/create
23:48:59 [2019-09-27T23:48:59.844Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:48:59 [2019-09-27T23:48:59.844Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:48:59 [2019-09-27T23:48:59.844Z] --- PASS: TestNetworkInvalidJSON (0.05s)
23:48:59 [2019-09-27T23:48:59.844Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:48:59 [2019-09-27T23:48:59.844Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:48:59 [2019-09-27T23:48:59.844Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:48:59 [2019-09-27T23:48:59.844Z] === RUN   TestDaemonRestartWithLiveRestore
23:49:00 [2019-09-27T23:49:00.403Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:49:00 [2019-09-27T23:49:00.403Z]     service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithLiveRestore
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:302: [d4c7370fc5fec] waiting for daemon to start
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:334: [d4c7370fc5fec] daemon started
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:286: [d4c7370fc5fec] exiting daemon
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:302: [d4c7370fc5fec] waiting for daemon to start
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:334: [d4c7370fc5fec] daemon started
23:49:00 [2019-09-27T23:49:00.403Z]     daemon.go:286: [d4c7370fc5fec] exiting daemon
23:49:00 [2019-09-27T23:49:00.403Z] === RUN   TestDaemonDefaultNetworkPools
23:49:01 [2019-09-27T23:49:01.328Z] --- PASS: TestDaemonDefaultNetworkPools (0.68s)
23:49:01 [2019-09-27T23:49:01.328Z]     service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonDefaultNetworkPools
23:49:01 [2019-09-27T23:49:01.328Z]     daemon.go:302: [d2640482d314f] waiting for daemon to start
23:49:01 [2019-09-27T23:49:01.328Z]     daemon.go:334: [d2640482d314f] daemon started
23:49:01 [2019-09-27T23:49:01.328Z]     daemon.go:286: [d2640482d314f] exiting daemon
23:49:01 [2019-09-27T23:49:01.328Z] === RUN   TestDaemonRestartWithExistingNetwork
23:49:02 [2019-09-27T23:49:02.253Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
23:49:02 [2019-09-27T23:49:02.253Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetwork
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:302: [d15046ec7484d] waiting for daemon to start
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:334: [d15046ec7484d] daemon started
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:286: [d15046ec7484d] exiting daemon
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:302: [d15046ec7484d] waiting for daemon to start
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:334: [d15046ec7484d] daemon started
23:49:02 [2019-09-27T23:49:02.253Z]     daemon.go:286: [d15046ec7484d] exiting daemon
23:49:02 [2019-09-27T23:49:02.253Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:49:03 [2019-09-27T23:49:03.613Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
23:49:03 [2019-09-27T23:49:03.613Z]     service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:302: [dadb389cacc2b] waiting for daemon to start
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:334: [dadb389cacc2b] daemon started
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:286: [dadb389cacc2b] exiting daemon
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:302: [dadb389cacc2b] waiting for daemon to start
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:334: [dadb389cacc2b] daemon started
23:49:03 [2019-09-27T23:49:03.613Z]     daemon.go:286: [dadb389cacc2b] exiting daemon
23:49:03 [2019-09-27T23:49:03.613Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:49:03 [2019-09-27T23:49:03.869Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
23:49:03 [2019-09-27T23:49:03.869Z]     service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonWithBipAndDefaultNetworkPool
23:49:03 [2019-09-27T23:49:03.869Z]     daemon.go:302: [d763580a666bb] waiting for daemon to start
23:49:03 [2019-09-27T23:49:03.869Z]     daemon.go:334: [d763580a666bb] daemon started
23:49:04 [2019-09-27T23:49:04.131Z]     daemon.go:286: [d763580a666bb] exiting daemon
23:49:04 [2019-09-27T23:49:04.131Z] === RUN   TestServiceWithPredefinedNetwork
23:49:06 [2019-09-27T23:49:06.027Z] --- PASS: TestServiceWithPredefinedNetwork (2.13s)
23:49:06 [2019-09-27T23:49:06.027Z]     service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithPredefinedNetwork
23:49:06 [2019-09-27T23:49:06.027Z]     daemon.go:302: [d57a5321ab9fd] waiting for daemon to start
23:49:06 [2019-09-27T23:49:06.027Z]     daemon.go:334: [d57a5321ab9fd] daemon started
23:49:06 [2019-09-27T23:49:06.027Z]     daemon.go:286: [d57a5321ab9fd] exiting daemon
23:49:06 [2019-09-27T23:49:06.027Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:49:06 [2019-09-27T23:49:06.027Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:49:06 [2019-09-27T23:49:06.027Z]     service_test.go:230: FLAKY_TEST
23:49:06 [2019-09-27T23:49:06.027Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:49:11 [2019-09-27T23:49:11.261Z] --- PASS: TestServiceWithDefaultAddressPoolInit (4.19s)
23:49:11 [2019-09-27T23:49:11.261Z]     service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:302: [d8bd3df1898b0] waiting for daemon to start
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:334: [d8bd3df1898b0] daemon started
23:49:11 [2019-09-27T23:49:11.261Z]     service_test.go:364: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:saanvisthiraTestServiceWithDefaultAddressPoolInit ID:b3yx0i2xj4igiucc2mnbgj1lf Created:2019-09-27 23:49:07.666668861 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]}
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:286: [d8bd3df1898b0] exiting daemon
23:49:11 [2019-09-27T23:49:11.261Z]     service_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:302: [d318aa8dc3527] waiting for daemon to start
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:334: [d318aa8dc3527] daemon started
23:49:11 [2019-09-27T23:49:11.261Z]     daemon.go:286: [d318aa8dc3527] exiting daemon
23:49:11 [2019-09-27T23:49:11.261Z] PASS
23:49:11 [2019-09-27T23:49:11.261Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
23:49:11 [2019-09-27T23:49:11.261Z] INFO: Testing against a local daemon
23:49:11 [2019-09-27T23:49:11.261Z] === RUN   TestDockerNetworkIpvlanPersistance
23:49:11 [2019-09-27T23:49:11.261Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:49:11 [2019-09-27T23:49:11.261Z]     ipvlan_test.go:27: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:49:11 [2019-09-27T23:49:11.261Z] === RUN   TestDockerNetworkIpvlan
23:49:11 [2019-09-27T23:49:11.261Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:49:11 [2019-09-27T23:49:11.261Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:49:11 [2019-09-27T23:49:11.261Z] PASS
23:49:11 [2019-09-27T23:49:11.261Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
23:49:11 [2019-09-27T23:49:11.261Z] INFO: Testing against a local daemon
23:49:11 [2019-09-27T23:49:11.261Z] === RUN   TestDockerNetworkMacvlanPersistance
23:49:12 [2019-09-27T23:49:12.185Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
23:49:12 [2019-09-27T23:49:12.185Z]     macvlan_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlanPersistance
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:302: [d1c6073d5e6a3] waiting for daemon to start
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:334: [d1c6073d5e6a3] daemon started
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:286: [d1c6073d5e6a3] exiting daemon
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:302: [d1c6073d5e6a3] waiting for daemon to start
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:334: [d1c6073d5e6a3] daemon started
23:49:12 [2019-09-27T23:49:12.185Z]     daemon.go:286: [d1c6073d5e6a3] exiting daemon
23:49:12 [2019-09-27T23:49:12.185Z] === RUN   TestDockerNetworkMacvlan
23:49:12 [2019-09-27T23:49:12.745Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:49:13 [2019-09-27T23:49:13.670Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:49:14 [2019-09-27T23:49:14.594Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:49:17 [2019-09-27T23:49:17.851Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:49:22 [2019-09-27T23:49:22.012Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:49:40 [2019-09-27T23:49:40.037Z] --- PASS: TestDockerNetworkMacvlan (26.12s)
23:49:40 [2019-09-27T23:49:40.037Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d92f9e14e4a45] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d92f9e14e4a45] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d92f9e14e4a45] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d6143d410064a] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d6143d410064a] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d6143d410064a] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d833c0b75db1d] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d833c0b75db1d] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s)
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d833c0b75db1d] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d23d1006f25f5] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d23d1006f25f5] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.97s)
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d23d1006f25f5] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d6ab01b74e7ed] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d6ab01b74e7ed] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (16.25s)
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d6ab01b74e7ed] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z] PASS
23:49:40 [2019-09-27T23:49:40.038Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
23:49:40 [2019-09-27T23:49:40.038Z] testing: warning: no tests to run
23:49:40 [2019-09-27T23:49:40.038Z] PASS
23:49:40 [2019-09-27T23:49:40.038Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
23:49:40 [2019-09-27T23:49:40.038Z] INFO: Testing against a local daemon
23:49:40 [2019-09-27T23:49:40.038Z] === RUN   TestAuthZPluginAllowRequest
23:49:40 [2019-09-27T23:49:40.038Z] --- PASS: TestAuthZPluginAllowRequest (1.66s)
23:49:40 [2019-09-27T23:49:40.038Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowRequest
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:302: [d6b184bb7d498] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:334: [d6b184bb7d498] daemon started
23:49:40 [2019-09-27T23:49:40.038Z]     daemon.go:286: [d6b184bb7d498] exiting daemon
23:49:40 [2019-09-27T23:49:40.038Z] === RUN   TestAuthZPluginTLS
23:49:40 [2019-09-27T23:49:40.600Z] --- PASS: TestAuthZPluginTLS (0.59s)
23:49:40 [2019-09-27T23:49:40.600Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginTLS
23:49:40 [2019-09-27T23:49:40.600Z]     daemon.go:302: [db9d50c6da2cd] waiting for daemon to start
23:49:40 [2019-09-27T23:49:40.600Z]     daemon.go:334: [db9d50c6da2cd] daemon started
23:49:40 [2019-09-27T23:49:40.600Z]     daemon.go:286: [db9d50c6da2cd] exiting daemon
23:49:40 [2019-09-27T23:49:40.600Z] === RUN   TestAuthZPluginDenyRequest
23:49:41 [2019-09-27T23:49:41.159Z] --- PASS: TestAuthZPluginDenyRequest (0.56s)
23:49:41 [2019-09-27T23:49:41.159Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyRequest
23:49:41 [2019-09-27T23:49:41.159Z]     daemon.go:302: [dcc74a528b7e2] waiting for daemon to start
23:49:41 [2019-09-27T23:49:41.159Z]     daemon.go:334: [dcc74a528b7e2] daemon started
23:49:41 [2019-09-27T23:49:41.159Z]     daemon.go:286: [dcc74a528b7e2] exiting daemon
23:49:41 [2019-09-27T23:49:41.159Z] === RUN   TestAuthZPluginAPIDenyResponse
23:49:41 [2019-09-27T23:49:41.718Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s)
23:49:41 [2019-09-27T23:49:41.718Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAPIDenyResponse
23:49:41 [2019-09-27T23:49:41.718Z]     daemon.go:302: [da31b92a968bc] waiting for daemon to start
23:49:41 [2019-09-27T23:49:41.718Z]     daemon.go:334: [da31b92a968bc] daemon started
23:49:41 [2019-09-27T23:49:41.718Z]     daemon.go:286: [da31b92a968bc] exiting daemon
23:49:41 [2019-09-27T23:49:41.718Z] === RUN   TestAuthZPluginDenyResponse
23:49:42 [2019-09-27T23:49:42.277Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
23:49:42 [2019-09-27T23:49:42.277Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyResponse
23:49:42 [2019-09-27T23:49:42.277Z]     daemon.go:302: [d94d64bc5496d] waiting for daemon to start
23:49:42 [2019-09-27T23:49:42.277Z]     daemon.go:334: [d94d64bc5496d] daemon started
23:49:42 [2019-09-27T23:49:42.277Z]     daemon.go:286: [d94d64bc5496d] exiting daemon
23:49:42 [2019-09-27T23:49:42.277Z] === RUN   TestAuthZPluginAllowEventStream
23:49:44 [2019-09-27T23:49:44.161Z] --- PASS: TestAuthZPluginAllowEventStream (1.66s)
23:49:44 [2019-09-27T23:49:44.161Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowEventStream
23:49:44 [2019-09-27T23:49:44.161Z]     daemon.go:302: [d17f53a6b48fd] waiting for daemon to start
23:49:44 [2019-09-27T23:49:44.161Z]     daemon.go:334: [d17f53a6b48fd] daemon started
23:49:44 [2019-09-27T23:49:44.161Z]     daemon.go:286: [d17f53a6b48fd] exiting daemon
23:49:44 [2019-09-27T23:49:44.161Z] === RUN   TestAuthZPluginErrorResponse
23:49:44 [2019-09-27T23:49:44.416Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
23:49:44 [2019-09-27T23:49:44.416Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorResponse
23:49:44 [2019-09-27T23:49:44.416Z]     daemon.go:302: [d8dd20280c42b] waiting for daemon to start
23:49:44 [2019-09-27T23:49:44.416Z]     daemon.go:334: [d8dd20280c42b] daemon started
23:49:44 [2019-09-27T23:49:44.416Z]     daemon.go:286: [d8dd20280c42b] exiting daemon
23:49:44 [2019-09-27T23:49:44.416Z] === RUN   TestAuthZPluginErrorRequest
23:49:44 [2019-09-27T23:49:44.976Z] --- PASS: TestAuthZPluginErrorRequest (0.57s)
23:49:44 [2019-09-27T23:49:44.976Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorRequest
23:49:44 [2019-09-27T23:49:44.976Z]     daemon.go:302: [d32435fe69ff1] waiting for daemon to start
23:49:44 [2019-09-27T23:49:44.976Z]     daemon.go:334: [d32435fe69ff1] daemon started
23:49:44 [2019-09-27T23:49:44.976Z]     daemon.go:286: [d32435fe69ff1] exiting daemon
23:49:44 [2019-09-27T23:49:44.976Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:49:45 [2019-09-27T23:49:45.536Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s)
23:49:45 [2019-09-27T23:49:45.536Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:49:45 [2019-09-27T23:49:45.536Z]     daemon.go:302: [d4ffb44054a0f] waiting for daemon to start
23:49:45 [2019-09-27T23:49:45.536Z]     daemon.go:334: [d4ffb44054a0f] daemon started
23:49:45 [2019-09-27T23:49:45.536Z]     daemon.go:286: [d4ffb44054a0f] exiting daemon
23:49:45 [2019-09-27T23:49:45.536Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:49:48 [2019-09-27T23:49:48.046Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.96s)
23:49:48 [2019-09-27T23:49:48.046Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureLoadImportWorking
23:49:48 [2019-09-27T23:49:48.046Z]     daemon.go:302: [d9eea2adb6e9d] waiting for daemon to start
23:49:48 [2019-09-27T23:49:48.046Z]     daemon.go:334: [d9eea2adb6e9d] daemon started
23:49:48 [2019-09-27T23:49:48.046Z]     daemon.go:286: [d9eea2adb6e9d] exiting daemon
23:49:48 [2019-09-27T23:49:48.046Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:49:49 [2019-09-27T23:49:49.929Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.03s)
23:49:49 [2019-09-27T23:49:49.930Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthzPluginEnsureContainerCopyToFrom
23:49:49 [2019-09-27T23:49:49.930Z]     daemon.go:302: [d60238eb7b7ce] waiting for daemon to start
23:49:49 [2019-09-27T23:49:49.930Z]     daemon.go:334: [d60238eb7b7ce] daemon started
23:49:49 [2019-09-27T23:49:49.930Z]     daemon.go:286: [d60238eb7b7ce] exiting daemon
23:49:49 [2019-09-27T23:49:49.930Z] === RUN   TestAuthZPluginHeader
23:49:50 [2019-09-27T23:49:50.489Z] --- PASS: TestAuthZPluginHeader (0.79s)
23:49:50 [2019-09-27T23:49:50.489Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginHeader
23:49:50 [2019-09-27T23:49:50.489Z]     daemon.go:302: [d17010204eb53] waiting for daemon to start
23:49:50 [2019-09-27T23:49:50.489Z]     daemon.go:334: [d17010204eb53] daemon started
23:49:50 [2019-09-27T23:49:50.489Z]     daemon.go:286: [d17010204eb53] exiting daemon
23:49:50 [2019-09-27T23:49:50.489Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:49:55 [2019-09-27T23:49:55.726Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.52s)
23:49:55 [2019-09-27T23:49:55.726Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2AllowNonVolumeRequest
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:302: [d826d89d78ede] waiting for daemon to start
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:334: [d826d89d78ede] daemon started
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:286: [d826d89d78ede] exiting daemon
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:302: [d826d89d78ede] waiting for daemon to start
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:334: [d826d89d78ede] daemon started
23:49:55 [2019-09-27T23:49:55.726Z]     daemon.go:286: [d826d89d78ede] exiting daemon
23:49:55 [2019-09-27T23:49:55.726Z] === RUN   TestAuthZPluginV2Disable
23:49:58 [2019-09-27T23:49:58.984Z] --- PASS: TestAuthZPluginV2Disable (3.49s)
23:49:58 [2019-09-27T23:49:58.984Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2Disable
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:302: [dd7fdb5a2e3cf] waiting for daemon to start
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:334: [dd7fdb5a2e3cf] daemon started
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:286: [dd7fdb5a2e3cf] exiting daemon
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:302: [dd7fdb5a2e3cf] waiting for daemon to start
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:334: [dd7fdb5a2e3cf] daemon started
23:49:58 [2019-09-27T23:49:58.984Z]     daemon.go:286: [dd7fdb5a2e3cf] exiting daemon
23:49:58 [2019-09-27T23:49:58.984Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:50:02 [2019-09-27T23:50:02.243Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.26s)
23:50:02 [2019-09-27T23:50:02.243Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2RejectVolumeRequests
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:302: [d42cbda63cb12] waiting for daemon to start
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:334: [d42cbda63cb12] daemon started
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:286: [d42cbda63cb12] exiting daemon
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:302: [d42cbda63cb12] waiting for daemon to start
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:334: [d42cbda63cb12] daemon started
23:50:02 [2019-09-27T23:50:02.243Z]     daemon.go:286: [d42cbda63cb12] exiting daemon
23:50:02 [2019-09-27T23:50:02.243Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:50:14 [2019-09-27T23:50:14.407Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.52s)
23:50:14 [2019-09-27T23:50:14.407Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2BadManifestFailsDaemonStart
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:302: [d7491fa876758] waiting for daemon to start
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:334: [d7491fa876758] daemon started
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:286: [d7491fa876758] exiting daemon
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:302: [d7491fa876758] waiting for daemon to start
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:302: [d7491fa876758] waiting for daemon to start
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:302: [d7491fa876758] waiting for daemon to start
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:286: [d7491fa876758] exiting daemon
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:302: [d7491fa876758] waiting for daemon to start
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:334: [d7491fa876758] daemon started
23:50:14 [2019-09-27T23:50:14.407Z]     daemon.go:286: [d7491fa876758] exiting daemon
23:50:14 [2019-09-27T23:50:14.407Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:50:32 [2019-09-27T23:50:32.433Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.40s)
23:50:32 [2019-09-27T23:50:32.433Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2NonexistentFailsDaemonStart
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:302: [d5e19bf8b0de5] waiting for daemon to start
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:334: [d5e19bf8b0de5] daemon started
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:286: [d5e19bf8b0de5] exiting daemon
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:302: [d5e19bf8b0de5] waiting for daemon to start
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:302: [d5e19bf8b0de5] waiting for daemon to start
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:286: [d5e19bf8b0de5] exiting daemon
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:302: [d5e19bf8b0de5] waiting for daemon to start
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:334: [d5e19bf8b0de5] daemon started
23:50:32 [2019-09-27T23:50:32.433Z]     daemon.go:286: [d5e19bf8b0de5] exiting daemon
23:50:32 [2019-09-27T23:50:32.433Z] PASS
23:50:32 [2019-09-27T23:50:32.433Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
23:50:32 [2019-09-27T23:50:32.433Z] INFO: Testing against a local daemon
23:50:32 [2019-09-27T23:50:32.433Z] === RUN   TestPluginInvalidJSON
23:50:32 [2019-09-27T23:50:32.433Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:50:32 [2019-09-27T23:50:32.433Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:50:32 [2019-09-27T23:50:32.433Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:50:32 [2019-09-27T23:50:32.433Z] --- PASS: TestPluginInvalidJSON (0.05s)
23:50:32 [2019-09-27T23:50:32.433Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:50:32 [2019-09-27T23:50:32.433Z] PASS
23:50:32 [2019-09-27T23:50:32.433Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
23:50:32 [2019-09-27T23:50:32.433Z] INFO: Testing against a local daemon
23:50:32 [2019-09-27T23:50:32.433Z] === RUN   TestExternalGraphDriver
23:50:32 [2019-09-27T23:50:32.433Z] === RUN   TestExternalGraphDriver/json
23:50:32 [2019-09-27T23:50:32.433Z] === RUN   TestExternalGraphDriver/spec
23:50:34 [2019-09-27T23:50:34.317Z] === RUN   TestExternalGraphDriver/pull
23:50:36 [2019-09-27T23:50:36.201Z] --- PASS: TestExternalGraphDriver (5.97s)
23:50:36 [2019-09-27T23:50:36.201Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExternalGraphDriver
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:302: [dad19d47cd94a] waiting for daemon to start
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:334: [dad19d47cd94a] daemon started
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:286: [dad19d47cd94a] exiting daemon
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:302: [dad19d47cd94a] waiting for daemon to start
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:334: [dad19d47cd94a] daemon started
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:286: [dad19d47cd94a] exiting daemon
23:50:36 [2019-09-27T23:50:36.201Z]     --- PASS: TestExternalGraphDriver/json (2.04s)
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:302: [dad19d47cd94a] waiting for daemon to start
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:334: [dad19d47cd94a] daemon started
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:286: [dad19d47cd94a] exiting daemon
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:302: [dad19d47cd94a] waiting for daemon to start
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:334: [dad19d47cd94a] daemon started
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:286: [dad19d47cd94a] exiting daemon
23:50:36 [2019-09-27T23:50:36.201Z]     --- PASS: TestExternalGraphDriver/spec (2.03s)
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:302: [dad19d47cd94a] waiting for daemon to start
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:334: [dad19d47cd94a] daemon started
23:50:36 [2019-09-27T23:50:36.201Z]     daemon.go:286: [dad19d47cd94a] exiting daemon
23:50:36 [2019-09-27T23:50:36.201Z]     --- PASS: TestExternalGraphDriver/pull (1.80s)
23:50:36 [2019-09-27T23:50:36.201Z] === RUN   TestGraphdriverPluginV2
23:50:41 [2019-09-27T23:50:41.435Z] --- PASS: TestGraphdriverPluginV2 (4.77s)
23:50:41 [2019-09-27T23:50:41.435Z]     external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestGraphdriverPluginV2
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:302: [dcc1ccb2ac25a] waiting for daemon to start
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:334: [dcc1ccb2ac25a] daemon started
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:286: [dcc1ccb2ac25a] exiting daemon
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:302: [dcc1ccb2ac25a] waiting for daemon to start
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:334: [dcc1ccb2ac25a] daemon started
23:50:41 [2019-09-27T23:50:41.435Z]     daemon.go:286: [dcc1ccb2ac25a] exiting daemon
23:50:41 [2019-09-27T23:50:41.435Z] PASS
23:50:41 [2019-09-27T23:50:41.435Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
23:50:41 [2019-09-27T23:50:41.435Z] INFO: Testing against a local daemon
23:50:41 [2019-09-27T23:50:41.435Z] === RUN   TestContinueAfterPluginCrash
23:50:41 [2019-09-27T23:50:41.435Z] === PAUSE TestContinueAfterPluginCrash
23:50:41 [2019-09-27T23:50:41.435Z] === RUN   TestDaemonStartWithLogOpt
23:50:41 [2019-09-27T23:50:41.435Z] === PAUSE TestDaemonStartWithLogOpt
23:50:41 [2019-09-27T23:50:41.435Z] === CONT  TestContinueAfterPluginCrash
23:50:41 [2019-09-27T23:50:41.435Z] === CONT  TestDaemonStartWithLogOpt
23:50:53 [2019-09-27T23:50:53.597Z] --- PASS: TestDaemonStartWithLogOpt (12.16s)
23:50:53 [2019-09-27T23:50:53.597Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonStartWithLogOpt
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:302: [de7db919ac1a1] waiting for daemon to start
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:334: [de7db919ac1a1] daemon started
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:286: [de7db919ac1a1] exiting daemon
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:302: [de7db919ac1a1] waiting for daemon to start
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:334: [de7db919ac1a1] daemon started
23:50:53 [2019-09-27T23:50:53.597Z]     daemon.go:286: [de7db919ac1a1] exiting daemon
23:50:58 [2019-09-27T23:50:58.832Z] --- PASS: TestContinueAfterPluginCrash (17.22s)
23:50:58 [2019-09-27T23:50:58.833Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContinueAfterPluginCrash
23:50:58 [2019-09-27T23:50:58.833Z]     daemon.go:302: [d77a237efe910] waiting for daemon to start
23:50:58 [2019-09-27T23:50:58.833Z]     daemon.go:334: [d77a237efe910] daemon started
23:50:58 [2019-09-27T23:50:58.833Z]     daemon.go:286: [d77a237efe910] exiting daemon
23:50:58 [2019-09-27T23:50:58.833Z] PASS
23:50:58 [2019-09-27T23:50:58.833Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
23:50:58 [2019-09-27T23:50:58.833Z] INFO: Testing against a local daemon
23:50:58 [2019-09-27T23:50:58.833Z] === RUN   TestPluginWithDevMounts
23:50:58 [2019-09-27T23:50:58.833Z] === PAUSE TestPluginWithDevMounts
23:50:58 [2019-09-27T23:50:58.833Z] === CONT  TestPluginWithDevMounts
23:51:00 [2019-09-27T23:51:00.194Z] --- PASS: TestPluginWithDevMounts (1.85s)
23:51:00 [2019-09-27T23:51:00.194Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestPluginWithDevMounts
23:51:00 [2019-09-27T23:51:00.194Z]     daemon.go:302: [d670119e5cf58] waiting for daemon to start
23:51:00 [2019-09-27T23:51:00.194Z]     daemon.go:334: [d670119e5cf58] daemon started
23:51:00 [2019-09-27T23:51:00.194Z]     daemon.go:286: [d670119e5cf58] exiting daemon
23:51:00 [2019-09-27T23:51:00.194Z] PASS
23:51:00 [2019-09-27T23:51:00.194Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
23:51:00 [2019-09-27T23:51:00.194Z] INFO: Testing against a local daemon
23:51:00 [2019-09-27T23:51:00.194Z] === RUN   TestSecretInspect
23:51:02 [2019-09-27T23:51:02.079Z] --- PASS: TestSecretInspect (2.05s)
23:51:02 [2019-09-27T23:51:02.079Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretInspect
23:51:02 [2019-09-27T23:51:02.079Z]     daemon.go:302: [da06f45e4cbf7] waiting for daemon to start
23:51:02 [2019-09-27T23:51:02.079Z]     daemon.go:334: [da06f45e4cbf7] daemon started
23:51:02 [2019-09-27T23:51:02.079Z]     daemon.go:286: [da06f45e4cbf7] exiting daemon
23:51:02 [2019-09-27T23:51:02.079Z] === RUN   TestSecretList
23:51:04 [2019-09-27T23:51:04.588Z] --- PASS: TestSecretList (2.15s)
23:51:04 [2019-09-27T23:51:04.588Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretList
23:51:04 [2019-09-27T23:51:04.588Z]     daemon.go:302: [dc7e9eb81d170] waiting for daemon to start
23:51:04 [2019-09-27T23:51:04.588Z]     daemon.go:334: [dc7e9eb81d170] daemon started
23:51:04 [2019-09-27T23:51:04.588Z]     daemon.go:286: [dc7e9eb81d170] exiting daemon
23:51:04 [2019-09-27T23:51:04.588Z] === RUN   TestSecretsCreateAndDelete
23:51:06 [2019-09-27T23:51:06.471Z] --- PASS: TestSecretsCreateAndDelete (2.04s)
23:51:06 [2019-09-27T23:51:06.471Z]     secret_test.go:134: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsCreateAndDelete
23:51:06 [2019-09-27T23:51:06.471Z]     daemon.go:302: [d3255606f2d3a] waiting for daemon to start
23:51:06 [2019-09-27T23:51:06.471Z]     daemon.go:334: [d3255606f2d3a] daemon started
23:51:06 [2019-09-27T23:51:06.471Z]     daemon.go:286: [d3255606f2d3a] exiting daemon
23:51:06 [2019-09-27T23:51:06.471Z] === RUN   TestSecretsUpdate
23:51:08 [2019-09-27T23:51:08.355Z] --- PASS: TestSecretsUpdate (2.12s)
23:51:08 [2019-09-27T23:51:08.355Z]     secret_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsUpdate
23:51:08 [2019-09-27T23:51:08.355Z]     daemon.go:302: [db2b0cf6075b2] waiting for daemon to start
23:51:08 [2019-09-27T23:51:08.355Z]     daemon.go:334: [db2b0cf6075b2] daemon started
23:51:08 [2019-09-27T23:51:08.355Z]     daemon.go:286: [db2b0cf6075b2] exiting daemon
23:51:08 [2019-09-27T23:51:08.355Z] === RUN   TestTemplatedSecret
23:51:11 [2019-09-27T23:51:11.614Z] --- PASS: TestTemplatedSecret (2.84s)
23:51:11 [2019-09-27T23:51:11.614Z]     secret_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedSecret
23:51:11 [2019-09-27T23:51:11.614Z]     daemon.go:302: [d92359576acb0] waiting for daemon to start
23:51:11 [2019-09-27T23:51:11.614Z]     daemon.go:334: [d92359576acb0] daemon started
23:51:11 [2019-09-27T23:51:11.614Z]     daemon.go:286: [d92359576acb0] exiting daemon
23:51:11 [2019-09-27T23:51:11.614Z] PASS
23:51:11 [2019-09-27T23:51:11.614Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
23:51:11 [2019-09-27T23:51:11.614Z] INFO: Testing against a local daemon
23:51:11 [2019-09-27T23:51:11.614Z] === RUN   TestServiceCreateInit
23:51:11 [2019-09-27T23:51:11.614Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:51:16 [2019-09-27T23:51:16.850Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:51:21 [2019-09-27T23:51:21.010Z] --- PASS: TestServiceCreateInit (9.50s)
23:51:21 [2019-09-27T23:51:21.010Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.64s)
23:51:21 [2019-09-27T23:51:21.010Z]         create_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitDisabled
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:302: [dcbd010ea73a0] waiting for daemon to start
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:334: [dcbd010ea73a0] daemon started
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:286: [dcbd010ea73a0] exiting daemon
23:51:21 [2019-09-27T23:51:21.010Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.82s)
23:51:21 [2019-09-27T23:51:21.010Z]         create_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitEnabled
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:302: [d7530fdec2369] waiting for daemon to start
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:334: [d7530fdec2369] daemon started
23:51:21 [2019-09-27T23:51:21.010Z]         daemon.go:286: [d7530fdec2369] exiting daemon
23:51:21 [2019-09-27T23:51:21.010Z] === RUN   TestCreateServiceMultipleTimes
23:51:42 [2019-09-27T23:51:42.884Z] --- PASS: TestCreateServiceMultipleTimes (20.58s)
23:51:42 [2019-09-27T23:51:42.884Z]     create_test.go:78: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMultipleTimes
23:51:42 [2019-09-27T23:51:42.884Z]     daemon.go:302: [d8633efaf089e] waiting for daemon to start
23:51:42 [2019-09-27T23:51:42.884Z]     daemon.go:334: [d8633efaf089e] daemon started
23:51:42 [2019-09-27T23:51:42.884Z]     daemon.go:286: [d8633efaf089e] exiting daemon
23:51:42 [2019-09-27T23:51:42.884Z] === RUN   TestCreateWithDuplicateNetworkNames
23:51:57 [2019-09-27T23:51:57.706Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.94s)
23:51:57 [2019-09-27T23:51:57.706Z]     create_test.go:127: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateWithDuplicateNetworkNames
23:51:57 [2019-09-27T23:51:57.706Z]     daemon.go:302: [dc4f76c374c2f] waiting for daemon to start
23:51:57 [2019-09-27T23:51:57.706Z]     daemon.go:334: [dc4f76c374c2f] daemon started
23:51:57 [2019-09-27T23:51:57.706Z]     daemon.go:286: [dc4f76c374c2f] exiting daemon
23:51:57 [2019-09-27T23:51:57.706Z] === RUN   TestCreateServiceSecretFileMode
23:51:59 [2019-09-27T23:51:59.589Z] --- PASS: TestCreateServiceSecretFileMode (2.69s)
23:51:59 [2019-09-27T23:51:59.589Z]     create_test.go:180: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSecretFileMode
23:51:59 [2019-09-27T23:51:59.589Z]     daemon.go:302: [dce7c1099fc37] waiting for daemon to start
23:51:59 [2019-09-27T23:51:59.589Z]     daemon.go:334: [dce7c1099fc37] daemon started
23:51:59 [2019-09-27T23:51:59.589Z]     daemon.go:286: [dce7c1099fc37] exiting daemon
23:51:59 [2019-09-27T23:51:59.589Z] === RUN   TestCreateServiceConfigFileMode
23:52:02 [2019-09-27T23:52:02.099Z] --- PASS: TestCreateServiceConfigFileMode (2.54s)
23:52:02 [2019-09-27T23:52:02.099Z]     create_test.go:244: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConfigFileMode
23:52:02 [2019-09-27T23:52:02.099Z]     daemon.go:302: [d039bb4511de3] waiting for daemon to start
23:52:02 [2019-09-27T23:52:02.099Z]     daemon.go:334: [d039bb4511de3] daemon started
23:52:02 [2019-09-27T23:52:02.099Z]     daemon.go:286: [d039bb4511de3] exiting daemon
23:52:02 [2019-09-27T23:52:02.099Z] === RUN   TestInspect
23:52:03 [2019-09-27T23:52:03.982Z] --- PASS: TestInspect (2.05s)
23:52:03 [2019-09-27T23:52:03.982Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspect
23:52:03 [2019-09-27T23:52:03.982Z]     daemon.go:302: [d4579c318900e] waiting for daemon to start
23:52:03 [2019-09-27T23:52:03.982Z]     daemon.go:334: [d4579c318900e] daemon started
23:52:03 [2019-09-27T23:52:03.983Z]     daemon.go:286: [d4579c318900e] exiting daemon
23:52:03 [2019-09-27T23:52:03.983Z] === RUN   TestDockerNetworkConnectAlias
23:52:10 [2019-09-27T23:52:10.507Z] --- PASS: TestDockerNetworkConnectAlias (6.59s)
23:52:10 [2019-09-27T23:52:10.507Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkConnectAlias
23:52:10 [2019-09-27T23:52:10.507Z]     daemon.go:302: [d945bc6dac0a3] waiting for daemon to start
23:52:10 [2019-09-27T23:52:10.507Z]     daemon.go:334: [d945bc6dac0a3] daemon started
23:52:10 [2019-09-27T23:52:10.507Z]     daemon.go:286: [d945bc6dac0a3] exiting daemon
23:52:10 [2019-09-27T23:52:10.507Z] === RUN   TestDockerNetworkReConnect
23:52:15 [2019-09-27T23:52:15.763Z] --- PASS: TestDockerNetworkReConnect (5.18s)
23:52:15 [2019-09-27T23:52:15.763Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkReConnect
23:52:15 [2019-09-27T23:52:15.763Z]     daemon.go:302: [da6e42198e133] waiting for daemon to start
23:52:15 [2019-09-27T23:52:15.763Z]     daemon.go:334: [da6e42198e133] daemon started
23:52:15 [2019-09-27T23:52:15.763Z]     daemon.go:286: [da6e42198e133] exiting daemon
23:52:15 [2019-09-27T23:52:15.763Z] === RUN   TestServicePlugin
23:52:54 [2019-09-27T23:52:54.407Z] --- PASS: TestServicePlugin (34.31s)
23:52:54 [2019-09-27T23:52:54.408Z]     plugin_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:302: [d62a70b4e709b] waiting for daemon to start
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:334: [d62a70b4e709b] daemon started
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:286: [d62a70b4e709b] exiting daemon
23:52:54 [2019-09-27T23:52:54.408Z]     plugin_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:302: [de3a5abd3ce29] waiting for daemon to start
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:334: [de3a5abd3ce29] daemon started
23:52:54 [2019-09-27T23:52:54.408Z]     plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:302: [de92de782d69b] waiting for daemon to start
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:334: [de92de782d69b] daemon started
23:52:54 [2019-09-27T23:52:54.408Z]     plugin_test.go:62: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:302: [d05404df83548] waiting for daemon to start
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:334: [d05404df83548] daemon started
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:286: [d05404df83548] exiting daemon
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:286: [de92de782d69b] exiting daemon
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:286: [de3a5abd3ce29] exiting daemon
23:52:54 [2019-09-27T23:52:54.408Z] === RUN   TestServiceUpdateLabel
23:52:54 [2019-09-27T23:52:54.408Z] --- PASS: TestServiceUpdateLabel (2.15s)
23:52:54 [2019-09-27T23:52:54.408Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateLabel
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:302: [d71ceaa211005] waiting for daemon to start
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:334: [d71ceaa211005] daemon started
23:52:54 [2019-09-27T23:52:54.408Z]     daemon.go:286: [d71ceaa211005] exiting daemon
23:52:54 [2019-09-27T23:52:54.408Z] === RUN   TestServiceUpdateSecrets
23:53:09 [2019-09-27T23:53:09.230Z] --- PASS: TestServiceUpdateSecrets (15.07s)
23:53:09 [2019-09-27T23:53:09.230Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateSecrets
23:53:09 [2019-09-27T23:53:09.230Z]     daemon.go:302: [dccb9326a7209] waiting for daemon to start
23:53:09 [2019-09-27T23:53:09.230Z]     daemon.go:334: [dccb9326a7209] daemon started
23:53:09 [2019-09-27T23:53:09.230Z]     daemon.go:286: [dccb9326a7209] exiting daemon
23:53:09 [2019-09-27T23:53:09.230Z] === RUN   TestServiceUpdateConfigs
23:53:24 [2019-09-27T23:53:24.053Z] --- PASS: TestServiceUpdateConfigs (15.13s)
23:53:24 [2019-09-27T23:53:24.053Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateConfigs
23:53:24 [2019-09-27T23:53:24.053Z]     daemon.go:302: [da739b9a916e8] waiting for daemon to start
23:53:24 [2019-09-27T23:53:24.053Z]     daemon.go:334: [da739b9a916e8] daemon started
23:53:24 [2019-09-27T23:53:24.053Z]     daemon.go:286: [da739b9a916e8] exiting daemon
23:53:24 [2019-09-27T23:53:24.053Z] === RUN   TestServiceUpdateNetwork
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestServiceUpdateNetwork (15.21s)
23:53:38 [2019-09-27T23:53:38.902Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateNetwork
23:53:38 [2019-09-27T23:53:38.902Z]     daemon.go:302: [d9dc61182f82a] waiting for daemon to start
23:53:38 [2019-09-27T23:53:38.902Z]     daemon.go:334: [d9dc61182f82a] daemon started
23:53:38 [2019-09-27T23:53:38.902Z]     daemon.go:286: [d9dc61182f82a] exiting daemon
23:53:38 [2019-09-27T23:53:38.902Z] PASS
23:53:38 [2019-09-27T23:53:38.902Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
23:53:38 [2019-09-27T23:53:38.902Z] INFO: Testing against a local daemon
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestSessionCreate
23:53:38 [2019-09-27T23:53:38.902Z] --- SKIP: TestSessionCreate (0.00s)
23:53:38 [2019-09-27T23:53:38.902Z]     session_test.go:14: !testEnv.DaemonInfo.ExperimentalBuild
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestSessionCreateWithBadUpgrade
23:53:38 [2019-09-27T23:53:38.902Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
23:53:38 [2019-09-27T23:53:38.902Z]     session_test.go:31: !testEnv.DaemonInfo.ExperimentalBuild
23:53:38 [2019-09-27T23:53:38.902Z] PASS
23:53:38 [2019-09-27T23:53:38.902Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
23:53:38 [2019-09-27T23:53:38.902Z] INFO: Testing against a local daemon
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:53:38 [2019-09-27T23:53:38.902Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestEventsExecDie
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestEventsExecDie (0.98s)
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestEventsBackwardsCompatible
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestEventsBackwardsCompatible (0.12s)
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestInfoBinaryCommits
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestInfoBinaryCommits (0.05s)
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestInfoAPIVersioned
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestInfoAPI
23:53:38 [2019-09-27T23:53:38.902Z] --- PASS: TestInfoAPI (0.06s)
23:53:38 [2019-09-27T23:53:38.902Z] === RUN   TestInfoAPIWarnings
23:53:39 [2019-09-27T23:53:39.826Z] --- PASS: TestInfoAPIWarnings (0.77s)
23:53:39 [2019-09-27T23:53:39.826Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInfoAPIWarnings
23:53:39 [2019-09-27T23:53:39.826Z]     daemon.go:302: [d4e7dd77fd859] waiting for daemon to start
23:53:39 [2019-09-27T23:53:39.826Z]     daemon.go:334: [d4e7dd77fd859] daemon started
23:53:39 [2019-09-27T23:53:39.826Z]     daemon.go:286: [d4e7dd77fd859] exiting daemon
23:53:39 [2019-09-27T23:53:39.826Z] === RUN   TestLoginFailsWithBadCredentials
23:53:40 [2019-09-27T23:53:40.081Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s)
23:53:40 [2019-09-27T23:53:40.081Z] === RUN   TestVersion
23:53:40 [2019-09-27T23:53:40.081Z] --- PASS: TestVersion (0.04s)
23:53:40 [2019-09-27T23:53:40.081Z] === CONT  TestCgroupDriverSystemdMemoryLimit
23:53:40 [2019-09-27T23:53:40.081Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:53:40 [2019-09-27T23:53:40.081Z]     cgroupdriver_systemd_test.go:35: systemd not available
23:53:40 [2019-09-27T23:53:40.081Z] PASS
23:53:40 [2019-09-27T23:53:40.081Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
23:53:40 [2019-09-27T23:53:40.336Z] INFO: Testing against a local daemon
23:53:40 [2019-09-27T23:53:40.336Z] === RUN   TestVolumesCreateAndList
23:53:40 [2019-09-27T23:53:40.336Z] --- PASS: TestVolumesCreateAndList (0.06s)
23:53:40 [2019-09-27T23:53:40.336Z] === RUN   TestVolumesRemove
23:53:40 [2019-09-27T23:53:40.336Z] --- PASS: TestVolumesRemove (0.13s)
23:53:40 [2019-09-27T23:53:40.336Z] === RUN   TestVolumesInspect
23:53:40 [2019-09-27T23:53:40.336Z] --- PASS: TestVolumesInspect (0.05s)
23:53:40 [2019-09-27T23:53:40.336Z] === RUN   TestVolumesInvalidJSON
23:53:40 [2019-09-27T23:53:40.591Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:53:40 [2019-09-27T23:53:40.591Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:53:40 [2019-09-27T23:53:40.591Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:53:40 [2019-09-27T23:53:40.591Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:53:40 [2019-09-27T23:53:40.591Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:53:40 [2019-09-27T23:53:40.591Z] PASS
23:53:40 [2019-09-27T23:53:40.591Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:53:41 [2019-09-27T23:53:41.951Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/1/root: mountpoint not found
23:53:41 [2019-09-27T23:53:41.951Z] Clearing AppArmor profiles cache:.
23:53:41 [2019-09-27T23:53:41.951Z] All profile caches have been cleared, but no profiles have been unloaded.
23:53:41 [2019-09-27T23:53:41.951Z] Unloading profiles will leave already running processes permanently
23:53:41 [2019-09-27T23:53:41.951Z] unconfined, which can lead to unexpected situations.
23:53:41 [2019-09-27T23:53:41.951Z] 
23:53:41 [2019-09-27T23:53:41.951Z] To set a process to complain mode, use the command line tool
23:53:41 [2019-09-27T23:53:41.951Z] 'aa-complain'. To really tear down all profiles, run the init script
23:53:41 [2019-09-27T23:53:41.951Z] with the 'teardown' option."
23:53:41 [2019-09-27T23:53:41.951Z] Removing test suite binaries
23:53:41 [2019-09-27T23:53:41.951Z] 
23:53:50 [2019-09-27T23:53:50.027Z] Remaining pids to kill: []
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:53:50 [2019-09-27T23:53:50.521Z] + echo Ensuring container killed.
23:53:50 [2019-09-27T23:53:50.521Z] Ensuring container killed.
23:53:50 [2019-09-27T23:53:50.521Z] + docker rm -vf docker-pr2
23:53:50 [2019-09-27T23:53:50.777Z] Error: No such container: docker-pr2
23:53:50 [2019-09-27T23:53:50.777Z] + true
[Pipeline] sh
23:53:51 [2019-09-27T23:53:51.093Z] + echo Chowning /workspace to jenkins user
23:53:51 [2019-09-27T23:53:51.093Z] Chowning /workspace to jenkins user
23:53:51 [2019-09-27T23:53:51.093Z] + id -u
23:53:51 [2019-09-27T23:53:51.093Z] + id -g
23:53:51 [2019-09-27T23:53:51.093Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-388:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:54:06 [2019-09-27T23:54:06.226Z] + bundleName=janky
23:54:06 [2019-09-27T23:54:06.226Z] + echo Creating janky-bundles.tar.gz
23:54:06 [2019-09-27T23:54:06.226Z] Creating janky-bundles.tar.gz
23:54:06 [2019-09-27T23:54:06.226Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
23:54:06 [2019-09-27T23:54:06.226Z] + xargs tar -czf janky-bundles.tar.gz
[Pipeline] archiveArtifacts
23:54:09 [2019-09-27T23:54:09.493Z] Archiving artifacts
23:54:12 [2019-09-27T23:54:12.679Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-388/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:54:12 [2019-09-27T23:54:12.988Z] + make clean
23:54:13 [2019-09-27T23:54:13.244Z] docker volume rm -f docker-dev-cache
23:54:13 [2019-09-27T23:54:13.244Z] 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