Skip to content
Success

Console Output

Started by user Andrew Hsu
Replayed #1
23:20:28 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 andrewhsu for docker/engine
Obtained Jenkinsfile from a18eea2702791ec0095a2256d4c9906050fcd1a2+6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf (31fe424a0edc4453c7c2805bc94a9761fca1d79c)
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
23:20:33 [2019-09-19T23:20:33.424Z] Running on arm32v7-ubuntu-47 in /home/jenkins/workspace/engine_PR-370
[Pipeline] {
[Pipeline] checkout
23:20:33 [2019-09-19T23:20:33.864Z] using credential docker-jenkins-github-credentials
23:20:33 [2019-09-19T23:20:33.991Z] Fetching changes from the remote Git repository
23:20:34 [2019-09-19T23:20:34.114Z] Fetching without tags
23:20:33 [2019-09-19T23:20:33.929Z]  > git rev-parse --is-inside-work-tree # timeout=10
23:20:34 [2019-09-19T23:20:34.057Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:20:34 [2019-09-19T23:20:34.178Z] Fetching upstream changes from https://github.com/docker/engine.git
23:20:34 [2019-09-19T23:20:34.178Z]  > git --version # timeout=10
23:20:34 [2019-09-19T23:20:34.198Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:20:34 [2019-09-19T23:20:34.200Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:20:35 [2019-09-19T23:20:35.379Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:20:35 [2019-09-19T23:20:35.442Z]  > git config core.sparsecheckout # timeout=10
23:20:35 [2019-09-19T23:20:35.457Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:20:36 [2019-09-19T23:20:36.177Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:20:36 [2019-09-19T23:20:36.178Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:20:36 [2019-09-19T23:20:36.955Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:20:35 [2019-09-19T23:20:35.981Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:20:36 [2019-09-19T23:20:36.118Z]  > git rev-parse HEAD^{commit} # timeout=10
23:20:36 [2019-09-19T23:20:36.241Z]  > git config core.sparsecheckout # timeout=10
23:20:36 [2019-09-19T23:20:36.266Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:20:37 [2019-09-19T23:20:37.018Z]  > git rev-list --no-walk a18eea2702791ec0095a2256d4c9906050fcd1a2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:20:38 [2019-09-19T23:20:38.992Z] + docker run --rm -v /home/jenkins/workspace/engine_PR-370:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco
23:20:38 [2019-09-19T23:20:38.992Z] Unable to find image 'alpine:latest' locally
23:20:40 [2019-09-19T23:20:40.140Z] latest: Pulling from library/alpine
23:20:40 [2019-09-19T23:20:40.687Z] 33b18ff7f9b7: Pulling fs layer
23:20:41 [2019-09-19T23:20:41.861Z] 33b18ff7f9b7: Download complete
23:20:43 [2019-09-19T23:20:43.008Z] 33b18ff7f9b7: Pull complete
23:20:43 [2019-09-19T23:20:43.008Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb
23:20:43 [2019-09-19T23:20:43.008Z] Status: Downloaded newer image for alpine:latest
23:21:09 [2019-09-19T23:21:09.621Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
23:21:10 [2019-09-19T23:21:10.046Z] Running on ubuntu-1804-overlay2 (i-0a77525e792ab5dad) in /home/ubuntu/workspace/engine_PR-370
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
23:21:10 [2019-09-19T23:21:10.048Z] Running on ubuntu-1804-overlay2 (i-026696241e55c2166) in /home/ubuntu/workspace/engine_PR-370
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
23:21:10 [2019-09-19T23:21:10.071Z] Running on ppc64le-ubuntu-33 in /home/docker/workspace/engine_PR-370
[Pipeline] // stage
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] {
23:21:10 [2019-09-19T23:21:10.406Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/engine_PR-370
[Pipeline] checkout
23:21:10 [2019-09-19T23:21:10.430Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Run tests)
23:21:10 [2019-09-19T23:21:10.437Z] Cloning the remote Git repository
23:21:10 [2019-09-19T23:21:10.437Z] Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
23:21:10 [2019-09-19T23:21:10.450Z] using credential docker-jenkins-github-credentials
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
23:21:10 [2019-09-19T23:21:10.459Z] Cloning the remote Git repository
23:21:10 [2019-09-19T23:21:10.459Z] Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
23:21:10 [2019-09-19T23:21:10.468Z] Running on azwin-2-254950 in d:\jenkins\workspace\engine_PR-370
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] {
23:21:10 [2019-09-19T23:21:10.514Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
23:21:10 [2019-09-19T23:21:10.532Z] Cloning the remote Git repository
23:21:10 [2019-09-19T23:21:10.532Z] Cloning with configured refspecs honoured and without tags
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
[Pipeline] checkout
[Pipeline] ws
23:21:10 [2019-09-19T23:21:10.548Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
23:21:10 [2019-09-19T23:21:10.495Z] Cloning repository https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.496Z]  > git init /home/ubuntu/workspace/engine_PR-370 # timeout=10
23:21:10 [2019-09-19T23:21:10.505Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.505Z]  > git --version # timeout=10
23:21:10 [2019-09-19T23:21:10.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:10 [2019-09-19T23:21:10.508Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:10 [2019-09-19T23:21:10.736Z] using credential docker-jenkins-github-credentials
23:21:10 [2019-09-19T23:21:10.787Z] Cloning the remote Git repository
23:21:10 [2019-09-19T23:21:10.787Z] Cloning with configured refspecs honoured and without tags
23:21:10 [2019-09-19T23:21:10.871Z] using credential docker-jenkins-github-credentials
23:21:10 [2019-09-19T23:21:10.947Z] Cloning the remote Git repository
23:21:10 [2019-09-19T23:21:10.947Z] Cloning with configured refspecs honoured and without tags
23:21:10 [2019-09-19T23:21:10.971Z] Cloning repository https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.972Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:21:10 [2019-09-19T23:21:10.814Z] Cloning repository https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.816Z]  > git init /home/jenkins/workspace/engine_PR-370 # timeout=10
23:21:10 [2019-09-19T23:21:10.850Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.852Z]  > git --version # timeout=10
23:21:10 [2019-09-19T23:21:10.870Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:10 [2019-09-19T23:21:10.872Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:10 [2019-09-19T23:21:10.462Z] Cloning repository https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.462Z]  > git init /home/ubuntu/workspace/engine_PR-370 # timeout=10
23:21:10 [2019-09-19T23:21:10.472Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.472Z]  > git --version # timeout=10
23:21:10 [2019-09-19T23:21:10.477Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:10 [2019-09-19T23:21:10.478Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:10 [2019-09-19T23:21:10.529Z] Cloning repository https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.530Z]  > git init /home/docker/workspace/engine_PR-370 # timeout=10
23:21:10 [2019-09-19T23:21:10.543Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:10 [2019-09-19T23:21:10.543Z]  > git --version # timeout=10
23:21:10 [2019-09-19T23:21:10.547Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:10 [2019-09-19T23:21:10.547Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:11 [2019-09-19T23:21:11.050Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:11 [2019-09-19T23:21:11.050Z]  > git --version # timeout=10
23:21:11 [2019-09-19T23:21:11.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:11 [2019-09-19T23:21:11.122Z]  > git fetch --no-tags --force --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:19 [2019-09-19T23:21:19.781Z] Fetching without tags
23:21:20 [2019-09-19T23:21:20.075Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:19 [2019-09-19T23:21:19.634Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:19 [2019-09-19T23:21:19.653Z]  > git config --add remote.origin.fetch +refs/pull/370/head:refs/remotes/origin/PR-370 # timeout=10
23:21:19 [2019-09-19T23:21:19.672Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:21:19 [2019-09-19T23:21:19.739Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:19 [2019-09-19T23:21:19.809Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:19 [2019-09-19T23:21:19.811Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:19 [2019-09-19T23:21:19.812Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:20 [2019-09-19T23:21:20.104Z]  > git config core.sparsecheckout # timeout=10
23:21:20 [2019-09-19T23:21:20.123Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:20 [2019-09-19T23:21:20.842Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:20 [2019-09-19T23:21:20.843Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:21:21 [2019-09-19T23:21:21.600Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:21:20 [2019-09-19T23:21:20.729Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:21:20 [2019-09-19T23:21:20.798Z]  > git rev-parse HEAD^{commit} # timeout=10
23:21:20 [2019-09-19T23:21:20.869Z]  > git config core.sparsecheckout # timeout=10
23:21:20 [2019-09-19T23:21:20.890Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:21:22 [2019-09-19T23:21:22.447Z] Fetching without tags
23:21:22 [2019-09-19T23:21:22.571Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:22 [2019-09-19T23:21:22.687Z] Fetching without tags
23:21:22 [2019-09-19T23:21:22.786Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:22 [2019-09-19T23:21:22.835Z] + docker version
23:21:22 [2019-09-19T23:21:22.836Z] Client:
23:21:22 [2019-09-19T23:21:22.836Z]  Version:           18.06.1-ce
23:21:22 [2019-09-19T23:21:22.836Z]  API version:       1.38
23:21:22 [2019-09-19T23:21:22.836Z]  Go version:        go1.10.3
23:21:22 [2019-09-19T23:21:22.836Z]  Git commit:        e68fc7a
23:21:22 [2019-09-19T23:21:22.836Z]  Built:             Tue Aug 21 17:24:34 2018
23:21:22 [2019-09-19T23:21:22.836Z]  OS/Arch:           linux/s390x
23:21:22 [2019-09-19T23:21:22.836Z]  Experimental:      false
23:21:22 [2019-09-19T23:21:22.836Z] 
23:21:22 [2019-09-19T23:21:22.836Z] Server:
23:21:22 [2019-09-19T23:21:22.836Z]  Engine:
23:21:22 [2019-09-19T23:21:22.836Z]   Version:          18.06.1-ce
23:21:22 [2019-09-19T23:21:22.836Z]   API version:      1.38 (minimum version 1.12)
23:21:22 [2019-09-19T23:21:22.836Z]   Go version:       go1.10.3
23:21:22 [2019-09-19T23:21:22.836Z]   Git commit:       e68fc7a
23:21:22 [2019-09-19T23:21:22.836Z]   Built:            Tue Aug 21 17:23:34 2018
23:21:22 [2019-09-19T23:21:22.836Z]   OS/Arch:          linux/s390x
23:21:22 [2019-09-19T23:21:22.836Z]   Experimental:     true
[Pipeline] sh
23:21:22 [2019-09-19T23:21:22.436Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:22 [2019-09-19T23:21:22.441Z]  > git config --add remote.origin.fetch +refs/pull/370/head:refs/remotes/origin/PR-370 # timeout=10
23:21:22 [2019-09-19T23:21:22.446Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:21:22 [2019-09-19T23:21:22.458Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:22 [2019-09-19T23:21:22.472Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:22 [2019-09-19T23:21:22.472Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:22 [2019-09-19T23:21:22.473Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:22 [2019-09-19T23:21:22.596Z]  > git config core.sparsecheckout # timeout=10
23:21:22 [2019-09-19T23:21:22.608Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:22 [2019-09-19T23:21:22.662Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:22 [2019-09-19T23:21:22.665Z]  > git config --add remote.origin.fetch +refs/pull/370/head:refs/remotes/origin/PR-370 # timeout=10
23:21:22 [2019-09-19T23:21:22.667Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:21:22 [2019-09-19T23:21:22.671Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:22 [2019-09-19T23:21:22.680Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:22 [2019-09-19T23:21:22.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:22 [2019-09-19T23:21:22.680Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:22 [2019-09-19T23:21:22.780Z]  > git config core.sparsecheckout # timeout=10
23:21:22 [2019-09-19T23:21:22.783Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:23 [2019-09-19T23:21:23.092Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:23 [2019-09-19T23:21:23.093Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:21:23 [2019-09-19T23:21:23.236Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:21:23 [2019-09-19T23:21:23.284Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:23 [2019-09-19T23:21:23.285Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:21:23 [2019-09-19T23:21:23.581Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:21:23 [2019-09-19T23:21:23.703Z] + docker info
23:21:23 [2019-09-19T23:21:23.703Z] Containers: 0
23:21:23 [2019-09-19T23:21:23.703Z]  Running: 0
23:21:23 [2019-09-19T23:21:23.703Z]  Paused: 0
23:21:23 [2019-09-19T23:21:23.703Z]  Stopped: 0
23:21:23 [2019-09-19T23:21:23.703Z] Images: 0
23:21:23 [2019-09-19T23:21:23.703Z] Server Version: 18.06.1-ce
23:21:23 [2019-09-19T23:21:23.703Z] Storage Driver: overlay2
23:21:23 [2019-09-19T23:21:23.703Z]  Backing Filesystem: extfs
23:21:23 [2019-09-19T23:21:23.703Z]  Supports d_type: true
23:21:23 [2019-09-19T23:21:23.703Z]  Native Overlay Diff: true
23:21:23 [2019-09-19T23:21:23.703Z] Logging Driver: json-file
23:21:23 [2019-09-19T23:21:23.703Z] Cgroup Driver: cgroupfs
23:21:23 [2019-09-19T23:21:23.703Z] Plugins:
23:21:23 [2019-09-19T23:21:23.703Z]  Volume: local
23:21:23 [2019-09-19T23:21:23.703Z]  Network: bridge host ipvlan macvlan null overlay
23:21:23 [2019-09-19T23:21:23.703Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
23:21:23 [2019-09-19T23:21:23.703Z] Swarm: inactive
23:21:23 [2019-09-19T23:21:23.703Z] Runtimes: runc
23:21:23 [2019-09-19T23:21:23.703Z] Default Runtime: runc
23:21:23 [2019-09-19T23:21:23.703Z] Init Binary: docker-init
23:21:23 [2019-09-19T23:21:23.703Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
23:21:23 [2019-09-19T23:21:23.703Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
23:21:23 [2019-09-19T23:21:23.703Z] init version: fec3683
23:21:23 [2019-09-19T23:21:23.703Z] Security Options:
23:21:23 [2019-09-19T23:21:23.703Z]  apparmor
23:21:23 [2019-09-19T23:21:23.703Z]  seccomp
23:21:23 [2019-09-19T23:21:23.703Z]   Profile: default
23:21:23 [2019-09-19T23:21:23.703Z] Kernel Version: 4.4.0-133-generic
23:21:23 [2019-09-19T23:21:23.703Z] Operating System: Ubuntu 16.04.5 LTS
23:21:23 [2019-09-19T23:21:23.703Z] OSType: linux
23:21:23 [2019-09-19T23:21:23.703Z] Architecture: s390x
23:21:23 [2019-09-19T23:21:23.703Z] CPUs: 2
23:21:23 [2019-09-19T23:21:23.703Z] Total Memory: 7.862GiB
23:21:23 [2019-09-19T23:21:23.703Z] Name: s390x-ubuntu-29
23:21:23 [2019-09-19T23:21:23.703Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
23:21:23 [2019-09-19T23:21:23.703Z] Docker Root Dir: /var/lib/docker
23:21:23 [2019-09-19T23:21:23.703Z] Debug Mode (client): false
23:21:23 [2019-09-19T23:21:23.703Z] Debug Mode (server): false
23:21:23 [2019-09-19T23:21:23.703Z] Username: dockerbuildbot
23:21:23 [2019-09-19T23:21:23.703Z] Registry: https://index.docker.io/v1/
23:21:23 [2019-09-19T23:21:23.703Z] Labels:
23:21:23 [2019-09-19T23:21:23.703Z] Experimental: true
23:21:23 [2019-09-19T23:21:23.703Z] Insecure Registries:
23:21:23 [2019-09-19T23:21:23.703Z]  127.0.0.0/8
23:21:23 [2019-09-19T23:21:23.703Z] Live Restore Enabled: false
23:21:23 [2019-09-19T23:21:23.703Z] 
23:21:23 [2019-09-19T23:21:23.703Z] WARNING: No swap limit support
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] sh
23:21:23 [2019-09-19T23:21:23.096Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:21:23 [2019-09-19T23:21:23.106Z]  > git rev-parse HEAD^{commit} # timeout=10
23:21:23 [2019-09-19T23:21:23.117Z]  > git config core.sparsecheckout # timeout=10
23:21:23 [2019-09-19T23:21:23.126Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:23 [2019-09-19T23:21:23.264Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:21:23 [2019-09-19T23:21:23.271Z]  > git rev-parse HEAD^{commit} # timeout=10
23:21:23 [2019-09-19T23:21:23.278Z]  > git config core.sparsecheckout # timeout=10
23:21:23 [2019-09-19T23:21:23.283Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:24 [2019-09-19T23:21:24.666Z] + docker version
23:21:24 [2019-09-19T23:21:24.666Z] Client: Docker Engine - Community
23:21:24 [2019-09-19T23:21:24.666Z]  Version:           19.03.2
23:21:24 [2019-09-19T23:21:24.666Z]  API version:       1.40
23:21:24 [2019-09-19T23:21:24.666Z]  Go version:        go1.12.8
23:21:24 [2019-09-19T23:21:24.666Z]  Git commit:        6a30dfc
23:21:24 [2019-09-19T23:21:24.666Z]  Built:             Thu Aug 29 05:29:11 2019
23:21:24 [2019-09-19T23:21:24.666Z]  OS/Arch:           linux/amd64
23:21:24 [2019-09-19T23:21:24.666Z]  Experimental:      false
23:21:24 [2019-09-19T23:21:24.666Z] 
23:21:24 [2019-09-19T23:21:24.666Z] Server: Docker Engine - Community
23:21:24 [2019-09-19T23:21:24.666Z]  Engine:
23:21:24 [2019-09-19T23:21:24.666Z]   Version:          19.03.2
23:21:24 [2019-09-19T23:21:24.666Z]   API version:      1.40 (minimum version 1.12)
23:21:24 [2019-09-19T23:21:24.666Z]   Go version:       go1.12.8
23:21:24 [2019-09-19T23:21:24.666Z]   Git commit:       6a30dfc
23:21:24 [2019-09-19T23:21:24.666Z]   Built:            Thu Aug 29 05:27:45 2019
23:21:24 [2019-09-19T23:21:24.666Z]   OS/Arch:          linux/amd64
23:21:24 [2019-09-19T23:21:24.666Z]   Experimental:     true
23:21:24 [2019-09-19T23:21:24.666Z]  containerd:
23:21:24 [2019-09-19T23:21:24.666Z]   Version:          1.2.6
23:21:24 [2019-09-19T23:21:24.666Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
23:21:24 [2019-09-19T23:21:24.666Z]  runc:
23:21:24 [2019-09-19T23:21:24.666Z]   Version:          1.0.0-rc8
23:21:24 [2019-09-19T23:21:24.666Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
23:21:24 [2019-09-19T23:21:24.666Z]  docker-init:
23:21:24 [2019-09-19T23:21:24.666Z]   Version:          0.18.0
23:21:24 [2019-09-19T23:21:24.666Z]   GitCommit:        fec3683
[Pipeline] sh
23:21:24 [2019-09-19T23:21:24.677Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:24 [2019-09-19T23:21:24.677Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:24 [2019-09-19T23:21:24.677Z] + curl -fsSL -o /home/jenkins/workspace/engine_PR-370/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:21:24 [2019-09-19T23:21:24.677Z] + bash /home/jenkins/workspace/engine_PR-370/check-config.sh
23:21:24 [2019-09-19T23:21:24.677Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:21:24 [2019-09-19T23:21:24.677Z] info: reading kernel config from /boot/config-4.4.0-133-generic ...
23:21:24 [2019-09-19T23:21:24.677Z] 
23:21:24 [2019-09-19T23:21:24.677Z] Generally Necessary:
23:21:24 [2019-09-19T23:21:24.677Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:21:24 [2019-09-19T23:21:24.677Z] - apparmor: enabled and tools installed
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NAMESPACES: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NET_NS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_PID_NS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_IPC_NS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_UTS_NS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUPS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_CPUACCT: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_DEVICE: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_FREEZER: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_SCHED: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CPUSETS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_MEMCG: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_KEYS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_VETH: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_BRIDGE: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NF_NAT: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NF_NAT_NEEDED: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_POSIX_MQUEUE: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
23:21:24 [2019-09-19T23:21:24.677Z] 
23:21:24 [2019-09-19T23:21:24.677Z] Optional Features:
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_USER_NS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_SECCOMP: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_PIDS: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_MEMCG_SWAP: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:21:24 [2019-09-19T23:21:24.677Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_MEMCG_KMEM: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_BLK_CGROUP: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_IOSCHED_CFQ: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_PERF: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_HUGETLB: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:21:24 [2019-09-19T23:21:24.677Z] - CONFIG_CFS_BANDWIDTH: enabled
23:21:24 [2019-09-19T23:21:24.685Z] + docker version
23:21:24 [2019-09-19T23:21:24.685Z] Client: Docker Engine - Community
23:21:24 [2019-09-19T23:21:24.685Z]  Version:           19.03.2
23:21:24 [2019-09-19T23:21:24.685Z]  API version:       1.40
23:21:24 [2019-09-19T23:21:24.685Z]  Go version:        go1.12.8
23:21:24 [2019-09-19T23:21:24.685Z]  Git commit:        6a30dfc
23:21:24 [2019-09-19T23:21:24.685Z]  Built:             Thu Aug 29 05:29:11 2019
23:21:24 [2019-09-19T23:21:24.685Z]  OS/Arch:           linux/amd64
23:21:24 [2019-09-19T23:21:24.685Z]  Experimental:      false
23:21:24 [2019-09-19T23:21:24.685Z] 
23:21:24 [2019-09-19T23:21:24.685Z] Server: Docker Engine - Community
23:21:24 [2019-09-19T23:21:24.685Z]  Engine:
23:21:24 [2019-09-19T23:21:24.685Z]   Version:          19.03.2
23:21:24 [2019-09-19T23:21:24.685Z]   API version:      1.40 (minimum version 1.12)
23:21:24 [2019-09-19T23:21:24.685Z]   Go version:       go1.12.8
23:21:24 [2019-09-19T23:21:24.685Z]   Git commit:       6a30dfc
23:21:24 [2019-09-19T23:21:24.685Z]   Built:            Thu Aug 29 05:27:45 2019
23:21:24 [2019-09-19T23:21:24.685Z]   OS/Arch:          linux/amd64
23:21:24 [2019-09-19T23:21:24.685Z]   Experimental:     true
23:21:24 [2019-09-19T23:21:24.685Z]  containerd:
23:21:24 [2019-09-19T23:21:24.685Z]   Version:          1.2.6
23:21:24 [2019-09-19T23:21:24.685Z]   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
23:21:24 [2019-09-19T23:21:24.685Z]  runc:
23:21:24 [2019-09-19T23:21:24.685Z]   Version:          1.0.0-rc8
23:21:24 [2019-09-19T23:21:24.685Z]   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
23:21:24 [2019-09-19T23:21:24.685Z]  docker-init:
23:21:24 [2019-09-19T23:21:24.685Z]   Version:          0.18.0
23:21:24 [2019-09-19T23:21:24.685Z]   GitCommit:        fec3683
[Pipeline] sh
23:21:24 [2019-09-19T23:21:24.948Z] + docker info
23:21:24 [2019-09-19T23:21:24.970Z] + docker info
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_RT_GROUP_SCHED: missing
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_VS: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_VS_NFCT: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_IP_VS_RR: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_EXT4_FS: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:21:25 [2019-09-19T23:21:25.042Z] - Network Drivers:
23:21:25 [2019-09-19T23:21:25.042Z]   - "overlay":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_VXLAN: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:21:25 [2019-09-19T23:21:25.042Z]       Optional (for encrypted networks):
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_CRYPTO: enabled
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_XFRM: enabled
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_XFRM_USER: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_INET_ESP: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "ipvlan":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_IPVLAN: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "macvlan":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_MACVLAN: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_DUMMY: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "ftp,tftp client in container":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z] - Storage Drivers:
23:21:25 [2019-09-19T23:21:25.042Z]   - "aufs":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_AUFS_FS: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "btrfs":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:21:25 [2019-09-19T23:21:25.042Z]   - "devicemapper":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_BLK_DEV_DM: enabled
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "overlay":
23:21:25 [2019-09-19T23:21:25.042Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:21:25 [2019-09-19T23:21:25.042Z]   - "zfs":
23:21:25 [2019-09-19T23:21:25.042Z]     - /dev/zfs: missing
23:21:25 [2019-09-19T23:21:25.042Z]     - zfs command: missing
23:21:25 [2019-09-19T23:21:25.042Z]     - zpool command: missing
23:21:25 [2019-09-19T23:21:25.042Z] 
23:21:25 [2019-09-19T23:21:25.042Z] Limits:
23:21:25 [2019-09-19T23:21:25.042Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:21:25 [2019-09-19T23:21:25.042Z] 
23:21:25 [2019-09-19T23:21:25.042Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:21:25 [2019-09-19T23:21:25.224Z] Client:
23:21:25 [2019-09-19T23:21:25.225Z]  Debug Mode: false
23:21:25 [2019-09-19T23:21:25.225Z] 
23:21:25 [2019-09-19T23:21:25.225Z] Server:
23:21:25 [2019-09-19T23:21:25.225Z]  Containers: 6
23:21:25 [2019-09-19T23:21:25.225Z]   Running: 0
23:21:25 [2019-09-19T23:21:25.225Z]   Paused: 0
23:21:25 [2019-09-19T23:21:25.225Z]   Stopped: 6
23:21:25 [2019-09-19T23:21:25.225Z]  Images: 9
23:21:25 [2019-09-19T23:21:25.225Z]  Server Version: 19.03.2
23:21:25 [2019-09-19T23:21:25.225Z]  Storage Driver: overlay2
23:21:25 [2019-09-19T23:21:25.225Z]   Backing Filesystem: extfs
23:21:25 [2019-09-19T23:21:25.225Z]   Supports d_type: true
23:21:25 [2019-09-19T23:21:25.225Z]   Native Overlay Diff: true
23:21:25 [2019-09-19T23:21:25.225Z]  Logging Driver: json-file
23:21:25 [2019-09-19T23:21:25.225Z]  Cgroup Driver: cgroupfs
23:21:25 [2019-09-19T23:21:25.225Z]  Plugins:
23:21:25 [2019-09-19T23:21:25.225Z]   Volume: local
23:21:25 [2019-09-19T23:21:25.225Z]   Network: bridge host ipvlan macvlan null overlay
23:21:25 [2019-09-19T23:21:25.225Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:21:25 [2019-09-19T23:21:25.225Z]  Swarm: inactive
23:21:25 [2019-09-19T23:21:25.225Z]  Runtimes: runc
23:21:25 [2019-09-19T23:21:25.225Z]  Default Runtime: runc
23:21:25 [2019-09-19T23:21:25.225Z]  Init Binary: docker-init
23:21:25 [2019-09-19T23:21:25.225Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
23:21:25 [2019-09-19T23:21:25.225Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
23:21:25 [2019-09-19T23:21:25.225Z]  init version: fec3683
23:21:25 [2019-09-19T23:21:25.225Z]  Security Options:
23:21:25 [2019-09-19T23:21:25.225Z]   apparmor
23:21:25 [2019-09-19T23:21:25.225Z]   seccomp
23:21:25 [2019-09-19T23:21:25.225Z]    Profile: default
23:21:25 [2019-09-19T23:21:25.225Z]  Kernel Version: 4.15.0-1048-aws
23:21:25 [2019-09-19T23:21:25.225Z]  Operating System: Ubuntu 18.04.3 LTS
23:21:25 [2019-09-19T23:21:25.225Z]  OSType: linux
23:21:25 [2019-09-19T23:21:25.225Z]  Architecture: x86_64
23:21:25 [2019-09-19T23:21:25.225Z]  CPUs: 2
23:21:25 [2019-09-19T23:21:25.225Z]  Total Memory: 7.501GiB
23:21:25 [2019-09-19T23:21:25.225Z]  Name: ip-10-100-80-100
23:21:25 [2019-09-19T23:21:25.225Z]  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
23:21:25 [2019-09-19T23:21:25.225Z]  Docker Root Dir: /var/lib/docker
23:21:25 [2019-09-19T23:21:25.225Z]  Debug Mode: false
23:21:25 [2019-09-19T23:21:25.225Z]  Registry: https://index.docker.io/v1/
23:21:25 [2019-09-19T23:21:25.225Z]  Labels:
23:21:25 [2019-09-19T23:21:25.225Z]  Experimental: true
23:21:25 [2019-09-19T23:21:25.225Z]  Insecure Registries:
23:21:25 [2019-09-19T23:21:25.225Z]   127.0.0.0/8
23:21:25 [2019-09-19T23:21:25.225Z]  Live Restore Enabled: true
23:21:25 [2019-09-19T23:21:25.225Z] 
23:21:25 [2019-09-19T23:21:25.225Z] WARNING: No swap limit support
23:21:25 [2019-09-19T23:21:25.511Z] Client:
23:21:25 [2019-09-19T23:21:25.511Z]  Debug Mode: false
23:21:25 [2019-09-19T23:21:25.511Z] 
23:21:25 [2019-09-19T23:21:25.511Z] Server:
23:21:25 [2019-09-19T23:21:25.511Z]  Containers: 6
23:21:25 [2019-09-19T23:21:25.511Z]   Running: 0
23:21:25 [2019-09-19T23:21:25.511Z]   Paused: 0
23:21:25 [2019-09-19T23:21:25.511Z]   Stopped: 6
23:21:25 [2019-09-19T23:21:25.511Z]  Images: 15
23:21:25 [2019-09-19T23:21:25.511Z]  Server Version: 19.03.2
23:21:25 [2019-09-19T23:21:25.511Z]  Storage Driver: overlay2
23:21:25 [2019-09-19T23:21:25.511Z]   Backing Filesystem: extfs
23:21:25 [2019-09-19T23:21:25.511Z]   Supports d_type: true
23:21:25 [2019-09-19T23:21:25.511Z]   Native Overlay Diff: true
23:21:25 [2019-09-19T23:21:25.511Z]  Logging Driver: json-file
23:21:25 [2019-09-19T23:21:25.511Z]  Cgroup Driver: cgroupfs
23:21:25 [2019-09-19T23:21:25.511Z]  Plugins:
23:21:25 [2019-09-19T23:21:25.511Z]   Volume: local
23:21:25 [2019-09-19T23:21:25.511Z]   Network: bridge host ipvlan macvlan null overlay
23:21:25 [2019-09-19T23:21:25.511Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:21:25 [2019-09-19T23:21:25.511Z]  Swarm: inactive
23:21:25 [2019-09-19T23:21:25.511Z]  Runtimes: runc
23:21:25 [2019-09-19T23:21:25.511Z]  Default Runtime: runc
23:21:25 [2019-09-19T23:21:25.511Z]  Init Binary: docker-init
23:21:25 [2019-09-19T23:21:25.511Z]  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
23:21:25 [2019-09-19T23:21:25.511Z]  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
23:21:25 [2019-09-19T23:21:25.511Z]  init version: fec3683
23:21:25 [2019-09-19T23:21:25.511Z]  Security Options:
23:21:25 [2019-09-19T23:21:25.511Z]   apparmor
23:21:25 [2019-09-19T23:21:25.511Z]   seccomp
23:21:25 [2019-09-19T23:21:25.511Z]    Profile: default
23:21:25 [2019-09-19T23:21:25.511Z]  Kernel Version: 4.15.0-1048-aws
23:21:25 [2019-09-19T23:21:25.511Z]  Operating System: Ubuntu 18.04.3 LTS
23:21:25 [2019-09-19T23:21:25.511Z]  OSType: linux
23:21:25 [2019-09-19T23:21:25.511Z]  Architecture: x86_64
23:21:25 [2019-09-19T23:21:25.511Z]  CPUs: 2
23:21:25 [2019-09-19T23:21:25.511Z]  Total Memory: 7.501GiB
23:21:25 [2019-09-19T23:21:25.511Z]  Name: ip-10-100-113-249
23:21:25 [2019-09-19T23:21:25.511Z]  ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG
23:21:25 [2019-09-19T23:21:25.511Z]  Docker Root Dir: /var/lib/docker
23:21:25 [2019-09-19T23:21:25.511Z]  Debug Mode: false
23:21:25 [2019-09-19T23:21:25.511Z]  Registry: https://index.docker.io/v1/
23:21:25 [2019-09-19T23:21:25.511Z]  Labels:
23:21:25 [2019-09-19T23:21:25.511Z]  Experimental: true
23:21:25 [2019-09-19T23:21:25.511Z]  Insecure Registries:
23:21:25 [2019-09-19T23:21:25.511Z]   127.0.0.0/8
23:21:25 [2019-09-19T23:21:25.511Z]  Live Restore Enabled: true
23:21:25 [2019-09-19T23:21:25.511Z] 
23:21:25 [2019-09-19T23:21:25.511Z] WARNING: No swap limit support
[Pipeline] sh
[Pipeline] sh
23:21:25 [2019-09-19T23:21:25.819Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:25 [2019-09-19T23:21:25.819Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:25 [2019-09-19T23:21:25.819Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-370/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:21:25 [2019-09-19T23:21:25.819Z] + bash /home/ubuntu/workspace/engine_PR-370/check-config.sh
23:21:25 [2019-09-19T23:21:25.819Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:21:25 [2019-09-19T23:21:25.819Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ...
23:21:25 [2019-09-19T23:21:25.819Z] 
23:21:25 [2019-09-19T23:21:25.819Z] Generally Necessary:
23:21:25 [2019-09-19T23:21:25.819Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:21:25 [2019-09-19T23:21:25.819Z] - apparmor: enabled and tools installed
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NAMESPACES: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NET_NS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_PID_NS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_IPC_NS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_UTS_NS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUPS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUP_CPUACCT: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUP_DEVICE: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUP_FREEZER: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUP_SCHED: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CPUSETS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_MEMCG: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_KEYS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_VETH: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_BRIDGE: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NF_NAT: enabled (as module)
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_NF_NAT_NEEDED: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_POSIX_MQUEUE: enabled
23:21:25 [2019-09-19T23:21:25.819Z] 
23:21:25 [2019-09-19T23:21:25.819Z] Optional Features:
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_USER_NS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_SECCOMP: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_CGROUP_PIDS: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_MEMCG_SWAP: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:21:25 [2019-09-19T23:21:25.819Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_BLK_CGROUP: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:21:25 [2019-09-19T23:21:25.819Z] - CONFIG_IOSCHED_CFQ: enabled
23:21:25 [2019-09-19T23:21:25.876Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:25 [2019-09-19T23:21:25.876Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:25 [2019-09-19T23:21:25.876Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-370/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:21:25 [2019-09-19T23:21:25.876Z] + bash /home/ubuntu/workspace/engine_PR-370/check-config.sh
23:21:25 [2019-09-19T23:21:25.876Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:21:25 [2019-09-19T23:21:25.876Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ...
23:21:25 [2019-09-19T23:21:25.876Z] 
23:21:25 [2019-09-19T23:21:25.876Z] Generally Necessary:
23:21:25 [2019-09-19T23:21:25.876Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:21:25 [2019-09-19T23:21:25.876Z] - apparmor: enabled and tools installed
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_NAMESPACES: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_NET_NS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_PID_NS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_IPC_NS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_UTS_NS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CGROUPS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CGROUP_CPUACCT: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CGROUP_DEVICE: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CGROUP_FREEZER: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CGROUP_SCHED: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_CPUSETS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_MEMCG: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_KEYS: enabled
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_VETH: enabled (as module)
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_BRIDGE: enabled (as module)
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:21:25 [2019-09-19T23:21:25.876Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
23:21:25 [2019-09-19T23:21:25.905Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 -f Dockerfile .
23:21:26 [2019-09-19T23:21:26.076Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_CGROUP_PERF: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_CGROUP_HUGETLB: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_CFS_BANDWIDTH: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_RT_GROUP_SCHED: missing
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_VS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_VS_NFCT: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_IP_VS_RR: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_EXT4_FS: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:21:26 [2019-09-19T23:21:26.077Z] - Network Drivers:
23:21:26 [2019-09-19T23:21:26.077Z]   - "overlay":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_VXLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       Optional (for encrypted networks):
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_CRYPTO: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_CRYPTO_AEAD: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_CRYPTO_GCM: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_CRYPTO_GHASH: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_XFRM: enabled
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_XFRM_USER: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_INET_ESP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "ipvlan":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_IPVLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "macvlan":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_MACVLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_DUMMY: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "ftp,tftp client in container":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z] - Storage Drivers:
23:21:26 [2019-09-19T23:21:26.077Z]   - "aufs":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_AUFS_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "btrfs":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:21:26 [2019-09-19T23:21:26.077Z]   - "devicemapper":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_BLK_DEV_DM: enabled
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "overlay":
23:21:26 [2019-09-19T23:21:26.077Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.077Z]   - "zfs":
23:21:26 [2019-09-19T23:21:26.077Z]     - /dev/zfs: missing
23:21:26 [2019-09-19T23:21:26.077Z]     - zfs command: missing
23:21:26 [2019-09-19T23:21:26.077Z]     - zpool command: missing
23:21:26 [2019-09-19T23:21:26.077Z] 
23:21:26 [2019-09-19T23:21:26.077Z] Limits:
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NF_NAT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NF_NAT_NEEDED: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_POSIX_MQUEUE: enabled
23:21:26 [2019-09-19T23:21:26.131Z] 
23:21:26 [2019-09-19T23:21:26.131Z] Optional Features:
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_USER_NS: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_SECCOMP: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CGROUP_PIDS: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_MEMCG_SWAP: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:21:26 [2019-09-19T23:21:26.131Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_BLK_CGROUP: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IOSCHED_CFQ: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CGROUP_PERF: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CGROUP_HUGETLB: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_CFS_BANDWIDTH: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_RT_GROUP_SCHED: missing
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_VS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_VS_NFCT: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_IP_VS_RR: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_EXT4_FS: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:21:26 [2019-09-19T23:21:26.131Z] - Network Drivers:
23:21:26 [2019-09-19T23:21:26.131Z]   - "overlay":
23:21:26 [2019-09-19T23:21:26.131Z]     - CONFIG_VXLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       Optional (for encrypted networks):
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_CRYPTO: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_CRYPTO_AEAD: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_CRYPTO_GCM: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_CRYPTO_GHASH: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_XFRM: enabled
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_XFRM_USER: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_INET_ESP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]   - "ipvlan":
23:21:26 [2019-09-19T23:21:26.131Z]     - CONFIG_IPVLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.131Z]   - "macvlan":
23:21:26 [2019-09-19T23:21:26.218Z] Fetching without tags
23:21:26 [2019-09-19T23:21:26.333Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:21:26 [2019-09-19T23:21:26.333Z] 
23:21:26 [2019-09-19T23:21:26.333Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_MACVLAN: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_DUMMY: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]   - "ftp,tftp client in container":
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z] - Storage Drivers:
23:21:26 [2019-09-19T23:21:26.385Z]   - "aufs":
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_AUFS_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]   - "btrfs":
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:21:26 [2019-09-19T23:21:26.385Z]   - "devicemapper":
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_BLK_DEV_DM: enabled
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]   - "overlay":
23:21:26 [2019-09-19T23:21:26.385Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:21:26 [2019-09-19T23:21:26.385Z]   - "zfs":
23:21:26 [2019-09-19T23:21:26.385Z]     - /dev/zfs: missing
23:21:26 [2019-09-19T23:21:26.385Z]     - zfs command: missing
23:21:26 [2019-09-19T23:21:26.385Z]     - zpool command: missing
23:21:26 [2019-09-19T23:21:26.385Z] 
23:21:26 [2019-09-19T23:21:26.385Z] Limits:
23:21:26 [2019-09-19T23:21:26.385Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:21:26 [2019-09-19T23:21:26.385Z] 
23:21:26 [2019-09-19T23:21:26.385Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:21:25 [2019-09-19T23:21:25.851Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:25 [2019-09-19T23:21:25.925Z]  > git config --add remote.origin.fetch +refs/pull/370/head:refs/remotes/origin/PR-370 # timeout=10
23:21:25 [2019-09-19T23:21:25.984Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:21:26 [2019-09-19T23:21:26.114Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:26 [2019-09-19T23:21:26.241Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:26 [2019-09-19T23:21:26.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:26 [2019-09-19T23:21:26.241Z]  > git fetch --no-tags --force --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:26 [2019-09-19T23:21:26.655Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 .
23:21:26 [2019-09-19T23:21:26.655Z] #1 [internal] load build definition from Dockerfile
23:21:26 [2019-09-19T23:21:26.655Z] #1 DONE 0.0s
23:21:26 [2019-09-19T23:21:26.655Z] 
23:21:26 [2019-09-19T23:21:26.655Z] #2 [internal] load .dockerignore
23:21:26 [2019-09-19T23:21:26.655Z] #2 DONE 0.0s
23:21:26 [2019-09-19T23:21:26.655Z] 
23:21:26 [2019-09-19T23:21:26.655Z] #1 [internal] load build definition from Dockerfile
23:21:26 [2019-09-19T23:21:26.655Z] #1 transferring dockerfile: 10.90kB done
23:21:26 [2019-09-19T23:21:26.655Z] #1 DONE 0.0s
23:21:26 [2019-09-19T23:21:26.655Z] 
23:21:26 [2019-09-19T23:21:26.655Z] #2 [internal] load .dockerignore
23:21:26 [2019-09-19T23:21:26.655Z] #2 transferring context: 87B done
23:21:26 [2019-09-19T23:21:26.655Z] #2 DONE 0.0s
23:21:26 [2019-09-19T23:21:26.655Z] 
23:21:26 [2019-09-19T23:21:26.655Z] #3 [internal] load metadata for docker.io/library/golang:1.12.8-stretch
23:21:26 [2019-09-19T23:21:26.803Z] + sudo modprobe ip_vs
23:21:26 [2019-09-19T23:21:26.803Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 .
23:21:26 [2019-09-19T23:21:26.803Z] #2 [internal] load .dockerignore
23:21:26 [2019-09-19T23:21:26.912Z] #3 DONE 0.3s
23:21:26 [2019-09-19T23:21:26.912Z] 
23:21:26 [2019-09-19T23:21:26.912Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369...
23:21:26 [2019-09-19T23:21:26.912Z] #64 CACHED
23:21:26 [2019-09-19T23:21:26.912Z] 
23:21:26 [2019-09-19T23:21:26.912Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d...
23:21:26 [2019-09-19T23:21:26.912Z] #4 resolve docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69 done
23:21:26 [2019-09-19T23:21:26.937Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:27 [2019-09-19T23:21:27.058Z] #2 transferring context: 87B done
23:21:27 [2019-09-19T23:21:27.058Z] #2 DONE 0.0s
23:21:27 [2019-09-19T23:21:27.058Z] 
23:21:27 [2019-09-19T23:21:27.058Z] #1 [internal] load build definition from Dockerfile
23:21:27 [2019-09-19T23:21:27.058Z] #1 transferring dockerfile: 10.90kB done
23:21:27 [2019-09-19T23:21:27.058Z] #1 DONE 0.0s
23:21:27 [2019-09-19T23:21:27.058Z] 
23:21:27 [2019-09-19T23:21:27.058Z] #3 [internal] load metadata for docker.io/library/golang:1.12.8-stretch
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69 1.42kB / 1.42kB done
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:58920d6c0c6fb65f7d2d3fbf257dbad1f94b0d886763f903003d3f3949d8b11a 1.80kB / 1.80kB done
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0B / 4.34MB 0.1s
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:30ca2a55cedbc3c5ac8eb15703916a9cad3907dfa8dcbb740368677d620e0b1b 5.47kB / 5.47kB done
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 0B / 45.37MB 0.1s
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0B / 10.79MB 0.1s
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 3.25MB / 4.34MB 0.2s
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 4.39MB / 45.37MB 0.2s
23:21:27 [2019-09-19T23:21:27.169Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 6.61MB / 10.79MB 0.2s
23:21:27 [2019-09-19T23:21:27.218Z] Sending build context to Docker daemon  49.84MB

23:21:27 [2019-09-19T23:21:27.218Z] Step 1/126 : ARG CROSS="false"
23:21:27 [2019-09-19T23:21:27.218Z] Step 2/126 : ARG GO_VERSION=1.12.8
23:21:27 [2019-09-19T23:21:27.218Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive
23:21:27 [2019-09-19T23:21:27.218Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base
23:21:27 [2019-09-19T23:21:27.218Z] 1.12.8-stretch: Pulling from library/golang
23:21:27 [2019-09-19T23:21:27.314Z] #3 DONE 0.3s
23:21:27 [2019-09-19T23:21:27.314Z] 
23:21:27 [2019-09-19T23:21:27.314Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369...
23:21:27 [2019-09-19T23:21:27.314Z] #64 DONE 0.0s
23:21:27 [2019-09-19T23:21:27.314Z] 
23:21:27 [2019-09-19T23:21:27.314Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d...
23:21:27 [2019-09-19T23:21:27.314Z] #4 resolve docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69 done
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69 1.42kB / 1.42kB done
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:30ca2a55cedbc3c5ac8eb15703916a9cad3907dfa8dcbb740368677d620e0b1b 5.47kB / 5.47kB done
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0B / 4.34MB 0.0s
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:58920d6c0c6fb65f7d2d3fbf257dbad1f94b0d886763f903003d3f3949d8b11a 1.80kB / 1.80kB done
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 0B / 45.37MB 0.0s
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0B / 10.79MB 0.0s
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 1.65MB / 4.34MB 0.2s
23:21:27 [2019-09-19T23:21:27.314Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 9.35MB / 45.37MB 0.2s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 4.34MB / 4.34MB 0.2s done
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 15.30MB / 45.37MB 0.3s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 0.3s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 0B / 50.07MB 0.3s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 23.53MB / 45.37MB 0.4s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 0.3s done
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 3.98MB / 50.07MB 0.4s
23:21:27 [2019-09-19T23:21:27.426Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 0B / 57.67MB 0.4s
23:21:27 [2019-09-19T23:21:27.568Z] #4 sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 4.34MB / 4.34MB 0.2s done
23:21:27 [2019-09-19T23:21:27.568Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 25.89MB / 45.37MB 0.4s
23:21:27 [2019-09-19T23:21:27.568Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 7.50MB / 10.79MB 0.4s
23:21:27 [2019-09-19T23:21:27.568Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 1.50MB / 50.07MB 0.4s
23:21:27 [2019-09-19T23:21:27.596Z] 05b3194a550b: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] 5cc01dcd9b0a: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] 5154470af4c8: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] cd3b67ff4ea9: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] 81cc889ba28f: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] c8a80ec91ff1: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] bbaf7f224ceb: Pulling fs layer
23:21:27 [2019-09-19T23:21:27.596Z] cd3b67ff4ea9: Waiting
23:21:27 [2019-09-19T23:21:27.596Z] 81cc889ba28f: Waiting
23:21:27 [2019-09-19T23:21:27.596Z] c8a80ec91ff1: Waiting
23:21:27 [2019-09-19T23:21:27.596Z] bbaf7f224ceb: Waiting
23:21:27 [2019-09-19T23:21:27.596Z] 5cc01dcd9b0a: Verifying Checksum
23:21:27 [2019-09-19T23:21:27.596Z] 5cc01dcd9b0a: Download complete
23:21:27 [2019-09-19T23:21:27.596Z] 5154470af4c8: Verifying Checksum
23:21:27 [2019-09-19T23:21:27.596Z] 5154470af4c8: Download complete
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 36.19MB / 45.37MB 0.6s
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 16.07MB / 50.07MB 0.6s
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 9.08MB / 57.67MB 0.6s
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 44.72MB / 45.37MB 0.7s
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 22.39MB / 50.07MB 0.7s
23:21:27 [2019-09-19T23:21:27.684Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 16.90MB / 57.67MB 0.7s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 30.60MB / 45.37MB 0.5s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 10.79MB / 10.79MB 0.5s done
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 15.92MB / 50.07MB 0.5s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 0B / 57.67MB 0.5s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 44.27MB / 45.37MB 0.7s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 25.98MB / 50.07MB 0.7s
23:21:27 [2019-09-19T23:21:27.823Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 6.07MB / 57.67MB 0.7s
23:21:27 [2019-09-19T23:21:27.942Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 24.59MB / 57.67MB 0.8s
23:21:27 [2019-09-19T23:21:27.942Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 45.37MB / 45.37MB 0.8s done
23:21:27 [2019-09-19T23:21:27.942Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 28.33MB / 50.07MB 0.9s
23:21:27 [2019-09-19T23:21:27.942Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 28.89MB / 57.67MB 0.9s
23:21:27 [2019-09-19T23:21:27.942Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 0B / 127.96MB 0.9s
23:21:28 [2019-09-19T23:21:28.084Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 31.56MB / 50.07MB 0.8s
23:21:28 [2019-09-19T23:21:28.084Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 38.95MB / 50.07MB 0.9s
23:21:28 [2019-09-19T23:21:28.084Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 20.82MB / 57.67MB 0.9s
23:21:28 [2019-09-19T23:21:28.202Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 35.71MB / 50.07MB 1.1s
23:21:28 [2019-09-19T23:21:28.202Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 40.10MB / 57.67MB 1.1s
23:21:28 [2019-09-19T23:21:28.203Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 39.73MB / 50.07MB 1.2s
23:21:28 [2019-09-19T23:21:28.203Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 47.10MB / 57.67MB 1.2s
23:21:28 [2019-09-19T23:21:28.203Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 8.74MB / 127.96MB 1.2s
23:21:28 [2019-09-19T23:21:28.203Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 44.62MB / 50.07MB 1.3s
23:21:28 [2019-09-19T23:21:28.203Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 51.21MB / 57.67MB 1.3s
23:21:28 [2019-09-19T23:21:28.203Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e
23:21:28 [2019-09-19T23:21:28.349Z] #4 sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 45.37MB / 45.37MB 0.9s done
23:21:28 [2019-09-19T23:21:28.349Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 28.70MB / 57.67MB 1.0s
23:21:28 [2019-09-19T23:21:28.349Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 0B / 127.96MB 1.0s
23:21:28 [2019-09-19T23:21:28.349Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.2s
23:21:28 [2019-09-19T23:21:28.349Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 35.34MB / 57.67MB 1.2s
23:21:26 [2019-09-19T23:21:26.961Z]  > git config core.sparsecheckout # timeout=10
23:21:27 [2019-09-19T23:21:27.018Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:28 [2019-09-19T23:21:28.461Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.4s
23:21:28 [2019-09-19T23:21:28.461Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 56.57MB / 57.67MB 1.4s
23:21:28 [2019-09-19T23:21:28.461Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 18.86MB / 127.96MB 1.4s
23:21:28 [2019-09-19T23:21:28.548Z] 05b3194a550b: Download complete
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.2s done
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 49.30MB / 57.67MB 1.4s
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 16.51MB / 127.96MB 1.4s
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a 126B / 126B 1.3s done
23:21:28 [2019-09-19T23:21:28.605Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 52.57MB / 57.67MB 1.5s
23:21:28 [2019-09-19T23:21:28.605Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 24.36MB / 127.96MB 1.5s
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 50.07MB / 50.07MB 1.5s done
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 57.67MB / 57.67MB 1.5s done
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 29.94MB / 127.96MB 1.6s
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a 0B / 126B 1.6s
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 40.53MB / 127.96MB 1.7s
23:21:28 [2019-09-19T23:21:28.724Z] #4 sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a 126B / 126B 1.6s done
23:21:28 [2019-09-19T23:21:28.859Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 57.67MB / 57.67MB 1.6s
23:21:28 [2019-09-19T23:21:28.859Z] #4 sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 57.67MB / 57.67MB 1.6s done
23:21:28 [2019-09-19T23:21:28.859Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 47.64MB / 127.96MB 1.8s
23:21:28 [2019-09-19T23:21:28.984Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 49.30MB / 127.96MB 1.8s
23:21:28 [2019-09-19T23:21:28.984Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 64.96MB / 127.96MB 2.0s
23:21:29 [2019-09-19T23:21:29.114Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 56.62MB / 127.96MB 1.9s
23:21:29 [2019-09-19T23:21:29.242Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 80.45MB / 127.96MB 2.2s
23:21:29 [2019-09-19T23:21:29.370Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 68.73MB / 127.96MB 2.2s
23:21:29 [2019-09-19T23:21:29.491Z] cd3b67ff4ea9: Verifying Checksum
23:21:29 [2019-09-19T23:21:29.491Z] cd3b67ff4ea9: Download complete
23:21:29 [2019-09-19T23:21:29.491Z] 81cc889ba28f: Verifying Checksum
23:21:29 [2019-09-19T23:21:29.491Z] 81cc889ba28f: Download complete
23:21:29 [2019-09-19T23:21:29.491Z] bbaf7f224ceb: Verifying Checksum
23:21:29 [2019-09-19T23:21:29.491Z] bbaf7f224ceb: Download complete
23:21:29 [2019-09-19T23:21:29.501Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 103.91MB / 127.96MB 2.5s
23:21:29 [2019-09-19T23:21:29.626Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 83.67MB / 127.96MB 2.4s
23:21:29 [2019-09-19T23:21:29.762Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 114.64MB / 127.96MB 2.7s
23:21:29 [2019-09-19T23:21:29.762Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 121.19MB / 127.96MB 2.9s
23:21:29 [2019-09-19T23:21:29.882Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 101.58MB / 127.96MB 2.6s
23:21:29 [2019-09-19T23:21:29.882Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 108.84MB / 127.96MB 2.7s
23:21:30 [2019-09-19T23:21:30.020Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 127.96MB / 127.96MB 3.0s
23:21:30 [2019-09-19T23:21:30.136Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 120.57MB / 127.96MB 2.9s
23:21:30 [2019-09-19T23:21:30.136Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 127.96MB / 127.96MB 3.1s
23:21:30 [2019-09-19T23:21:30.278Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 127.96MB / 127.96MB 3.1s done
23:21:30 [2019-09-19T23:21:30.062Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:21:30 [2019-09-19T23:21:30.388Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:30 [2019-09-19T23:21:30.390Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:21:30 [2019-09-19T23:21:30.391Z] #4 sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 127.96MB / 127.96MB 3.1s done
23:21:30 [2019-09-19T23:21:30.527Z] c8a80ec91ff1: Verifying Checksum
23:21:30 [2019-09-19T23:21:30.527Z] c8a80ec91ff1: Download complete
23:21:30 [2019-09-19T23:21:30.745Z] #4 ...
23:21:30 [2019-09-19T23:21:30.745Z] 
23:21:30 [2019-09-19T23:21:30.745Z] #18 [internal] load build context
23:21:30 [2019-09-19T23:21:30.745Z] #18 transferring context: 45.37MB 3.4s done
23:21:30 [2019-09-19T23:21:30.745Z] #18 DONE 3.5s
23:21:30 [2019-09-19T23:21:30.745Z] 
23:21:30 [2019-09-19T23:21:30.745Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d...
23:21:30 [2019-09-19T23:21:30.902Z] 05b3194a550b: Pull complete
23:21:31 [2019-09-19T23:21:31.210Z] #4 ...
23:21:31 [2019-09-19T23:21:31.210Z] 
23:21:31 [2019-09-19T23:21:31.210Z] #18 [internal] load build context
23:21:31 [2019-09-19T23:21:31.210Z] #18 transferring context: 45.37MB 4.0s done
23:21:31 [2019-09-19T23:21:31.210Z] #18 DONE 4.0s
23:21:31 [2019-09-19T23:21:31.210Z] 
23:21:31 [2019-09-19T23:21:31.210Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.8-stretch@sha256:cb542b93d...
23:21:31 [2019-09-19T23:21:31.240Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:21:31 [2019-09-19T23:21:31.270Z] 5cc01dcd9b0a: Pull complete
23:21:31 [2019-09-19T23:21:31.270Z] 5154470af4c8: Pull complete
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:21:32 [2019-09-19T23:21:32.107Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 3.5s done
23:21:32 [2019-09-19T23:21:32.107Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821
23:21:32 [2019-09-19T23:21:32.141Z] #4 extracting sha256:9cc2ad81d40d54dcae7fa5e8e17d9c34e8bba3b7c2cc7e26fb22734608bda32e 3.7s done
23:21:32 [2019-09-19T23:21:32.141Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821
23:21:30 [2019-09-19T23:21:30.284Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:21:30 [2019-09-19T23:21:30.414Z]  > git config core.sparsecheckout # timeout=10
23:21:30 [2019-09-19T23:21:30.484Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:32 [2019-09-19T23:21:32.399Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0.3s done
23:21:32 [2019-09-19T23:21:32.399Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8
23:21:32 [2019-09-19T23:21:32.652Z] + docker version
23:21:32 [2019-09-19T23:21:32.652Z] Client: Docker Engine - Enterprise
23:21:32 [2019-09-19T23:21:32.652Z]  Version:           19.03.2
23:21:32 [2019-09-19T23:21:32.652Z]  API version:       1.40
23:21:32 [2019-09-19T23:21:32.652Z]  Go version:        go1.12.8
23:21:32 [2019-09-19T23:21:32.652Z]  Git commit:        c92ab06ed9
23:21:32 [2019-09-19T23:21:32.652Z]  Built:             09/03/2019 16:38:11
23:21:32 [2019-09-19T23:21:32.652Z]  OS/Arch:           windows/amd64
23:21:32 [2019-09-19T23:21:32.652Z]  Experimental:      false
23:21:32 [2019-09-19T23:21:32.652Z] 
23:21:32 [2019-09-19T23:21:32.652Z] Server: Docker Engine - Enterprise
23:21:32 [2019-09-19T23:21:32.652Z]  Engine:
23:21:32 [2019-09-19T23:21:32.652Z]   Version:          19.03.2
23:21:32 [2019-09-19T23:21:32.652Z]   API version:      1.40 (minimum version 1.24)
23:21:32 [2019-09-19T23:21:32.652Z]   Go version:       go1.12.8
23:21:32 [2019-09-19T23:21:32.652Z]   Git commit:       c92ab06ed9
23:21:32 [2019-09-19T23:21:32.652Z]   Built:            09/03/2019 16:35:47
23:21:32 [2019-09-19T23:21:32.652Z]   OS/Arch:          windows/amd64
23:21:32 [2019-09-19T23:21:32.652Z]   Experimental:     true
23:21:32 [2019-09-19T23:21:32.656Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0.2s done
23:21:32 [2019-09-19T23:21:32.656Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde
23:21:32 [2019-09-19T23:21:32.669Z] #4 extracting sha256:e6cb98e32a52e3d74381e6d9719bf33482c3b5fcf2825b76102321be48773821 0.3s done
23:21:32 [2019-09-19T23:21:32.669Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8
23:21:32 [2019-09-19T23:21:32.669Z] #4 extracting sha256:ae1b8d879badee51dc9d6e27a496eccd69979e406f851fc456990c2b995ff6e8 0.1s done
[Pipeline] sh
23:21:32 [2019-09-19T23:21:32.924Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 0.1s
23:21:33 [2019-09-19T23:21:33.675Z] + docker info
23:21:33 [2019-09-19T23:21:33.708Z] cd3b67ff4ea9: Pull complete
23:21:34 [2019-09-19T23:21:34.240Z] Fetching without tags
23:21:34 [2019-09-19T23:21:34.521Z] 81cc889ba28f: Pull complete
23:21:34 [2019-09-19T23:21:34.543Z] Merging remotes/origin/19.03 commit 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf into PR head commit a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:34 [2019-09-19T23:21:34.806Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 2.1s done
23:21:34 [2019-09-19T23:21:34.806Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc
23:21:35 [2019-09-19T23:21:35.179Z] #4 extracting sha256:42cfa3699b05a0a1bfd9c65dd6463333a18ea3df26dae7612abee367fdba5bde 2.0s done
23:21:35 [2019-09-19T23:21:35.180Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc
23:21:35 [2019-09-19T23:21:35.207Z] Client:
23:21:35 [2019-09-19T23:21:35.207Z]  Debug Mode: false
23:21:35 [2019-09-19T23:21:35.207Z]  Plugins:
23:21:35 [2019-09-19T23:21:35.207Z]   cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7)
23:21:35 [2019-09-19T23:21:35.207Z] 
23:21:35 [2019-09-19T23:21:35.207Z] Server:
23:21:35 [2019-09-19T23:21:35.207Z]  Containers: 0
23:21:35 [2019-09-19T23:21:35.207Z]   Running: 0
23:21:35 [2019-09-19T23:21:35.207Z]   Paused: 0
23:21:35 [2019-09-19T23:21:35.207Z]   Stopped: 0
23:21:35 [2019-09-19T23:21:35.207Z]  Images: 8
23:21:35 [2019-09-19T23:21:35.207Z]  Server Version: 19.03.2
23:21:35 [2019-09-19T23:21:35.207Z]  Storage Driver: windowsfilter (windows) lcow (linux)
23:21:35 [2019-09-19T23:21:35.207Z]   Windows: 
23:21:35 [2019-09-19T23:21:35.207Z]   LCOW: 
23:21:35 [2019-09-19T23:21:35.207Z]  Logging Driver: json-file
23:21:35 [2019-09-19T23:21:35.207Z]  Plugins:
23:21:35 [2019-09-19T23:21:35.207Z]   Volume: local
23:21:35 [2019-09-19T23:21:35.207Z]   Network: ics l2bridge l2tunnel nat null overlay transparent
23:21:35 [2019-09-19T23:21:35.207Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:21:35 [2019-09-19T23:21:35.207Z]  Swarm: inactive
23:21:35 [2019-09-19T23:21:35.207Z]  Default Isolation: process
23:21:35 [2019-09-19T23:21:35.207Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:21:35 [2019-09-19T23:21:35.207Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737)
23:21:35 [2019-09-19T23:21:35.207Z]  OSType: windows
23:21:35 [2019-09-19T23:21:35.207Z]  Architecture: x86_64
23:21:35 [2019-09-19T23:21:35.207Z]  CPUs: 4
23:21:35 [2019-09-19T23:21:35.207Z]  Total Memory: 32GiB
23:21:35 [2019-09-19T23:21:35.207Z]  Name: azwin-2-254950
23:21:35 [2019-09-19T23:21:35.207Z]  ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW
23:21:35 [2019-09-19T23:21:35.207Z]  Docker Root Dir: D:\docker
23:21:35 [2019-09-19T23:21:35.207Z]  Debug Mode: false
23:21:35 [2019-09-19T23:21:35.207Z]  Registry: https://index.docker.io/v1/
23:21:35 [2019-09-19T23:21:35.207Z]  Labels:
23:21:35 [2019-09-19T23:21:35.207Z]  Experimental: true
23:21:35 [2019-09-19T23:21:35.207Z]  Insecure Registries:
23:21:35 [2019-09-19T23:21:35.207Z]   10.0.0.4:5000
23:21:35 [2019-09-19T23:21:35.207Z]   127.0.0.0/8
23:21:35 [2019-09-19T23:21:35.207Z]  Registry Mirrors:
23:21:35 [2019-09-19T23:21:35.207Z]   http://10.0.0.4:5000/
23:21:35 [2019-09-19T23:21:35.207Z]  Live Restore Enabled: false
23:21:35 [2019-09-19T23:21:35.207Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
23:21:35 [2019-09-19T23:21:35.638Z] Merge succeeded, producing a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:35 [2019-09-19T23:21:35.639Z] Checking out Revision a18eea2702791ec0095a2256d4c9906050fcd1a2 (PR-370)
23:21:34 [2019-09-19T23:21:34.195Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:34 [2019-09-19T23:21:34.199Z]  > git config --add remote.origin.fetch +refs/pull/370/head:refs/remotes/origin/PR-370 # timeout=10
23:21:34 [2019-09-19T23:21:34.203Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
23:21:34 [2019-09-19T23:21:34.218Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
23:21:34 [2019-09-19T23:21:34.233Z] Fetching upstream changes from https://github.com/docker/engine.git
23:21:34 [2019-09-19T23:21:34.234Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:21:34 [2019-09-19T23:21:34.234Z]  > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/370/head:refs/remotes/origin/PR-370 +refs/heads/19.03:refs/remotes/origin/19.03
23:21:34 [2019-09-19T23:21:34.537Z]  > git config core.sparsecheckout # timeout=10
23:21:34 [2019-09-19T23:21:34.540Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:35 [2019-09-19T23:21:35.590Z]  > git merge 6de2bd28dfc2e0b5482fa688d181d8ac7c7e60bf # timeout=10
23:21:35 [2019-09-19T23:21:35.615Z]  > git rev-parse HEAD^{commit} # timeout=10
23:21:35 [2019-09-19T23:21:35.633Z]  > git config core.sparsecheckout # timeout=10
23:21:35 [2019-09-19T23:21:35.643Z]  > git checkout -f a18eea2702791ec0095a2256d4c9906050fcd1a2
23:21:36 [2019-09-19T23:21:36.378Z] Commit message: "run integration-cli stages on s390x and ppc64le if not a PR check"
23:21:36 [2019-09-19T23:21:36.691Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 1.8s done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:21:36 [2019-09-19T23:21:36.945Z] #4 extracting sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 0.1s
23:21:37 [2019-09-19T23:21:37.075Z] #4 extracting sha256:0e9c491bdeac57e432835f2d7836ce77db5c84c5f55b8f2deb3e65c1a2e285cc 1.7s done
23:21:37 [2019-09-19T23:21:37.075Z] #4 extracting sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6
23:21:37 [2019-09-19T23:21:37.262Z] + docker version
23:21:37 [2019-09-19T23:21:37.262Z] Client:
23:21:37 [2019-09-19T23:21:37.262Z]  Version:           18.06.1-ce
23:21:37 [2019-09-19T23:21:37.262Z]  API version:       1.38
23:21:37 [2019-09-19T23:21:37.262Z]  Go version:        go1.10.3
23:21:37 [2019-09-19T23:21:37.262Z]  Git commit:        e68fc7a
23:21:37 [2019-09-19T23:21:37.262Z]  Built:             Tue Aug 21 17:26:10 2018
23:21:37 [2019-09-19T23:21:37.262Z]  OS/Arch:           linux/ppc64le
23:21:37 [2019-09-19T23:21:37.262Z]  Experimental:      false
23:21:37 [2019-09-19T23:21:37.262Z] 
23:21:37 [2019-09-19T23:21:37.262Z] Server:
23:21:37 [2019-09-19T23:21:37.262Z]  Engine:
23:21:37 [2019-09-19T23:21:37.262Z]   Version:          18.06.1-ce
23:21:37 [2019-09-19T23:21:37.262Z]   API version:      1.38 (minimum version 1.12)
23:21:37 [2019-09-19T23:21:37.262Z]   Go version:       go1.10.3
23:21:37 [2019-09-19T23:21:37.262Z]   Git commit:       e68fc7a
23:21:37 [2019-09-19T23:21:37.262Z]   Built:            Tue Aug 21 17:24:20 2018
23:21:37 [2019-09-19T23:21:37.262Z]   OS/Arch:          linux/ppc64le
23:21:37 [2019-09-19T23:21:37.262Z]   Experimental:     true
[Pipeline] sh
23:21:37 [2019-09-19T23:21:37.639Z] + docker info
23:21:37 [2019-09-19T23:21:37.639Z] Containers: 0
23:21:37 [2019-09-19T23:21:37.639Z]  Running: 0
23:21:37 [2019-09-19T23:21:37.639Z]  Paused: 0
23:21:37 [2019-09-19T23:21:37.639Z]  Stopped: 0
23:21:37 [2019-09-19T23:21:37.639Z] Images: 0
23:21:37 [2019-09-19T23:21:37.639Z] Server Version: 18.06.1-ce
23:21:37 [2019-09-19T23:21:37.639Z] Storage Driver: overlay2
23:21:37 [2019-09-19T23:21:37.639Z]  Backing Filesystem: extfs
23:21:37 [2019-09-19T23:21:37.639Z]  Supports d_type: true
23:21:37 [2019-09-19T23:21:37.639Z]  Native Overlay Diff: true
23:21:37 [2019-09-19T23:21:37.639Z] Logging Driver: json-file
23:21:37 [2019-09-19T23:21:37.639Z] Cgroup Driver: cgroupfs
23:21:37 [2019-09-19T23:21:37.639Z] Plugins:
23:21:37 [2019-09-19T23:21:37.639Z]  Volume: local
23:21:37 [2019-09-19T23:21:37.639Z]  Network: bridge host ipvlan macvlan null overlay
23:21:37 [2019-09-19T23:21:37.639Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
23:21:37 [2019-09-19T23:21:37.639Z] Swarm: inactive
23:21:37 [2019-09-19T23:21:37.639Z] Runtimes: runc
23:21:37 [2019-09-19T23:21:37.639Z] Default Runtime: runc
23:21:37 [2019-09-19T23:21:37.639Z] Init Binary: docker-init
23:21:37 [2019-09-19T23:21:37.639Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
23:21:37 [2019-09-19T23:21:37.639Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
23:21:37 [2019-09-19T23:21:37.639Z] init version: fec3683
23:21:37 [2019-09-19T23:21:37.639Z] Security Options:
23:21:37 [2019-09-19T23:21:37.639Z]  apparmor
23:21:37 [2019-09-19T23:21:37.639Z]  seccomp
23:21:37 [2019-09-19T23:21:37.639Z]   Profile: default
23:21:37 [2019-09-19T23:21:37.639Z] Kernel Version: 4.4.0-130-generic
23:21:37 [2019-09-19T23:21:37.639Z] Operating System: Ubuntu 16.04.3 LTS
23:21:37 [2019-09-19T23:21:37.639Z] OSType: linux
23:21:37 [2019-09-19T23:21:37.639Z] Architecture: ppc64le
23:21:37 [2019-09-19T23:21:37.639Z] CPUs: 4
23:21:37 [2019-09-19T23:21:37.639Z] Total Memory: 7.972GiB
23:21:37 [2019-09-19T23:21:37.639Z] Name: ppc64le-ubuntu-33
23:21:37 [2019-09-19T23:21:37.639Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
23:21:37 [2019-09-19T23:21:37.639Z] Docker Root Dir: /var/lib/docker
23:21:37 [2019-09-19T23:21:37.639Z] Debug Mode (client): false
23:21:37 [2019-09-19T23:21:37.639Z] Debug Mode (server): false
23:21:37 [2019-09-19T23:21:37.639Z] Username: dockerbuildbot
23:21:37 [2019-09-19T23:21:37.639Z] Registry: https://index.docker.io/v1/
23:21:37 [2019-09-19T23:21:37.639Z] Labels:
23:21:37 [2019-09-19T23:21:37.639Z] Experimental: true
23:21:37 [2019-09-19T23:21:37.639Z] Insecure Registries:
23:21:37 [2019-09-19T23:21:37.639Z]  127.0.0.0/8
23:21:37 [2019-09-19T23:21:37.639Z] Live Restore Enabled: false
23:21:37 [2019-09-19T23:21:37.639Z] 
[Pipeline] sh
23:21:38 [2019-09-19T23:21:38.021Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:38 [2019-09-19T23:21:38.021Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:21:38 [2019-09-19T23:21:38.021Z] + curl -fsSL -o /home/docker/workspace/engine_PR-370/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:21:38 [2019-09-19T23:21:38.021Z] + bash /home/docker/workspace/engine_PR-370/check-config.sh
23:21:38 [2019-09-19T23:21:38.304Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:21:38 [2019-09-19T23:21:38.304Z] info: reading kernel config from /boot/config-4.4.0-130-generic ...
23:21:38 [2019-09-19T23:21:38.304Z] 
23:21:38 [2019-09-19T23:21:38.304Z] Generally Necessary:
23:21:38 [2019-09-19T23:21:38.304Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:21:38 [2019-09-19T23:21:38.304Z] - apparmor: enabled and tools installed
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NAMESPACES: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NET_NS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_PID_NS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_IPC_NS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_UTS_NS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUPS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUP_CPUACCT: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUP_DEVICE: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUP_FREEZER: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUP_SCHED: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CPUSETS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_MEMCG: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_KEYS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_VETH: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_BRIDGE: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NF_NAT: enabled (as module)
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_NF_NAT_NEEDED: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_POSIX_MQUEUE: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
23:21:38 [2019-09-19T23:21:38.304Z] 
23:21:38 [2019-09-19T23:21:38.304Z] Optional Features:
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_USER_NS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_SECCOMP: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_CGROUP_PIDS: enabled
23:21:38 [2019-09-19T23:21:38.304Z] - CONFIG_MEMCG_SWAP: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:21:38 [2019-09-19T23:21:38.588Z]     (cgroup swap accounting is currently enabled)
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_MEMCG_KMEM: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_BLK_CGROUP: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IOSCHED_CFQ: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_CGROUP_PERF: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_CGROUP_HUGETLB: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_CFS_BANDWIDTH: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_RT_GROUP_SCHED: missing
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_VS: enabled (as module)
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_VS_NFCT: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_IP_VS_RR: enabled (as module)
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_EXT4_FS: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:21:38 [2019-09-19T23:21:38.588Z] - Network Drivers:
23:21:38 [2019-09-19T23:21:38.588Z]   - "overlay":
23:21:38 [2019-09-19T23:21:38.588Z]     - CONFIG_VXLAN: enabled (as module)
23:21:38 [2019-09-19T23:21:38.588Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:21:38 [2019-09-19T23:21:38.588Z]       Optional (for encrypted networks):
23:21:38 [2019-09-19T23:21:38.672Z] c8a80ec91ff1: Pull complete
23:21:38 [2019-09-19T23:21:38.672Z] bbaf7f224ceb: Pull complete
23:21:38 [2019-09-19T23:21:38.672Z] Digest: sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69
23:21:38 [2019-09-19T23:21:38.672Z] Status: Downloaded newer image for golang:1.12.8-stretch
23:21:38 [2019-09-19T23:21:38.672Z]  ---> 87e331a9279d
23:21:38 [2019-09-19T23:21:38.672Z] Step 5/126 : ARG APT_MIRROR
23:21:38 [2019-09-19T23:21:38.672Z]  ---> Running in efb1f87f1c15
23:21:38 [2019-09-19T23:21:38.672Z] Removing intermediate container efb1f87f1c15
23:21:38 [2019-09-19T23:21:38.672Z]  ---> 8e85bb474471
23:21:38 [2019-09-19T23:21:38.672Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_CRYPTO: enabled
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_XFRM: enabled
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_XFRM_USER: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_INET_ESP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "ipvlan":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_IPVLAN: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "macvlan":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_MACVLAN: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_DUMMY: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "ftp,tftp client in container":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z] - Storage Drivers:
23:21:38 [2019-09-19T23:21:38.871Z]   - "aufs":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_AUFS_FS: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "btrfs":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:21:38 [2019-09-19T23:21:38.871Z]   - "devicemapper":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_BLK_DEV_DM: enabled
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "overlay":
23:21:38 [2019-09-19T23:21:38.871Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:21:38 [2019-09-19T23:21:38.871Z]   - "zfs":
23:21:38 [2019-09-19T23:21:38.871Z]     - /dev/zfs: missing
23:21:38 [2019-09-19T23:21:38.871Z]     - zfs command: missing
23:21:38 [2019-09-19T23:21:38.871Z]     - zpool command: missing
23:21:38 [2019-09-19T23:21:38.871Z] 
23:21:38 [2019-09-19T23:21:38.871Z] Limits:
23:21:38 [2019-09-19T23:21:38.871Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:21:38 [2019-09-19T23:21:38.871Z] 
23:21:38 [2019-09-19T23:21:38.871Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:21:39 [2019-09-19T23:21:39.048Z]  ---> Running in 320b4314eaca
23:21:39 [2019-09-19T23:21:39.284Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 -f Dockerfile .
23:21:39 [2019-09-19T23:21:39.823Z] Removing intermediate container 320b4314eaca
23:21:39 [2019-09-19T23:21:39.823Z]  ---> c3b1a3e9c722
23:21:39 [2019-09-19T23:21:39.823Z] Step 7/126 : FROM base AS criu
23:21:39 [2019-09-19T23:21:39.823Z]  ---> c3b1a3e9c722
23:21:39 [2019-09-19T23:21:39.823Z] Step 8/126 : ARG DEBIAN_FRONTEND
23:21:39 [2019-09-19T23:21:39.823Z]  ---> Running in a482ae3517fd
23:21:39 [2019-09-19T23:21:39.823Z] Removing intermediate container a482ae3517fd
23:21:39 [2019-09-19T23:21:39.823Z]  ---> 89f80ddee2bc
23:21:39 [2019-09-19T23:21:39.823Z] Step 9/126 : ENV CRIU_VERSION 3.11
23:21:39 [2019-09-19T23:21:39.823Z]  ---> Running in 3f5411643f60
23:21:40 [2019-09-19T23:21:40.187Z] Removing intermediate container 3f5411643f60
23:21:40 [2019-09-19T23:21:40.187Z]  ---> 084bea927f1a
23:21:40 [2019-09-19T23:21:40.187Z] Step 10/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libnet-dev 	libprotobuf-c-dev 	libprotobuf-dev 	libnl-3-dev 	libcap-dev 	protobuf-compiler 	protobuf-c-compiler 	python-protobuf 	&& rm -rf /var/lib/apt/lists/*
23:21:40 [2019-09-19T23:21:40.187Z]  ---> Running in b0c02be62749
23:21:40 [2019-09-19T23:21:40.547Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:40 [2019-09-19T23:21:40.547Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:40 [2019-09-19T23:21:40.547Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:40 [2019-09-19T23:21:40.547Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:40 [2019-09-19T23:21:40.547Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:40 [2019-09-19T23:21:40.924Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:21:40 [2019-09-19T23:21:40.924Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:21:40 [2019-09-19T23:21:40.924Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:21:41 [2019-09-19T23:21:41.105Z] #4 extracting sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 4.2s done
23:21:41 [2019-09-19T23:21:41.251Z] #4 extracting sha256:d4f6770113d0135c71c3891a4abc8c06061dc244ee55a97e0d31e001185617d6 4.2s done
23:21:41 [2019-09-19T23:21:41.251Z] #4 extracting sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a
23:21:41 [2019-09-19T23:21:41.359Z] #4 extracting sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a done
23:21:41 [2019-09-19T23:21:41.507Z] #4 extracting sha256:a2e19a69cf9111171f042f74810182b007aef12efa7e6ca4134b23f5d30a1f1a done
23:21:41 [2019-09-19T23:21:41.507Z] #4 DONE 14.6s
23:21:41 [2019-09-19T23:21:41.614Z] #4 DONE 14.2s
23:21:41 [2019-09-19T23:21:41.614Z] 
23:21:41 [2019-09-19T23:21:41.614Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
23:21:41 [2019-09-19T23:21:41.764Z] 
23:21:41 [2019-09-19T23:21:41.764Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
23:21:41 [2019-09-19T23:21:41.968Z] Sending build context to Docker daemon  49.84MB

23:21:41 [2019-09-19T23:21:41.968Z] Step 1/126 : ARG CROSS="false"
23:21:41 [2019-09-19T23:21:41.968Z] Step 2/126 : ARG GO_VERSION=1.12.8
23:21:41 [2019-09-19T23:21:41.968Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive
23:21:41 [2019-09-19T23:21:41.968Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base
23:21:41 [2019-09-19T23:21:41.968Z] 1.12.8-stretch: Pulling from library/golang
23:21:41 [2019-09-19T23:21:41.968Z] 2825fdb7e177: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 361ecb978398: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 15483e8c82df: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 34839f11bbce: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 34f648706e72: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 1dd0fca17d70: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 7b335bb9cab2: Pulling fs layer
23:21:41 [2019-09-19T23:21:41.968Z] 34839f11bbce: Waiting
23:21:41 [2019-09-19T23:21:41.968Z] 34f648706e72: Waiting
23:21:41 [2019-09-19T23:21:41.968Z] 1dd0fca17d70: Waiting
23:21:41 [2019-09-19T23:21:41.968Z] 7b335bb9cab2: Waiting
23:21:42 [2019-09-19T23:21:42.222Z] Fetched 7674 kB in 1s (4546 kB/s)
23:21:42 [2019-09-19T23:21:42.592Z] 15483e8c82df: Verifying Checksum
23:21:42 [2019-09-19T23:21:42.593Z] 15483e8c82df: Download complete
23:21:42 [2019-09-19T23:21:42.655Z] Reading package lists...
23:21:42 [2019-09-19T23:21:42.878Z] 361ecb978398: Verifying Checksum
23:21:42 [2019-09-19T23:21:42.878Z] 361ecb978398: Download complete
23:21:43 [2019-09-19T23:21:43.493Z] Reading package lists...
23:21:43 [2019-09-19T23:21:43.493Z] Building dependency tree...
23:21:43 [2019-09-19T23:21:43.493Z] Reading state information...
23:21:43 [2019-09-19T23:21:43.493Z] The following additional packages will be installed:
23:21:43 [2019-09-19T23:21:43.493Z]   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
23:21:43 [2019-09-19T23:21:43.493Z]   libprotoc10 python-pkg-resources zlib1g-dev
23:21:43 [2019-09-19T23:21:43.493Z] Suggested packages:
23:21:43 [2019-09-19T23:21:43.493Z]   manpages-dev python-setuptools
23:21:43 [2019-09-19T23:21:43.493Z] The following NEW packages will be installed:
23:21:43 [2019-09-19T23:21:43.493Z]   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
23:21:43 [2019-09-19T23:21:43.493Z]   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
23:21:43 [2019-09-19T23:21:43.493Z]   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
23:21:43 [2019-09-19T23:21:43.493Z]   zlib1g-dev
23:21:43 [2019-09-19T23:21:43.658Z] #5 DONE 1.9s
23:21:43 [2019-09-19T23:21:43.658Z] 
23:21:43 [2019-09-19T23:21:43.658Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:21:43 [2019-09-19T23:21:43.881Z] 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded.
23:21:43 [2019-09-19T23:21:43.881Z] Need to get 3476 kB of archives.
23:21:43 [2019-09-19T23:21:43.881Z] After this operation, 20.2 MB of additional disk space will be used.
23:21:43 [2019-09-19T23:21:43.881Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB]
23:21:43 [2019-09-19T23:21:43.881Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB]
23:21:43 [2019-09-19T23:21:43.881Z] debconf: delaying package configuration, since apt-utils is not installed
23:21:43 [2019-09-19T23:21:43.881Z] Fetched 3476 kB in 0s (30.2 MB/s)
23:21:43 [2019-09-19T23:21:43.881Z] Selecting previously unselected package libnet1:s390x.
23:21:43 [2019-09-19T23:21:43.881Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14828 files and directories currently installed.)
23:21:43 [2019-09-19T23:21:43.881Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ...
23:21:43 [2019-09-19T23:21:43.881Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ...
23:21:43 [2019-09-19T23:21:43.881Z] Selecting previously unselected package libcap-dev:s390x.
23:21:43 [2019-09-19T23:21:43.881Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ...
23:21:43 [2019-09-19T23:21:43.881Z] Unpacking libcap-dev:s390x (1:2.25-1) ...
23:21:43 [2019-09-19T23:21:43.881Z] Selecting previously unselected package libnet1-dev.
23:21:43 [2019-09-19T23:21:43.881Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ...
23:21:43 [2019-09-19T23:21:43.881Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ...
23:21:43 [2019-09-19T23:21:43.881Z] Selecting previously unselected package libnl-3-200:s390x.
23:21:43 [2019-09-19T23:21:43.881Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ...
23:21:43 [2019-09-19T23:21:43.881Z] Unpacking libnl-3-200:s390x (3.2.27-2) ...
23:21:43 [2019-09-19T23:21:43.914Z] #6 ...
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
23:21:43 [2019-09-19T23:21:43.915Z] #22 DONE 0.1s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
23:21:43 [2019-09-19T23:21:43.915Z] #23 DONE 0.1s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
23:21:43 [2019-09-19T23:21:43.915Z] #52 DONE 0.1s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
23:21:43 [2019-09-19T23:21:43.915Z] #49 DONE 0.2s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
23:21:43 [2019-09-19T23:21:43.915Z] #29 DONE 0.2s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
23:21:43 [2019-09-19T23:21:43.915Z] #26 DONE 0.2s
23:21:43 [2019-09-19T23:21:43.915Z] 
23:21:43 [2019-09-19T23:21:43.915Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:21:44 [2019-09-19T23:21:44.123Z] #5 DONE 2.3s
23:21:44 [2019-09-19T23:21:44.123Z] 
23:21:44 [2019-09-19T23:21:44.123Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh
23:21:44 [2019-09-19T23:21:44.123Z] #22 DONE 0.1s
23:21:44 [2019-09-19T23:21:44.123Z] 
23:21:44 [2019-09-19T23:21:44.123Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:21:44 [2019-09-19T23:21:44.123Z] #6 ...
23:21:44 [2019-09-19T23:21:44.123Z] 
23:21:44 [2019-09-19T23:21:44.123Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ....
23:21:44 [2019-09-19T23:21:44.123Z] #23 DONE 0.1s
23:21:44 [2019-09-19T23:21:44.123Z] 
23:21:44 [2019-09-19T23:21:44.123Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:21:44 [2019-09-19T23:21:44.172Z] #30 ...
23:21:44 [2019-09-19T23:21:44.172Z] 
23:21:44 [2019-09-19T23:21:44.172Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./
23:21:44 [2019-09-19T23:21:44.172Z] #60 DONE 0.3s
23:21:44 [2019-09-19T23:21:44.172Z] 
23:21:44 [2019-09-19T23:21:44.172Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
23:21:44 [2019-09-19T23:21:44.172Z] #32 DONE 0.3s
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libnl-3-dev:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libprotobuf-c1:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libprotobuf-c-dev:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package zlib1g-dev:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libprotobuf10:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libprotobuf10:s390x (3.0.0-9) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libprotobuf-lite10:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ...
23:21:44 [2019-09-19T23:21:44.256Z] Selecting previously unselected package libprotobuf-dev:s390x.
23:21:44 [2019-09-19T23:21:44.256Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.256Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ...
23:21:44 [2019-09-19T23:21:44.429Z] 
23:21:44 [2019-09-19T23:21:44.429Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:21:44 [2019-09-19T23:21:44.628Z] Selecting previously unselected package libprotoc10:s390x.
23:21:44 [2019-09-19T23:21:44.628Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.628Z] Unpacking libprotoc10:s390x (3.0.0-9) ...
23:21:44 [2019-09-19T23:21:44.628Z] Selecting previously unselected package protobuf-c-compiler.
23:21:44 [2019-09-19T23:21:44.628Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.628Z] Unpacking protobuf-c-compiler (1.2.1-2) ...
23:21:44 [2019-09-19T23:21:44.628Z] Selecting previously unselected package protobuf-compiler.
23:21:44 [2019-09-19T23:21:44.628Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.628Z] Unpacking protobuf-compiler (3.0.0-9) ...
23:21:44 [2019-09-19T23:21:44.628Z] Selecting previously unselected package python-pkg-resources.
23:21:44 [2019-09-19T23:21:44.628Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
23:21:44 [2019-09-19T23:21:44.628Z] Unpacking python-pkg-resources (33.1.1-1) ...
23:21:44 [2019-09-19T23:21:44.628Z] Selecting previously unselected package python-protobuf.
23:21:44 [2019-09-19T23:21:44.628Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ...
23:21:44 [2019-09-19T23:21:44.628Z] Unpacking python-protobuf (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.011Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ...
23:21:45 [2019-09-19T23:21:45.011Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ...
23:21:45 [2019-09-19T23:21:45.011Z] Setting up python-pkg-resources (33.1.1-1) ...
23:21:45 [2019-09-19T23:21:45.011Z] Setting up libnet1-dev (1.1.6+dfsg-3) ...
23:21:45 [2019-09-19T23:21:45.011Z] Setting up libprotobuf10:s390x (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.011Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:21:45 [2019-09-19T23:21:45.050Z] #15 1.309 + mktemp -d
23:21:45 [2019-09-19T23:21:45.050Z] #15 1.311 + export GOPATH=/tmp/tmp.SUARDvrXA1
23:21:45 [2019-09-19T23:21:45.050Z] #15 1.311 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.SUARDvrXA1/src/github.com/go-swagger/go-swagger
23:21:45 [2019-09-19T23:21:45.050Z] #15 1.311 Cloning into '/tmp/tmp.SUARDvrXA1/src/github.com/go-swagger/go-swagger'...
23:21:45 [2019-09-19T23:21:45.370Z] Setting up python-protobuf (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.579Z] 2825fdb7e177: Download complete
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libcap-dev:s390x (1:2.25-1) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libnl-3-200:s390x (3.2.27-2) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libprotoc10:s390x (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up protobuf-c-compiler (1.2.1-2) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up protobuf-compiler (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ...
23:21:45 [2019-09-19T23:21:45.739Z] Setting up libnl-3-dev:s390x (3.2.27-2) ...
23:21:45 [2019-09-19T23:21:45.739Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:21:46 [2019-09-19T23:21:46.203Z] 34839f11bbce: Verifying Checksum
23:21:46 [2019-09-19T23:21:46.203Z] 34839f11bbce: Download complete
23:21:46 [2019-09-19T23:21:46.488Z] 7b335bb9cab2: Verifying Checksum
23:21:46 [2019-09-19T23:21:46.488Z] 7b335bb9cab2: Download complete
23:21:46 [2019-09-19T23:21:46.530Z] Removing intermediate container b0c02be62749
23:21:46 [2019-09-19T23:21:46.530Z]  ---> 1bb43af54b4b
23:21:46 [2019-09-19T23:21:46.530Z] Step 11/126 : RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 	&& cd /usr/src/criu 	&& make 	&& make PREFIX=/build/ install-criu
23:21:46 [2019-09-19T23:21:46.530Z]  ---> Running in d51f2df4c980
23:21:47 [2019-09-19T23:21:47.122Z] 34f648706e72: Verifying Checksum
23:21:47 [2019-09-19T23:21:47.122Z] 34f648706e72: Download complete
23:21:47 [2019-09-19T23:21:47.872Z] fatal: Not a git repository (or any of the parent directories): .git
23:21:47 [2019-09-19T23:21:47.872Z]   GEN      .gitid
23:21:47 [2019-09-19T23:21:47.872Z]   GEN      criu/include/version.h
23:21:47 [2019-09-19T23:21:47.872Z]   GEN      include/common/asm
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/google/protobuf/descriptor.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/opts.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/sit.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/google/protobuf/descriptor.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/opts.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/sit.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/macvlan.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/macvlan.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/autofs.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/autofs.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/sysctl.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/sysctl.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/time.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/time.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/binfmt-misc.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/binfmt-misc.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/seccomp.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/seccomp.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/userns.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/userns.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/cgroup.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/cgroup.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/fown.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/ext-file.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/fown.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/ext-file.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/rpc.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/rpc.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/siginfo.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/siginfo.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/pagemap.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/pagemap.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/rlimit.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/rlimit.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/file-lock.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/file-lock.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/tty.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/tty.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/tun.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/netdev.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/tun.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/netdev.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/vma.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/vma.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/creds.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/creds.pb-c.d
23:21:47 [2019-09-19T23:21:47.872Z]   PBCC     images/utsns.pb-c.c
23:21:47 [2019-09-19T23:21:47.872Z]   DEP      images/utsns.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ipc-desc.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ipc-sem.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ipc-desc.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ipc-sem.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ipc-msg.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ipc-msg.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ipc-shm.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ipc-shm.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ipc-var.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ipc-var.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sk-opts.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/packet-sock.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sk-opts.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/packet-sock.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sk-netlink.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sk-netlink.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sk-inet.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sk-inet.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sk-unix.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sk-unix.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/mm.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/mm.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/timerfd.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/timerfd.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/timer.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/timer.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sa.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sa.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/pipe-data.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/pipe-data.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/mnt.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/mnt.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/sk-packet.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/sk-packet.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/tcp-stream.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/tcp-stream.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/pipe.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/pipe.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/pstree.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/pstree.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/fs.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/fs.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/signalfd.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/signalfd.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/fh.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/fsnotify.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/fh.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/fsnotify.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/eventpoll.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/eventpoll.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/eventfd.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/eventfd.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/remap-file-path.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/remap-file-path.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/fifo.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/fifo.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ghost-file.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ghost-file.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/regfile.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/regfile.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/ns.pb-c.c
23:21:48 [2019-09-19T23:21:48.245Z]   DEP      images/ns.pb-c.d
23:21:48 [2019-09-19T23:21:48.245Z]   PBCC     images/fdinfo.pb-c.c
23:21:48 [2019-09-19T23:21:48.248Z] 
23:21:48 [2019-09-19T23:21:48.249Z] INFO: executeCI.ps1 starting at Thu Sep 19 23:21:47 CUT 2019
23:21:48 [2019-09-19T23:21:48.249Z] 
23:21:48 [2019-09-19T23:21:48.249Z] INFO: Script version 05-Feb-2019 09:03 PDT
23:21:48 [2019-09-19T23:21:48.249Z] INFO: Running git version 2.23.0.windows.1
23:21:48 [2019-09-19T23:21:48.249Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
23:21:48 [2019-09-19T23:21:48.249Z] INFO: Environment variables:
23:21:48 [2019-09-19T23:21:48.249Z] 
23:21:48 [2019-09-19T23:21:48.249Z] Name                           Value                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] ----                           -----                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
23:21:48 [2019-09-19T23:21:48.249Z] amd64                          true                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
23:21:48 [2019-09-19T23:21:48.249Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
23:21:48 [2019-09-19T23:21:48.249Z] BRANCH_NAME                    PR-370                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] BUILD_DISPLAY_NAME             #2                                                                                      
23:21:48 [2019-09-19T23:21:48.249Z] BUILD_ID                       2                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] BUILD_NUMBER                   2                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] BUILD_TAG                      jenkins-engine-PR-370-2                                                                 
23:21:48 [2019-09-19T23:21:48.249Z] BUILD_URL                      https://ci.docker.com/public/job/engine/job/PR-370/2/                                   
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_AUTHOR                  andrewhsu                                                                               
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_AUTHOR_DISPLAY_NAME     Andrew Hsu                                                                              
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_AUTHOR_EMAIL            andrewhsu@docker.com                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_BRANCH                  skip-rs1                                                                                
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_FORK                    andrewhsu                                                                               
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_ID                      370                                                                                     
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_TARGET                  19.03                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_TITLE                   [19.03] skip win-RS1 on PRs                                                             
23:21:48 [2019-09-19T23:21:48.249Z] CHANGE_URL                     https://github.com/docker/engine/pull/370                                               
23:21:48 [2019-09-19T23:21:48.249Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
23:21:48 [2019-09-19T23:21:48.249Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
23:21:48 [2019-09-19T23:21:48.249Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
23:21:48 [2019-09-19T23:21:48.249Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
23:21:48 [2019-09-19T23:21:48.249Z] COMPUTERNAME                   azwin-2-254950                                                                          
23:21:48 [2019-09-19T23:21:48.249Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
23:21:48 [2019-09-19T23:21:48.249Z] ConfigSequenceNumber           0                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] DOCKER_BUILDKIT                0                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] DOCKER_EXPERIMENTAL            1                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
23:21:48 [2019-09-19T23:21:48.249Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
23:21:48 [2019-09-19T23:21:48.249Z] EXECUTOR_NUMBER                0                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] FQDN                           azwin-2-254950.westus.cloudapp.azure.com                                                
23:21:48 [2019-09-19T23:21:48.249Z] GIT_BRANCH                     PR-370                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] GIT_COMMIT                     a18eea2702791ec0095a2256d4c9906050fcd1a2                                                
23:21:48 [2019-09-19T23:21:48.249Z] GIT_PREVIOUS_COMMIT            a18eea2702791ec0095a2256d4c9906050fcd1a2                                                
23:21:48 [2019-09-19T23:21:48.249Z] GIT_URL                        https://github.com/docker/engine.git                                                    
23:21:48 [2019-09-19T23:21:48.249Z] HUDSON_COOKIE                  0f4456af-c1bc-4fb3-9b4d-dc1002facba8                                                    
23:21:48 [2019-09-19T23:21:48.249Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
23:21:48 [2019-09-19T23:21:48.249Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
23:21:48 [2019-09-19T23:21:48.249Z] HUDSON_URL                     https://ci.docker.com/public/                                                           
23:21:48 [2019-09-19T23:21:48.249Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64                          
23:21:48 [2019-09-19T23:21:48.249Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
23:21:48 [2019-09-19T23:21:48.249Z] JENKINS_NODE_COOKIE            15f5778c-9f8d-4b70-a403-6c3a2a68527e                                                    
23:21:48 [2019-09-19T23:21:48.249Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
23:21:48 [2019-09-19T23:21:48.249Z] JENKINS_URL                    https://ci.docker.com/public/                                                           
23:21:48 [2019-09-19T23:21:48.249Z] JOB_BASE_NAME                  PR-370                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] JOB_DISPLAY_URL                https://ci.docker.com/public/job/engine/job/PR-370/display/redirect                     
23:21:48 [2019-09-19T23:21:48.249Z] JOB_NAME                       engine/PR-370                                                                           
23:21:48 [2019-09-19T23:21:48.249Z] JOB_URL                        https://ci.docker.com/public/job/engine/job/PR-370/                                     
23:21:48 [2019-09-19T23:21:48.249Z] library.jps.version            master                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
23:21:48 [2019-09-19T23:21:48.249Z] NODE_LABELS                    amd64 azure azwin-2-254950 azwin-2019 docker west-us windows windows-2019 x86_64        
23:21:48 [2019-09-19T23:21:48.249Z] NODE_NAME                      azwin-2-254950                                                                          
23:21:48 [2019-09-19T23:21:48.249Z] NUMBER_OF_PROCESSORS           4                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] OS                             Windows_NT                                                                              
23:21:48 [2019-09-19T23:21:48.249Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
23:21:48 [2019-09-19T23:21:48.249Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
23:21:48 [2019-09-19T23:21:48.249Z] ppc64le                        true                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
23:21:48 [2019-09-19T23:21:48.249Z] PROCESSOR_LEVEL                6                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] PROCESSOR_REVISION             4f01                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] ProgramData                    C:\ProgramData                                                                          
23:21:48 [2019-09-19T23:21:48.249Z] ProgramFiles                   C:\Program Files                                                                        
23:21:48 [2019-09-19T23:21:48.249Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] ProgramW6432                   C:\Program Files                                                                        
23:21:48 [2019-09-19T23:21:48.249Z] PROMPT                         $P$G                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] PSExecutionPolicyPreference    Bypass                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
23:21:48 [2019-09-19T23:21:48.249Z] PUBLIC                         C:\Users\Public                                                                         
23:21:48 [2019-09-19T23:21:48.249Z] RUN_CHANGES_DISPLAY_URL        https://ci.docker.com/public/job/engine/job/PR-370/2/display/redirect?page=changes      
23:21:48 [2019-09-19T23:21:48.249Z] RUN_DISPLAY_URL                https://ci.docker.com/public/job/engine/job/PR-370/2/display/redirect                   
23:21:48 [2019-09-19T23:21:48.249Z] s390x                          true                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] skip_dco                       false                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] SKIP_VALIDATION_TESTS          1                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] SOURCES_DRIVE                  d                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] SOURCES_SUBDIR                 gopath                                                                                  
23:21:48 [2019-09-19T23:21:48.249Z] STAGE_NAME                     Run tests                                                                               
23:21:48 [2019-09-19T23:21:48.249Z] SystemDrive                    C:                                                                                      
23:21:48 [2019-09-19T23:21:48.249Z] SystemRoot                     C:\windows                                                                              
23:21:48 [2019-09-19T23:21:48.249Z] TEMP                           C:\windows\TEMP                                                                         
23:21:48 [2019-09-19T23:21:48.249Z] TESTRUN_DRIVE                  d                                                                                       
23:21:48 [2019-09-19T23:21:48.249Z] TESTRUN_SUBDIR                 CI-2                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] TIMEOUT                        120m                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] TMP                            C:\windows\TEMP                                                                         
23:21:48 [2019-09-19T23:21:48.249Z] unit_validate                  true                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] USERDOMAIN                     WORKGROUP                                                                               
23:21:48 [2019-09-19T23:21:48.249Z] USERNAME                       azwin-2-254950$                                                                         
23:21:48 [2019-09-19T23:21:48.249Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
23:21:48 [2019-09-19T23:21:48.249Z] windir                         C:\windows                                                                              
23:21:48 [2019-09-19T23:21:48.249Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
23:21:48 [2019-09-19T23:21:48.249Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
23:21:48 [2019-09-19T23:21:48.249Z] windowsRS1                     false                                                                                   
23:21:48 [2019-09-19T23:21:48.249Z] windowsRS5                     true                                                                                    
23:21:48 [2019-09-19T23:21:48.249Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
23:21:48 [2019-09-19T23:21:48.249Z] 
23:21:48 [2019-09-19T23:21:48.249Z] 
23:21:48 [2019-09-19T23:21:48.249Z] 
23:21:48 [2019-09-19T23:21:48.615Z]   DEP      images/fdinfo.pb-c.d
23:21:48 [2019-09-19T23:21:48.615Z]   PBCC     images/core-aarch64.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/core-arm.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/core-ppc64.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/core-s390.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/core-x86.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/core.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/inventory.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core-aarch64.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core-arm.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core-ppc64.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core-s390.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core-x86.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/core.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/inventory.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/cpuinfo.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/cpuinfo.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z]   PBCC     images/stats.pb-c.c
23:21:48 [2019-09-19T23:21:48.616Z]   DEP      images/stats.pb-c.d
23:21:48 [2019-09-19T23:21:48.616Z] make[1]: Nothing to be done for 'all'.
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Sources under d:\gopath\...
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Test run under d:\CI-2\...
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Running in D:\gopath\src\github.com\docker\docker
23:21:48 [2019-09-19T23:21:48.707Z] INFO: docker/docker repository was found
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737'
23:21:48 [2019-09-19T23:21:48.707Z] INFO: Docker version of control daemon
23:21:48 [2019-09-19T23:21:48.707Z] 
23:21:48 [2019-09-19T23:21:48.981Z]   CC       images/stats.o
23:21:48 [2019-09-19T23:21:48.981Z]   CC       images/core.o
23:21:48 [2019-09-19T23:21:48.981Z]   CC       images/core-x86.o
23:21:48 [2019-09-19T23:21:48.981Z]   CC       images/core-arm.o
23:21:48 [2019-09-19T23:21:48.981Z]   CC       images/core-aarch64.o
23:21:49 [2019-09-19T23:21:49.165Z] Client: Docker Engine - Enterprise
23:21:49 [2019-09-19T23:21:49.165Z]  Version:           19.03.2
23:21:49 [2019-09-19T23:21:49.165Z]  API version:       1.40
23:21:49 [2019-09-19T23:21:49.165Z]  Go version:        go1.12.8
23:21:49 [2019-09-19T23:21:49.165Z]  Git commit:        c92ab06ed9
23:21:49 [2019-09-19T23:21:49.165Z]  Built:             09/03/2019 16:38:11
23:21:49 [2019-09-19T23:21:49.165Z]  OS/Arch:           windows/amd64
23:21:49 [2019-09-19T23:21:49.165Z]  Experimental:      false
23:21:49 [2019-09-19T23:21:49.165Z] 
23:21:49 [2019-09-19T23:21:49.165Z] Server: Docker Engine - Enterprise
23:21:49 [2019-09-19T23:21:49.165Z]  Engine:
23:21:49 [2019-09-19T23:21:49.165Z]   Version:          19.03.2
23:21:49 [2019-09-19T23:21:49.165Z]   API version:      1.40 (minimum version 1.24)
23:21:49 [2019-09-19T23:21:49.165Z]   Go version:       go1.12.8
23:21:49 [2019-09-19T23:21:49.165Z]   Git commit:       c92ab06ed9
23:21:49 [2019-09-19T23:21:49.165Z]   Built:            09/03/2019 16:35:47
23:21:49 [2019-09-19T23:21:49.165Z]   OS/Arch:          windows/amd64
23:21:49 [2019-09-19T23:21:49.165Z]   Experimental:     true
23:21:49 [2019-09-19T23:21:49.165Z] 
23:21:49 [2019-09-19T23:21:49.165Z] INFO: Docker info of control daemon
23:21:49 [2019-09-19T23:21:49.165Z] 
23:21:49 [2019-09-19T23:21:49.252Z] #15 ...
23:21:49 [2019-09-19T23:21:49.252Z] 
23:21:49 [2019-09-19T23:21:49.252Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.532 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.534 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.557 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.558 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.583 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:49 [2019-09-19T23:21:49.252Z] #6 2.809 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:49 [2019-09-19T23:21:49.252Z] #6 3.317 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:49 [2019-09-19T23:21:49.252Z] #6 3.531 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/core-ppc64.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/core-s390.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/cpuinfo.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/inventory.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/fdinfo.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/fown.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/ns.o
23:21:49 [2019-09-19T23:21:49.345Z]   CC       images/regfile.o
23:21:49 [2019-09-19T23:21:49.506Z] #6 5.918 Fetched 7925 kB in 4s (1759 kB/s)
23:21:49 [2019-09-19T23:21:49.694Z] #33 ...
23:21:49 [2019-09-19T23:21:49.694Z] 
23:21:49 [2019-09-19T23:21:49.694Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.218 + RM_GOPATH=0
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.218 + TMP_GOPATH=
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.219 + : /build
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.219 + '[' -z '' ']'
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.222 ++ mktemp -d
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.246 + export GOPATH=/tmp/tmp.RgMZTrdbfD
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.247 + GOPATH=/tmp/tmp.RgMZTrdbfD
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.247 + RM_GOPATH=1
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.250 ++ dirname ./install.sh
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.253 + dir=.
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.256 + bin=tomlv
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.256 + shift
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.258 + '[' '!' -f ./tomlv.installer ']'
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.258 + . ./tomlv.installer
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.259 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.259 + install_tomlv
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.261 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.261 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.261 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.RgMZTrdbfD/src/github.com/BurntSushi/toml
23:21:49 [2019-09-19T23:21:49.694Z] #30 5.263 Cloning into '/tmp/tmp.RgMZTrdbfD/src/github.com/BurntSushi/toml'...
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/ghost-file.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/fifo.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/remap-file-path.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/eventfd.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/eventpoll.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/fh.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/fsnotify.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/signalfd.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/fs.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/pstree.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/pipe.o
23:21:49 [2019-09-19T23:21:49.719Z]   CC       images/tcp-stream.o
23:21:49 [2019-09-19T23:21:49.811Z] 2825fdb7e177: Pull complete
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sk-packet.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/mnt.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/pipe-data.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sa.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/timer.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/timerfd.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/mm.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sk-opts.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sk-unix.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sk-inet.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/tun.o
23:21:50 [2019-09-19T23:21:50.087Z]   CC       images/sk-netlink.o
23:21:50 [2019-09-19T23:21:50.432Z] 361ecb978398: Pull complete
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/packet-sock.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/ipc-var.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/ipc-desc.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/ipc-shm.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/ipc-msg.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/ipc-sem.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/utsns.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/creds.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/vma.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/netdev.o
23:21:50 [2019-09-19T23:21:50.466Z]   CC       images/tty.o
23:21:50 [2019-09-19T23:21:50.628Z] #30 6.497 + cd /tmp/tmp.RgMZTrdbfD/src/github.com/BurntSushi/toml
23:21:50 [2019-09-19T23:21:50.628Z] #30 6.501 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:21:50 [2019-09-19T23:21:50.628Z] #30 6.504 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:21:50 [2019-09-19T23:21:50.698Z] Client:
23:21:50 [2019-09-19T23:21:50.699Z]  Debug Mode: false
23:21:50 [2019-09-19T23:21:50.699Z]  Plugins:
23:21:50 [2019-09-19T23:21:50.699Z]   cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7)
23:21:50 [2019-09-19T23:21:50.699Z] 
23:21:50 [2019-09-19T23:21:50.699Z] Server:
23:21:50 [2019-09-19T23:21:50.699Z]  Containers: 0
23:21:50 [2019-09-19T23:21:50.699Z]   Running: 0
23:21:50 [2019-09-19T23:21:50.699Z]   Paused: 0
23:21:50 [2019-09-19T23:21:50.699Z]   Stopped: 0
23:21:50 [2019-09-19T23:21:50.699Z]  Images: 8
23:21:50 [2019-09-19T23:21:50.699Z]  Server Version: 19.03.2
23:21:50 [2019-09-19T23:21:50.699Z]  Storage Driver: windowsfilter (windows) lcow (linux)
23:21:50 [2019-09-19T23:21:50.699Z]   Windows: 
23:21:50 [2019-09-19T23:21:50.699Z]   LCOW: 
23:21:50 [2019-09-19T23:21:50.699Z]  Logging Driver: json-file
23:21:50 [2019-09-19T23:21:50.699Z]  Plugins:
23:21:50 [2019-09-19T23:21:50.699Z]   Volume: local
23:21:50 [2019-09-19T23:21:50.699Z]   Network: ics l2bridge l2tunnel nat null overlay transparent
23:21:50 [2019-09-19T23:21:50.699Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:21:50 [2019-09-19T23:21:50.699Z]  Swarm: inactive
23:21:50 [2019-09-19T23:21:50.699Z]  Default Isolation: process
23:21:50 [2019-09-19T23:21:50.699Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:21:50 [2019-09-19T23:21:50.699Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737)
23:21:50 [2019-09-19T23:21:50.699Z]  OSType: windows
23:21:50 [2019-09-19T23:21:50.699Z]  Architecture: x86_64
23:21:50 [2019-09-19T23:21:50.699Z]  CPUs: 4
23:21:50 [2019-09-19T23:21:50.699Z]  Total Memory: 32GiB
23:21:50 [2019-09-19T23:21:50.699Z]  Name: azwin-2-254950
23:21:50 [2019-09-19T23:21:50.699Z]  ID: IC67:CPLY:EIK5:CT5D:QZ5Y:TFZJ:TENS:TGFH:O2CW:TVBL:R7LO:BNSW
23:21:50 [2019-09-19T23:21:50.699Z]  Docker Root Dir: D:\docker
23:21:50 [2019-09-19T23:21:50.699Z]  Debug Mode: false
23:21:50 [2019-09-19T23:21:50.699Z]  Registry: https://index.docker.io/v1/
23:21:50 [2019-09-19T23:21:50.699Z]  Labels:
23:21:50 [2019-09-19T23:21:50.699Z]  Experimental: true
23:21:50 [2019-09-19T23:21:50.699Z]  Insecure Registries:
23:21:50 [2019-09-19T23:21:50.699Z]   10.0.0.4:5000
23:21:50 [2019-09-19T23:21:50.699Z]   127.0.0.0/8
23:21:50 [2019-09-19T23:21:50.699Z]  Registry Mirrors:
23:21:50 [2019-09-19T23:21:50.699Z]   http://10.0.0.4:5000/
23:21:50 [2019-09-19T23:21:50.699Z]  Live Restore Enabled: false
23:21:50 [2019-09-19T23:21:50.699Z] 
23:21:50 [2019-09-19T23:21:50.699Z] 
23:21:50 [2019-09-19T23:21:50.699Z] INFO: Commit hash is a18eea270
23:21:50 [2019-09-19T23:21:50.699Z] INFO: Nuke-Everything...
23:21:50 [2019-09-19T23:21:50.699Z] INFO: Container count on control daemon to delete is 0
23:21:50 [2019-09-19T23:21:50.721Z] 15483e8c82df: Pull complete
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/file-lock.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/rlimit.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/pagemap.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/siginfo.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/rpc.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/ext-file.o
23:21:50 [2019-09-19T23:21:50.835Z]   CC       images/cgroup.o
23:21:50 [2019-09-19T23:21:50.869Z] #6 5.918 Reading package lists...
23:21:51 [2019-09-19T23:21:51.157Z] INFO: Nuking d:\CI-2
23:21:51 [2019-09-19T23:21:51.157Z] INFO: Zapped successfully
23:21:51 [2019-09-19T23:21:51.157Z] INFO: Location for testing is d:\CI-2\CI-a18eea270
23:21:51 [2019-09-19T23:21:51.157Z] INFO: Validating GOLang consistency in Dockerfile.windows...
23:21:51 [2019-09-19T23:21:51.157Z] 
23:21:51 [2019-09-19T23:21:51.157Z] 
23:21:51 [2019-09-19T23:21:51.157Z] INFO: Building the image from Dockerfile.windows at 09/19/2019 23:21:51...
23:21:51 [2019-09-19T23:21:51.157Z] 
23:21:51 [2019-09-19T23:21:51.192Z] #30 7.209 errors
23:21:51 [2019-09-19T23:21:51.209Z]   CC       images/userns.o
23:21:51 [2019-09-19T23:21:51.209Z]   CC       images/google/protobuf/descriptor.o
23:21:51 [2019-09-19T23:21:51.209Z]   CC       images/opts.o
23:21:51 [2019-09-19T23:21:51.209Z]   CC       images/seccomp.o
23:21:51 [2019-09-19T23:21:51.209Z]   CC       images/binfmt-misc.o
23:21:51 [2019-09-19T23:21:51.449Z] #30 7.245 internal/cpu
23:21:51 [2019-09-19T23:21:51.449Z] #30 7.273 math/bits
23:21:51 [2019-09-19T23:21:51.572Z]   CC       images/time.o
23:21:51 [2019-09-19T23:21:51.572Z]   CC       images/sysctl.o
23:21:51 [2019-09-19T23:21:51.572Z]   CC       images/autofs.o
23:21:51 [2019-09-19T23:21:51.572Z]   CC       images/macvlan.o
23:21:51 [2019-09-19T23:21:51.572Z]   CC       images/sit.o
23:21:51 [2019-09-19T23:21:51.572Z]   LINK     images/built-in.o
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/include/asm
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/include/version.h
23:21:51 [2019-09-19T23:21:51.572Z] touch .config
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      include/common/config.h
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/plugins/include/uapi/std/syscall.h
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/arch/s390/plugins/std/parasite-head.d
23:21:51 [2019-09-19T23:21:51.572Z]   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/std/infect.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/std/string.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/std/log.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/std/fds.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/std/std.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/shmem/shmem.d
23:21:51 [2019-09-19T23:21:51.572Z]   DEP      compel/plugins/fds/fds.d
23:21:51 [2019-09-19T23:21:51.796Z] #6 7.259 Reading package lists...
23:21:51 [2019-09-19T23:21:51.796Z] #6 ...
23:21:51 [2019-09-19T23:21:51.796Z] 
23:21:51 [2019-09-19T23:21:51.796Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:21:51 [2019-09-19T23:21:51.796Z] #15 8.044 + cd /tmp/tmp.SUARDvrXA1/src/github.com/go-swagger/go-swagger
23:21:51 [2019-09-19T23:21:51.796Z] #15 8.044 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
23:21:51 [2019-09-19T23:21:51.940Z]   CC       compel/plugins/std/std.o
23:21:51 [2019-09-19T23:21:51.940Z]   CC       compel/plugins/std/fds.o
23:21:51 [2019-09-19T23:21:51.940Z]   CC       compel/plugins/std/log.o
23:21:51 [2019-09-19T23:21:51.940Z]   CC       compel/plugins/std/string.o
23:21:52 [2019-09-19T23:21:52.014Z] #30 7.963 internal/bytealg
23:21:52 [2019-09-19T23:21:52.014Z] #30 8.073 math
23:21:52 [2019-09-19T23:21:52.338Z]   CC       compel/plugins/std/infect.o
23:21:52 [2019-09-19T23:21:52.338Z]   CC       compel/arch/s390/plugins/std/parasite-head.o
23:21:52 [2019-09-19T23:21:52.338Z]   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
23:21:52 [2019-09-19T23:21:52.338Z]   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
23:21:52 [2019-09-19T23:21:52.338Z]   AR       compel/plugins/std.lib.a
23:21:52 [2019-09-19T23:21:52.338Z]   CC       compel/plugins/fds/fds.o
23:21:52 [2019-09-19T23:21:52.338Z]   AR       compel/plugins/fds.lib.a
23:21:52 [2019-09-19T23:21:52.338Z]   HOSTDEP  compel/src/lib/handle-elf-host.d
23:21:52 [2019-09-19T23:21:52.338Z]   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
23:21:52 [2019-09-19T23:21:52.338Z]   HOSTDEP  compel/src/lib/log-host.d
23:21:52 [2019-09-19T23:21:52.338Z]   HOSTDEP  compel/src/main-host.d
23:21:52 [2019-09-19T23:21:52.338Z]   DEP      compel/src/lib/ptrace.d
23:21:52 [2019-09-19T23:21:52.338Z]   DEP      compel/src/lib/infect.d
23:21:52 [2019-09-19T23:21:52.338Z]   DEP      compel/src/lib/infect-util.d
23:21:52 [2019-09-19T23:21:52.338Z]   DEP      compel/src/lib/infect-rpc.d
23:21:52 [2019-09-19T23:21:52.338Z]   DEP      compel/src/lib/handle-elf.d
23:21:52 [2019-09-19T23:21:52.356Z] #15 8.453 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:21:52 [2019-09-19T23:21:52.579Z] #30 8.539 runtime/internal/atomic
23:21:52 [2019-09-19T23:21:52.755Z]   DEP      compel/arch/s390/src/lib/handle-elf.d
23:21:52 [2019-09-19T23:21:52.755Z]   DEP      compel/arch/s390/src/lib/infect.d
23:21:52 [2019-09-19T23:21:52.755Z]   DEP      compel/arch/s390/src/lib/cpu.d
23:21:52 [2019-09-19T23:21:52.755Z]   DEP      compel/src/lib/log.d
23:21:52 [2019-09-19T23:21:52.755Z]   DEP      compel/src/main.d
23:21:52 [2019-09-19T23:21:52.755Z]   CC       compel/src/lib/log.o
23:21:52 [2019-09-19T23:21:52.755Z]   CC       compel/arch/s390/src/lib/cpu.o
23:21:52 [2019-09-19T23:21:52.755Z]   CC       compel/arch/s390/src/lib/infect.o
23:21:52 [2019-09-19T23:21:52.755Z]   CC       compel/arch/s390/src/lib/handle-elf.o
23:21:52 [2019-09-19T23:21:52.755Z]   CC       compel/src/lib/handle-elf.o
23:21:52 [2019-09-19T23:21:52.772Z] 1dd0fca17d70: Verifying Checksum
23:21:52 [2019-09-19T23:21:52.772Z] 1dd0fca17d70: Download complete
23:21:53 [2019-09-19T23:21:53.155Z] #30 8.849 runtime/internal/sys
23:21:53 [2019-09-19T23:21:53.155Z] #30 9.128 runtime/internal/math
23:21:53 [2019-09-19T23:21:53.173Z]   CC       compel/src/lib/infect-rpc.o
23:21:53 [2019-09-19T23:21:53.173Z]   CC       compel/src/lib/infect-util.o
23:21:53 [2019-09-19T23:21:53.173Z]   CC       compel/src/lib/infect.o
23:21:53 [2019-09-19T23:21:53.572Z]   CC       compel/src/lib/ptrace.o
23:21:53 [2019-09-19T23:21:53.572Z]   AR       compel/libcompel.a
23:21:53 [2019-09-19T23:21:53.572Z]   HOSTCC   compel/src/main-host.o
23:21:53 [2019-09-19T23:21:53.572Z]   HOSTCC   compel/src/lib/log-host.o
23:21:53 [2019-09-19T23:21:53.572Z]   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
23:21:53 [2019-09-19T23:21:53.720Z] #15 ...
23:21:53 [2019-09-19T23:21:53.720Z] 
23:21:53 [2019-09-19T23:21:53.720Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:21:53 [2019-09-19T23:21:53.720Z] #17 1.988 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.073 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.090 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.092 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.098 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.235 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.521 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 2.780 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 5.063 Fetched 7925 kB in 4s (1939 kB/s)
23:21:53 [2019-09-19T23:21:53.720Z] #17 5.063 Reading package lists...
23:21:53 [2019-09-19T23:21:53.720Z] #17 6.380 Reading package lists...
23:21:53 [2019-09-19T23:21:53.720Z] #17 7.637 Building dependency tree...
23:21:53 [2019-09-19T23:21:53.720Z] #17 7.885 Reading state information...
23:21:53 [2019-09-19T23:21:53.720Z] #17 8.049 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
23:21:53 [2019-09-19T23:21:53.720Z] #17 8.049 The following additional packages will be installed:
23:21:53 [2019-09-19T23:21:53.720Z] #17 8.050   libjq1 libonig4
23:21:53 [2019-09-19T23:21:53.720Z] #17 8.103 The following NEW packages will be installed:
23:21:53 [2019-09-19T23:21:53.720Z] #17 8.104   jq libjq1 libonig4
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.252 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.252 Need to get 327 kB of archives.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.252 After this operation, 1157 kB of additional disk space will be used.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.252 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.257 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.260 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.446 debconf: delaying package configuration, since apt-utils is not installed
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.485 Fetched 327 kB in 1s (286 kB/s)
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.522 Selecting previously unselected package libonig4:amd64.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.522 (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.)
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.532 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.539 Unpacking libonig4:amd64 (6.1.3-2) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.614 Selecting previously unselected package libjq1:amd64.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.616 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.619 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.670 Selecting previously unselected package jq.
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.672 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.676 Unpacking jq (1.5+dfsg-1.3) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.729 Setting up libonig4:amd64 (6.1.3-2) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.740 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.749 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 9.775 Setting up jq (1.5+dfsg-1.3) ...
23:21:53 [2019-09-19T23:21:53.720Z] #17 DONE 10.1s
23:21:53 [2019-09-19T23:21:53.720Z] 
23:21:53 [2019-09-19T23:21:53.720Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
23:21:53 [2019-09-19T23:21:53.720Z] #19 DONE 0.0s
23:21:53 [2019-09-19T23:21:53.720Z] 
23:21:53 [2019-09-19T23:21:53.720Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:21:53 [2019-09-19T23:21:53.720Z] #6 7.259 Reading package lists...
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.338 Building dependency tree...
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.494 Reading state information...
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.613 The following additional packages will be installed:
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.613   libapparmor1 libseccomp2
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.614 Suggested packages:
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.614   seccomp
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.659 The following NEW packages will be installed:
23:21:53 [2019-09-19T23:21:53.720Z] #6 8.660   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.796 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.796 Need to get 300 kB of archives.
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.796 After this operation, 1201 kB of additional disk space will be used.
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.796 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.799 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.801 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #6 9.803 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
23:21:53 [2019-09-19T23:21:53.720Z] #6 10.08 debconf: delaying package configuration, since apt-utils is not installed
23:21:53 [2019-09-19T23:21:53.720Z] #30 9.630 runtime
23:21:53 [2019-09-19T23:21:53.720Z] #30 ...
23:21:53 [2019-09-19T23:21:53.720Z] 
23:21:53 [2019-09-19T23:21:53.720Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:21:53 [2019-09-19T23:21:53.720Z] #55 3.656 + mktemp -d
23:21:53 [2019-09-19T23:21:53.720Z] #55 3.656 + export GOPATH=/tmp/tmp.wChNa88L5G
23:21:53 [2019-09-19T23:21:53.720Z] #55 3.656 + git clone https://github.com/docker/distribution.git /tmp/tmp.wChNa88L5G/src/github.com/docker/distribution
23:21:53 [2019-09-19T23:21:53.720Z] #55 3.656 Cloning into '/tmp/tmp.wChNa88L5G/src/github.com/docker/distribution'...
23:21:53 [2019-09-19T23:21:53.953Z]   HOSTCC   compel/src/lib/handle-elf-host.o
23:21:53 [2019-09-19T23:21:53.953Z]   HOSTLINK compel/compel-host-bin
23:21:53 [2019-09-19T23:21:53.953Z]   DEP      soccr/soccr.d
23:21:53 [2019-09-19T23:21:53.953Z]   CC       soccr/soccr.o
23:21:53 [2019-09-19T23:21:53.976Z] #6 10.13 Fetched 300 kB in 1s (264 kB/s)
23:21:53 [2019-09-19T23:21:53.976Z] #6 10.19 Selecting previously unselected package libseccomp2:amd64.
23:21:53 [2019-09-19T23:21:53.976Z] #6 10.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
23:21:53 [2019-09-19T23:21:53.976Z] #6 10.21 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
23:21:53 [2019-09-19T23:21:53.976Z] #6 10.22 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
23:21:53 [2019-09-19T23:21:53.982Z] #55 ...
23:21:53 [2019-09-19T23:21:53.982Z] 
23:21:53 [2019-09-19T23:21:53.982Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:21:53 [2019-09-19T23:21:53.982Z] #17 5.165 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:53 [2019-09-19T23:21:53.982Z] #17 5.166 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 5.207 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 5.212 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 5.249 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:53 [2019-09-19T23:21:53.982Z] #17 6.027 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 7.561 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 8.561 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:21:53 [2019-09-19T23:21:53.982Z] #17 ...
23:21:53 [2019-09-19T23:21:53.982Z] 
23:21:53 [2019-09-19T23:21:53.982Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.568 + RM_GOPATH=0
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.568 + TMP_GOPATH=
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.569 + : /build
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.569 + '[' -z '' ']'
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.571 ++ mktemp -d
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.574 + export GOPATH=/tmp/tmp.Q7w7iAK0tr
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.575 + GOPATH=/tmp/tmp.Q7w7iAK0tr
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.575 + RM_GOPATH=1
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.575 ++ dirname ./install.sh
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + dir=.
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + bin=gotestsum
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + shift
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + '[' '!' -f ./gotestsum.installer ']'
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + . ./gotestsum.installer
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 ++ GOTESTSUM_COMMIT=v0.3.5
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + install_gotestsum
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + echo 'Installing gotestsum version v0.3.5'
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 + go get -d gotest.tools/gotestsum
23:21:53 [2019-09-19T23:21:53.982Z] #27 6.583 Installing gotestsum version v0.3.5
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.30 Selecting previously unselected package libseccomp-dev:amd64.
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.30 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.32 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.41 Selecting previously unselected package libapparmor1:amd64.
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.41 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.42 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.51 Selecting previously unselected package libapparmor-dev:amd64.
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.51 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.53 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.62 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:21:54 [2019-09-19T23:21:54.232Z] #6 10.66 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
23:21:54 [2019-09-19T23:21:54.239Z] #27 ...
23:21:54 [2019-09-19T23:21:54.239Z] 
23:21:54 [2019-09-19T23:21:54.239Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.466 + RM_GOPATH=0
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.466 + TMP_GOPATH=
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.466 + : /build
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.466 + '[' -z '' ']'
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.474 ++ mktemp -d
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.474 + export GOPATH=/tmp/tmp.ZVE1DEp4nb
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.474 + GOPATH=/tmp/tmp.ZVE1DEp4nb
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.474 + RM_GOPATH=1
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.479 ++ dirname ./install.sh
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.480 + dir=.
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.480 + bin=gometalinter
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.480 + shift
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 + '[' '!' -f ./gometalinter.installer ']'
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 + . ./gometalinter.installer
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 Installing gometalinter version v2.0.6
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 ++ GOMETALINTER_COMMIT=v2.0.6
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 + install_gometalinter
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.481 + echo 'Installing gometalinter version v2.0.6'
23:21:54 [2019-09-19T23:21:54.239Z] #24 6.482 + go get -d github.com/alecthomas/gometalinter
23:21:54 [2019-09-19T23:21:54.332Z]   AR       soccr/libsoccr.a
23:21:54 [2019-09-19T23:21:54.332Z] make[1]: 'soccr/libsoccr.a' is up to date.
23:21:54 [2019-09-19T23:21:54.332Z]   DEP      criu/arch/s390/sigframe.d
23:21:54 [2019-09-19T23:21:54.332Z]   DEP      criu/arch/s390/crtools.d
23:21:54 [2019-09-19T23:21:54.332Z]   DEP      criu/arch/s390/cpu.d
23:21:54 [2019-09-19T23:21:54.332Z]   CC       criu/arch/s390/cpu.o
23:21:54 [2019-09-19T23:21:54.332Z]   CC       criu/arch/s390/crtools.o
23:21:54 [2019-09-19T23:21:54.488Z] #6 10.67 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
23:21:54 [2019-09-19T23:21:54.488Z] #6 10.68 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
23:21:54 [2019-09-19T23:21:54.488Z] #6 10.70 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
23:21:54 [2019-09-19T23:21:54.488Z] #6 10.71 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:21:54 [2019-09-19T23:21:54.496Z] #24 ...
23:21:54 [2019-09-19T23:21:54.496Z] 
23:21:54 [2019-09-19T23:21:54.496Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.749 + RM_GOPATH=0
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.749 + TMP_GOPATH=
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.749 + : /build
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.749 + '[' -z '' ']'
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.749 ++ mktemp -d
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.754 + export GOPATH=/tmp/tmp.DpwXpLIkrl
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.754 + GOPATH=/tmp/tmp.DpwXpLIkrl
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.754 + RM_GOPATH=1
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 ++ dirname ./install.sh
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 + dir=.
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 + bin=dockercli
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 + shift
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 + '[' '!' -f ./dockercli.installer ']'
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 + . ./dockercli.installer
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 ++ DOCKERCLI_CHANNEL=stable
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.755 ++ DOCKERCLI_VERSION=17.06.2-ce
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.756 + install_dockercli
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.756 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.756 ++ uname -m
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.757 Install docker/cli version 17.06.2-ce from stable
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.762 + arch=x86_64
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.762 + '[' x86_64 '!=' x86_64 ']'
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.762 + url=https://download.docker.com/linux/static
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.763 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:21:54 [2019-09-19T23:21:54.496Z] #53 6.763 + tar -xz docker/docker
23:21:54 [2019-09-19T23:21:54.496Z] #53 ...
23:21:54 [2019-09-19T23:21:54.496Z] 
23:21:54 [2019-09-19T23:21:54.496Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:21:54 [2019-09-19T23:21:54.496Z] #57 4.620 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:54 [2019-09-19T23:21:54.496Z] #57 4.626 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:54 [2019-09-19T23:21:54.496Z] #57 4.649 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:54 [2019-09-19T23:21:54.496Z] #57 4.649 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:54 [2019-09-19T23:21:54.496Z] #57 4.768 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:54 [2019-09-19T23:21:54.496Z] #57 5.621 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:54 [2019-09-19T23:21:54.496Z] #57 7.114 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:54 [2019-09-19T23:21:54.496Z] #57 7.742 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:21:54 [2019-09-19T23:21:54.702Z]   CC       criu/arch/s390/sigframe.o
23:21:54 [2019-09-19T23:21:54.702Z]   LINK     criu/arch/s390/crtools.built-in.o
23:21:54 [2019-09-19T23:21:54.702Z]   DEP      criu/arch/s390/vdso-pie.d
23:21:54 [2019-09-19T23:21:54.702Z]   DEP      criu/pie/parasite-vdso.d
23:21:54 [2019-09-19T23:21:54.702Z]   DEP      criu/pie/util-vdso.d
23:21:54 [2019-09-19T23:21:54.702Z]   DEP      criu/pie/util.d
23:21:54 [2019-09-19T23:21:54.702Z]   CC       criu/pie/util.o
23:21:54 [2019-09-19T23:21:54.702Z]   CC       criu/pie/util-vdso.o
23:21:54 [2019-09-19T23:21:54.743Z] #6 DONE 10.9s
23:21:54 [2019-09-19T23:21:54.743Z] 
23:21:54 [2019-09-19T23:21:54.743Z] #7 [dev 1/24] RUN groupadd -r docker
23:21:54 [2019-09-19T23:21:54.754Z] #57 ...
23:21:54 [2019-09-19T23:21:54.754Z] 
23:21:54 [2019-09-19T23:21:54.754Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:21:54 [2019-09-19T23:21:54.754Z] #44 7.339 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:54 [2019-09-19T23:21:54.754Z] #44 7.341 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:54 [2019-09-19T23:21:54.754Z] #44 7.418 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:54 [2019-09-19T23:21:54.754Z] #44 7.423 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:54 [2019-09-19T23:21:54.754Z] #44 7.457 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:54 [2019-09-19T23:21:54.754Z] #44 8.341 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:54 [2019-09-19T23:21:54.754Z] #44 10.32 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:54 [2019-09-19T23:21:54.754Z] #44 ...
23:21:54 [2019-09-19T23:21:54.754Z] 
23:21:54 [2019-09-19T23:21:54.754Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.337 + RM_GOPATH=0
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.338 + TMP_GOPATH=
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.339 + : /build
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.339 + '[' -z '' ']'
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.346 ++ mktemp -d
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.351 + export GOPATH=/tmp/tmp.Epl5XXUPXk
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.351 + GOPATH=/tmp/tmp.Epl5XXUPXk
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.351 + RM_GOPATH=1
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.351 ++ dirname ./install.sh
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.352 + dir=.
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.352 + bin=proxy
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.353 + shift
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.353 + '[' '!' -f ./proxy.installer ']'
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.353 + . ./proxy.installer
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.353 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.354 + install_proxy
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.354 + case "$1" in
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.354 + export CGO_ENABLED=0
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.354 + CGO_ENABLED=0
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.354 + _install_proxy
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.355 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d'
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.355 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.356 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Epl5XXUPXk/src/github.com/docker/libnetwork
23:21:54 [2019-09-19T23:21:54.754Z] #50 6.364 Cloning into '/tmp/tmp.Epl5XXUPXk/src/github.com/docker/libnetwork'...
23:21:54 [2019-09-19T23:21:54.839Z] 34839f11bbce: Pull complete
23:21:55 [2019-09-19T23:21:55.011Z] #50 ...
23:21:55 [2019-09-19T23:21:55.011Z] 
23:21:55 [2019-09-19T23:21:55.011Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.707 + RM_GOPATH=0
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.707 + TMP_GOPATH=
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.707 + : /build/
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.707 + '[' -z '' ']'
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.708 ++ mktemp -d
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.709 + export GOPATH=/tmp/tmp.YKjZjZEEM4
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.709 + GOPATH=/tmp/tmp.YKjZjZEEM4
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.709 + RM_GOPATH=1
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.710 ++ dirname ./install.sh
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.716 + dir=.
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.716 + bin=rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.716 + shift
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.716 + '[' '!' -f ./rootlesskit.installer ']'
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + . ./rootlesskit.installer
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + install_rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + case "$1" in
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + export CGO_ENABLED=0
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + CGO_ENABLED=0
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + _install_rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YKjZjZEEM4/src/github.com/rootless-containers/rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.717 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
23:21:55 [2019-09-19T23:21:55.011Z] #61 6.718 Cloning into '/tmp/tmp.YKjZjZEEM4/src/github.com/rootless-containers/rootlesskit'...
23:21:55 [2019-09-19T23:21:55.011Z] #61 10.69 + cd /tmp/tmp.YKjZjZEEM4/src/github.com/rootless-containers/rootlesskit
23:21:55 [2019-09-19T23:21:55.011Z] #61 10.69 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
23:21:55 [2019-09-19T23:21:55.073Z]   CC       criu/pie/parasite-vdso.o
23:21:55 [2019-09-19T23:21:55.074Z]   CC       criu/arch/s390/vdso-pie.o
23:21:55 [2019-09-19T23:21:55.074Z]   AR       criu/pie/pie.lib.a
23:21:55 [2019-09-19T23:21:55.074Z]   DEP      criu/pie/restorer.d
23:21:55 [2019-09-19T23:21:55.074Z]   DEP      criu/arch/s390/restorer.d
23:21:55 [2019-09-19T23:21:55.074Z]   DEP      criu/pie/parasite.d
23:21:55 [2019-09-19T23:21:55.074Z]   CC       criu/pie/parasite.o
23:21:55 [2019-09-19T23:21:55.269Z] #61 ...
23:21:55 [2019-09-19T23:21:55.269Z] 
23:21:55 [2019-09-19T23:21:55.269Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:21:55 [2019-09-19T23:21:55.269Z] #35 7.595 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:21:55 [2019-09-19T23:21:55.269Z] #35 7.597 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 7.627 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 7.644 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 7.721 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:21:55 [2019-09-19T23:21:55.269Z] #35 8.542 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 10.59 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 11.57 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:21:55 [2019-09-19T23:21:55.269Z] #35 ...
23:21:55 [2019-09-19T23:21:55.269Z] 
23:21:55 [2019-09-19T23:21:55.269Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:21:55 [2019-09-19T23:21:55.269Z] #15 6.103 + mktemp -d
23:21:55 [2019-09-19T23:21:55.269Z] #15 6.117 + export GOPATH=/tmp/tmp.B1akDglC0I
23:21:55 [2019-09-19T23:21:55.269Z] #15 6.117 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.B1akDglC0I/src/github.com/go-swagger/go-swagger
23:21:55 [2019-09-19T23:21:55.269Z] #15 6.119 Cloning into '/tmp/tmp.B1akDglC0I/src/github.com/go-swagger/go-swagger'...
23:21:55 [2019-09-19T23:21:55.457Z]   LINK     criu/pie/parasite.built-in.o
23:21:55 [2019-09-19T23:21:55.457Z]   GEN      criu/pie/parasite-blob.h
23:21:55 [2019-09-19T23:21:55.457Z]   CC       criu/arch/s390/restorer.o
23:21:55 [2019-09-19T23:21:55.457Z]   CC       criu/pie/restorer.o
23:21:55 [2019-09-19T23:21:55.527Z] #15 ...
23:21:55 [2019-09-19T23:21:55.527Z] 
23:21:55 [2019-09-19T23:21:55.527Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.394 + RM_GOPATH=0
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.394 + TMP_GOPATH=
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.394 + : /build
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.395 + '[' -z '' ']'
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.396 ++ mktemp -d
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.401 + export GOPATH=/tmp/tmp.RqfTJ5lmtp
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.401 + GOPATH=/tmp/tmp.RqfTJ5lmtp
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.401 + RM_GOPATH=1
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.402 ++ dirname ./install.sh
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.402 + dir=.
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + bin=vndr
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + shift
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + '[' '!' -f ./vndr.installer ']'
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + . ./vndr.installer
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + install_vndr
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.403 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.RqfTJ5lmtp/src/github.com/LK4D4/vndr
23:21:55 [2019-09-19T23:21:55.527Z] #33 6.404 Cloning into '/tmp/tmp.RqfTJ5lmtp/src/github.com/LK4D4/vndr'...
23:21:55 [2019-09-19T23:21:55.527Z] #33 7.464 + cd /tmp/tmp.RqfTJ5lmtp/src/github.com/LK4D4/vndr
23:21:55 [2019-09-19T23:21:55.527Z] #33 7.464 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:21:55 [2019-09-19T23:21:55.527Z] #33 7.502 + go build -buildmode=pie -v -o /build/vndr .
23:21:55 [2019-09-19T23:21:55.527Z] #33 8.910 errors
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.017 internal/cpu
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.022 internal/race
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.091 runtime/internal/atomic
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.510 runtime/internal/sys
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.699 runtime/internal/math
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.760 internal/bytealg
23:21:55 [2019-09-19T23:21:55.527Z] #33 9.874 sync/atomic
23:21:55 [2019-09-19T23:21:55.527Z] #33 10.24 unicode
23:21:55 [2019-09-19T23:21:55.527Z] #33 10.75 runtime
23:21:55 [2019-09-19T23:21:55.839Z]   LINK     criu/pie/restorer.built-in.o
23:21:55 [2019-09-19T23:21:55.839Z]   GEN      criu/pie/restorer-blob.h
23:21:55 [2019-09-19T23:21:55.839Z]   DEP      criu/vdso.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/uts_ns.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/util.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/uffd.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/tun.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/tty.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/timerfd.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/sysfs_parse.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/sysctl.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/string.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/stats.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/sockets.d
23:21:56 [2019-09-19T23:21:56.219Z]   DEP      criu/sk-unix.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sk-tcp.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sk-queue.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sk-packet.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sk-netlink.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sk-inet.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/signalfd.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/sigframe.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/shmem.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/seize.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/seccomp.d
23:21:56 [2019-09-19T23:21:56.610Z]   DEP      criu/rst-malloc.d
23:21:56 [2019-09-19T23:21:56.637Z] #7 DONE 1.6s
23:21:56 [2019-09-19T23:21:56.637Z] 
23:21:56 [2019-09-19T23:21:56.638Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser
23:21:56 [2019-09-19T23:21:56.936Z] Sending build context to Docker daemon  49.83MB
23:21:56 [2019-09-19T23:21:56.936Z] 
23:21:56 [2019-09-19T23:21:56.936Z] Step 1/8 : FROM microsoft/windowsservercore
23:21:56 [2019-09-19T23:21:56.936Z]  ---> 1ddfa8bee56a
23:21:56 [2019-09-19T23:21:56.936Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
23:21:56 [2019-09-19T23:21:56.936Z]  ---> Using cache
23:21:56 [2019-09-19T23:21:56.936Z]  ---> b7c5b240a488
23:21:56 [2019-09-19T23:21:56.936Z] Step 3/8 : ARG GO_VERSION=1.12.8
23:21:56 [2019-09-19T23:21:56.936Z]  ---> Running in 22380039e00e
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/rbtree.d
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/pstree.d
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/protobuf.d
23:21:56 [2019-09-19T23:21:56.984Z]   GEN      criu/protobuf-desc-gen.h
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/protobuf-desc.d
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/proc_parse.d
23:21:56 [2019-09-19T23:21:56.984Z]   DEP      criu/plugin.d
23:21:57 [2019-09-19T23:21:57.426Z] #33 ...
23:21:57 [2019-09-19T23:21:57.426Z] 
23:21:57 [2019-09-19T23:21:57.426Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:21:57 [2019-09-19T23:21:57.426Z] #24 13.59 + cd /tmp/tmp.ZVE1DEp4nb/src/github.com/alecthomas/gometalinter
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pipes.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pie-util.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pie-util-vdso.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pie-util-vdso-elf32.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/path.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/parasite-syscall.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pagemap.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/pagemap-cache.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/page-xfer.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/page-pipe.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/netfilter.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/net.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/namespaces.d
23:21:57 [2019-09-19T23:21:57.459Z]   DEP      criu/mount.d
23:21:57 [2019-09-19T23:21:57.526Z] 34f648706e72: Pull complete
23:21:57 [2019-09-19T23:21:57.683Z] #24 13.59 + git checkout -q v2.0.6
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/mem.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/lsm.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/log.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/libnetlink.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/kerndat.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/kcmp-ids.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/irmap.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/ipc_ns.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/image.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/image-desc.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/fsnotify.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/filesystems.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/files.d
23:21:57 [2019-09-19T23:21:57.873Z]   DEP      criu/files-reg.d
23:21:57 [2019-09-19T23:21:57.903Z] Removing intermediate container 22380039e00e
23:21:57 [2019-09-19T23:21:57.904Z]  ---> 418eac1c5d9b
23:21:57 [2019-09-19T23:21:57.904Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\go     FROM_DOCKERFILE=1
23:21:57 [2019-09-19T23:21:57.904Z]  ---> Running in 195176cbe293
23:21:58 [2019-09-19T23:21:58.001Z] #8 DONE 1.8s
23:21:58 [2019-09-19T23:21:58.001Z] 
23:21:58 [2019-09-19T23:21:58.001Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:21:58 [2019-09-19T23:21:58.001Z] #20 2.304 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
23:21:58 [2019-09-19T23:21:58.001Z] #20 2.528 
23:21:58 [2019-09-19T23:21:58.001Z] #20 2.755 
#####                                                                      7.6%
###############                                                           21.6%
##################################                                        47.9%
######################################################                    75.9%
####################################################################      95.0%
######################################################################## 100.0%
23:21:58 [2019-09-19T23:21:58.001Z] #20 3.447 
23:21:58 [2019-09-19T23:21:58.001Z] #20 3.594 
###################################                                       48.9%
######################################################################## 100.0%
23:21:58 [2019-09-19T23:21:58.001Z] #20 3.879 
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/files-ext.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/file-lock.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/file-ids.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/fifo.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/fdstore.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/fault-injection.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/external.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/eventpoll.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/eventfd.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/crtools.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/cr-service.d
23:21:58 [2019-09-19T23:21:58.238Z]   DEP      criu/cr-restore.d
23:21:58 [2019-09-19T23:21:58.249Z] #24 14.14 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
23:21:58 [2019-09-19T23:21:58.256Z] #20 4.029 
#############                                                             19.4%
################################                                          45.8%
################################################                          66.7%
#############################################################             85.7%
######################################################################## 100.0%
23:21:58 [2019-09-19T23:21:58.361Z] Removing intermediate container 195176cbe293
23:21:58 [2019-09-19T23:21:58.361Z]  ---> 9d54ee60de34
23:21:58 [2019-09-19T23:21:58.361Z] Step 5/8 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   Download-File $('https://golang.org/dl/go'+$Env:GO_VERSION+'.windows-amd64.zip') C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     Write-Host INFO: Creating source directory...;   New-Item -ItemType Directory -Path C:\go\src\github.com\docker\docker | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;     Write-Host INFO: Completed
23:21:58 [2019-09-19T23:21:58.361Z]  ---> Running in bccfbc402900
23:21:58 [2019-09-19T23:21:58.512Z] #20 4.609 
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cr-errno.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cr-dump.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cr-dedup.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cr-check.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/config.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/clone-noasan.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cgroup.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/cgroup-props.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/bitmap.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/bfd.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/autofs.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/aio.d
23:21:58 [2019-09-19T23:21:58.605Z]   DEP      criu/action-scripts.d
23:21:58 [2019-09-19T23:21:58.981Z]   CC       criu/action-scripts.o
23:21:58 [2019-09-19T23:21:58.981Z]   CC       criu/aio.o
23:21:58 [2019-09-19T23:21:58.981Z]   CC       criu/autofs.o
23:21:59 [2019-09-19T23:21:59.349Z]   CC       criu/bfd.o
23:21:59 [2019-09-19T23:21:59.349Z]   CC       criu/bitmap.o
23:21:59 [2019-09-19T23:21:59.349Z]   CC       criu/cgroup-props.o
23:21:59 [2019-09-19T23:21:59.538Z] #20 4.762 
#####                                                                      7.2%
##########                                                                14.6%
###############                                                           21.8%
######################                                                    31.3%
############################                                              38.9%
#################################                                         46.4%
######################################                                    53.9%
##########################################                                59.5%
#################################################                         68.4%
23:21:59 [2019-09-19T23:21:59.538Z] #20 ...
23:21:59 [2019-09-19T23:21:59.538Z] 
23:21:59 [2019-09-19T23:21:59.538Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
23:21:59 [2019-09-19T23:21:59.538Z] #9 1.316 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:21:59 [2019-09-19T23:21:59.538Z] #9 DONE 1.6s
23:21:59 [2019-09-19T23:21:59.538Z] 
23:21:59 [2019-09-19T23:21:59.538Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:21:59 [2019-09-19T23:21:59.538Z] #20 4.762 
#####                                                                      7.2%
##########                                                                14.6%
###############                                                           21.8%
######################                                                    31.3%
############################                                              38.9%
#################################                                         46.4%
######################################                                    53.9%
##########################################                                59.5%
#################################################                         68.4%
#####################################################                     74.6%
##########################################################                81.0%
23:21:59 [2019-09-19T23:21:59.538Z] #20 ...
23:21:59 [2019-09-19T23:21:59.538Z] 
23:21:59 [2019-09-19T23:21:59.538Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ...
23:21:59 [2019-09-19T23:21:59.710Z]   CC       criu/cgroup.o
23:22:00 [2019-09-19T23:22:00.081Z]   CC       criu/clone-noasan.o
23:22:00 [2019-09-19T23:22:00.081Z]   CC       criu/config.o
23:22:00 [2019-09-19T23:22:00.442Z]   CC       criu/cr-check.o
23:22:00 [2019-09-19T23:22:00.775Z] #24 ...
23:22:00 [2019-09-19T23:22:00.775Z] 
23:22:00 [2019-09-19T23:22:00.775Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:22:00 [2019-09-19T23:22:00.775Z] #53 15.68 + mkdir -p /build
23:22:00 [2019-09-19T23:22:00.775Z] #53 15.68 + mv docker/docker /build/
23:22:00 [2019-09-19T23:22:00.775Z] #53 15.70 + rmdir docker
23:22:00 [2019-09-19T23:22:00.775Z] #53 DONE 16.6s
23:22:00 [2019-09-19T23:22:00.775Z] 
23:22:00 [2019-09-19T23:22:00.775Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:22:00 [2019-09-19T23:22:00.775Z] #55 14.85 + cd /tmp/tmp.wChNa88L5G/src/github.com/docker/distribution
23:22:00 [2019-09-19T23:22:00.775Z] #55 14.85 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:22:00 [2019-09-19T23:22:00.805Z]   CC       criu/cr-dedup.o
23:22:00 [2019-09-19T23:22:00.805Z]   CC       criu/cr-dump.o
23:22:01 [2019-09-19T23:22:01.032Z] #55 17.24 + GOPATH=/tmp/tmp.wChNa88L5G/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.wChNa88L5G go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:22:01 [2019-09-19T23:22:01.425Z] #10 DONE 1.5s
23:22:01 [2019-09-19T23:22:01.425Z] 
23:22:01 [2019-09-19T23:22:01.425Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:01 [2019-09-19T23:22:01.425Z] #20 4.762 
#####                                                                      7.2%
##########                                                                14.6%
###############                                                           21.8%
######################                                                    31.3%
############################                                              38.9%
#################################                                         46.4%
######################################                                    53.9%
##########################################                                59.5%
#################################################                         68.4%
#####################################################                     74.6%
##########################################################                81.0%
#############################################################             85.6%
##################################################################        92.5%
######################################################################## 100.0%
23:22:01 [2019-09-19T23:22:01.425Z] #20 6.118 
23:22:01 [2019-09-19T23:22:01.425Z] #20 6.780 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
23:22:01 [2019-09-19T23:22:01.425Z] #20 6.969 
23:22:01 [2019-09-19T23:22:01.425Z] #20 7.057 
######################################################################## 100.0%
23:22:01 [2019-09-19T23:22:01.425Z] #20 7.110 
23:22:01 [2019-09-19T23:22:01.425Z] #20 7.677 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
23:22:01 [2019-09-19T23:22:01.589Z]   CC       criu/cr-errno.o
23:22:01 [2019-09-19T23:22:01.589Z]   CC       criu/cr-restore.o
23:22:01 [2019-09-19T23:22:01.597Z] #55 ...
23:22:01 [2019-09-19T23:22:01.597Z] 
23:22:01 [2019-09-19T23:22:01.597Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:22:01 [2019-09-19T23:22:01.597Z] #6 7.979 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:01 [2019-09-19T23:22:01.597Z] #6 7.981 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:01 [2019-09-19T23:22:01.597Z] #6 8.047 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:01 [2019-09-19T23:22:01.597Z] #6 8.058 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:01 [2019-09-19T23:22:01.597Z] #6 8.113 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:01 [2019-09-19T23:22:01.597Z] #6 9.071 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:01 [2019-09-19T23:22:01.597Z] #6 11.00 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:01 [2019-09-19T23:22:01.597Z] #6 11.89 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:22:01 [2019-09-19T23:22:01.681Z] #20 7.903 
23:22:01 [2019-09-19T23:22:01.854Z] #6 ...
23:22:01 [2019-09-19T23:22:01.854Z] 
23:22:01 [2019-09-19T23:22:01.854Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:01 [2019-09-19T23:22:01.854Z] #33 14.16 unicode/utf8
23:22:01 [2019-09-19T23:22:01.854Z] #33 14.57 math/bits
23:22:01 [2019-09-19T23:22:01.854Z] #33 15.16 math
23:22:01 [2019-09-19T23:22:01.937Z] #20 8.036 
######################################################################## 100.0%
23:22:01 [2019-09-19T23:22:01.937Z] #20 8.112 
23:22:02 [2019-09-19T23:22:02.406Z]   CC       criu/cr-service.o
23:22:02 [2019-09-19T23:22:02.863Z] #20 ...
23:22:02 [2019-09-19T23:22:02.863Z] 
23:22:02 [2019-09-19T23:22:02.863Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
23:22:02 [2019-09-19T23:22:02.863Z] #11 DONE 1.4s
23:22:02 [2019-09-19T23:22:02.863Z] 
23:22:02 [2019-09-19T23:22:02.863Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:02 [2019-09-19T23:22:02.863Z] #20 8.716 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
23:22:02 [2019-09-19T23:22:02.863Z] #20 8.742 skipping existing 1849cc453dee
23:22:02 [2019-09-19T23:22:02.863Z] #20 8.805 
23:22:02 [2019-09-19T23:22:02.924Z]   CC       criu/crtools.o
23:22:02 [2019-09-19T23:22:02.924Z]   CC       criu/eventfd.o
23:22:03 [2019-09-19T23:22:03.072Z] 
23:22:03 [2019-09-19T23:22:03.072Z] SUCCESS: Specified value was saved.
23:22:03 [2019-09-19T23:22:03.349Z]   CC       criu/eventpoll.o
23:22:03 [2019-09-19T23:22:03.349Z]   CC       criu/external.o
23:22:03 [2019-09-19T23:22:03.349Z]   CC       criu/fault-injection.o
23:22:03 [2019-09-19T23:22:03.349Z]   CC       criu/fdstore.o
23:22:03 [2019-09-19T23:22:03.349Z]   CC       criu/fifo.o
23:22:03 [2019-09-19T23:22:03.424Z] #20 9.437 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.685 
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.787 
######################################################################## 100.0%
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.830 
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.852 Download of images into '/build' complete.
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.853 Use something like the following to load the result into a Docker daemon:
23:22:03 [2019-09-19T23:22:03.680Z] #20 9.853   tar -cC '/build' . | docker load
23:22:03 [2019-09-19T23:22:03.680Z] #20 DONE 10.0s
23:22:03 [2019-09-19T23:22:03.680Z] 
23:22:03 [2019-09-19T23:22:03.680Z] #12 [dev 6/24] RUN ldconfig
23:22:03 [2019-09-19T23:22:03.738Z]   CC       criu/file-ids.o
23:22:03 [2019-09-19T23:22:03.738Z]   CC       criu/file-lock.o
23:22:03 [2019-09-19T23:22:03.738Z]   CC       criu/files-ext.o
23:22:03 [2019-09-19T23:22:03.751Z] #33 ...
23:22:03 [2019-09-19T23:22:03.751Z] 
23:22:03 [2019-09-19T23:22:03.751Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:03 [2019-09-19T23:22:03.751Z] #57 19.94 Fetched 7925 kB in 16s (487 kB/s)
23:22:04 [2019-09-19T23:22:04.107Z]   CC       criu/files-reg.o
23:22:04 [2019-09-19T23:22:04.241Z] #12 DONE 1.4s
23:22:04 [2019-09-19T23:22:04.241Z] 
23:22:04 [2019-09-19T23:22:04.241Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:04 [2019-09-19T23:22:04.414Z] 1dd0fca17d70: Pull complete
23:22:04 [2019-09-19T23:22:04.414Z] 7b335bb9cab2: Pull complete
23:22:04 [2019-09-19T23:22:04.414Z] Digest: sha256:cb542b93d57a40d3ef010f5df41e810b7612fc6711720c70ce9aed7d67b23b69
23:22:04 [2019-09-19T23:22:04.414Z] Status: Downloaded newer image for golang:1.12.8-stretch
23:22:04 [2019-09-19T23:22:04.414Z]  ---> 997767676905
23:22:04 [2019-09-19T23:22:04.414Z] Step 5/126 : ARG APT_MIRROR
23:22:04 [2019-09-19T23:22:04.414Z]  ---> Running in d59792b3b723
23:22:04 [2019-09-19T23:22:04.414Z] Removing intermediate container d59792b3b723
23:22:04 [2019-09-19T23:22:04.414Z]  ---> 30dce567c8f3
23:22:04 [2019-09-19T23:22:04.414Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
23:22:04 [2019-09-19T23:22:04.414Z]  ---> Running in 73c0e8557978
23:22:04 [2019-09-19T23:22:04.414Z] Removing intermediate container 73c0e8557978
23:22:04 [2019-09-19T23:22:04.414Z]  ---> 437cd2f2d3e2
23:22:04 [2019-09-19T23:22:04.414Z] Step 7/126 : FROM base AS criu
23:22:04 [2019-09-19T23:22:04.414Z]  ---> 437cd2f2d3e2
23:22:04 [2019-09-19T23:22:04.414Z] Step 8/126 : ARG DEBIAN_FRONTEND
23:22:04 [2019-09-19T23:22:04.414Z]  ---> Running in e3826f512047
23:22:04 [2019-09-19T23:22:04.481Z]   CC       criu/files.o
23:22:04 [2019-09-19T23:22:04.606Z] INFO: Downloading git...
23:22:04 [2019-09-19T23:22:04.702Z] Removing intermediate container e3826f512047
23:22:04 [2019-09-19T23:22:04.702Z]  ---> 4a95115df70f
23:22:04 [2019-09-19T23:22:04.702Z] Step 9/126 : ENV CRIU_VERSION 3.11
23:22:04 [2019-09-19T23:22:04.702Z]  ---> Running in 03de838b4cab
23:22:04 [2019-09-19T23:22:04.702Z] Removing intermediate container 03de838b4cab
23:22:04 [2019-09-19T23:22:04.702Z]  ---> 4bdcd62ce3bd
23:22:04 [2019-09-19T23:22:04.702Z] Step 10/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libnet-dev 	libprotobuf-c-dev 	libprotobuf-dev 	libnl-3-dev 	libcap-dev 	protobuf-compiler 	protobuf-c-compiler 	python-protobuf 	&& rm -rf /var/lib/apt/lists/*
23:22:04 [2019-09-19T23:22:04.702Z]  ---> Running in b1354ede889a
23:22:04 [2019-09-19T23:22:04.846Z]   CC       criu/filesystems.o
23:22:05 [2019-09-19T23:22:05.121Z] #57 19.94 Reading package lists...
23:22:05 [2019-09-19T23:22:05.121Z] #57 ...
23:22:05 [2019-09-19T23:22:05.121Z] 
23:22:05 [2019-09-19T23:22:05.121Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:22:05 [2019-09-19T23:22:05.121Z] #44 11.35 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:22:05 [2019-09-19T23:22:05.221Z]   CC       criu/fsnotify.o
23:22:05 [2019-09-19T23:22:05.221Z]   CC       criu/image-desc.o
23:22:05 [2019-09-19T23:22:05.221Z]   CC       criu/image.o
23:22:05 [2019-09-19T23:22:05.321Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:05 [2019-09-19T23:22:05.321Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:05 [2019-09-19T23:22:05.321Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:05 [2019-09-19T23:22:05.321Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:05 [2019-09-19T23:22:05.321Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:05 [2019-09-19T23:22:05.379Z] #44 ...
23:22:05 [2019-09-19T23:22:05.379Z] 
23:22:05 [2019-09-19T23:22:05.379Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:22:05 [2019-09-19T23:22:05.379Z] #50 21.04 + cd /tmp/tmp.Epl5XXUPXk/src/github.com/docker/libnetwork
23:22:05 [2019-09-19T23:22:05.379Z] #50 21.04 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d
23:22:05 [2019-09-19T23:22:05.599Z]   CC       criu/ipc_ns.o
23:22:05 [2019-09-19T23:22:05.605Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:22:05 [2019-09-19T23:22:05.636Z] #50 21.56 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:22:05 [2019-09-19T23:22:05.636Z] #50 ...
23:22:05 [2019-09-19T23:22:05.636Z] 
23:22:05 [2019-09-19T23:22:05.636Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:22:05 [2019-09-19T23:22:05.636Z] #61 11.45 + for f in rootlesskit rootlesskit-docker-proxy
23:22:05 [2019-09-19T23:22:05.636Z] #61 11.45 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
23:22:05 [2019-09-19T23:22:05.636Z] #61 ...
23:22:05 [2019-09-19T23:22:05.636Z] 
23:22:05 [2019-09-19T23:22:05.636Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:22:05 [2019-09-19T23:22:05.636Z] #17 20.57 Fetched 7925 kB in 16s (482 kB/s)
23:22:05 [2019-09-19T23:22:05.893Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:22:05 [2019-09-19T23:22:05.893Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:22:05 [2019-09-19T23:22:05.973Z]   CC       criu/irmap.o
23:22:05 [2019-09-19T23:22:05.973Z]   CC       criu/kcmp-ids.o
23:22:05 [2019-09-19T23:22:05.973Z]   CC       criu/kerndat.o
23:22:06 [2019-09-19T23:22:06.142Z] INFO: Downloading go...
23:22:06 [2019-09-19T23:22:06.338Z]   CC       criu/libnetlink.o
23:22:06 [2019-09-19T23:22:06.338Z]   CC       criu/log.o
23:22:06 [2019-09-19T23:22:06.703Z]   CC       criu/lsm.o
23:22:06 [2019-09-19T23:22:06.703Z]   CC       criu/mem.o
23:22:07 [2019-09-19T23:22:07.067Z]   CC       criu/mount.o
23:22:07 [2019-09-19T23:22:07.506Z] #13 2.938 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:07 [2019-09-19T23:22:07.506Z] #13 2.942 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:07 [2019-09-19T23:22:07.506Z] #13 2.967 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:07 [2019-09-19T23:22:07.506Z] #13 2.975 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:07 [2019-09-19T23:22:07.506Z] #13 2.986 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:07 [2019-09-19T23:22:07.506Z] #13 3.264 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:07 [2019-09-19T23:22:07.780Z] #13 3.576 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:07 [2019-09-19T23:22:07.780Z] #13 3.819 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:22:07 [2019-09-19T23:22:07.919Z] Fetched 7724 kB in 2s (3132 kB/s)
23:22:07 [2019-09-19T23:22:07.930Z]   CC       criu/namespaces.o
23:22:08 [2019-09-19T23:22:08.162Z] #17 20.57 Reading package lists...
23:22:08 [2019-09-19T23:22:08.162Z] #17 ...
23:22:08 [2019-09-19T23:22:08.162Z] 
23:22:08 [2019-09-19T23:22:08.162Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:08 [2019-09-19T23:22:08.162Z] #30 13.83 unicode/utf8
23:22:08 [2019-09-19T23:22:08.162Z] #30 14.25 strconv
23:22:08 [2019-09-19T23:22:08.162Z] #30 18.47 internal/race
23:22:08 [2019-09-19T23:22:08.162Z] #30 18.62 sync/atomic
23:22:08 [2019-09-19T23:22:08.162Z] #30 18.87 unicode
23:22:08 [2019-09-19T23:22:08.162Z] #30 21.86 internal/testlog
23:22:08 [2019-09-19T23:22:08.162Z] #30 22.10 encoding
23:22:08 [2019-09-19T23:22:08.162Z] #30 22.27 runtime/cgo
23:22:08 [2019-09-19T23:22:08.162Z] #30 ...
23:22:08 [2019-09-19T23:22:08.162Z] 
23:22:08 [2019-09-19T23:22:08.162Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:22:08 [2019-09-19T23:22:08.162Z] #6 23.12 Fetched 7925 kB in 16s (492 kB/s)
23:22:08 [2019-09-19T23:22:08.329Z] INFO: Downloading compiler 1 of 3...
23:22:08 [2019-09-19T23:22:08.329Z] INFO: Downloading compiler 2 of 3...
23:22:08 [2019-09-19T23:22:08.771Z]   CC       criu/net.o
23:22:08 [2019-09-19T23:22:08.786Z] INFO: Downloading compiler 3 of 3...
23:22:08 [2019-09-19T23:22:08.928Z] Reading package lists...
23:22:09 [2019-09-19T23:22:09.244Z] INFO: Extracting git...
23:22:09 [2019-09-19T23:22:09.575Z]   CC       criu/netfilter.o
23:22:09 [2019-09-19T23:22:09.575Z]   CC       criu/page-pipe.o
23:22:09 [2019-09-19T23:22:09.575Z]   CC       criu/page-xfer.o
23:22:09 [2019-09-19T23:22:09.711Z] #13 5.498 Fetched 7925 kB in 3s (2208 kB/s)
23:22:09 [2019-09-19T23:22:09.939Z] Reading package lists...
23:22:09 [2019-09-19T23:22:09.952Z]   CC       criu/pagemap-cache.o
23:22:09 [2019-09-19T23:22:09.952Z]   CC       criu/pagemap.o
23:22:10 [2019-09-19T23:22:10.222Z] Building dependency tree...
23:22:10 [2019-09-19T23:22:10.222Z] Reading state information...
23:22:10 [2019-09-19T23:22:10.328Z]   CC       criu/parasite-syscall.o
23:22:10 [2019-09-19T23:22:10.505Z] The following additional packages will be installed:
23:22:10 [2019-09-19T23:22:10.505Z]   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
23:22:10 [2019-09-19T23:22:10.505Z]   libprotoc10 python-pkg-resources zlib1g-dev
23:22:10 [2019-09-19T23:22:10.505Z] Suggested packages:
23:22:10 [2019-09-19T23:22:10.505Z]   manpages-dev python-setuptools
23:22:10 [2019-09-19T23:22:10.634Z] #13 5.498 Reading package lists...
23:22:10 [2019-09-19T23:22:10.700Z]   CC       criu/path.o
23:22:10 [2019-09-19T23:22:10.700Z]   CC       criu/pie-util-vdso-elf32.o
23:22:10 [2019-09-19T23:22:10.700Z]   CC       criu/pie-util-vdso.o
23:22:10 [2019-09-19T23:22:10.790Z] The following NEW packages will be installed:
23:22:10 [2019-09-19T23:22:10.790Z]   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
23:22:10 [2019-09-19T23:22:10.790Z]   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
23:22:10 [2019-09-19T23:22:10.790Z]   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
23:22:10 [2019-09-19T23:22:10.790Z]   zlib1g-dev
23:22:10 [2019-09-19T23:22:10.790Z] 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded.
23:22:10 [2019-09-19T23:22:10.790Z] Need to get 3548 kB of archives.
23:22:10 [2019-09-19T23:22:10.790Z] After this operation, 21.2 MB of additional disk space will be used.
23:22:10 [2019-09-19T23:22:10.790Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB]
23:22:10 [2019-09-19T23:22:10.790Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB]
23:22:11 [2019-09-19T23:22:11.074Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB]
23:22:11 [2019-09-19T23:22:11.074Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB]
23:22:11 [2019-09-19T23:22:11.074Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB]
23:22:11 [2019-09-19T23:22:11.074Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB]
23:22:11 [2019-09-19T23:22:11.074Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB]
23:22:11 [2019-09-19T23:22:11.074Z] debconf: delaying package configuration, since apt-utils is not installed
23:22:11 [2019-09-19T23:22:11.081Z]   CC       criu/pie-util.o
23:22:11 [2019-09-19T23:22:11.081Z]   CC       criu/pipes.o
23:22:11 [2019-09-19T23:22:11.081Z]   CC       criu/plugin.o
23:22:11 [2019-09-19T23:22:11.081Z]   CC       criu/proc_parse.o
23:22:11 [2019-09-19T23:22:11.237Z] #13 6.462 Reading package lists...
23:22:11 [2019-09-19T23:22:11.357Z] Fetched 3548 kB in 0s (19.3 MB/s)
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libnet1:ppc64el.
23:22:11 [2019-09-19T23:22:11.357Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14950 files and directories currently installed.)
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.357Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ...
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libcap-dev:ppc64el.
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.357Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ...
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libnet1-dev.
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.357Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ...
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libnl-3-200:ppc64el.
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.357Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ...
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libnl-3-dev:ppc64el.
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.357Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ...
23:22:11 [2019-09-19T23:22:11.357Z] Selecting previously unselected package libprotobuf-c1:ppc64el.
23:22:11 [2019-09-19T23:22:11.357Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ...
23:22:11 [2019-09-19T23:22:11.641Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el.
23:22:11 [2019-09-19T23:22:11.641Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ...
23:22:11 [2019-09-19T23:22:11.641Z] Selecting previously unselected package zlib1g-dev:ppc64el.
23:22:11 [2019-09-19T23:22:11.641Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ...
23:22:11 [2019-09-19T23:22:11.641Z] Selecting previously unselected package libprotobuf10:ppc64el.
23:22:11 [2019-09-19T23:22:11.641Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ...
23:22:11 [2019-09-19T23:22:11.641Z] Selecting previously unselected package libprotobuf-lite10:ppc64el.
23:22:11 [2019-09-19T23:22:11.641Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ...
23:22:11 [2019-09-19T23:22:11.641Z] Selecting previously unselected package libprotobuf-dev:ppc64el.
23:22:11 [2019-09-19T23:22:11.641Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.641Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ...
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.393 Building dependency tree...
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.551 Reading state information...
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.673 The following additional packages will be installed:
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.673   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.673   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.673   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.674   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676 Suggested packages:
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   vim-doc vim-scripts xfsdump acl attr quota
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676 Recommended packages:
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
23:22:11 [2019-09-19T23:22:11.796Z] #13 7.676   python3-keyrings.alt python3-xdg unzip
23:22:11 [2019-09-19T23:22:11.850Z]   CC       criu/protobuf-desc.o
23:22:11 [2019-09-19T23:22:11.924Z] Selecting previously unselected package libprotoc10:ppc64el.
23:22:11 [2019-09-19T23:22:11.924Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ...
23:22:11 [2019-09-19T23:22:11.924Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ...
23:22:12 [2019-09-19T23:22:12.207Z] Selecting previously unselected package protobuf-c-compiler.
23:22:12 [2019-09-19T23:22:12.207Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ...
23:22:12 [2019-09-19T23:22:12.207Z] Unpacking protobuf-c-compiler (1.2.1-2) ...
23:22:12 [2019-09-19T23:22:12.207Z] Selecting previously unselected package protobuf-compiler.
23:22:12 [2019-09-19T23:22:12.207Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ...
23:22:12 [2019-09-19T23:22:12.207Z] Unpacking protobuf-compiler (3.0.0-9) ...
23:22:12 [2019-09-19T23:22:12.207Z] Selecting previously unselected package python-pkg-resources.
23:22:12 [2019-09-19T23:22:12.207Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
23:22:12 [2019-09-19T23:22:12.207Z] Unpacking python-pkg-resources (33.1.1-1) ...
23:22:12 [2019-09-19T23:22:12.207Z] Selecting previously unselected package python-protobuf.
23:22:12 [2019-09-19T23:22:12.207Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ...
23:22:12 [2019-09-19T23:22:12.207Z] Unpacking python-protobuf (3.0.0-9) ...
23:22:12 [2019-09-19T23:22:12.207Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ...
23:22:12 [2019-09-19T23:22:12.207Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ...
23:22:12 [2019-09-19T23:22:12.207Z] Setting up python-pkg-resources (33.1.1-1) ...
23:22:12 [2019-09-19T23:22:12.235Z]   CC       criu/protobuf.o
23:22:12 [2019-09-19T23:22:12.343Z] #6 23.12 Reading package lists...
23:22:12 [2019-09-19T23:22:12.343Z] #6 ...
23:22:12 [2019-09-19T23:22:12.343Z] 
23:22:12 [2019-09-19T23:22:12.343Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:12 [2019-09-19T23:22:12.343Z] #33 20.10 strconv
23:22:12 [2019-09-19T23:22:12.343Z] #33 23.58 internal/testlog
23:22:12 [2019-09-19T23:22:12.343Z] #33 23.88 encoding
23:22:12 [2019-09-19T23:22:12.343Z] #33 24.01 unicode/utf16
23:22:12 [2019-09-19T23:22:12.343Z] #33 24.21 container/list
23:22:12 [2019-09-19T23:22:12.343Z] #33 24.73 crypto/internal/subtle
23:22:12 [2019-09-19T23:22:12.343Z] #33 24.90 crypto/subtle
23:22:12 [2019-09-19T23:22:12.343Z] #33 25.20 crypto/rc4
23:22:12 [2019-09-19T23:22:12.343Z] #33 25.38 internal/x/crypto/cryptobyte/asn1
23:22:12 [2019-09-19T23:22:12.343Z] #33 25.53 internal/nettrace
23:22:12 [2019-09-19T23:22:12.343Z] #33 25.68 internal/x/net/dns/dnsmessage
23:22:12 [2019-09-19T23:22:12.343Z] #33 ...
23:22:12 [2019-09-19T23:22:12.343Z] 
23:22:12 [2019-09-19T23:22:12.343Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:22:12 [2019-09-19T23:22:12.343Z] #6 23.12 Reading package lists...
23:22:12 [2019-09-19T23:22:12.397Z] #13 8.553 The following NEW packages will be installed:
23:22:12 [2019-09-19T23:22:12.604Z]   CC       criu/pstree.o
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.554   apparmor aufs-tools bash-completion binutils-mingw-w64
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.554   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.554   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.554   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.555   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.556   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.556   xfsprogs xxd xz-utils zip
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.557 The following packages will be upgraded:
23:22:12 [2019-09-19T23:22:12.651Z] #13 8.557   libsystemd0 libudev1
23:22:13 [2019-09-19T23:22:13.008Z]   CC       criu/rbtree.o
23:22:13 [2019-09-19T23:22:13.008Z]   CC       criu/rst-malloc.o
23:22:13 [2019-09-19T23:22:13.008Z]   CC       criu/seccomp.o
23:22:13 [2019-09-19T23:22:13.216Z] Setting up libnet1-dev (1.1.6+dfsg-3) ...
23:22:13 [2019-09-19T23:22:13.216Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ...
23:22:13 [2019-09-19T23:22:13.216Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:13 [2019-09-19T23:22:13.216Z] Setting up python-protobuf (3.0.0-9) ...
23:22:13 [2019-09-19T23:22:13.434Z]   CC       criu/seize.o
23:22:13 [2019-09-19T23:22:13.434Z]   CC       criu/shmem.o
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.593 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded.
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.593 Need to get 91.3 MB of archives.
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.593 After this operation, 541 MB of additional disk space will be used.
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.593 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd0 amd64 232-25+deb9u12 [282 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.602 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.606 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.607 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.608 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.611 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev1 amd64 232-25+deb9u12 [126 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.614 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.616 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.626 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.653 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.655 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.657 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
23:22:13 [2019-09-19T23:22:13.576Z] #13 9.695 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.700 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.701 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.703 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.704 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.705 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.707 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.709 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.710 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.712 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.713 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.717 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.720 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.722 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.723 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.724 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.729 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.731 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.733 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.745 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.746 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.750 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.752 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.755 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.758 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.760 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.761 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.762 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.763 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.769 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.774 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.779 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.790 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.793 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.796 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.796 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.797 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.800 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.832 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.837 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.860 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.863 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.866 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.870 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.872 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
23:22:13 [2019-09-19T23:22:13.831Z] #13 9.878 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
23:22:13 [2019-09-19T23:22:13.969Z]   CC       criu/sigframe.o
23:22:13 [2019-09-19T23:22:13.969Z]   CC       criu/signalfd.o
23:22:13 [2019-09-19T23:22:13.969Z]   CC       criu/sk-inet.o
23:22:14 [2019-09-19T23:22:14.086Z] #13 9.982 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 9.998 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 10.01 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 10.02 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 10.02 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 10.03 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 10.07 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB]
23:22:14 [2019-09-19T23:22:14.086Z] #13 ...
23:22:14 [2019-09-19T23:22:14.086Z] 
23:22:14 [2019-09-19T23:22:14.086Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:22:14 [2019-09-19T23:22:14.086Z] #15 30.27 + rm -rf /tmp/tmp.SUARDvrXA1
23:22:14 [2019-09-19T23:22:14.358Z]   CC       criu/sk-netlink.o
23:22:14 [2019-09-19T23:22:14.358Z]   CC       criu/sk-packet.o
23:22:14 [2019-09-19T23:22:14.358Z]   CC       criu/sk-queue.o
23:22:14 [2019-09-19T23:22:14.647Z] #15 DONE 30.9s
23:22:14 [2019-09-19T23:22:14.647Z] 
23:22:14 [2019-09-19T23:22:14.647Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.10 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.10 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.18 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.36 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB]
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.36 Get:70 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]
23:22:14 [2019-09-19T23:22:14.647Z] #13 10.73 Get:71 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]
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libcap-dev:ppc64el (1:2.25-1) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libprotoc10:ppc64el (3.0.0-9) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up protobuf-c-compiler (1.2.1-2) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up protobuf-compiler (3.0.0-9) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ...
23:22:14 [2019-09-19T23:22:14.688Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ...
23:22:14 [2019-09-19T23:22:14.688Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:14 [2019-09-19T23:22:14.732Z]   CC       criu/sk-tcp.o
23:22:14 [2019-09-19T23:22:14.732Z]   CC       criu/sk-unix.o
23:22:15 [2019-09-19T23:22:15.500Z]   CC       criu/sockets.o
23:22:15 [2019-09-19T23:22:15.501Z]   CC       criu/stats.o
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.35 debconf: delaying package configuration, since apt-utils is not installed
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.38 Fetched 91.3 MB in 2s (35.1 MB/s)
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.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 ... 15161 files and directories currently installed.)
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.42 Preparing to unpack .../libsystemd0_232-25+deb9u12_amd64.deb ...
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.43 Unpacking libsystemd0:amd64 (232-25+deb9u12) over (232-25+deb9u11) ...
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.64 Setting up libsystemd0:amd64 (232-25+deb9u12) ...
23:22:15 [2019-09-19T23:22:15.571Z] #13 11.68 Selecting previously unselected package bash-completion.
23:22:15 [2019-09-19T23:22:15.726Z] Removing intermediate container b1354ede889a
23:22:15 [2019-09-19T23:22:15.726Z]  ---> 54ca030428d7
23:22:15 [2019-09-19T23:22:15.726Z] Step 11/126 : RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 	&& cd /usr/src/criu 	&& make 	&& make PREFIX=/build/ install-criu
23:22:15 [2019-09-19T23:22:15.726Z]  ---> Running in aeca807144e4
23:22:15 [2019-09-19T23:22:15.825Z] #13 11.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15161 files and directories currently installed.)
23:22:15 [2019-09-19T23:22:15.826Z] #13 11.69 Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ...
23:22:15 [2019-09-19T23:22:15.883Z]   CC       criu/string.o
23:22:15 [2019-09-19T23:22:15.883Z]   CC       criu/sysctl.o
23:22:15 [2019-09-19T23:22:15.883Z]   CC       criu/sysfs_parse.o
23:22:15 [2019-09-19T23:22:15.883Z]   CC       criu/timerfd.o
23:22:16 [2019-09-19T23:22:16.081Z] #13 12.24 Unpacking bash-completion (1:2.1-4.3) ...
23:22:16 [2019-09-19T23:22:16.248Z]   CC       criu/tty.o
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.34 Selecting previously unselected package libnet1:amd64.
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.34 Preparing to unpack .../libnet1_1.1.6+dfsg-3_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.37 Selecting previously unselected package libnfnetlink0:amd64.
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.37 Preparing to unpack .../libnfnetlink0_1.0.1-3_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.38 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.41 Selecting previously unselected package libpcrecpp0v5:amd64.
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.41 Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.41 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
23:22:16 [2019-09-19T23:22:16.335Z] #13 12.44 Preparing to unpack .../libudev1_232-25+deb9u12_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.45 Unpacking libudev1:amd64 (232-25+deb9u12) over (232-25+deb9u11) ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.50 Setting up libudev1:amd64 (232-25+deb9u12) ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.54 Selecting previously unselected package libudev-dev:amd64.
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.54 (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 ... 15760 files and directories currently installed.)
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.54 Preparing to unpack .../0-libudev-dev_232-25+deb9u12_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.55 Unpacking libudev-dev:amd64 (232-25+deb9u12) ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.59 Selecting previously unselected package libpython3.5-minimal:amd64.
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.59 Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.59 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.68 Selecting previously unselected package python3.5-minimal.
23:22:16 [2019-09-19T23:22:16.590Z] #13 12.68 Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.69 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.87 Selecting previously unselected package python3-minimal.
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.87 Preparing to unpack .../3-python3-minimal_3.5.3-1_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.88 Unpacking python3-minimal (3.5.3-1) ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.91 Selecting previously unselected package libmpdec2:amd64.
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.91 Preparing to unpack .../4-libmpdec2_2.4.2-1_amd64.deb ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.91 Unpacking libmpdec2:amd64 (2.4.2-1) ...
23:22:16 [2019-09-19T23:22:16.845Z] #13 12.94 Selecting previously unselected package libpython3.5-stdlib:amd64.
23:22:17 [2019-09-19T23:22:17.067Z]   CC       criu/tun.o
23:22:17 [2019-09-19T23:22:17.067Z]   CC       criu/uffd.o
23:22:17 [2019-09-19T23:22:17.091Z] #6 29.05 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #6 ...
23:22:17 [2019-09-19T23:22:17.091Z] 
23:22:17 [2019-09-19T23:22:17.091Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:22:17 [2019-09-19T23:22:17.091Z] #44 22.81 Fetched 7925 kB in 16s (482 kB/s)
23:22:17 [2019-09-19T23:22:17.091Z] #44 22.81 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #44 29.67 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #44 ...
23:22:17 [2019-09-19T23:22:17.091Z] 
23:22:17 [2019-09-19T23:22:17.091Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:22:17 [2019-09-19T23:22:17.091Z] #17 20.57 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #17 26.95 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #17 32.70 Building dependency tree...
23:22:17 [2019-09-19T23:22:17.091Z] #17 ...
23:22:17 [2019-09-19T23:22:17.091Z] 
23:22:17 [2019-09-19T23:22:17.091Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:17 [2019-09-19T23:22:17.091Z] #35 23.03 Fetched 7925 kB in 16s (482 kB/s)
23:22:17 [2019-09-19T23:22:17.091Z] #35 23.03 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #35 29.64 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #35 ...
23:22:17 [2019-09-19T23:22:17.091Z] 
23:22:17 [2019-09-19T23:22:17.091Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:17 [2019-09-19T23:22:17.091Z] #57 19.94 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #57 25.78 Reading package lists...
23:22:17 [2019-09-19T23:22:17.091Z] #57 32.00 Building dependency tree...
23:22:17 [2019-09-19T23:22:17.091Z] #57 33.08 Reading state information...
23:22:17 [2019-09-19T23:22:17.099Z] #13 12.94 Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
23:22:17 [2019-09-19T23:22:17.099Z] #13 12.95 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
23:22:17 [2019-09-19T23:22:17.099Z] #13 13.20 Selecting previously unselected package python3.5.
23:22:17 [2019-09-19T23:22:17.099Z] #13 13.20 Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_amd64.deb ...
23:22:17 [2019-09-19T23:22:17.197Z] fatal: Not a git repository (or any of the parent directories): .git
23:22:17 [2019-09-19T23:22:17.197Z]   GEN      .gitid
23:22:17 [2019-09-19T23:22:17.197Z]   GEN      criu/include/version.h
23:22:17 [2019-09-19T23:22:17.197Z]   GEN      include/common/asm
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.20 Unpacking python3.5 (3.5.3-1+deb9u1) ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.24 Selecting previously unselected package libpython3-stdlib:amd64.
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.24 Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_amd64.deb ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.24 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.27 Selecting previously unselected package dh-python.
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.27 Preparing to unpack .../8-dh-python_2.20170125_all.deb ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.27 Unpacking dh-python (2.20170125) ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.31 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
23:22:17 [2019-09-19T23:22:17.354Z] #13 13.33 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
23:22:17 [2019-09-19T23:22:17.425Z]   CC       criu/util.o
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/google/protobuf/descriptor.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/opts.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/sit.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/google/protobuf/descriptor.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/opts.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/sit.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/macvlan.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/macvlan.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/autofs.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/autofs.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/sysctl.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/sysctl.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/time.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/time.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/binfmt-misc.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/binfmt-misc.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/seccomp.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/seccomp.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/userns.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/userns.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/cgroup.pb-c.c
23:22:17 [2019-09-19T23:22:17.482Z]   DEP      images/cgroup.pb-c.d
23:22:17 [2019-09-19T23:22:17.482Z]   PBCC     images/fown.pb-c.c
23:22:17 [2019-09-19T23:22:17.609Z] #13 13.75 Setting up python3-minimal (3.5.3-1) ...
23:22:17 [2019-09-19T23:22:17.657Z] #57 ...
23:22:17 [2019-09-19T23:22:17.657Z] 
23:22:17 [2019-09-19T23:22:17.657Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:22:17 [2019-09-19T23:22:17.657Z] #17 32.70 Building dependency tree...
23:22:17 [2019-09-19T23:22:17.657Z] #17 33.82 Reading state information...
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/ext-file.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/fown.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/ext-file.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/rpc.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/rpc.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/siginfo.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/siginfo.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/pagemap.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/pagemap.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/rlimit.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/rlimit.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/file-lock.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/file-lock.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/tty.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/tty.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/tun.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/netdev.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/tun.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/netdev.pb-c.d
23:22:17 [2019-09-19T23:22:17.764Z]   PBCC     images/vma.pb-c.c
23:22:17 [2019-09-19T23:22:17.764Z]   DEP      images/vma.pb-c.d
23:22:17 [2019-09-19T23:22:17.794Z]   CC       criu/uts_ns.o
23:22:17 [2019-09-19T23:22:17.794Z]   CC       criu/vdso.o
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.93 Selecting previously unselected package python3.
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.93 (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 ... 16747 files and directories currently installed.)
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.93 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.94 Unpacking python3 (3.5.3-1) ...
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.96 Selecting previously unselected package pigz.
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.96 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
23:22:17 [2019-09-19T23:22:17.863Z] #13 13.97 Unpacking pigz (2.3.4-1) ...
23:22:17 [2019-09-19T23:22:17.863Z] #13 14.00 Selecting previously unselected package libip4tc0:amd64.
23:22:17 [2019-09-19T23:22:17.863Z] #13 14.00 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/creds.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/creds.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/utsns.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/utsns.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/ipc-desc.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/ipc-sem.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/ipc-desc.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/ipc-sem.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/ipc-msg.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/ipc-msg.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/ipc-shm.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/ipc-shm.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/ipc-var.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/ipc-var.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/sk-opts.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/packet-sock.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/sk-opts.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/packet-sock.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/sk-netlink.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/sk-netlink.pb-c.d
23:22:18 [2019-09-19T23:22:18.048Z]   PBCC     images/sk-inet.pb-c.c
23:22:18 [2019-09-19T23:22:18.048Z]   DEP      images/sk-inet.pb-c.d
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.00 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.04 Selecting previously unselected package libip6tc0:amd64.
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.04 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.04 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.07 Selecting previously unselected package libiptc0:amd64.
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.07 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.08 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.11 Selecting previously unselected package libxtables12:amd64.
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.11 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.11 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.14 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.14 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.17 Selecting previously unselected package iptables.
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.17 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.17 Unpacking iptables (1.6.0+snapshot20161117-6) ...
23:22:18 [2019-09-19T23:22:18.118Z] #13 14.23 Selecting previously unselected package xxd.
23:22:18 [2019-09-19T23:22:18.215Z]   LINK     criu/built-in.o
23:22:18 [2019-09-19T23:22:18.215Z]   LINK     criu/criu
23:22:18 [2019-09-19T23:22:18.215Z]   DEP      lib/c/criu.d
23:22:18 [2019-09-19T23:22:18.215Z]   CC       images/rpc.pb-c.o
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/sk-unix.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/sk-unix.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/mm.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/mm.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/timerfd.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/timerfd.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/timer.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/timer.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/sa.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/sa.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/pipe-data.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/pipe-data.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/mnt.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/mnt.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/sk-packet.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/sk-packet.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/tcp-stream.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/tcp-stream.pb-c.d
23:22:18 [2019-09-19T23:22:18.332Z]   PBCC     images/pipe.pb-c.c
23:22:18 [2019-09-19T23:22:18.332Z]   DEP      images/pipe.pb-c.d
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.23 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.23 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.27 Selecting previously unselected package vim-common.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.27 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.27 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.31 Selecting previously unselected package bzip2.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.31 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.32 Unpacking bzip2 (1.0.6-8.1) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.35 Selecting previously unselected package libgpm2:amd64.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.35 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.35 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.38 Selecting previously unselected package xz-utils.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.38 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.38 Unpacking xz-utils (5.2.2-1.2+b1) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.43 Selecting previously unselected package aufs-tools.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.43 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.43 Unpacking aufs-tools (1:4.1+20161219-1) ...
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.47 Selecting previously unselected package liblzo2-2:amd64.
23:22:18 [2019-09-19T23:22:18.373Z] #13 14.47 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/pstree.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/pstree.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/fs.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/fs.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/signalfd.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/signalfd.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/fh.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/fsnotify.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/fh.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/fsnotify.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/eventpoll.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/eventpoll.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/eventfd.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/eventfd.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/remap-file-path.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/remap-file-path.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/fifo.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/fifo.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/ghost-file.pb-c.c
23:22:18 [2019-09-19T23:22:18.617Z]   DEP      images/ghost-file.pb-c.d
23:22:18 [2019-09-19T23:22:18.617Z]   PBCC     images/regfile.pb-c.c
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.48 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.51 Selecting previously unselected package btrfs-progs.
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.51 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.51 Unpacking btrfs-progs (4.7.3-1) ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.60 Selecting previously unselected package btrfs-tools.
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.60 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.60 Unpacking btrfs-tools (4.7.3-1) ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.63 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.63 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.63 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.67 Selecting previously unselected package dmsetup.
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.67 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.67 Unpacking dmsetup (2:1.02.137-2) ...
23:22:18 [2019-09-19T23:22:18.627Z] #13 14.71 Selecting previously unselected package libonig4:amd64.
23:22:18 [2019-09-19T23:22:18.633Z]   CC       lib/c/criu.o
23:22:18 [2019-09-19T23:22:18.633Z]   LINK     lib/c/built-in.o
23:22:18 [2019-09-19T23:22:18.633Z]   LINK     lib/c/libcriu.so
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.71 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.71 Unpacking libonig4:amd64 (6.1.3-2) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.75 Selecting previously unselected package libjq1:amd64.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.75 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.75 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.78 Selecting previously unselected package jq.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.79 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.79 Unpacking jq (1.5+dfsg-1.3) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.82 Selecting previously unselected package libaio1:amd64.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.82 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.83 Unpacking libaio1:amd64 (0.3.110-3) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.85 Selecting previously unselected package libcap2-bin.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.85 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.85 Unpacking libcap2-bin (1:2.25-1) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.88 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.88 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.89 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.91 Selecting previously unselected package libsepol1-dev:amd64.
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.91 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
23:22:18 [2019-09-19T23:22:18.882Z] #13 14.91 Unpacking libsepol1-dev:amd64 (2.6-2) ...
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/regfile.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/ns.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/ns.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/fdinfo.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/fdinfo.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core-aarch64.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core-arm.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core-ppc64.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core-s390.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core-x86.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/core.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   PBCC     images/inventory.pb-c.c
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/core-aarch64.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/core-arm.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/core-ppc64.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/core-s390.pb-c.d
23:22:18 [2019-09-19T23:22:18.901Z]   DEP      images/core-x86.pb-c.d
23:22:19 [2019-09-19T23:22:19.004Z]   GEN      magic.py
23:22:19 [2019-09-19T23:22:19.004Z] fatal: Not a git repository (or any of the parent directories): .git
23:22:19 [2019-09-19T23:22:19.004Z] make[1]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.029Z] #17 35.07 ca-certificates is already the newest version (20161130+nmu1+deb9u1).
23:22:19 [2019-09-19T23:22:19.029Z] #17 35.07 The following additional packages will be installed:
23:22:19 [2019-09-19T23:22:19.029Z] #17 35.08   libjq1 libonig4
23:22:19 [2019-09-19T23:22:19.138Z] #13 14.97 Selecting previously unselected package libpcre16-3:amd64.
23:22:19 [2019-09-19T23:22:19.138Z] #13 14.97 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 14.98 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.02 Selecting previously unselected package libpcre32-3:amd64.
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.02 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.03 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.07 Selecting previously unselected package libpcre3-dev:amd64.
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.07 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.07 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.15 Selecting previously unselected package libselinux1-dev:amd64.
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.15 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.15 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.21 Selecting previously unselected package libdevmapper-dev:amd64.
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.21 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.21 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
23:22:19 [2019-09-19T23:22:19.138Z] #13 15.25 Selecting previously unselected package libnl-3-200:amd64.
23:22:19 [2019-09-19T23:22:19.191Z]   DEP      images/core.pb-c.d
23:22:19 [2019-09-19T23:22:19.191Z]   DEP      images/inventory.pb-c.d
23:22:19 [2019-09-19T23:22:19.191Z]   PBCC     images/cpuinfo.pb-c.c
23:22:19 [2019-09-19T23:22:19.191Z]   DEP      images/cpuinfo.pb-c.d
23:22:19 [2019-09-19T23:22:19.191Z]   PBCC     images/stats.pb-c.c
23:22:19 [2019-09-19T23:22:19.191Z]   DEP      images/stats.pb-c.d
23:22:19 [2019-09-19T23:22:19.287Z] #17 35.50 The following NEW packages will be installed:
23:22:19 [2019-09-19T23:22:19.287Z] #17 35.52   jq libjq1 libonig4
23:22:19 [2019-09-19T23:22:19.372Z] make[1]: 'images/built-in.o' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: 'compel/plugins/std.lib.a' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: 'compel/libcompel.a' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: 'compel/compel-host-bin' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[1]: 'soccr/libsoccr.a' is up to date.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z] make[2]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.373Z]   INSTALL  criu/criu
23:22:19 [2019-09-19T23:22:19.392Z] #13 15.25 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.25 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.28 Selecting previously unselected package libprotobuf-c1:amd64.
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.28 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.29 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.31 Selecting previously unselected package libreadline5:amd64.
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.31 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.32 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.35 Selecting previously unselected package libsystemd-dev:amd64.
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.35 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.393Z] #13 15.36 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ...
23:22:19 [2019-09-19T23:22:19.486Z] make[1]: Nothing to be done for 'all'.
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.61 Selecting previously unselected package net-tools.
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.61 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.61 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.66 Selecting previously unselected package python-pip-whl.
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.66 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
23:22:19 [2019-09-19T23:22:19.647Z] #13 15.66 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
23:22:19 [2019-09-19T23:22:19.770Z]   CC       images/stats.o
23:22:19 [2019-09-19T23:22:19.770Z]   CC       images/core.o
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.78 Selecting previously unselected package python3-pip.
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.78 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.78 Unpacking python3-pip (9.0.1-2+deb9u1) ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.82 Selecting previously unselected package python3-pkg-resources.
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.82 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.82 Unpacking python3-pkg-resources (33.1.1-1) ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.86 Selecting previously unselected package python3-setuptools.
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.86 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.87 Unpacking python3-setuptools (33.1.1-1) ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.91 Selecting previously unselected package python3-wheel.
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.91 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.92 Unpacking python3-wheel (0.29.0-2) ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.94 Selecting previously unselected package thin-provisioning-tools.
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.94 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 15.95 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
23:22:19 [2019-09-19T23:22:19.902Z] #13 16.01 Selecting previously unselected package vim-runtime.
23:22:19 [2019-09-19T23:22:19.902Z] #13 16.01 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
23:22:20 [2019-09-19T23:22:20.052Z]   CC       images/core-x86.o
23:22:20 [2019-09-19T23:22:20.157Z] #13 16.02 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
23:22:20 [2019-09-19T23:22:20.158Z] #13 16.03 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
23:22:20 [2019-09-19T23:22:20.158Z] #13 16.03 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
23:22:20 [2019-09-19T23:22:20.336Z]   CC       images/core-arm.o
23:22:20 [2019-09-19T23:22:20.336Z]   CC       images/core-aarch64.o
23:22:20 [2019-09-19T23:22:20.618Z]   CC       images/core-ppc64.o
23:22:20 [2019-09-19T23:22:20.618Z]   CC       images/core-s390.o
23:22:20 [2019-09-19T23:22:20.634Z] Removing intermediate container d51f2df4c980
23:22:20 [2019-09-19T23:22:20.634Z]  ---> e5090deefdca
23:22:20 [2019-09-19T23:22:20.634Z] Step 12/126 : FROM base AS registry
23:22:20 [2019-09-19T23:22:20.634Z]  ---> c3b1a3e9c722
23:22:20 [2019-09-19T23:22:20.634Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:22:20 [2019-09-19T23:22:20.634Z]  ---> Running in 0079a7e7e51b
23:22:20 [2019-09-19T23:22:20.634Z] Removing intermediate container 0079a7e7e51b
23:22:20 [2019-09-19T23:22:20.634Z]  ---> a492aedaf53d
23:22:20 [2019-09-19T23:22:20.634Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 Need to get 327 kB of archives.
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 After this operation, 1157 kB of additional disk space will be used.
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
23:22:20 [2019-09-19T23:22:20.661Z] #17 36.75 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
23:22:20 [2019-09-19T23:22:20.718Z] #13 16.69 Selecting previously unselected package vim.
23:22:20 [2019-09-19T23:22:20.718Z] #13 16.69 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:22:20 [2019-09-19T23:22:20.718Z] #13 16.69 Unpacking vim (2:8.0.0197-4+deb9u3) ...
23:22:20 [2019-09-19T23:22:20.901Z]   CC       images/cpuinfo.o
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.81 Selecting previously unselected package xfsprogs.
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.81 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.81 Unpacking xfsprogs (4.9.0+nmu1) ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.92 Selecting previously unselected package zip.
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.92 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.92 Unpacking zip (3.0-11+b1) ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.96 Selecting previously unselected package libapparmor-perl.
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.96 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 16.96 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 17.01 Selecting previously unselected package apparmor.
23:22:20 [2019-09-19T23:22:20.972Z] #13 17.01 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ...
23:22:20 [2019-09-19T23:22:20.972Z] #13 17.02 Unpacking apparmor (2.11.0-3+deb9u2) ...
23:22:21 [2019-09-19T23:22:21.002Z]  ---> Running in b4b3395e61d6
23:22:21 [2019-09-19T23:22:21.002Z] Removing intermediate container b4b3395e61d6
23:22:21 [2019-09-19T23:22:21.002Z]  ---> a63dec2f54b2
23:22:21 [2019-09-19T23:22:21.002Z] Step 15/126 : RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" 	&& (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") 	&& GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" 		go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 	&& case $(dpkg --print-architecture) in 		amd64|ppc64*|s390x) 		(cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); 		GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; 			go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; 		;; 	   esac 	&& rm -rf "$GOPATH"
23:22:21 [2019-09-19T23:22:21.002Z]  ---> Running in 137aa11cbfd3
23:22:21 [2019-09-19T23:22:21.184Z]   CC       images/inventory.o
23:22:21 [2019-09-19T23:22:21.184Z]   CC       images/fdinfo.o
23:22:21 [2019-09-19T23:22:21.184Z]   CC       images/fown.o
23:22:21 [2019-09-19T23:22:21.227Z] #13 17.11 Selecting previously unselected package binutils-mingw-w64-i686.
23:22:21 [2019-09-19T23:22:21.228Z] #13 17.11 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
23:22:21 [2019-09-19T23:22:21.228Z] #13 17.11 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:22:21 [2019-09-19T23:22:21.373Z] + mktemp -d
23:22:21 [2019-09-19T23:22:21.373Z] + export GOPATH=/tmp/tmp.COsvbaPX56
23:22:21 [2019-09-19T23:22:21.374Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.COsvbaPX56/src/github.com/docker/distribution
23:22:21 [2019-09-19T23:22:21.374Z] Cloning into '/tmp/tmp.COsvbaPX56/src/github.com/docker/distribution'...
23:22:21 [2019-09-19T23:22:21.467Z]   CC       images/ns.o
23:22:21 [2019-09-19T23:22:21.467Z]   CC       images/regfile.o
23:22:21 [2019-09-19T23:22:21.467Z]   CC       images/ghost-file.o
23:22:21 [2019-09-19T23:22:21.467Z]   CC       images/fifo.o
23:22:21 [2019-09-19T23:22:21.483Z] #13 17.38 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:22:21 [2019-09-19T23:22:21.483Z] #13 17.38 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
23:22:21 [2019-09-19T23:22:21.483Z] #13 17.38 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:22:21 [2019-09-19T23:22:21.594Z] #17 37.76 debconf: delaying package configuration, since apt-utils is not installed
23:22:21 [2019-09-19T23:22:21.594Z] #17 37.98 Fetched 327 kB in 1s (283 kB/s)
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.71 Selecting previously unselected package binutils-mingw-w64.
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.71 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.71 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.74 Selecting previously unselected package mingw-w64-common.
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.74 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
23:22:21 [2019-09-19T23:22:21.738Z] #13 17.75 Unpacking mingw-w64-common (5.0.1-1) ...
23:22:21 [2019-09-19T23:22:21.750Z]   CC       images/remap-file-path.o
23:22:21 [2019-09-19T23:22:21.750Z]   CC       images/eventfd.o
23:22:21 [2019-09-19T23:22:21.750Z]   CC       images/eventpoll.o
23:22:21 [2019-09-19T23:22:21.750Z]   CC       images/fh.o
23:22:21 [2019-09-19T23:22:21.852Z] #17 38.07 Selecting previously unselected package libonig4:amd64.
23:22:21 [2019-09-19T23:22:21.852Z] #17 38.07 (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.)
23:22:21 [2019-09-19T23:22:21.852Z] #17 38.12 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ...
23:22:21 [2019-09-19T23:22:21.852Z] #17 38.15 Unpacking libonig4:amd64 (6.1.3-2) ...
23:22:22 [2019-09-19T23:22:22.033Z]   CC       images/fsnotify.o
23:22:22 [2019-09-19T23:22:22.316Z]   CC       images/signalfd.o
23:22:22 [2019-09-19T23:22:22.316Z]   CC       images/fs.o
23:22:22 [2019-09-19T23:22:22.316Z]   CC       images/pstree.o
23:22:22 [2019-09-19T23:22:22.316Z]   CC       images/pipe.o
23:22:22 [2019-09-19T23:22:22.417Z] #17 38.48 Selecting previously unselected package libjq1:amd64.
23:22:22 [2019-09-19T23:22:22.418Z] #17 38.48 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ...
23:22:22 [2019-09-19T23:22:22.418Z] #17 38.49 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
23:22:22 [2019-09-19T23:22:22.418Z] #17 ...
23:22:22 [2019-09-19T23:22:22.418Z] 
23:22:22 [2019-09-19T23:22:22.418Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:22:22 [2019-09-19T23:22:22.418Z] #50 DONE 38.4s
23:22:22 [2019-09-19T23:22:22.599Z]   CC       images/tcp-stream.o
23:22:22 [2019-09-19T23:22:22.599Z]   CC       images/sk-packet.o
23:22:22 [2019-09-19T23:22:22.599Z]   CC       images/mnt.o
23:22:22 [2019-09-19T23:22:22.599Z]   CC       images/pipe-data.o
23:22:22 [2019-09-19T23:22:22.662Z] #13 18.36 Selecting previously unselected package mingw-w64-x86-64-dev.
23:22:22 [2019-09-19T23:22:22.662Z] #13 18.36 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
23:22:22 [2019-09-19T23:22:22.662Z] #13 18.37 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
23:22:22 [2019-09-19T23:22:22.685Z] 
23:22:22 [2019-09-19T23:22:22.685Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:22:22 [2019-09-19T23:22:22.685Z] #17 38.78 Selecting previously unselected package jq.
23:22:22 [2019-09-19T23:22:22.685Z] #17 38.78 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ...
23:22:22 [2019-09-19T23:22:22.685Z] #17 38.79 Unpacking jq (1.5+dfsg-1.3) ...
23:22:22 [2019-09-19T23:22:22.882Z]   CC       images/sa.o
23:22:22 [2019-09-19T23:22:22.882Z]   CC       images/timer.o
23:22:22 [2019-09-19T23:22:22.882Z]   CC       images/timerfd.o
23:22:22 [2019-09-19T23:22:22.917Z] #13 19.07 Selecting previously unselected package gcc-mingw-w64-base.
23:22:22 [2019-09-19T23:22:22.942Z] #17 39.05 Setting up libonig4:amd64 (6.1.3-2) ...
23:22:22 [2019-09-19T23:22:22.942Z] #17 39.14 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
23:22:22 [2019-09-19T23:22:22.942Z] #17 39.18 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:22 [2019-09-19T23:22:22.942Z] #17 39.27 Setting up jq (1.5+dfsg-1.3) ...
23:22:22 [2019-09-19T23:22:22.942Z] #17 ...
23:22:22 [2019-09-19T23:22:22.942Z] 
23:22:22 [2019-09-19T23:22:22.942Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:22 [2019-09-19T23:22:22.942Z] #33 28.89 runtime/cgo
23:22:23 [2019-09-19T23:22:23.165Z]   CC       images/mm.o
23:22:23 [2019-09-19T23:22:23.165Z]   CC       images/sk-opts.o
23:22:23 [2019-09-19T23:22:23.165Z]   CC       images/sk-unix.o
23:22:23 [2019-09-19T23:22:23.172Z] #13 19.08 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
23:22:23 [2019-09-19T23:22:23.172Z] #13 19.08 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:22:23 [2019-09-19T23:22:23.172Z] #13 19.11 Selecting previously unselected package gcc-mingw-w64-x86-64.
23:22:23 [2019-09-19T23:22:23.172Z] #13 19.12 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
23:22:23 [2019-09-19T23:22:23.172Z] #13 19.12 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:22:23 [2019-09-19T23:22:23.186Z] + cd /tmp/tmp.COsvbaPX56/src/github.com/docker/distribution
23:22:23 [2019-09-19T23:22:23.186Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:22:23 [2019-09-19T23:22:23.186Z] + GOPATH=/tmp/tmp.COsvbaPX56/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.COsvbaPX56 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:22:23 [2019-09-19T23:22:23.199Z] #33 ...
23:22:23 [2019-09-19T23:22:23.199Z] 
23:22:23 [2019-09-19T23:22:23.199Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:23 [2019-09-19T23:22:23.199Z] #57 34.32 The following additional packages will be installed:
23:22:23 [2019-09-19T23:22:23.199Z] #57 34.32   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
23:22:23 [2019-09-19T23:22:23.199Z] #57 34.32   libprotoc10 python-pkg-resources zlib1g-dev
23:22:23 [2019-09-19T23:22:23.199Z] #57 34.36 Suggested packages:
23:22:23 [2019-09-19T23:22:23.199Z] #57 34.38   manpages-dev python-setuptools
23:22:23 [2019-09-19T23:22:23.199Z] #57 36.04 The following NEW packages will be installed:
23:22:23 [2019-09-19T23:22:23.199Z] #57 36.06   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
23:22:23 [2019-09-19T23:22:23.199Z] #57 36.06   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
23:22:23 [2019-09-19T23:22:23.199Z] #57 36.06   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
23:22:23 [2019-09-19T23:22:23.199Z] #57 36.07   zlib1g-dev
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.16 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded.
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.16 Need to get 3602 kB of archives.
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.16 After this operation, 18.9 MB of additional disk space will be used.
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.16 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.17 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.17 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.17 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.17 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.18 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.19 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.20 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.22 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.30 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.31 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.41 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.47 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.48 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.51 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 37.53 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
23:22:23 [2019-09-19T23:22:23.199Z] #57 38.99 debconf: delaying package configuration, since apt-utils is not installed
23:22:23 [2019-09-19T23:22:23.199Z] #57 39.27 Fetched 3602 kB in 1s (2508 kB/s)
23:22:23 [2019-09-19T23:22:23.199Z] #57 39.49 Selecting previously unselected package libnet1:amd64.
23:22:23 [2019-09-19T23:22:23.449Z]   CC       images/sk-inet.o
23:22:23 [2019-09-19T23:22:23.449Z]   CC       images/tun.o
23:22:23 [2019-09-19T23:22:23.449Z]   CC       images/sk-netlink.o
23:22:23 [2019-09-19T23:22:23.449Z]   CC       images/packet-sock.o
23:22:23 [2019-09-19T23:22:23.459Z] #57 39.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
23:22:23 [2019-09-19T23:22:23.459Z] #57 39.57 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
23:22:23 [2019-09-19T23:22:23.459Z] #57 39.58 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
23:22:23 [2019-09-19T23:22:23.717Z] #57 39.80 Selecting previously unselected package libcap-dev:amd64.
23:22:23 [2019-09-19T23:22:23.717Z] #57 39.80 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
23:22:23 [2019-09-19T23:22:23.717Z] #57 39.81 Unpacking libcap-dev:amd64 (1:2.25-1) ...
23:22:23 [2019-09-19T23:22:23.732Z]   CC       images/ipc-var.o
23:22:23 [2019-09-19T23:22:23.732Z]   CC       images/ipc-desc.o
23:22:23 [2019-09-19T23:22:23.732Z]   CC       images/ipc-shm.o
23:22:23 [2019-09-19T23:22:23.975Z] #57 40.17 Selecting previously unselected package libnet1-dev.
23:22:23 [2019-09-19T23:22:23.975Z] #57 40.17 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
23:22:23 [2019-09-19T23:22:23.975Z] #57 40.19 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
23:22:23 [2019-09-19T23:22:23.975Z] #57 ...
23:22:23 [2019-09-19T23:22:23.975Z] 
23:22:23 [2019-09-19T23:22:23.975Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal...
23:22:23 [2019-09-19T23:22:23.975Z] #17 DONE 40.3s
23:22:23 [2019-09-19T23:22:23.975Z] 
23:22:23 [2019-09-19T23:22:23.975Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
23:22:24 [2019-09-19T23:22:24.019Z]   CC       images/ipc-msg.o
23:22:24 [2019-09-19T23:22:24.019Z]   CC       images/ipc-sem.o
23:22:24 [2019-09-19T23:22:24.019Z]   CC       images/utsns.o
23:22:24 [2019-09-19T23:22:24.019Z]   CC       images/creds.o
23:22:24 [2019-09-19T23:22:24.233Z] #19 DONE 0.1s
23:22:24 [2019-09-19T23:22:24.233Z] 
23:22:24 [2019-09-19T23:22:24.233Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:24 [2019-09-19T23:22:24.301Z]   CC       images/vma.o
23:22:24 [2019-09-19T23:22:24.301Z]   CC       images/netdev.o
23:22:24 [2019-09-19T23:22:24.301Z]   CC       images/tty.o
23:22:24 [2019-09-19T23:22:24.584Z]   CC       images/file-lock.o
23:22:24 [2019-09-19T23:22:24.584Z]   CC       images/rlimit.o
23:22:24 [2019-09-19T23:22:24.866Z]   CC       images/pagemap.o
23:22:24 [2019-09-19T23:22:24.866Z]   CC       images/siginfo.o
23:22:24 [2019-09-19T23:22:24.866Z]   CC       images/rpc.o
23:22:25 [2019-09-19T23:22:25.482Z]   CC       images/ext-file.o
23:22:25 [2019-09-19T23:22:25.482Z]   CC       images/cgroup.o
23:22:25 [2019-09-19T23:22:25.764Z]   CC       images/userns.o
23:22:25 [2019-09-19T23:22:25.764Z]   CC       images/google/protobuf/descriptor.o
23:22:26 [2019-09-19T23:22:26.381Z]   CC       images/opts.o
23:22:26 [2019-09-19T23:22:26.381Z]   CC       images/seccomp.o
23:22:26 [2019-09-19T23:22:26.440Z] #13 22.38 Selecting previously unselected package g++-mingw-w64-x86-64.
23:22:26 [2019-09-19T23:22:26.440Z] #13 22.38 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.440Z] #13 22.39 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:22:26 [2019-09-19T23:22:26.665Z]   CC       images/binfmt-misc.o
23:22:26 [2019-09-19T23:22:26.665Z]   CC       images/time.o
23:22:26 [2019-09-19T23:22:26.665Z]   CC       images/sysctl.o
23:22:26 [2019-09-19T23:22:26.665Z]   CC       images/autofs.o
23:22:26 [2019-09-19T23:22:26.761Z] #20 ...
23:22:26 [2019-09-19T23:22:26.761Z] 
23:22:26 [2019-09-19T23:22:26.761Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -...
23:22:26 [2019-09-19T23:22:26.761Z] #6 29.05 Reading package lists...
23:22:26 [2019-09-19T23:22:26.761Z] #6 35.44 Building dependency tree...
23:22:26 [2019-09-19T23:22:26.761Z] #6 36.61 Reading state information...
23:22:26 [2019-09-19T23:22:26.761Z] #6 37.84 The following additional packages will be installed:
23:22:26 [2019-09-19T23:22:26.761Z] #6 37.86   libapparmor1 libseccomp2
23:22:26 [2019-09-19T23:22:26.761Z] #6 37.88 Suggested packages:
23:22:26 [2019-09-19T23:22:26.761Z] #6 37.88   seccomp
23:22:26 [2019-09-19T23:22:26.761Z] #6 38.21 The following NEW packages will be installed:
23:22:26 [2019-09-19T23:22:26.761Z] #6 38.22   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.34 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.34 Need to get 300 kB of archives.
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.34 After this operation, 1201 kB of additional disk space will be used.
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.34 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.34 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB]
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.35 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
23:22:26 [2019-09-19T23:22:26.761Z] #6 39.35 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB]
23:22:26 [2019-09-19T23:22:26.761Z] #6 40.74 debconf: delaying package configuration, since apt-utils is not installed
23:22:26 [2019-09-19T23:22:26.761Z] #6 40.88 Fetched 300 kB in 1s (288 kB/s)
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.01 Selecting previously unselected package libseccomp2:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.01 (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.)
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.05 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.06 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.25 Selecting previously unselected package libseccomp-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.25 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.26 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.65 Selecting previously unselected package libapparmor1:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.65 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.67 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.83 Selecting previously unselected package libapparmor-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.87 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 41.87 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.13 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.21 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.22 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.24 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.25 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 42.26 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:26 [2019-09-19T23:22:26.761Z] #6 DONE 42.6s
23:22:26 [2019-09-19T23:22:26.761Z] 
23:22:26 [2019-09-19T23:22:26.761Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
23:22:26 [2019-09-19T23:22:26.761Z] #40 DONE 0.1s
23:22:26 [2019-09-19T23:22:26.761Z] 
23:22:26 [2019-09-19T23:22:26.761Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
23:22:26 [2019-09-19T23:22:26.761Z] #41 DONE 0.1s
23:22:26 [2019-09-19T23:22:26.761Z] 
23:22:26 [2019-09-19T23:22:26.761Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.57 Selecting previously unselected package libnl-3-200:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.58 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.58 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.74 Selecting previously unselected package libnl-3-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.76 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 40.77 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.19 Selecting previously unselected package libprotobuf-c1:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.19 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.21 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.42 Selecting previously unselected package libprotobuf-c-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.42 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.42 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.72 Selecting previously unselected package zlib1g-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.74 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 41.76 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.00 Selecting previously unselected package libprotobuf10:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.01 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.01 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.64 Selecting previously unselected package libprotobuf-lite10:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.64 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.69 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.98 Selecting previously unselected package libprotobuf-dev:amd64.
23:22:26 [2019-09-19T23:22:26.761Z] #57 42.99 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
23:22:26 [2019-09-19T23:22:26.761Z] #57 43.03 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
23:22:26 [2019-09-19T23:22:26.907Z] INFO: Expanding go...
23:22:26 [2019-09-19T23:22:26.948Z]   CC       images/macvlan.o
23:22:26 [2019-09-19T23:22:26.949Z]   CC       images/sit.o
23:22:26 [2019-09-19T23:22:26.949Z]   LINK     images/built-in.o
23:22:26 [2019-09-19T23:22:26.949Z]   GEN      compel/include/asm
23:22:26 [2019-09-19T23:22:26.949Z]   GEN      compel/include/version.h
23:22:26 [2019-09-19T23:22:26.949Z] touch .config
23:22:26 [2019-09-19T23:22:26.949Z]   GEN      include/common/config.h
23:22:26 [2019-09-19T23:22:26.949Z]   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:22:27 [2019-09-19T23:22:27.233Z]   GEN      compel/plugins/include/uapi/std/syscall.h
23:22:27 [2019-09-19T23:22:27.233Z]   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/arch/ppc64/plugins/std/memcmp.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/arch/ppc64/plugins/std/memcpy.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
23:22:27 [2019-09-19T23:22:27.233Z]   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/std/infect.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/std/string.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/std/log.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/std/fds.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/std/std.d
23:22:27 [2019-09-19T23:22:27.233Z]   DEP      compel/plugins/shmem/shmem.d
23:22:27 [2019-09-19T23:22:27.515Z]   DEP      compel/plugins/fds/fds.d
23:22:27 [2019-09-19T23:22:27.515Z]   CC       compel/plugins/std/std.o
23:22:27 [2019-09-19T23:22:27.515Z]   CC       compel/plugins/std/fds.o
23:22:27 [2019-09-19T23:22:27.695Z] #57 ...
23:22:27 [2019-09-19T23:22:27.695Z] 
23:22:27 [2019-09-19T23:22:27.695Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:22:27 [2019-09-19T23:22:27.695Z] #44 29.67 Reading package lists...
23:22:27 [2019-09-19T23:22:27.695Z] #44 35.90 Building dependency tree...
23:22:27 [2019-09-19T23:22:27.695Z] #44 37.00 Reading state information...
23:22:27 [2019-09-19T23:22:27.695Z] #44 38.37 The following additional packages will be installed:
23:22:27 [2019-09-19T23:22:27.695Z] #44 38.38   btrfs-progs liblzo2-2
23:22:27 [2019-09-19T23:22:27.695Z] #44 38.66 The following NEW packages will be installed:
23:22:27 [2019-09-19T23:22:27.695Z] #44 38.67   btrfs-progs btrfs-tools liblzo2-2
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.80 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.80 Need to get 649 kB of archives.
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.80 After this operation, 4320 kB of additional disk space will be used.
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.80 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.80 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #44 39.97 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.32 debconf: delaying package configuration, since apt-utils is not installed
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.59 Fetched 649 kB in 1s (538 kB/s)
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.77 Selecting previously unselected package liblzo2-2:amd64.
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.77 (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.)
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.82 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.83 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.97 Selecting previously unselected package btrfs-progs.
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.98 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 41.98 Unpacking btrfs-progs (4.7.3-1) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 42.98 Selecting previously unselected package btrfs-tools.
23:22:27 [2019-09-19T23:22:27.695Z] #44 42.98 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 42.99 Unpacking btrfs-tools (4.7.3-1) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 43.16 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 43.28 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 43.30 Setting up btrfs-progs (4.7.3-1) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 43.33 Setting up btrfs-tools (4.7.3-1) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 43.36 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:27 [2019-09-19T23:22:27.695Z] #44 DONE 43.8s
23:22:27 [2019-09-19T23:22:27.695Z] 
23:22:27 [2019-09-19T23:22:27.695Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
23:22:27 [2019-09-19T23:22:27.695Z] #45 DONE 0.1s
23:22:27 [2019-09-19T23:22:27.695Z] 
23:22:27 [2019-09-19T23:22:27.695Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:27 [2019-09-19T23:22:27.695Z] #35 29.64 Reading package lists...
23:22:27 [2019-09-19T23:22:27.695Z] #35 35.77 Building dependency tree...
23:22:27 [2019-09-19T23:22:27.695Z] #35 36.78 Reading state information...
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.30 The following additional packages will be installed:
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.31   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.34 Suggested packages:
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.34   codeblocks eclipse ninja-build lrzip
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.34 Recommended packages:
23:22:27 [2019-09-19T23:22:27.695Z] #35 38.34   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:22:27 [2019-09-19T23:22:27.695Z] #35 39.24 The following NEW packages will be installed:
23:22:27 [2019-09-19T23:22:27.695Z] #35 39.26   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
23:22:27 [2019-09-19T23:22:27.695Z] #35 39.27   vim-common xxd
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.37 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded.
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.37 Need to get 13.7 MB of archives.
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.37 After this operation, 57.2 MB of additional disk space will be used.
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.37 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.53 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 40.53 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.33 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.47 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.50 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.51 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.52 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.74 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 41.76 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.03 debconf: delaying package configuration, since apt-utils is not installed
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.28 Fetched 13.7 MB in 2s (5557 kB/s)
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.55 Selecting previously unselected package cmake-data.
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15091 files and directories currently installed.)
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.67 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
23:22:27 [2019-09-19T23:22:27.695Z] #35 43.69 Unpacking cmake-data (3.7.2-1) ...
23:22:27 [2019-09-19T23:22:27.695Z] #35 ...
23:22:27 [2019-09-19T23:22:27.695Z] 
23:22:27 [2019-09-19T23:22:27.696Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
23:22:27 [2019-09-19T23:22:27.696Z] #46 DONE 0.1s
23:22:27 [2019-09-19T23:22:27.696Z] 
23:22:27 [2019-09-19T23:22:27.696Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:22:27 [2019-09-19T23:22:27.798Z]   CC       compel/plugins/std/log.o
23:22:28 [2019-09-19T23:22:28.081Z]   CC       compel/plugins/std/string.o
23:22:28 [2019-09-19T23:22:28.081Z]   CC       compel/plugins/std/infect.o
23:22:28 [2019-09-19T23:22:28.364Z]   CC       compel/arch/ppc64/plugins/std/parasite-head.o
23:22:28 [2019-09-19T23:22:28.364Z]   CC       compel/arch/ppc64/plugins/std/memcpy.o
23:22:28 [2019-09-19T23:22:28.364Z]   CC       compel/arch/ppc64/plugins/std/memcmp.o
23:22:28 [2019-09-19T23:22:28.364Z]   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
23:22:28 [2019-09-19T23:22:28.364Z]   AR       compel/plugins/std.lib.a
23:22:28 [2019-09-19T23:22:28.364Z]   CC       compel/plugins/fds/fds.o
23:22:28 [2019-09-19T23:22:28.648Z]   AR       compel/plugins/fds.lib.a
23:22:28 [2019-09-19T23:22:28.648Z]   HOSTDEP  compel/src/lib/handle-elf-host.d
23:22:28 [2019-09-19T23:22:28.648Z]   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
23:22:28 [2019-09-19T23:22:28.648Z]   HOSTDEP  compel/src/lib/log-host.d
23:22:28 [2019-09-19T23:22:28.648Z]   HOSTDEP  compel/src/main-host.d
23:22:28 [2019-09-19T23:22:28.648Z]   DEP      compel/src/lib/ptrace.d
23:22:28 [2019-09-19T23:22:28.648Z]   DEP      compel/src/lib/infect.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/src/lib/infect-util.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/src/lib/infect-rpc.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/src/lib/handle-elf.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/arch/ppc64/src/lib/handle-elf.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/arch/ppc64/src/lib/infect.d
23:22:28 [2019-09-19T23:22:28.931Z]   DEP      compel/arch/ppc64/src/lib/cpu.d
23:22:29 [2019-09-19T23:22:29.218Z]   DEP      compel/src/lib/log.d
23:22:29 [2019-09-19T23:22:29.218Z]   DEP      compel/src/main.d
23:22:29 [2019-09-19T23:22:29.218Z]   CC       compel/src/lib/log.o
23:22:29 [2019-09-19T23:22:29.218Z]   CC       compel/arch/ppc64/src/lib/cpu.o
23:22:29 [2019-09-19T23:22:29.517Z]   CC       compel/arch/ppc64/src/lib/infect.o
23:22:29 [2019-09-19T23:22:29.594Z] #47 ...
23:22:29 [2019-09-19T23:22:29.594Z] 
23:22:29 [2019-09-19T23:22:29.594Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:22:29 [2019-09-19T23:22:29.594Z] #27 35.32 + cd /tmp/tmp.Q7w7iAK0tr/src/gotest.tools/gotestsum
23:22:29 [2019-09-19T23:22:29.594Z] #27 35.32 + git checkout -q v0.3.5
23:22:29 [2019-09-19T23:22:29.594Z] #27 35.33 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
23:22:29 [2019-09-19T23:22:29.594Z] #27 ...
23:22:29 [2019-09-19T23:22:29.594Z] 
23:22:29 [2019-09-19T23:22:29.594Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.07 Selecting previously unselected package libprotoc10:amd64.
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.07 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.07 Unpacking libprotoc10:amd64 (3.0.0-9) ...
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.78 Selecting previously unselected package protobuf-c-compiler.
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.78 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
23:22:29 [2019-09-19T23:22:29.594Z] #57 45.81 Unpacking protobuf-c-compiler (1.2.1-2) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.13 Setting up aufs-tools (1:4.1+20161219-1) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.14 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.15 Setting up libsepol1-dev:amd64 (2.6-2) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.16 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.17 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.18 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.19 Processing triggers for mime-support (3.60) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.20 Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.21 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.22 Setting up libcap2-bin (1:2.25-1) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.23 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.24 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.25 Setting up bash-completion (1:2.1-4.3) ...
23:22:29 [2019-09-19T23:22:29.699Z] #13 25.77 Setting up libonig4:amd64 (6.1.3-2) ...
23:22:29 [2019-09-19T23:22:29.799Z]   CC       compel/arch/ppc64/src/lib/handle-elf.o
23:22:29 [2019-09-19T23:22:29.799Z]   CC       compel/src/lib/handle-elf.o
23:22:29 [2019-09-19T23:22:29.852Z] #57 45.97 Selecting previously unselected package protobuf-compiler.
23:22:29 [2019-09-19T23:22:29.852Z] #57 45.98 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
23:22:29 [2019-09-19T23:22:29.852Z] #57 45.99 Unpacking protobuf-compiler (3.0.0-9) ...
23:22:29 [2019-09-19T23:22:29.852Z] #57 46.12 Selecting previously unselected package python-pkg-resources.
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.78 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.79 Setting up zip (3.0-11+b1) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.80 Setting up bzip2 (1.0.6-8.1) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.81 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.82 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.83 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.84 Setting up libaio1:amd64 (0.3.110-3) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.85 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.86 Setting up xz-utils (5.2.2-1.2+b1) ...
23:22:29 [2019-09-19T23:22:29.997Z] #13 25.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.88 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.89 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.90 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.91 Setting up libpcre32-3:amd64 (2:8.39-3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.92 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 25.93 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.01 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.01 Setting up libpcre16-3:amd64 (2:8.39-3) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.02 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.03 Setting up libnl-3-200:amd64 (3.2.27-2) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.05 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.05 Setting up libudev-dev:amd64 (232-25+deb9u12) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.07 Setting up pigz (2.3.4-1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.07 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.08 Setting up libmpdec2:amd64 (2.4.2-1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.09 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.10 Setting up mingw-w64-common (5.0.1-1) ...
23:22:29 [2019-09-19T23:22:29.998Z] #13 26.11 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:30 [2019-09-19T23:22:30.114Z] #57 46.17 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
23:22:30 [2019-09-19T23:22:30.114Z] #57 46.18 Unpacking python-pkg-resources (33.1.1-1) ...
23:22:30 [2019-09-19T23:22:30.114Z] #57 ...
23:22:30 [2019-09-19T23:22:30.114Z] 
23:22:30 [2019-09-19T23:22:30.114Z] #7 [dev 1/24] RUN groupadd -r docker
23:22:30 [2019-09-19T23:22:30.114Z] #7 DONE 3.8s
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.12 Setting up jq (1.5+dfsg-1.3) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.13 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.14 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.15 Setting up xfsprogs (4.9.0+nmu1) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.16 Setting up vim (2:8.0.0197-4+deb9u3) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.20 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.21 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.21 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.22 Setting up iptables (1.6.0+snapshot20161117-6) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.23 Setting up btrfs-progs (4.7.3-1) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.24 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
23:22:30 [2019-09-19T23:22:30.253Z] #13 26.25 Setting up python3.5 (3.5.3-1+deb9u1) ...
23:22:30 [2019-09-19T23:22:30.372Z] 
23:22:30 [2019-09-19T23:22:30.372Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:30 [2019-09-19T23:22:30.372Z] #57 46.54 Selecting previously unselected package python-protobuf.
23:22:30 [2019-09-19T23:22:30.372Z] #57 46.55 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
23:22:30 [2019-09-19T23:22:30.416Z]   CC       compel/src/lib/infect-rpc.o
23:22:30 [2019-09-19T23:22:30.416Z]   CC       compel/src/lib/infect-util.o
23:22:30 [2019-09-19T23:22:30.630Z] #57 46.68 Unpacking python-protobuf (3.0.0-9) ...
23:22:30 [2019-09-19T23:22:30.699Z]   CC       compel/src/lib/infect.o
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.14 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.15 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.15 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.15 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.16 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.16 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.16 Setting up btrfs-tools (4.7.3-1) ...
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.17 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.18 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.18 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
23:22:31 [2019-09-19T23:22:31.179Z] #13 27.19 Setting up python3 (3.5.3-1) ...
23:22:31 [2019-09-19T23:22:31.199Z] #57 47.37 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
23:22:31 [2019-09-19T23:22:31.434Z] #13 27.50 Setting up apparmor (2.11.0-3+deb9u2) ...
23:22:31 [2019-09-19T23:22:31.458Z] #57 47.55 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
23:22:31 [2019-09-19T23:22:31.458Z] #57 47.56 Setting up python-pkg-resources (33.1.1-1) ...
23:22:31 [2019-09-19T23:22:31.708Z]   CC       compel/src/lib/ptrace.o
23:22:31 [2019-09-19T23:22:31.708Z]   AR       compel/libcompel.a
23:22:31 [2019-09-19T23:22:31.708Z]   HOSTCC   compel/src/main-host.o
23:22:31 [2019-09-19T23:22:31.708Z]   HOSTCC   compel/src/lib/log-host.o
23:22:31 [2019-09-19T23:22:31.992Z]   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
23:22:31 [2019-09-19T23:22:31.992Z]   HOSTCC   compel/src/lib/handle-elf-host.o
23:22:31 [2019-09-19T23:22:31.992Z]   HOSTLINK compel/compel-host-bin
23:22:32 [2019-09-19T23:22:32.024Z] #57 ...
23:22:32 [2019-09-19T23:22:32.024Z] 
23:22:32 [2019-09-19T23:22:32.024Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:22:32 [2019-09-19T23:22:32.024Z] #15 38.06 + cd /tmp/tmp.B1akDglC0I/src/github.com/go-swagger/go-swagger
23:22:32 [2019-09-19T23:22:32.024Z] #15 38.06 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
23:22:32 [2019-09-19T23:22:32.024Z] #15 40.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:22:32 [2019-09-19T23:22:32.024Z] #15 ...
23:22:32 [2019-09-19T23:22:32.024Z] 
23:22:32 [2019-09-19T23:22:32.024Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:32 [2019-09-19T23:22:32.024Z] #20 5.249 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
23:22:32 [2019-09-19T23:22:32.024Z] #20 5.845 
23:22:32 [2019-09-19T23:22:32.036Z] #13 28.06 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
23:22:32 [2019-09-19T23:22:32.036Z] #13 28.10 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
23:22:32 [2019-09-19T23:22:32.036Z] #13 28.11 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
23:22:32 [2019-09-19T23:22:32.036Z] #13 28.13 Setting up python3-wheel (0.29.0-2) ...
23:22:32 [2019-09-19T23:22:32.275Z]   DEP      soccr/soccr.d
23:22:32 [2019-09-19T23:22:32.275Z]   CC       soccr/soccr.o
23:22:32 [2019-09-19T23:22:32.291Z] #13 28.30 Setting up python3-pkg-resources (33.1.1-1) ...
23:22:32 [2019-09-19T23:22:32.540Z] #20 6.348 
#                                                                          2.3%
######                                                                     9.3%
#########                                                                 13.1%
############                                                              17.8%
##################                                                        26.3%
#######################                                                   32.5%
###########################                                               38.7%
################################                                          45.7%
#####################################                                     51.7%
########################################                                  56.0%
############################################                              61.8%
################################################                          67.7%
####################################################                      72.5%
#########################################################                 80.3%
#############################################################             85.9%
###############################################################           87.6%
#################################################################         91.2%
######################################################################## 100.0%
23:22:32 [2019-09-19T23:22:32.546Z] #13 28.50 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
23:22:32 [2019-09-19T23:22:32.546Z] #13 28.51 Setting up python3-pip (9.0.1-2+deb9u1) ...
23:22:32 [2019-09-19T23:22:32.801Z] #13 28.72 Setting up dmsetup (2:1.02.137-2) ...
23:22:32 [2019-09-19T23:22:32.801Z] #13 28.73 Setting up python3-setuptools (33.1.1-1) ...
23:22:32 [2019-09-19T23:22:32.890Z]   AR       soccr/libsoccr.a
23:22:32 [2019-09-19T23:22:32.890Z] make[1]: 'soccr/libsoccr.a' is up to date.
23:22:32 [2019-09-19T23:22:32.890Z]   DEP      criu/arch/ppc64/sigframe.d
23:22:32 [2019-09-19T23:22:32.890Z]   DEP      criu/arch/ppc64/crtools.d
23:22:33 [2019-09-19T23:22:33.055Z] #13 28.93 Setting up dh-python (2.20170125) ...
23:22:33 [2019-09-19T23:22:33.055Z] #13 29.07 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
23:22:33 [2019-09-19T23:22:33.055Z] #13 29.08 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:33 [2019-09-19T23:22:33.106Z] #20 8.840 
23:22:33 [2019-09-19T23:22:33.176Z]   DEP      criu/arch/ppc64/cpu.d
23:22:33 [2019-09-19T23:22:33.176Z]   CC       criu/arch/ppc64/cpu.o
23:22:33 [2019-09-19T23:22:33.311Z] #13 DONE 29.3s
23:22:33 [2019-09-19T23:22:33.311Z] 
23:22:33 [2019-09-19T23:22:33.311Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
23:22:33 [2019-09-19T23:22:33.364Z] #20 9.184 
###################                                                       27.6%
##################################                                        48.5%
23:22:33 [2019-09-19T23:22:33.364Z] #20 ...
23:22:33 [2019-09-19T23:22:33.364Z] 
23:22:33 [2019-09-19T23:22:33.364Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:33 [2019-09-19T23:22:33.364Z] #33 39.34 internal/x/crypto/curve25519
23:22:33 [2019-09-19T23:22:33.364Z] #33 45.38 sync
23:22:33 [2019-09-19T23:22:33.364Z] #33 46.14 reflect
23:22:33 [2019-09-19T23:22:33.364Z] #33 46.17 io
23:22:33 [2019-09-19T23:22:33.364Z] #33 48.25 bytes
23:22:33 [2019-09-19T23:22:33.463Z]   CC       criu/arch/ppc64/crtools.o
23:22:33 [2019-09-19T23:22:33.622Z] #33 ...
23:22:33 [2019-09-19T23:22:33.622Z] 
23:22:33 [2019-09-19T23:22:33.622Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:33 [2019-09-19T23:22:33.746Z]   CC       criu/arch/ppc64/sigframe.o
23:22:33 [2019-09-19T23:22:33.746Z]   LINK     criu/arch/ppc64/crtools.built-in.o
23:22:33 [2019-09-19T23:22:33.746Z]   DEP      criu/arch/ppc64/misc.d
23:22:33 [2019-09-19T23:22:33.746Z]   DEP      criu/arch/ppc64/vdso-trampoline.d
23:22:33 [2019-09-19T23:22:33.746Z]   DEP      criu/arch/ppc64/vdso-pie.d
23:22:33 [2019-09-19T23:22:33.882Z] #20 9.184 
###################                                                       27.6%
##################################                                        48.5%
##################################################                        69.6%
####20 ...
23:22:33 [2019-09-19T23:22:33.882Z] 
23:22:33 [2019-09-19T23:22:33.882Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser
23:22:33 [2019-09-19T23:22:33.882Z] #8 DONE 3.6s
23:22:33 [2019-09-19T23:22:33.882Z] 
23:22:33 [2019-09-19T23:22:33.882Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:33 [2019-09-19T23:22:33.882Z] #20 9.184 
###################                                                       27.6%
##################################                                        48.5%
##################################################                        69.6%
#############################################################             84.9%
######################################################################## 100.0%
23:22:34 [2019-09-19T23:22:34.030Z]   DEP      criu/pie/parasite-vdso.d
23:22:34 [2019-09-19T23:22:34.030Z]   DEP      criu/pie/util-vdso.d
23:22:34 [2019-09-19T23:22:34.030Z]   DEP      criu/pie/util.d
23:22:34 [2019-09-19T23:22:34.030Z]   CC       criu/pie/util.o
23:22:34 [2019-09-19T23:22:34.312Z]   CC       criu/pie/util-vdso.o
23:22:34 [2019-09-19T23:22:34.448Z] #20 ...
23:22:34 [2019-09-19T23:22:34.448Z] 
23:22:34 [2019-09-19T23:22:34.448Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:34 [2019-09-19T23:22:34.448Z] #30 40.28 sync
23:22:34 [2019-09-19T23:22:34.448Z] #30 41.00 io
23:22:34 [2019-09-19T23:22:34.448Z] #30 41.05 reflect
23:22:34 [2019-09-19T23:22:34.448Z] #30 43.03 syscall
23:22:34 [2019-09-19T23:22:34.448Z] #30 ...
23:22:34 [2019-09-19T23:22:34.448Z] 
23:22:34 [2019-09-19T23:22:34.448Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:34 [2019-09-19T23:22:34.448Z] #20 10.35 
23:22:34 [2019-09-19T23:22:34.596Z]   CC       criu/pie/parasite-vdso.o
23:22:34 [2019-09-19T23:22:34.879Z]   CC       criu/arch/ppc64/vdso-pie.o
23:22:34 [2019-09-19T23:22:34.879Z]   CC       criu/arch/ppc64/vdso-trampoline.o
23:22:34 [2019-09-19T23:22:34.879Z]   CC       criu/arch/ppc64/misc.o
23:22:34 [2019-09-19T23:22:34.879Z]   AR       criu/pie/pie.lib.a
23:22:34 [2019-09-19T23:22:34.879Z]   DEP      criu/pie/restorer.d
23:22:35 [2019-09-19T23:22:35.162Z]   DEP      criu/arch/ppc64/restorer.d
23:22:35 [2019-09-19T23:22:35.162Z]   DEP      criu/pie/parasite.d
23:22:35 [2019-09-19T23:22:35.162Z]   CC       criu/pie/parasite.o
23:22:35 [2019-09-19T23:22:35.195Z] #14 1.587 Collecting yamllint==1.16.0
23:22:35 [2019-09-19T23:22:35.777Z]   LINK     criu/pie/parasite.built-in.o
23:22:35 [2019-09-19T23:22:35.777Z]   GEN      criu/pie/parasite-blob.h
23:22:35 [2019-09-19T23:22:35.777Z]   CC       criu/arch/ppc64/restorer.o
23:22:35 [2019-09-19T23:22:35.777Z]   CC       criu/pie/restorer.o
23:22:36 [2019-09-19T23:22:36.562Z] #20 10.68 
####                                                                       5.9%
#########                                                                 12.8%
##############                                                            20.1%
##################                                                        26.3%
######################                                                    31.1%
###########################                                               38.1%
###############################                                           43.7%
###################################                                       49.2%
#######################################                                   54.9%
############################################                              62.1%
################################################                          67.4%
#######################################################                   77.6%
23:22:36 [2019-09-19T23:22:36.562Z] #20 ...
23:22:36 [2019-09-19T23:22:36.562Z] 
23:22:36 [2019-09-19T23:22:36.562Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.708 + RM_GOPATH=0
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.708 + TMP_GOPATH=
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.708 + : /build
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.708 + '[' -z '' ']'
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.708 ++ mktemp -d
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.712 + export GOPATH=/tmp/tmp.w7MOLEtpER
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.712 + GOPATH=/tmp/tmp.w7MOLEtpER
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.712 + RM_GOPATH=1
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.712 ++ dirname ./install.sh
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.725 + dir=.
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 + bin=runc
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 + shift
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 + '[' '!' -f ./runc.installer ']'
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 + . ./runc.installer
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.729 + install_runc
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.730 + uname -r
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.745 + grep -q '^3\.10\.0.*\.el7\.'
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.748 + RUNC_BUILDTAGS='seccomp apparmor selinux '
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.748 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.749 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.750 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.w7MOLEtpER/src/github.com/opencontainers/runc
23:22:36 [2019-09-19T23:22:36.562Z] #42 3.768 Cloning into '/tmp/tmp.w7MOLEtpER/src/github.com/opencontainers/runc'...
23:22:36 [2019-09-19T23:22:36.821Z] #42 ...
23:22:36 [2019-09-19T23:22:36.821Z] 
23:22:36 [2019-09-19T23:22:36.821Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:36 [2019-09-19T23:22:36.821Z] #20 10.68 
####                                                                       5.9%
#########                                                                 12.8%
##############                                                            20.1%
##################                                                        26.3%
######################                                                    31.1%
###########################                                               38.1%
###############################                                           43.7%
###################################                                       49.2%
#######################################                                   54.9%
############################################                              62.1%
################################################                          67.4%
#######################################################                   77.6%
#################################################################         91.6%
######################################################################## 100.0%
23:22:37 [2019-09-19T23:22:37.081Z] #20 ...
23:22:37 [2019-09-19T23:22:37.081Z] 
23:22:37 [2019-09-19T23:22:37.081Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr...
23:22:37 [2019-09-19T23:22:37.081Z] #9 2.993 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:22:37 [2019-09-19T23:22:37.081Z] #9 DONE 3.2s
23:22:37 [2019-09-19T23:22:37.252Z]   LINK     criu/pie/restorer.built-in.o
23:22:37 [2019-09-19T23:22:37.252Z]   GEN      criu/pie/restorer-blob.h
23:22:37 [2019-09-19T23:22:37.252Z]   DEP      criu/vdso.d
23:22:37 [2019-09-19T23:22:37.252Z]   DEP      criu/uts_ns.d
23:22:37 [2019-09-19T23:22:37.252Z]   DEP      criu/util.d
23:22:37 [2019-09-19T23:22:37.252Z]   DEP      criu/uffd.d
23:22:37 [2019-09-19T23:22:37.252Z]   DEP      criu/tun.d
23:22:37 [2019-09-19T23:22:37.340Z] 
23:22:37 [2019-09-19T23:22:37.340Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:37 [2019-09-19T23:22:37.340Z] #57 53.20 Setting up libnet1-dev (1.1.6+dfsg-3) ...
23:22:37 [2019-09-19T23:22:37.340Z] #57 53.22 Setting up libprotobuf10:amd64 (3.0.0-9) ...
23:22:37 [2019-09-19T23:22:37.340Z] #57 53.23 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:37 [2019-09-19T23:22:37.340Z] #57 53.27 Setting up python-protobuf (3.0.0-9) ...
23:22:37 [2019-09-19T23:22:37.535Z]   DEP      criu/tty.d
23:22:37 [2019-09-19T23:22:37.535Z]   DEP      criu/timerfd.d
23:22:37 [2019-09-19T23:22:37.535Z]   DEP      criu/sysfs_parse.d
23:22:37 [2019-09-19T23:22:37.535Z]   DEP      criu/sysctl.d
23:22:37 [2019-09-19T23:22:37.818Z]   DEP      criu/string.d
23:22:37 [2019-09-19T23:22:37.818Z]   DEP      criu/stats.d
23:22:37 [2019-09-19T23:22:37.818Z]   DEP      criu/sockets.d
23:22:37 [2019-09-19T23:22:37.818Z]   DEP      criu/sk-unix.d
23:22:38 [2019-09-19T23:22:38.102Z]   DEP      criu/sk-tcp.d
23:22:38 [2019-09-19T23:22:38.102Z]   DEP      criu/sk-queue.d
23:22:38 [2019-09-19T23:22:38.102Z]   DEP      criu/sk-packet.d
23:22:38 [2019-09-19T23:22:38.102Z]   DEP      criu/sk-netlink.d
23:22:38 [2019-09-19T23:22:38.384Z]   DEP      criu/sk-inet.d
23:22:38 [2019-09-19T23:22:38.384Z]   DEP      criu/signalfd.d
23:22:38 [2019-09-19T23:22:38.384Z]   DEP      criu/sigframe.d
23:22:38 [2019-09-19T23:22:38.384Z]   DEP      criu/shmem.d
23:22:38 [2019-09-19T23:22:38.667Z]   DEP      criu/seize.d
23:22:38 [2019-09-19T23:22:38.667Z]   DEP      criu/seccomp.d
23:22:38 [2019-09-19T23:22:38.667Z]   DEP      criu/rst-malloc.d
23:22:38 [2019-09-19T23:22:38.667Z]   DEP      criu/rbtree.d
23:22:38 [2019-09-19T23:22:38.667Z]   DEP      criu/pstree.d
23:22:38 [2019-09-19T23:22:38.952Z]   DEP      criu/protobuf.d
23:22:38 [2019-09-19T23:22:38.952Z]   GEN      criu/protobuf-desc-gen.h
23:22:39 [2019-09-19T23:22:39.236Z]   DEP      criu/protobuf-desc.d
23:22:39 [2019-09-19T23:22:39.236Z]   DEP      criu/proc_parse.d
23:22:39 [2019-09-19T23:22:39.519Z]   DEP      criu/plugin.d
23:22:39 [2019-09-19T23:22:39.519Z]   DEP      criu/pipes.d
23:22:39 [2019-09-19T23:22:39.519Z]   DEP      criu/pie-util.d
23:22:39 [2019-09-19T23:22:39.519Z]   DEP      criu/pie-util-vdso.d
23:22:39 [2019-09-19T23:22:39.519Z]   DEP      criu/pie-util-vdso-elf32.d
23:22:39 [2019-09-19T23:22:39.802Z]   DEP      criu/path.d
23:22:39 [2019-09-19T23:22:39.802Z]   DEP      criu/parasite-syscall.d
23:22:39 [2019-09-19T23:22:39.802Z]   DEP      criu/pagemap.d
23:22:40 [2019-09-19T23:22:40.085Z]   DEP      criu/pagemap-cache.d
23:22:40 [2019-09-19T23:22:40.085Z]   DEP      criu/page-xfer.d
23:22:40 [2019-09-19T23:22:40.085Z]   DEP      criu/page-pipe.d
23:22:40 [2019-09-19T23:22:40.086Z]   DEP      criu/netfilter.d
23:22:40 [2019-09-19T23:22:40.086Z]   DEP      criu/net.d
23:22:40 [2019-09-19T23:22:40.369Z]   DEP      criu/namespaces.d
23:22:40 [2019-09-19T23:22:40.369Z]   DEP      criu/mount.d
23:22:40 [2019-09-19T23:22:40.369Z]   DEP      criu/mem.d
23:22:40 [2019-09-19T23:22:40.652Z]   DEP      criu/lsm.d
23:22:40 [2019-09-19T23:22:40.652Z]   DEP      criu/log.d
23:22:40 [2019-09-19T23:22:40.652Z]   DEP      criu/libnetlink.d
23:22:40 [2019-09-19T23:22:40.652Z]   DEP      criu/kerndat.d
23:22:40 [2019-09-19T23:22:40.660Z] #57 ...
23:22:40 [2019-09-19T23:22:40.660Z] 
23:22:40 [2019-09-19T23:22:40.660Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ...
23:22:40 [2019-09-19T23:22:40.660Z] #10 DONE 3.4s
23:22:40 [2019-09-19T23:22:40.660Z] 
23:22:40 [2019-09-19T23:22:40.660Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:40 [2019-09-19T23:22:40.660Z] #20 13.56 
23:22:40 [2019-09-19T23:22:40.660Z] #20 14.03 
#                                                                          1.8%
##                                                                         3.8%
####                                                                       6.0%
#####                                                                      7.8%
#######                                                                    9.8%
########                                                                  11.9%
##########                                                                13.9%
###########                                                               16.0%
############                                                              17.4%
##############                                                            19.8%
###############                                                           21.6%
#################                                                         23.7%
##################                                                        25.9%
###################                                                       27.7%
#####################                                                     29.8%
######################                                                    31.6%
########################                                                  33.5%
#########################                                                 35.3%
##########################                                                37.0%
############################                                              39.1%
#############################                                             40.9%
##############################                                            41.9%
################################                                          45.2%
#################################                                         46.8%
23:22:40 [2019-09-19T23:22:40.660Z] #20 ...
23:22:40 [2019-09-19T23:22:40.660Z] 
23:22:40 [2019-09-19T23:22:40.660Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.857 + RM_GOPATH=0
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.857 + TMP_GOPATH=
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.857 + : /build
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.857 + '[' -z '' ']'
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.857 ++ mktemp -d
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.882 + export GOPATH=/tmp/tmp.zCXduj277h
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.882 + GOPATH=/tmp/tmp.zCXduj277h
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.883 + RM_GOPATH=1
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.884 ++ dirname ./install.sh
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.886 + dir=.
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.886 + bin=containerd
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.887 + shift
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.888 + '[' '!' -f ./containerd.installer ']'
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.890 + . ./containerd.installer
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.892 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.897 + install_containerd
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.898 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3'
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.898 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.899 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zCXduj277h/src/github.com/containerd/containerd
23:22:40 [2019-09-19T23:22:40.660Z] #47 2.901 Cloning into '/tmp/tmp.zCXduj277h/src/github.com/containerd/containerd'...
23:22:40 [2019-09-19T23:22:40.660Z] #47 ...
23:22:40 [2019-09-19T23:22:40.660Z] 
23:22:40 [2019-09-19T23:22:40.660Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:40 [2019-09-19T23:22:40.935Z]   DEP      criu/kcmp-ids.d
23:22:40 [2019-09-19T23:22:40.935Z]   DEP      criu/irmap.d
23:22:40 [2019-09-19T23:22:40.935Z]   DEP      criu/ipc_ns.d
23:22:40 [2019-09-19T23:22:40.935Z]   DEP      criu/image.d
23:22:41 [2019-09-19T23:22:41.218Z]   DEP      criu/image-desc.d
23:22:41 [2019-09-19T23:22:41.218Z]   DEP      criu/fsnotify.d
23:22:41 [2019-09-19T23:22:41.218Z]   DEP      criu/filesystems.d
23:22:41 [2019-09-19T23:22:41.218Z]   DEP      criu/files.d
23:22:41 [2019-09-19T23:22:41.218Z]   DEP      criu/files-reg.d
23:22:41 [2019-09-19T23:22:41.432Z] #20 14.03 
#                                                                          1.8%
##                                                                         3.8%
####                                                                       6.0%
#####                                                                      7.8%
#######                                                                    9.8%
########                                                                  11.9%
##########                                                                13.9%
###########                                                               16.0%
############                                                              17.4%
##############                                                            19.8%
###############                                                           21.6%
#################                                                         23.7%
##################                                                        25.9%
###################                                                       27.7%
#####################                                                     29.8%
######################                                                    31.6%
########################                                                  33.5%
#########################                                                 35.3%
##########################                                                37.0%
############################                                              39.1%
#############################                                             40.9%
##############################                                            41.9%
################################                                          45.2%
#################################                                         46.8%
###################################                                       48.7%
######################################                                    53.1%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 57.8%
23:22:41 [2019-09-19T23:22:41.432Z] #20 ...
23:22:41 [2019-09-19T23:22:41.432Z] 
23:22:41 [2019-09-19T23:22:41.432Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.64 Selecting previously unselected package liblzo2-2:amd64.
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.65 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.68 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.92 Selecting previously unselected package libicu57:amd64.
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.95 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 47.97 Unpacking libicu57:amd64 (57.1-6+deb9u3) ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 56.47 Selecting previously unselected package libxml2:amd64.
23:22:41 [2019-09-19T23:22:41.432Z] #35 56.48 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 56.49 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 57.67 Selecting previously unselected package libarchive13:amd64.
23:22:41 [2019-09-19T23:22:41.432Z] #35 57.67 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 57.68 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
23:22:41 [2019-09-19T23:22:41.432Z] #35 ...
23:22:41 [2019-09-19T23:22:41.432Z] 
23:22:41 [2019-09-19T23:22:41.432Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:41 [2019-09-19T23:22:41.501Z]   DEP      criu/files-ext.d
23:22:41 [2019-09-19T23:22:41.501Z]   DEP      criu/file-lock.d
23:22:41 [2019-09-19T23:22:41.501Z]   DEP      criu/file-ids.d
23:22:41 [2019-09-19T23:22:41.501Z]   DEP      criu/fifo.d
23:22:41 [2019-09-19T23:22:41.714Z] #14 7.905   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
23:22:41 [2019-09-19T23:22:41.714Z] #14 7.969 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
23:22:41 [2019-09-19T23:22:41.784Z]   DEP      criu/fdstore.d
23:22:41 [2019-09-19T23:22:41.784Z]   DEP      criu/fault-injection.d
23:22:41 [2019-09-19T23:22:41.784Z]   DEP      criu/external.d
23:22:41 [2019-09-19T23:22:41.784Z]   DEP      criu/eventpoll.d
23:22:41 [2019-09-19T23:22:41.784Z]   DEP      criu/eventfd.d
23:22:42 [2019-09-19T23:22:42.067Z]   DEP      criu/crtools.d
23:22:42 [2019-09-19T23:22:42.067Z]   DEP      criu/cr-service.d
23:22:42 [2019-09-19T23:22:42.067Z]   DEP      criu/cr-restore.d
23:22:42 [2019-09-19T23:22:42.272Z] #14 9.004   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
23:22:42 [2019-09-19T23:22:42.349Z]   DEP      criu/cr-errno.d
23:22:42 [2019-09-19T23:22:42.349Z]   DEP      criu/cr-dump.d
23:22:42 [2019-09-19T23:22:42.349Z]   DEP      criu/cr-dedup.d
23:22:42 [2019-09-19T23:22:42.349Z]   DEP      criu/cr-check.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/config.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/clone-noasan.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/cgroup.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/cgroup-props.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/bitmap.d
23:22:42 [2019-09-19T23:22:42.632Z]   DEP      criu/bfd.d
23:22:42 [2019-09-19T23:22:42.831Z] #14 9.326 Collecting pyyaml (from yamllint==1.16.0)
23:22:42 [2019-09-19T23:22:42.915Z]   DEP      criu/autofs.d
23:22:42 [2019-09-19T23:22:42.915Z]   DEP      criu/aio.d
23:22:42 [2019-09-19T23:22:42.915Z]   DEP      criu/action-scripts.d
23:22:43 [2019-09-19T23:22:43.157Z] + dpkg --print-architecture
23:22:43 [2019-09-19T23:22:43.157Z] + cd /tmp/tmp.COsvbaPX56/src/github.com/docker/distribution
23:22:43 [2019-09-19T23:22:43.157Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:22:43 [2019-09-19T23:22:43.157Z] + GOPATH=/tmp/tmp.COsvbaPX56/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.COsvbaPX56
23:22:43 [2019-09-19T23:22:43.157Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:22:43 [2019-09-19T23:22:43.214Z]   CC       criu/action-scripts.o
23:22:43 [2019-09-19T23:22:43.214Z]   CC       criu/aio.o
23:22:43 [2019-09-19T23:22:43.498Z]   CC       criu/autofs.o
23:22:43 [2019-09-19T23:22:43.754Z] #14 10.40   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
23:22:44 [2019-09-19T23:22:44.009Z] #20 14.03 
#                                                                          1.8%
##                                                                         3.8%
####                                                                       6.0%
#####                                                                      7.8%
#######                                                                    9.8%
########                                                                  11.9%
##########                                                                13.9%
###########                                                               16.0%
############                                                              17.4%
##############                                                            19.8%
###############                                                           21.6%
#################                                                         23.7%
##################                                                        25.9%
###################                                                       27.7%
#####################                                                     29.8%
######################                                                    31.6%
########################                                                  33.5%
#########################                                                 35.3%
##########################                                                37.0%
############################                                              39.1%
#############################                                             40.9%
##############################                                            41.9%
################################                                          45.2%
#################################                                         46.8%
###################################                                       48.7%
######################################                                    53.1%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 57.8%
##########################################                                59.4%
############################################                              61.4%
#############################################                             63.1%
##############################################                            64.3%
###############################################                           66.0%
################################################                          67.8%
##################################################                        69.6%
###################################################                       71.3%
####################################################                      73.5%
######################################################                    75.5%
#######################################################                   77.2%
########################################################                  78.9%
##########################################################                80.8%
###########################################################               82.7%
############################################################              84.3%
#############################################################             85.8%
###############################################################           87.6%
###############################################################           88.9%
#################################################################         90.7%
##################################################################        91.9%
###################################################################       93.5%
####################################################################      95.0%
#####################################################################     96.3%
######################################################################## 100.0%
23:22:44 [2019-09-19T23:22:44.266Z] #20 ...
23:22:44 [2019-09-19T23:22:44.266Z] 
23:22:44 [2019-09-19T23:22:44.266Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet...
23:22:44 [2019-09-19T23:22:44.266Z] #11 DONE 3.9s
23:22:44 [2019-09-19T23:22:44.266Z] 
23:22:44 [2019-09-19T23:22:44.266Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:44 [2019-09-19T23:22:44.266Z] #20 20.04 
23:22:44 [2019-09-19T23:22:44.314Z] #14 10.76 Building wheels for collected packages: pathspec, pyyaml
23:22:44 [2019-09-19T23:22:44.314Z] #14 10.76   Running setup.py bdist_wheel for pathspec: started
23:22:44 [2019-09-19T23:22:44.314Z] #14 11.02   Running setup.py bdist_wheel for pathspec: finished with status 'done'
23:22:44 [2019-09-19T23:22:44.506Z]   CC       criu/bfd.o
23:22:44 [2019-09-19T23:22:44.506Z]   CC       criu/bitmap.o
23:22:44 [2019-09-19T23:22:44.506Z]   CC       criu/cgroup-props.o
23:22:44 [2019-09-19T23:22:44.570Z] #14 11.02   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
23:22:44 [2019-09-19T23:22:44.570Z] #14 11.03   Running setup.py bdist_wheel for pyyaml: started
23:22:44 [2019-09-19T23:22:44.570Z] #14 11.31   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
23:22:44 [2019-09-19T23:22:44.825Z] #14 11.31   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
23:22:44 [2019-09-19T23:22:44.825Z] #14 11.33 Successfully built pathspec pyyaml
23:22:44 [2019-09-19T23:22:44.825Z] #14 11.33 Installing collected packages: pathspec, pyyaml, yamllint
23:22:44 [2019-09-19T23:22:44.825Z] #14 11.43 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
23:22:45 [2019-09-19T23:22:45.080Z] #14 DONE 11.6s
23:22:45 [2019-09-19T23:22:45.080Z] 
23:22:45 [2019-09-19T23:22:45.080Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/
23:22:45 [2019-09-19T23:22:45.080Z] #16 DONE 0.2s
23:22:45 [2019-09-19T23:22:45.080Z] 
23:22:45 [2019-09-19T23:22:45.080Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369...
23:22:45 [2019-09-19T23:22:45.080Z] #64 CACHED
23:22:45 [2019-09-19T23:22:45.080Z] 
23:22:45 [2019-09-19T23:22:45.080Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./
23:22:45 [2019-09-19T23:22:45.080Z] #60 DONE 0.1s
23:22:45 [2019-09-19T23:22:45.080Z] 
23:22:45 [2019-09-19T23:22:45.080Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./
23:22:45 [2019-09-19T23:22:45.125Z]   CC       criu/cgroup.o
23:22:45 [2019-09-19T23:22:45.335Z] #26 DONE 0.2s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./
23:22:45 [2019-09-19T23:22:45.335Z] #49 DONE 0.1s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./
23:22:45 [2019-09-19T23:22:45.335Z] #29 DONE 0.1s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
23:22:45 [2019-09-19T23:22:45.335Z] #52 DONE 0.1s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./
23:22:45 [2019-09-19T23:22:45.335Z] #32 DONE 0.1s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
23:22:45 [2019-09-19T23:22:45.335Z] #40 DONE 0.2s
23:22:45 [2019-09-19T23:22:45.335Z] 
23:22:45 [2019-09-19T23:22:45.335Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:22:45 [2019-09-19T23:22:45.640Z] #20 ...
23:22:45 [2019-09-19T23:22:45.640Z] 
23:22:45 [2019-09-19T23:22:45.640Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.13 Setting up libcap-dev:amd64 (1:2.25-1) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.14 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.15 Setting up libnl-3-200:amd64 (3.2.27-2) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.18 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.21 Setting up libprotoc10:amd64 (3.0.0-9) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.22 Setting up protobuf-c-compiler (1.2.1-2) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.24 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.25 Setting up protobuf-compiler (3.0.0-9) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.27 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.27 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 61.30 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:45 [2019-09-19T23:22:45.640Z] #57 DONE 61.7s
23:22:45 [2019-09-19T23:22:45.640Z] 
23:22:45 [2019-09-19T23:22:45.640Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:45 [2019-09-19T23:22:45.640Z] #33 51.23 bufio
23:22:45 [2019-09-19T23:22:45.640Z] #33 53.53 syscall
23:22:45 [2019-09-19T23:22:45.640Z] #33 ...
23:22:45 [2019-09-19T23:22:45.640Z] 
23:22:45 [2019-09-19T23:22:45.640Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:22:45 [2019-09-19T23:22:45.896Z] #27 ...
23:22:45 [2019-09-19T23:22:45.896Z] 
23:22:45 [2019-09-19T23:22:45.896Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./
23:22:45 [2019-09-19T23:22:45.896Z] #41 DONE 0.7s
23:22:45 [2019-09-19T23:22:45.896Z] 
23:22:45 [2019-09-19T23:22:45.896Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images
23:22:45 [2019-09-19T23:22:45.896Z] #21 DONE 0.9s
23:22:45 [2019-09-19T23:22:45.896Z] 
23:22:45 [2019-09-19T23:22:45.896Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:22:46 [2019-09-19T23:22:46.596Z]   CC       criu/clone-noasan.o
23:22:46 [2019-09-19T23:22:46.597Z]   CC       criu/config.o
23:22:47 [2019-09-19T23:22:47.011Z] #58 ...
23:22:47 [2019-09-19T23:22:47.011Z] 
23:22:47 [2019-09-19T23:22:47.011Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:47 [2019-09-19T23:22:47.011Z] #30 52.91 time
23:22:47 [2019-09-19T23:22:47.011Z] #30 57.71 sort
23:22:47 [2019-09-19T23:22:47.011Z] #30 58.82 internal/fmtsort
23:22:47 [2019-09-19T23:22:47.011Z] #30 59.72 internal/syscall/unix
23:22:47 [2019-09-19T23:22:47.011Z] #30 60.12 strings
23:22:47 [2019-09-19T23:22:47.011Z] #30 61.18 internal/poll
23:22:47 [2019-09-19T23:22:47.011Z] #30 ...
23:22:47 [2019-09-19T23:22:47.011Z] 
23:22:47 [2019-09-19T23:22:47.011Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:47 [2019-09-19T23:22:47.011Z] #35 57.98 Selecting previously unselected package libjsoncpp1:amd64.
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.00 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.02 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.24 Selecting previously unselected package libuv1:amd64.
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.24 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.24 Unpacking libuv1:amd64 (1.9.1-3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.40 Selecting previously unselected package cmake.
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.41 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 58.52 Unpacking cmake (3.7.2-1) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.20 Selecting previously unselected package xxd.
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.20 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.20 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.45 Selecting previously unselected package vim-common.
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.47 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.51 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 62.92 Processing triggers for mime-support (3.60) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.07 Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.08 Setting up libuv1:amd64 (1.9.1-3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.09 Setting up cmake-data (3.7.2-1) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.12 Setting up libicu57:amd64 (57.1-6+deb9u3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.13 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.14 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.26 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.27 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.29 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.30 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
23:22:47 [2019-09-19T23:22:47.011Z] #35 63.33 Setting up cmake (3.7.2-1) ...
23:22:47 [2019-09-19T23:22:47.211Z]   CC       criu/cr-check.o
23:22:47 [2019-09-19T23:22:47.268Z] #35 63.43 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:22:47 [2019-09-19T23:22:47.268Z] #35 ...
23:22:47 [2019-09-19T23:22:47.268Z] 
23:22:47 [2019-09-19T23:22:47.268Z] #12 [dev 6/24] RUN ldconfig
23:22:47 [2019-09-19T23:22:47.268Z] #12 DONE 3.1s
23:22:47 [2019-09-19T23:22:47.268Z] 
23:22:47 [2019-09-19T23:22:47.268Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:47 [2019-09-19T23:22:47.828Z]   CC       criu/cr-dedup.o
23:22:47 [2019-09-19T23:22:47.835Z] #13 ...
23:22:47 [2019-09-19T23:22:47.835Z] 
23:22:47 [2019-09-19T23:22:47.835Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:47 [2019-09-19T23:22:47.835Z] #35 DONE 63.9s
23:22:47 [2019-09-19T23:22:47.835Z] 
23:22:47 [2019-09-19T23:22:47.835Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
23:22:47 [2019-09-19T23:22:47.835Z] #36 DONE 0.2s
23:22:47 [2019-09-19T23:22:47.835Z] 
23:22:47 [2019-09-19T23:22:47.835Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
23:22:48 [2019-09-19T23:22:48.093Z] #37 DONE 0.1s
23:22:48 [2019-09-19T23:22:48.093Z] 
23:22:48 [2019-09-19T23:22:48.093Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
23:22:48 [2019-09-19T23:22:48.110Z]   CC       criu/cr-dump.o
23:22:48 [2019-09-19T23:22:48.517Z] + rm -rf /tmp/tmp.COsvbaPX56/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.COsvbaPX56
23:22:49 [2019-09-19T23:22:49.292Z] Removing intermediate container 137aa11cbfd3
23:22:49 [2019-09-19T23:22:49.293Z]  ---> 0d9a6736c857
23:22:49 [2019-09-19T23:22:49.293Z] Step 16/126 : FROM base AS swagger
23:22:49 [2019-09-19T23:22:49.293Z]  ---> c3b1a3e9c722
23:22:49 [2019-09-19T23:22:49.293Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb
23:22:49 [2019-09-19T23:22:49.293Z]  ---> Running in f02325b4977a
23:22:49 [2019-09-19T23:22:49.471Z] #38 ...
23:22:49 [2019-09-19T23:22:49.471Z] 
23:22:49 [2019-09-19T23:22:49.471Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:22:49 [2019-09-19T23:22:49.471Z] #42 13.10 + cd /tmp/tmp.w7MOLEtpER/src/github.com/opencontainers/runc
23:22:49 [2019-09-19T23:22:49.471Z] #42 13.12 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
23:22:49 [2019-09-19T23:22:49.471Z] #42 14.07 + '[' -z '' ']'
23:22:49 [2019-09-19T23:22:49.471Z] #42 14.07 + target=static
23:22:49 [2019-09-19T23:22:49.471Z] #42 14.07 + make 'BUILDTAGS=seccomp apparmor selinux ' static
23:22:49 [2019-09-19T23:22:49.471Z] #42 16.29 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc .
23:22:49 [2019-09-19T23:22:49.588Z]   CC       criu/cr-errno.o
23:22:49 [2019-09-19T23:22:49.588Z]   CC       criu/cr-restore.o
23:22:49 [2019-09-19T23:22:49.668Z] Removing intermediate container f02325b4977a
23:22:49 [2019-09-19T23:22:49.668Z]  ---> 22951119eb62
23:22:49 [2019-09-19T23:22:49.668Z] Step 18/126 : RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" 	&& (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") 	&& go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 	&& rm -rf "$GOPATH"
23:22:49 [2019-09-19T23:22:49.668Z]  ---> Running in 7e586793b87b
23:22:49 [2019-09-19T23:22:49.728Z] #42 ...
23:22:49 [2019-09-19T23:22:49.728Z] 
23:22:49 [2019-09-19T23:22:49.728Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:49 [2019-09-19T23:22:49.728Z] #20 22.15 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
23:22:49 [2019-09-19T23:22:49.728Z] #20 22.78 
23:22:49 [2019-09-19T23:22:49.728Z] #20 23.05 
######################################################################## 100.0%
23:22:49 [2019-09-19T23:22:49.728Z] #20 23.15 
23:22:49 [2019-09-19T23:22:49.728Z] #20 25.21 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
23:22:49 [2019-09-19T23:22:49.986Z] #20 25.75 
23:22:50 [2019-09-19T23:22:50.044Z] + mktemp -d
23:22:50 [2019-09-19T23:22:50.044Z] + export GOPATH=/tmp/tmp.ZqA4aP0eG8
23:22:50 [2019-09-19T23:22:50.044Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ZqA4aP0eG8/src/github.com/go-swagger/go-swagger
23:22:50 [2019-09-19T23:22:50.044Z] Cloning into '/tmp/tmp.ZqA4aP0eG8/src/github.com/go-swagger/go-swagger'...
23:22:50 [2019-09-19T23:22:50.243Z] #20 26.08 
######################################################################## 100.0%
23:22:50 [2019-09-19T23:22:50.500Z] #20 26.29 
23:22:51 [2019-09-19T23:22:51.133Z] #42 ...
23:22:51 [2019-09-19T23:22:51.133Z] 
23:22:51 [2019-09-19T23:22:51.133Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.753 + RM_GOPATH=0
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.754 + TMP_GOPATH=
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.754 + : /build
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.754 + '[' -z '' ']'
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.756 ++ mktemp -d
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.760 + export GOPATH=/tmp/tmp.ENT1xH5fPx
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.761 + GOPATH=/tmp/tmp.ENT1xH5fPx
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.761 + RM_GOPATH=1
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.769 ++ dirname ./install.sh
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 + dir=.
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 + bin=vndr
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 + shift
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 + '[' '!' -f ./vndr.installer ']'
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 + . ./vndr.installer
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.771 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.772 + install_vndr
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.772 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.772 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.772 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ENT1xH5fPx/src/github.com/LK4D4/vndr
23:22:51 [2019-09-19T23:22:51.133Z] #33 5.780 Cloning into '/tmp/tmp.ENT1xH5fPx/src/github.com/LK4D4/vndr'...
23:22:51 [2019-09-19T23:22:51.133Z] #33 ...
23:22:51 [2019-09-19T23:22:51.133Z] 
23:22:51 [2019-09-19T23:22:51.133Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:22:51 [2019-09-19T23:22:51.133Z] #27 6.000 + RM_GOPATH=0
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.000 + TMP_GOPATH=
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.000 + : /build
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.003 + '[' -z '' ']'
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.019 ++ mktemp -d
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.022 + export GOPATH=/tmp/tmp.aa30aEVVtA
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.022 + GOPATH=/tmp/tmp.aa30aEVVtA
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.022 + RM_GOPATH=1
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.024 ++ dirname ./install.sh
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.025 + dir=.
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.027 + bin=gotestsum
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.027 + shift
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.027 + '[' '!' -f ./gotestsum.installer ']'
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.029 + . ./gotestsum.installer
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.029 ++ GOTESTSUM_COMMIT=v0.3.5
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.029 + install_gotestsum
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.030 + echo 'Installing gotestsum version v0.3.5'
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.030 Installing gotestsum version v0.3.5
23:22:51 [2019-09-19T23:22:51.388Z] #27 6.030 + go get -d gotest.tools/gotestsum
23:22:51 [2019-09-19T23:22:51.432Z] #20 27.32 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
23:22:51 [2019-09-19T23:22:51.432Z] #20 ...
23:22:51 [2019-09-19T23:22:51.432Z] 
23:22:51 [2019-09-19T23:22:51.432Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:51 [2019-09-19T23:22:51.432Z] #13 4.212 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:51 [2019-09-19T23:22:51.692Z] #13 4.215 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:51 [2019-09-19T23:22:51.692Z] #13 4.263 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:51 [2019-09-19T23:22:51.692Z] #13 4.277 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:51 [2019-09-19T23:22:51.692Z] #13 4.336 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:52 [2019-09-19T23:22:52.029Z] INFO: Expanding compiler 1 of 3...
23:22:52 [2019-09-19T23:22:52.029Z] INFO: Expanding compiler 2 of 3...
23:22:52 [2019-09-19T23:22:52.275Z]   CC       criu/cr-service.o
23:22:52 [2019-09-19T23:22:52.625Z] #13 5.230 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:52 [2019-09-19T23:22:52.890Z]   CC       criu/crtools.o
23:22:53 [2019-09-19T23:22:53.173Z]   CC       criu/eventfd.o
23:22:53 [2019-09-19T23:22:53.173Z]   CC       criu/eventpoll.o
23:22:53 [2019-09-19T23:22:53.487Z] + cd /tmp/tmp.ZqA4aP0eG8/src/github.com/go-swagger/go-swagger
23:22:53 [2019-09-19T23:22:53.487Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
23:22:53 [2019-09-19T23:22:53.487Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:22:53 [2019-09-19T23:22:53.789Z]   CC       criu/external.o
23:22:53 [2019-09-19T23:22:53.789Z]   CC       criu/fault-injection.o
23:22:53 [2019-09-19T23:22:53.789Z]   CC       criu/fdstore.o
23:22:54 [2019-09-19T23:22:54.072Z]   CC       criu/fifo.o
23:22:54 [2019-09-19T23:22:54.355Z]   CC       criu/file-ids.o
23:22:54 [2019-09-19T23:22:54.355Z]   CC       criu/file-lock.o
23:22:54 [2019-09-19T23:22:54.523Z] #13 6.767 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:54 [2019-09-19T23:22:54.523Z] #13 ...
23:22:54 [2019-09-19T23:22:54.523Z] 
23:22:54 [2019-09-19T23:22:54.523Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:22:54 [2019-09-19T23:22:54.523Z] #20 27.42 skipping existing 1849cc453dee
23:22:54 [2019-09-19T23:22:54.523Z] #20 27.54 
23:22:54 [2019-09-19T23:22:54.523Z] #20 28.89 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.35 
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.64 
######################################################################## 100.0%
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.79 
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.91 Download of images into '/build' complete.
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.92 Use something like the following to load the result into a Docker daemon:
23:22:54 [2019-09-19T23:22:54.523Z] #20 29.92   tar -cC '/build' . | docker load
23:22:54 [2019-09-19T23:22:54.523Z] #20 DONE 30.2s
23:22:54 [2019-09-19T23:22:54.523Z] 
23:22:54 [2019-09-19T23:22:54.523Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.043 + RM_GOPATH=0
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.043 + TMP_GOPATH=
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.043 + : /build
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.043 + '[' -z '' ']'
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.051 ++ mktemp -d
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.057 + export GOPATH=/tmp/tmp.kVCLkNWsz7
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.058 + GOPATH=/tmp/tmp.kVCLkNWsz7
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.058 + RM_GOPATH=1
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.062 ++ dirname ./install.sh
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.064 + dir=.
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.064 + bin=tini
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.065 + shift
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.065 + '[' '!' -f ./tini.installer ']'
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.066 + . ./tini.installer
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.066 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.069 + install_tini
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.076 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.077 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.077 + git clone https://github.com/krallin/tini.git /tmp/tmp.kVCLkNWsz7/tini
23:22:54 [2019-09-19T23:22:54.523Z] #38 3.078 Cloning into '/tmp/tmp.kVCLkNWsz7/tini'...
23:22:54 [2019-09-19T23:22:54.523Z] #38 4.211 + cd /tmp/tmp.kVCLkNWsz7/tini
23:22:54 [2019-09-19T23:22:54.523Z] #38 4.211 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
23:22:54 [2019-09-19T23:22:54.523Z] #38 4.238 + cmake .
23:22:54 [2019-09-19T23:22:54.523Z] #38 4.859 -- The C compiler identification is GNU 6.3.0
23:22:54 [2019-09-19T23:22:54.523Z] #38 4.946 -- Check for working C compiler: /usr/bin/cc
23:22:54 [2019-09-19T23:22:54.523Z] #38 5.607 -- Check for working C compiler: /usr/bin/cc -- works
23:22:54 [2019-09-19T23:22:54.523Z] #38 5.608 -- Detecting C compiler ABI info
23:22:54 [2019-09-19T23:22:54.523Z] #38 6.638 -- Detecting C compiler ABI info - done
23:22:54 [2019-09-19T23:22:54.781Z] #38 6.824 -- Detecting C compile features
23:22:54 [2019-09-19T23:22:54.972Z]   CC       criu/files-ext.o
23:22:55 [2019-09-19T23:22:55.259Z]   CC       criu/files-reg.o
23:22:55 [2019-09-19T23:22:55.594Z] #27 ...
23:22:55 [2019-09-19T23:22:55.594Z] 
23:22:55 [2019-09-19T23:22:55.594Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:55 [2019-09-19T23:22:55.594Z] #35 6.770 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:55 [2019-09-19T23:22:55.594Z] #35 6.772 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:55 [2019-09-19T23:22:55.594Z] #35 6.828 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:55 [2019-09-19T23:22:55.594Z] #35 6.840 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:55 [2019-09-19T23:22:55.594Z] #35 6.870 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:55 [2019-09-19T23:22:55.594Z] #35 7.702 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:55 [2019-09-19T23:22:55.594Z] #35 9.408 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:55 [2019-09-19T23:22:55.594Z] #35 ...
23:22:55 [2019-09-19T23:22:55.594Z] 
23:22:55 [2019-09-19T23:22:55.594Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.936 + RM_GOPATH=0
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.939 + TMP_GOPATH=
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.939 + : /build
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.939 + '[' -z '' ']'
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.944 ++ mktemp -d
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + export GOPATH=/tmp/tmp.HxKRtlZFhV
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + GOPATH=/tmp/tmp.HxKRtlZFhV
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + RM_GOPATH=1
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 ++ dirname ./install.sh
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + dir=.
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + bin=dockercli
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + shift
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + '[' '!' -f ./dockercli.installer ']'
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 + . ./dockercli.installer
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.951 ++ DOCKERCLI_CHANNEL=stable
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.952 ++ DOCKERCLI_VERSION=17.06.2-ce
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.952 + install_dockercli
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.955 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.957 Install docker/cli version 17.06.2-ce from stable
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.957 ++ uname -m
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.959 + arch=x86_64
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.965 + '[' x86_64 '!=' x86_64 ']'
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.966 + url=https://download.docker.com/linux/static
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.966 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:22:55 [2019-09-19T23:22:55.594Z] #53 5.972 + tar -xz docker/docker
23:22:55 [2019-09-19T23:22:55.594Z] #53 ...
23:22:55 [2019-09-19T23:22:55.594Z] 
23:22:55 [2019-09-19T23:22:55.594Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.261 + RM_GOPATH=0
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.261 + TMP_GOPATH=
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.261 + : /build
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.261 + '[' -z '' ']'
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.261 ++ mktemp -d
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.265 + export GOPATH=/tmp/tmp.0Yg7WGxUOM
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.265 + GOPATH=/tmp/tmp.0Yg7WGxUOM
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.265 + RM_GOPATH=1
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.265 ++ dirname ./install.sh
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.267 + dir=.
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.267 + bin=tomlv
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.267 + shift
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.268 + '[' '!' -f ./tomlv.installer ']'
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.269 + . ./tomlv.installer
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.270 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.271 + install_tomlv
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.271 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.273 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.0Yg7WGxUOM/src/github.com/BurntSushi/toml
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.273 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:22:55 [2019-09-19T23:22:55.594Z] #30 6.275 Cloning into '/tmp/tmp.0Yg7WGxUOM/src/github.com/BurntSushi/toml'...
23:22:55 [2019-09-19T23:22:55.594Z] #30 7.431 + cd /tmp/tmp.0Yg7WGxUOM/src/github.com/BurntSushi/toml
23:22:55 [2019-09-19T23:22:55.594Z] #30 7.431 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:22:55 [2019-09-19T23:22:55.594Z] #30 7.442 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:22:55 [2019-09-19T23:22:55.594Z] #30 8.108 errors
23:22:55 [2019-09-19T23:22:55.594Z] #30 8.125 internal/cpu
23:22:55 [2019-09-19T23:22:55.594Z] #30 8.237 math/bits
23:22:55 [2019-09-19T23:22:55.594Z] #30 8.643 internal/bytealg
23:22:55 [2019-09-19T23:22:55.594Z] #30 8.869 math
23:22:55 [2019-09-19T23:22:55.594Z] #30 9.104 runtime/internal/atomic
23:22:55 [2019-09-19T23:22:55.594Z] #30 9.478 runtime/internal/sys
23:22:55 [2019-09-19T23:22:55.594Z] #30 9.822 runtime/internal/math
23:22:55 [2019-09-19T23:22:55.594Z] #30 10.15 runtime
23:22:55 [2019-09-19T23:22:55.594Z] #30 ...
23:22:55 [2019-09-19T23:22:55.594Z] 
23:22:55 [2019-09-19T23:22:55.594Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.055 + RM_GOPATH=0
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.055 + TMP_GOPATH=
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.055 + : /build
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.055 + '[' -z '' ']'
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.055 ++ mktemp -d
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 Installing gometalinter version v2.0.6
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + export GOPATH=/tmp/tmp.ZDDY8p3Keu
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + GOPATH=/tmp/tmp.ZDDY8p3Keu
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + RM_GOPATH=1
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 ++ dirname ./install.sh
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + dir=.
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + bin=gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + shift
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + '[' '!' -f ./gometalinter.installer ']'
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + . ./gometalinter.installer
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 ++ GOMETALINTER_COMMIT=v2.0.6
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + install_gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + echo 'Installing gometalinter version v2.0.6'
23:22:55 [2019-09-19T23:22:55.594Z] #24 4.062 + go get -d github.com/alecthomas/gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 9.744 + cd /tmp/tmp.ZDDY8p3Keu/src/github.com/alecthomas/gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 9.744 + git checkout -q v2.0.6
23:22:55 [2019-09-19T23:22:55.594Z] #24 10.02 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
23:22:55 [2019-09-19T23:22:55.594Z] #24 ...
23:22:55 [2019-09-19T23:22:55.594Z] 
23:22:55 [2019-09-19T23:22:55.594Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.928 + RM_GOPATH=0
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.928 + TMP_GOPATH=
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.928 + : /build/
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.929 + '[' -z '' ']'
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.936 ++ mktemp -d
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.943 + export GOPATH=/tmp/tmp.PFAdF5xHZu
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.947 + GOPATH=/tmp/tmp.PFAdF5xHZu
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.947 + RM_GOPATH=1
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.947 ++ dirname ./install.sh
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + dir=.
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + bin=rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + shift
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + '[' '!' -f ./rootlesskit.installer ']'
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + . ./rootlesskit.installer
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + install_rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + case "$1" in
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + export CGO_ENABLED=0
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + CGO_ENABLED=0
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + _install_rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.953 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PFAdF5xHZu/src/github.com/rootless-containers/rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 5.967 Cloning into '/tmp/tmp.PFAdF5xHZu/src/github.com/rootless-containers/rootlesskit'...
23:22:55 [2019-09-19T23:22:55.594Z] #61 9.354 + cd /tmp/tmp.PFAdF5xHZu/src/github.com/rootless-containers/rootlesskit
23:22:55 [2019-09-19T23:22:55.594Z] #61 9.354 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
23:22:55 [2019-09-19T23:22:55.594Z] #61 10.07 + for f in rootlesskit rootlesskit-docker-proxy
23:22:55 [2019-09-19T23:22:55.594Z] #61 10.07 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
23:22:55 [2019-09-19T23:22:55.850Z] #61 ...
23:22:55 [2019-09-19T23:22:55.850Z] 
23:22:55 [2019-09-19T23:22:55.850Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:22:55 [2019-09-19T23:22:55.850Z] #57 4.597 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:55 [2019-09-19T23:22:55.850Z] #57 4.600 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 4.631 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 4.637 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 4.655 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:55 [2019-09-19T23:22:55.850Z] #57 5.318 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 6.751 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 7.632 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #57 ...
23:22:55 [2019-09-19T23:22:55.850Z] 
23:22:55 [2019-09-19T23:22:55.850Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:22:55 [2019-09-19T23:22:55.850Z] #44 4.974 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:22:55 [2019-09-19T23:22:55.850Z] #44 4.976 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #44 5.103 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #44 5.126 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #44 5.162 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:22:55 [2019-09-19T23:22:55.850Z] #44 5.749 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [506 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #44 7.291 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB]
23:22:55 [2019-09-19T23:22:55.850Z] #44 8.015 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:22:56 [2019-09-19T23:22:56.106Z] #44 ...
23:22:56 [2019-09-19T23:22:56.106Z] 
23:22:56 [2019-09-19T23:22:56.106Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.177 + RM_GOPATH=0
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.177 + TMP_GOPATH=
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.177 + : /build
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.177 + '[' -z '' ']'
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.181 ++ mktemp -d
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.183 + export GOPATH=/tmp/tmp.oUVflAKgAf
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.183 + GOPATH=/tmp/tmp.oUVflAKgAf
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.183 + RM_GOPATH=1
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.183 ++ dirname ./install.sh
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + dir=.
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + bin=proxy
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + shift
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + '[' '!' -f ./proxy.installer ']'
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + . ./proxy.installer
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + install_proxy
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + case "$1" in
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + export CGO_ENABLED=0
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + CGO_ENABLED=0
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + _install_proxy
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d'
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.184 Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.185 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.oUVflAKgAf/src/github.com/docker/libnetwork
23:22:56 [2019-09-19T23:22:56.106Z] #50 5.202 Cloning into '/tmp/tmp.oUVflAKgAf/src/github.com/docker/libnetwork'...
23:22:56 [2019-09-19T23:22:56.266Z]   CC       criu/files.o
23:22:56 [2019-09-19T23:22:56.361Z] #50 ...
23:22:56 [2019-09-19T23:22:56.361Z] 
23:22:56 [2019-09-19T23:22:56.361Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:22:56 [2019-09-19T23:22:56.361Z] #55 3.926 + mktemp -d
23:22:56 [2019-09-19T23:22:56.361Z] #55 3.928 + export GOPATH=/tmp/tmp.LVS87TqTpz
23:22:56 [2019-09-19T23:22:56.361Z] #55 3.928 + git clone https://github.com/docker/distribution.git /tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution
23:22:56 [2019-09-19T23:22:56.361Z] #55 3.930 Cloning into '/tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution'...
23:22:56 [2019-09-19T23:22:56.361Z] #55 ...
23:22:56 [2019-09-19T23:22:56.361Z] 
23:22:56 [2019-09-19T23:22:56.361Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.672 + RM_GOPATH=0
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.673 + TMP_GOPATH=
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.673 + : /build
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.673 + '[' -z '' ']'
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.678 ++ mktemp -d
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.693 + export GOPATH=/tmp/tmp.9roSWM1fuY
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.694 + GOPATH=/tmp/tmp.9roSWM1fuY
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.694 + RM_GOPATH=1
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.695 ++ dirname ./install.sh
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 + dir=.
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 + bin=runc
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 + shift
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 + '[' '!' -f ./runc.installer ']'
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 + . ./runc.installer
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.696 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.697 + install_runc
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.697 + uname -r
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.704 + grep -q '^3\.10\.0.*\.el7\.'
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.716 + RUNC_BUILDTAGS='seccomp apparmor selinux '
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.716 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.716 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.716 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.9roSWM1fuY/src/github.com/opencontainers/runc
23:22:56 [2019-09-19T23:22:56.361Z] #42 5.717 Cloning into '/tmp/tmp.9roSWM1fuY/src/github.com/opencontainers/runc'...
23:22:56 [2019-09-19T23:22:56.709Z] INFO: Expanding compiler 3 of 3...
23:22:57 [2019-09-19T23:22:57.167Z] INFO: Removing downloaded files...
23:22:57 [2019-09-19T23:22:57.167Z] INFO: Creating source directory...
23:22:57 [2019-09-19T23:22:57.167Z] INFO: Configuring git core.autocrlf...
23:22:57 [2019-09-19T23:22:57.167Z] INFO: Completed
23:22:57 [2019-09-19T23:22:57.273Z]   CC       criu/filesystems.o
23:22:57 [2019-09-19T23:22:57.308Z] #38 ...
23:22:57 [2019-09-19T23:22:57.308Z] 
23:22:57 [2019-09-19T23:22:57.308Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:57 [2019-09-19T23:22:57.308Z] #33 62.60 time
23:22:57 [2019-09-19T23:22:57.308Z] #33 64.52 sort
23:22:57 [2019-09-19T23:22:57.308Z] #33 66.04 internal/fmtsort
23:22:57 [2019-09-19T23:22:57.308Z] #33 66.87 internal/syscall/unix
23:22:57 [2019-09-19T23:22:57.308Z] #33 67.21 strings
23:22:57 [2019-09-19T23:22:57.308Z] #33 69.68 internal/poll
23:22:57 [2019-09-19T23:22:57.308Z] #33 70.63 path
23:22:57 [2019-09-19T23:22:57.308Z] #33 71.29 regexp/syntax
23:22:57 [2019-09-19T23:22:57.308Z] #33 ...
23:22:57 [2019-09-19T23:22:57.308Z] 
23:22:57 [2019-09-19T23:22:57.308Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:22:57 [2019-09-19T23:22:57.308Z] #58 6.743 fatal: Not a git repository (or any of the parent directories): .git
23:22:57 [2019-09-19T23:22:57.308Z] #58 6.776   GEN      .gitid
23:22:57 [2019-09-19T23:22:57.308Z] #58 6.796   GEN      criu/include/version.h
23:22:57 [2019-09-19T23:22:57.308Z] #58 6.848   GEN      include/common/asm
23:22:57 [2019-09-19T23:22:57.308Z] #58 8.694   PBCC     images/google/protobuf/descriptor.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 8.785   PBCC     images/opts.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 8.906   PBCC     images/sit.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.107   DEP      images/google/protobuf/descriptor.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.190   DEP      images/opts.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.263   DEP      images/sit.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.330   PBCC     images/macvlan.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.383   DEP      images/macvlan.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.405   PBCC     images/autofs.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.430   DEP      images/autofs.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.623   PBCC     images/sysctl.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.682   DEP      images/sysctl.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.783   PBCC     images/time.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 9.887   DEP      images/time.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.12   PBCC     images/binfmt-misc.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.17   DEP      images/binfmt-misc.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.47   PBCC     images/seccomp.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.65   DEP      images/seccomp.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.77   PBCC     images/userns.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.82   DEP      images/userns.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 10.97   PBCC     images/cgroup.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.11   DEP      images/cgroup.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.36   PBCC     images/fown.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.43   PBCC     images/ext-file.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.48   DEP      images/fown.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.53   DEP      images/ext-file.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.63   PBCC     images/rpc.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.66   DEP      images/rpc.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.71   PBCC     images/siginfo.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.78   DEP      images/siginfo.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.84   PBCC     images/pagemap.pb-c.c
23:22:57 [2019-09-19T23:22:57.308Z] #58 11.86   DEP      images/pagemap.pb-c.d
23:22:57 [2019-09-19T23:22:57.308Z] #58 ...
23:22:57 [2019-09-19T23:22:57.308Z] 
23:22:57 [2019-09-19T23:22:57.308Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:22:57 [2019-09-19T23:22:57.308Z] #33 73.27 os
23:22:57 [2019-09-19T23:22:57.888Z]   CC       criu/fsnotify.o
23:22:58 [2019-09-19T23:22:58.514Z]   CC       criu/image-desc.o
23:22:58 [2019-09-19T23:22:58.514Z]   CC       criu/image.o
23:22:58 [2019-09-19T23:22:58.681Z] #33 ...
23:22:58 [2019-09-19T23:22:58.681Z] 
23:22:58 [2019-09-19T23:22:58.681Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:58 [2019-09-19T23:22:58.681Z] #30 64.36 bytes
23:22:58 [2019-09-19T23:22:58.681Z] #30 64.60 os
23:22:58 [2019-09-19T23:22:58.681Z] #30 66.67 bufio
23:22:58 [2019-09-19T23:22:58.681Z] #30 68.29 path
23:22:58 [2019-09-19T23:22:58.681Z] #30 69.23 text/tabwriter
23:22:58 [2019-09-19T23:22:58.681Z] #30 69.33 fmt
23:22:58 [2019-09-19T23:22:58.681Z] #30 70.30 path/filepath
23:22:58 [2019-09-19T23:22:58.681Z] #30 72.68 io/ioutil
23:22:58 [2019-09-19T23:22:58.681Z] #30 ...
23:22:58 [2019-09-19T23:22:58.681Z] 
23:22:58 [2019-09-19T23:22:58.681Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:22:58 [2019-09-19T23:22:58.681Z] #58 11.94   PBCC     images/rlimit.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 11.95   DEP      images/rlimit.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.01   PBCC     images/file-lock.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.09   DEP      images/file-lock.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.16   PBCC     images/tty.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.28   DEP      images/tty.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.38   PBCC     images/tun.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.39   PBCC     images/netdev.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.49   DEP      images/tun.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.55   DEP      images/netdev.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.65   PBCC     images/vma.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.72   DEP      images/vma.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.81   PBCC     images/creds.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.82   DEP      images/creds.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.90   PBCC     images/utsns.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 12.96   DEP      images/utsns.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 13.02   PBCC     images/ipc-desc.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 13.06   PBCC     images/ipc-sem.pb-c.c
23:22:58 [2019-09-19T23:22:58.681Z] #58 13.10   DEP      images/ipc-desc.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 13.15   DEP      images/ipc-sem.pb-c.d
23:22:58 [2019-09-19T23:22:58.681Z] #58 13.22   PBCC     images/ipc-msg.pb-c.c
23:22:58 [2019-09-19T23:22:58.874Z] #42 ...
23:22:58 [2019-09-19T23:22:58.874Z] 
23:22:58 [2019-09-19T23:22:58.874Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:58 [2019-09-19T23:22:58.874Z] #30 13.29 unicode/utf8
23:22:58 [2019-09-19T23:22:58.939Z] #58 13.38   DEP      images/ipc-msg.pb-c.d
23:22:58 [2019-09-19T23:22:58.939Z] #58 13.41   PBCC     images/ipc-shm.pb-c.c
23:22:58 [2019-09-19T23:22:58.939Z] #58 13.43   DEP      images/ipc-shm.pb-c.d
23:22:58 [2019-09-19T23:22:58.939Z] #58 13.47   PBCC     images/ipc-var.pb-c.c
23:22:58 [2019-09-19T23:22:58.939Z] #58 13.50   DEP      images/ipc-var.pb-c.d
23:22:59 [2019-09-19T23:22:59.128Z]   CC       criu/ipc_ns.o
23:22:59 [2019-09-19T23:22:59.129Z] #30 ...
23:22:59 [2019-09-19T23:22:59.129Z] 
23:22:59 [2019-09-19T23:22:59.129Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:22:59 [2019-09-19T23:22:59.129Z] #53 13.33 + mkdir -p /build
23:22:59 [2019-09-19T23:22:59.129Z] #53 13.33 + mv docker/docker /build/
23:22:59 [2019-09-19T23:22:59.129Z] #53 13.34 + rmdir docker
23:22:59 [2019-09-19T23:22:59.129Z] #53 DONE 13.8s
23:22:59 [2019-09-19T23:22:59.129Z] 
23:22:59 [2019-09-19T23:22:59.129Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:22:59 [2019-09-19T23:22:59.129Z] #30 13.81 strconv
23:22:59 [2019-09-19T23:22:59.198Z] #58 13.57   PBCC     images/sk-opts.pb-c.c
23:22:59 [2019-09-19T23:22:59.198Z] #58 13.61   PBCC     images/packet-sock.pb-c.c
23:22:59 [2019-09-19T23:22:59.198Z] #58 13.64   DEP      images/sk-opts.pb-c.d
23:22:59 [2019-09-19T23:22:59.198Z] #58 13.68   DEP      images/packet-sock.pb-c.d
23:22:59 [2019-09-19T23:22:59.198Z] #58 13.76   PBCC     images/sk-netlink.pb-c.c
23:22:59 [2019-09-19T23:22:59.456Z] #58 13.86   DEP      images/sk-netlink.pb-c.d
23:22:59 [2019-09-19T23:22:59.456Z] #58 13.96   PBCC     images/sk-inet.pb-c.c
23:22:59 [2019-09-19T23:22:59.456Z] #58 14.02   DEP      images/sk-inet.pb-c.d
23:22:59 [2019-09-19T23:22:59.456Z] #58 14.09   PBCC     images/sk-unix.pb-c.c
23:22:59 [2019-09-19T23:22:59.713Z] #58 14.13   DEP      images/sk-unix.pb-c.d
23:22:59 [2019-09-19T23:22:59.713Z] #58 14.19   PBCC     images/mm.pb-c.c
23:22:59 [2019-09-19T23:22:59.713Z] #58 14.24   DEP      images/mm.pb-c.d
23:22:59 [2019-09-19T23:22:59.713Z] #58 14.30   PBCC     images/timerfd.pb-c.c
23:22:59 [2019-09-19T23:22:59.743Z]   CC       criu/irmap.o
23:22:59 [2019-09-19T23:22:59.971Z] #58 14.35   DEP      images/timerfd.pb-c.d
23:22:59 [2019-09-19T23:22:59.971Z] #58 14.43   PBCC     images/timer.pb-c.c
23:22:59 [2019-09-19T23:22:59.971Z] #58 14.50   DEP      images/timer.pb-c.d
23:22:59 [2019-09-19T23:22:59.971Z] #58 14.57   PBCC     images/sa.pb-c.c
23:23:00 [2019-09-19T23:23:00.030Z]   CC       criu/kcmp-ids.o
23:23:00 [2019-09-19T23:23:00.229Z] #58 14.60   DEP      images/sa.pb-c.d
23:23:00 [2019-09-19T23:23:00.229Z] #58 14.65   PBCC     images/pipe-data.pb-c.c
23:23:00 [2019-09-19T23:23:00.229Z] #58 14.69   DEP      images/pipe-data.pb-c.d
23:23:00 [2019-09-19T23:23:00.229Z] #58 14.74   PBCC     images/mnt.pb-c.c
23:23:00 [2019-09-19T23:23:00.229Z] #58 14.78   DEP      images/mnt.pb-c.d
23:23:00 [2019-09-19T23:23:00.313Z]   CC       criu/kerndat.o
23:23:00 [2019-09-19T23:23:00.487Z] #58 14.84   PBCC     images/sk-packet.pb-c.c
23:23:00 [2019-09-19T23:23:00.487Z] #58 14.87   DEP      images/sk-packet.pb-c.d
23:23:00 [2019-09-19T23:23:00.487Z] #58 14.94   PBCC     images/tcp-stream.pb-c.c
23:23:00 [2019-09-19T23:23:00.487Z] #58 14.98   DEP      images/tcp-stream.pb-c.d
23:23:00 [2019-09-19T23:23:00.487Z] #58 15.03   PBCC     images/pipe.pb-c.c
23:23:00 [2019-09-19T23:23:00.487Z] #58 15.09   DEP      images/pipe.pb-c.d
23:23:00 [2019-09-19T23:23:00.487Z] #58 15.13   PBCC     images/pstree.pb-c.c
23:23:00 [2019-09-19T23:23:00.746Z] #58 15.17   DEP      images/pstree.pb-c.d
23:23:00 [2019-09-19T23:23:00.746Z] #58 15.27   PBCC     images/fs.pb-c.c
23:23:00 [2019-09-19T23:23:00.746Z] #58 15.30   DEP      images/fs.pb-c.d
23:23:00 [2019-09-19T23:23:00.746Z] #58 15.35   PBCC     images/signalfd.pb-c.c
23:23:00 [2019-09-19T23:23:00.930Z]   CC       criu/libnetlink.o
23:23:01 [2019-09-19T23:23:01.004Z] #58 15.38   DEP      images/signalfd.pb-c.d
23:23:01 [2019-09-19T23:23:01.004Z] #58 15.43   PBCC     images/fh.pb-c.c
23:23:01 [2019-09-19T23:23:01.004Z] #58 15.48   PBCC     images/fsnotify.pb-c.c
23:23:01 [2019-09-19T23:23:01.004Z] #58 15.51   DEP      images/fh.pb-c.d
23:23:01 [2019-09-19T23:23:01.004Z] #58 15.58   DEP      images/fsnotify.pb-c.d
23:23:01 [2019-09-19T23:23:01.213Z]   CC       criu/log.o
23:23:01 [2019-09-19T23:23:01.262Z] #58 15.64   PBCC     images/eventpoll.pb-c.c
23:23:01 [2019-09-19T23:23:01.262Z] #58 15.68   DEP      images/eventpoll.pb-c.d
23:23:01 [2019-09-19T23:23:01.262Z] #58 ...
23:23:01 [2019-09-19T23:23:01.262Z] 
23:23:01 [2019-09-19T23:23:01.262Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.04 -- Detecting C compile features - done
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.11 -- Performing Test HAS_BUILTIN_FORTIFY
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.43 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.56 -- Configuring done
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.60 -- Generating done
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.61 -- Build files have been written to: /tmp/tmp.kVCLkNWsz7/tini
23:23:01 [2019-09-19T23:23:01.262Z] #38 10.63 + make tini-static
23:23:01 [2019-09-19T23:23:01.262Z] #38 11.08 Scanning dependencies of target tini-static
23:23:01 [2019-09-19T23:23:01.262Z] #38 11.17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:23:01 [2019-09-19T23:23:01.262Z] #38 12.54 [100%] Linking C executable tini-static
23:23:01 [2019-09-19T23:23:01.262Z] #38 12.97 [100%] Built target tini-static
23:23:01 [2019-09-19T23:23:01.262Z] #38 13.05 + mkdir -p /build
23:23:01 [2019-09-19T23:23:01.262Z] #38 13.05 + cp tini-static /build/docker-init
23:23:01 [2019-09-19T23:23:01.262Z] #38 DONE 13.3s
23:23:01 [2019-09-19T23:23:01.262Z] 
23:23:01 [2019-09-19T23:23:01.262Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:01 [2019-09-19T23:23:01.262Z] #58 15.83   PBCC     images/eventfd.pb-c.c
23:23:01 [2019-09-19T23:23:01.496Z]   CC       criu/lsm.o
23:23:01 [2019-09-19T23:23:01.520Z] #58 15.93   DEP      images/eventfd.pb-c.d
23:23:01 [2019-09-19T23:23:01.696Z] #30 ...
23:23:01 [2019-09-19T23:23:01.696Z] 
23:23:01 [2019-09-19T23:23:01.696Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:01 [2019-09-19T23:23:01.696Z] #33 6.601 + cd /tmp/tmp.ENT1xH5fPx/src/github.com/LK4D4/vndr
23:23:01 [2019-09-19T23:23:01.696Z] #33 6.601 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:23:01 [2019-09-19T23:23:01.696Z] #33 6.606 + go build -buildmode=pie -v -o /build/vndr .
23:23:01 [2019-09-19T23:23:01.696Z] #33 7.744 internal/cpu
23:23:01 [2019-09-19T23:23:01.696Z] #33 7.788 errors
23:23:01 [2019-09-19T23:23:01.696Z] #33 7.908 internal/race
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.079 runtime/internal/atomic
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.238 runtime/internal/sys
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.249 internal/bytealg
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.375 runtime/internal/math
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.481 sync/atomic
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.831 unicode
23:23:01 [2019-09-19T23:23:01.696Z] #33 8.884 runtime
23:23:01 [2019-09-19T23:23:01.696Z] #33 12.09 unicode/utf8
23:23:01 [2019-09-19T23:23:01.696Z] #33 12.61 math/bits
23:23:01 [2019-09-19T23:23:01.696Z] #33 13.12 math
23:23:01 [2019-09-19T23:23:01.777Z] #58 16.08   PBCC     images/remap-file-path.pb-c.c
23:23:01 [2019-09-19T23:23:01.777Z] #58 16.14   DEP      images/remap-file-path.pb-c.d
23:23:01 [2019-09-19T23:23:01.777Z] #58 16.30   PBCC     images/fifo.pb-c.c
23:23:01 [2019-09-19T23:23:01.777Z] #58 16.36   DEP      images/fifo.pb-c.d
23:23:01 [2019-09-19T23:23:01.779Z]   CC       criu/mem.o
23:23:01 [2019-09-19T23:23:01.952Z] #33 ...
23:23:01 [2019-09-19T23:23:01.952Z] 
23:23:01 [2019-09-19T23:23:01.952Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:23:01 [2019-09-19T23:23:01.952Z] #42 13.07 + cd /tmp/tmp.9roSWM1fuY/src/github.com/opencontainers/runc
23:23:01 [2019-09-19T23:23:01.952Z] #42 13.07 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
23:23:01 [2019-09-19T23:23:01.952Z] #42 14.36 + '[' -z '' ']'
23:23:01 [2019-09-19T23:23:01.952Z] #42 14.36 + target=static
23:23:01 [2019-09-19T23:23:01.952Z] #42 14.36 + make 'BUILDTAGS=seccomp apparmor selinux ' static
23:23:01 [2019-09-19T23:23:01.952Z] #42 15.81 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc .
23:23:02 [2019-09-19T23:23:02.035Z] #58 16.51   PBCC     images/ghost-file.pb-c.c
23:23:02 [2019-09-19T23:23:02.035Z] #58 16.59   DEP      images/ghost-file.pb-c.d
23:23:02 [2019-09-19T23:23:02.293Z] #58 16.77   PBCC     images/regfile.pb-c.c
23:23:02 [2019-09-19T23:23:02.293Z] #58 16.80   DEP      images/regfile.pb-c.d
23:23:02 [2019-09-19T23:23:02.293Z] #58 16.90   PBCC     images/ns.pb-c.c
23:23:02 [2019-09-19T23:23:02.551Z] #58 16.95   DEP      images/ns.pb-c.d
23:23:02 [2019-09-19T23:23:02.551Z] #58 17.01   PBCC     images/fdinfo.pb-c.c
23:23:02 [2019-09-19T23:23:02.551Z] #58 17.10   DEP      images/fdinfo.pb-c.d
23:23:02 [2019-09-19T23:23:02.551Z] #58 17.14   PBCC     images/core-aarch64.pb-c.c
23:23:02 [2019-09-19T23:23:02.786Z]   CC       criu/mount.o
23:23:02 [2019-09-19T23:23:02.809Z] #58 17.19   PBCC     images/core-arm.pb-c.c
23:23:02 [2019-09-19T23:23:02.809Z] #58 17.23   PBCC     images/core-ppc64.pb-c.c
23:23:02 [2019-09-19T23:23:02.809Z] #58 17.33   PBCC     images/core-s390.pb-c.c
23:23:02 [2019-09-19T23:23:02.809Z] #58 17.39   PBCC     images/core-x86.pb-c.c
23:23:02 [2019-09-19T23:23:02.809Z] #58 17.44   PBCC     images/core.pb-c.c
23:23:03 [2019-09-19T23:23:03.067Z] #58 17.53   PBCC     images/inventory.pb-c.c
23:23:03 [2019-09-19T23:23:03.067Z] #58 17.61   DEP      images/core-aarch64.pb-c.d
23:23:03 [2019-09-19T23:23:03.067Z] #58 17.72   DEP      images/core-arm.pb-c.d
23:23:03 [2019-09-19T23:23:03.325Z] #58 17.78   DEP      images/core-ppc64.pb-c.d
23:23:03 [2019-09-19T23:23:03.325Z] #58 17.86   DEP      images/core-s390.pb-c.d
23:23:03 [2019-09-19T23:23:03.325Z] #58 17.94   DEP      images/core-x86.pb-c.d
23:23:03 [2019-09-19T23:23:03.583Z] #58 18.07   DEP      images/core.pb-c.d
23:23:03 [2019-09-19T23:23:03.583Z] #58 18.14   DEP      images/inventory.pb-c.d
23:23:03 [2019-09-19T23:23:03.841Z] #58 18.28   PBCC     images/cpuinfo.pb-c.c
23:23:03 [2019-09-19T23:23:03.841Z] #58 18.33   DEP      images/cpuinfo.pb-c.d
23:23:04 [2019-09-19T23:23:04.099Z] #58 18.43   PBCC     images/stats.pb-c.c
23:23:04 [2019-09-19T23:23:04.099Z] #58 18.48   DEP      images/stats.pb-c.d
23:23:05 [2019-09-19T23:23:05.033Z] #58 ...
23:23:05 [2019-09-19T23:23:05.033Z] 
23:23:05 [2019-09-19T23:23:05.033Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:05 [2019-09-19T23:23:05.033Z] #13 7.696 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:23:05 [2019-09-19T23:23:05.137Z] + rm -rf /tmp/tmp.ZqA4aP0eG8
23:23:05 [2019-09-19T23:23:05.138Z] Removing intermediate container 7e586793b87b
23:23:05 [2019-09-19T23:23:05.138Z]  ---> a74994b8a76a
23:23:05 [2019-09-19T23:23:05.138Z] Step 19/126 : FROM base AS frozen-images
23:23:05 [2019-09-19T23:23:05.138Z]  ---> c3b1a3e9c722
23:23:05 [2019-09-19T23:23:05.138Z] Step 20/126 : ARG DEBIAN_FRONTEND
23:23:05 [2019-09-19T23:23:05.138Z]  ---> Using cache
23:23:05 [2019-09-19T23:23:05.138Z]  ---> 89f80ddee2bc
23:23:05 [2019-09-19T23:23:05.138Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	ca-certificates 	jq 	&& rm -rf /var/lib/apt/lists/*
23:23:05 [2019-09-19T23:23:05.138Z]  ---> Running in 64dcd4d540eb
23:23:05 [2019-09-19T23:23:05.217Z] #42 ...
23:23:05 [2019-09-19T23:23:05.217Z] 
23:23:05 [2019-09-19T23:23:05.217Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:23:05 [2019-09-19T23:23:05.217Z] #50 18.27 + cd /tmp/tmp.oUVflAKgAf/src/github.com/docker/libnetwork
23:23:05 [2019-09-19T23:23:05.217Z] #50 18.27 + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d
23:23:05 [2019-09-19T23:23:05.217Z] #50 18.60 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:23:05 [2019-09-19T23:23:05.217Z] #50 ...
23:23:05 [2019-09-19T23:23:05.217Z] 
23:23:05 [2019-09-19T23:23:05.217Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:05 [2019-09-19T23:23:05.217Z] #35 10.27 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
23:23:05 [2019-09-19T23:23:05.217Z] #35 20.06 Fetched 7925 kB in 14s (555 kB/s)
23:23:05 [2019-09-19T23:23:05.291Z] #13 ...
23:23:05 [2019-09-19T23:23:05.291Z] 
23:23:05 [2019-09-19T23:23:05.291Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:23:05 [2019-09-19T23:23:05.292Z] #47 32.49 Checking out files:  45% (1303/2873)   
Checking out files:  46% (1322/2873)   
Checking out files:  47% (1351/2873)   
Checking out files:  48% (1380/2873)   
Checking out files:  49% (1408/2873)   
Checking out files:  50% (1437/2873)   
Checking out files:  51% (1466/2873)   
Checking out files:  52% (1494/2873)   
Checking out files:  53% (1523/2873)   
Checking out files:  54% (1552/2873)   
Checking out files:  55% (1581/2873)   
Checking out files:  56% (1609/2873)   
Checking out files:  57% (1638/2873)   
Checking out files:  58% (1667/2873)   
Checking out files:  59% (1696/2873)   
Checking out files:  60% (1724/2873)   
Checking out files:  61% (1753/2873)   
Checking out files:  62% (1782/2873)   
Checking out files:  63% (1810/2873)   
Checking out files:  64% (1839/2873)   
Checking out files:  65% (1868/2873)   
Checking out files:  66% (1897/2873)   
Checking out files:  67% (1925/2873)   
Checking out files:  68% (1954/2873)   
Checking out files:  69% (1983/2873)   
Checking out files:  70% (2012/2873)   
Checking out files:  71% (2040/2873)   
Checking out files:  72% (2069/2873)   
Checking out files:  73% (2098/2873)   
Checking out files:  74% (2127/2873)   
Checking out files:  75% (2155/2873)   
Checking out files:  76% (2184/2873)   
Checking out files:  77% (2213/2873)   
Checking out files:  78% (2241/2873)   
Checking out files:  78% (2258/2873)   
Checking out files:  79% (2270/2873)   
Checking out files:  80% (2299/2873)   
Checking out files:  81% (2328/2873)   
Checking out files:  82% (2356/2873)   
Checking out files:  83% (2385/2873)   
Checking out files:  84% (2414/2873)   
Checking out files:  85% (2443/2873)   
Checking out files:  86% (2471/2873)   
Checking out files:  87% (2500/2873)   
Checking out files:  88% (2529/2873)   
Checking out files:  89% (2557/2873)   
Checking out files:  90% (2586/2873)   
Checking out files:  91% (2615/2873)   
Checking out files:  92% (2644/2873)   
Checking out files:  93% (2672/2873)   
Checking out files:  94% (2701/2873)   
Checking out files:  95% (2730/2873)   
Checking out files:  96% (2759/2873)   
Checking out files:  97% (2787/2873)   
Checking out files:  98% (2816/2873)   
Checking out files:  99% (2845/2873)   
Checking out files: 100% (2873/2873)   
Checking out files: 100% (2873/2873), done.
23:23:05 [2019-09-19T23:23:05.292Z] #47 34.41 + cd /tmp/tmp.zCXduj277h/src/github.com/containerd/containerd
23:23:05 [2019-09-19T23:23:05.292Z] #47 34.42 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + export 'BUILDTAGS=netgo osusergo static_build'
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + BUILDTAGS='netgo osusergo static_build'
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + export EXTRA_FLAGS=-buildmode=pie
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + EXTRA_FLAGS=-buildmode=pie
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.22 + '[' '' = dynamic ']'
23:23:05 [2019-09-19T23:23:05.292Z] #47 36.22 + make
23:23:05 [2019-09-19T23:23:05.292Z] #47 37.14 🇩 bin/ctr
23:23:05 [2019-09-19T23:23:05.473Z] #35 20.06 Reading package lists...
23:23:05 [2019-09-19T23:23:05.473Z] #35 ...
23:23:05 [2019-09-19T23:23:05.473Z] 
23:23:05 [2019-09-19T23:23:05.473Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:05 [2019-09-19T23:23:05.473Z] #33 17.01 strconv
23:23:05 [2019-09-19T23:23:05.473Z] #33 19.70 internal/testlog
23:23:05 [2019-09-19T23:23:05.473Z] #33 19.93 encoding
23:23:05 [2019-09-19T23:23:05.473Z] #33 20.07 unicode/utf16
23:23:05 [2019-09-19T23:23:05.473Z] #33 20.26 container/list
23:23:05 [2019-09-19T23:23:05.476Z]   CC       criu/namespaces.o
23:23:05 [2019-09-19T23:23:05.503Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:23:05 [2019-09-19T23:23:05.503Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:23:05 [2019-09-19T23:23:05.503Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:23:05 [2019-09-19T23:23:05.503Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:23:05 [2019-09-19T23:23:05.503Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:23:05 [2019-09-19T23:23:05.503Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:23:05 [2019-09-19T23:23:05.887Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:23:05 [2019-09-19T23:23:05.887Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:23:06 [2019-09-19T23:23:06.034Z] #33 20.60 crypto/internal/subtle
23:23:06 [2019-09-19T23:23:06.034Z] #33 20.75 crypto/subtle
23:23:06 [2019-09-19T23:23:06.034Z] #33 20.86 crypto/rc4
23:23:06 [2019-09-19T23:23:06.091Z]   CC       criu/net.o
23:23:06 [2019-09-19T23:23:06.226Z] #47 ...
23:23:06 [2019-09-19T23:23:06.226Z] 
23:23:06 [2019-09-19T23:23:06.226Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:06 [2019-09-19T23:23:06.226Z] #13 18.84 Fetched 7925 kB in 15s (507 kB/s)
23:23:06 [2019-09-19T23:23:06.290Z] #33 21.12 internal/x/crypto/cryptobyte/asn1
23:23:06 [2019-09-19T23:23:06.545Z] #33 21.22 internal/nettrace
23:23:06 [2019-09-19T23:23:06.545Z] #33 21.28 internal/x/net/dns/dnsmessage
23:23:07 [2019-09-19T23:23:07.132Z] Fetched 7674 kB in 1s (4665 kB/s)
23:23:07 [2019-09-19T23:23:07.508Z] Reading package lists...
23:23:08 [2019-09-19T23:23:08.116Z]   CC       criu/netfilter.o
23:23:08 [2019-09-19T23:23:08.116Z]   CC       criu/page-pipe.o
23:23:08 [2019-09-19T23:23:08.302Z] Reading package lists...
23:23:08 [2019-09-19T23:23:08.302Z] Building dependency tree...
23:23:08 [2019-09-19T23:23:08.302Z] Reading state information...
23:23:08 [2019-09-19T23:23:08.302Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1).
23:23:08 [2019-09-19T23:23:08.302Z] The following additional packages will be installed:
23:23:08 [2019-09-19T23:23:08.302Z]   libjq1 libonig4
23:23:08 [2019-09-19T23:23:08.302Z] The following NEW packages will be installed:
23:23:08 [2019-09-19T23:23:08.302Z]   jq libjq1 libonig4
23:23:08 [2019-09-19T23:23:08.302Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:23:08 [2019-09-19T23:23:08.302Z] Need to get 328 kB of archives.
23:23:08 [2019-09-19T23:23:08.302Z] After this operation, 1263 kB of additional disk space will be used.
23:23:08 [2019-09-19T23:23:08.302Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB]
23:23:08 [2019-09-19T23:23:08.302Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB]
23:23:08 [2019-09-19T23:23:08.302Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB]
23:23:08 [2019-09-19T23:23:08.676Z] debconf: delaying package configuration, since apt-utils is not installed
23:23:08 [2019-09-19T23:23:08.676Z] Fetched 328 kB in 0s (3395 kB/s)
23:23:08 [2019-09-19T23:23:08.676Z] Selecting previously unselected package libonig4:s390x.
23:23:08 [2019-09-19T23:23:08.676Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14828 files and directories currently installed.)
23:23:08 [2019-09-19T23:23:08.676Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ...
23:23:08 [2019-09-19T23:23:08.676Z] Unpacking libonig4:s390x (6.1.3-2) ...
23:23:08 [2019-09-19T23:23:08.733Z]   CC       criu/page-xfer.o
23:23:08 [2019-09-19T23:23:08.755Z] #13 18.84 Reading package lists...
23:23:08 [2019-09-19T23:23:08.755Z] #13 ...
23:23:08 [2019-09-19T23:23:08.755Z] 
23:23:08 [2019-09-19T23:23:08.755Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:23:08 [2019-09-19T23:23:08.755Z] #30 75.02 flag
23:23:08 [2019-09-19T23:23:08.755Z] #30 75.02 github.com/BurntSushi/toml
23:23:08 [2019-09-19T23:23:08.755Z] #30 76.67 log
23:23:08 [2019-09-19T23:23:08.755Z] #30 79.86 github.com/BurntSushi/toml/cmd/tomlv
23:23:08 [2019-09-19T23:23:08.755Z] #30 DONE 84.4s
23:23:08 [2019-09-19T23:23:08.755Z] 
23:23:08 [2019-09-19T23:23:08.755Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:08 [2019-09-19T23:23:08.755Z] #58 20.15 make[1]: Nothing to be done for 'all'.
23:23:08 [2019-09-19T23:23:08.755Z] #58 21.71   CC       images/stats.o
23:23:08 [2019-09-19T23:23:08.755Z] #58 22.08   CC       images/core.o
23:23:08 [2019-09-19T23:23:08.755Z] #58 22.91   CC       images/core-x86.o
23:23:09 [2019-09-19T23:23:09.173Z] Selecting previously unselected package libjq1:s390x.
23:23:09 [2019-09-19T23:23:09.173Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ...
23:23:09 [2019-09-19T23:23:09.173Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ...
23:23:09 [2019-09-19T23:23:09.173Z] Selecting previously unselected package jq.
23:23:09 [2019-09-19T23:23:09.173Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ...
23:23:09 [2019-09-19T23:23:09.173Z] Unpacking jq (1.5+dfsg-1.3) ...
23:23:09 [2019-09-19T23:23:09.173Z] Setting up libonig4:s390x (6.1.3-2) ...
23:23:09 [2019-09-19T23:23:09.173Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ...
23:23:09 [2019-09-19T23:23:09.173Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:09 [2019-09-19T23:23:09.351Z]   CC       criu/pagemap-cache.o
23:23:09 [2019-09-19T23:23:09.600Z] Setting up jq (1.5+dfsg-1.3) ...
23:23:09 [2019-09-19T23:23:09.635Z]   CC       criu/pagemap.o
23:23:09 [2019-09-19T23:23:09.689Z] #58 24.21   CC       images/core-arm.o
23:23:09 [2019-09-19T23:23:09.983Z] Removing intermediate container 64dcd4d540eb
23:23:09 [2019-09-19T23:23:09.983Z]  ---> a02c2e6606ba
23:23:09 [2019-09-19T23:23:09.983Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh /
23:23:10 [2019-09-19T23:23:10.256Z] #58 24.79   CC       images/core-aarch64.o
23:23:10 [2019-09-19T23:23:10.256Z]   CC       criu/parasite-syscall.o
23:23:10 [2019-09-19T23:23:10.352Z]  ---> 25282f3b75c7
23:23:10 [2019-09-19T23:23:10.352Z] Step 23/126 : RUN /download-frozen-image-v2.sh /build 	buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 	busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 	busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 	debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 	hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c
23:23:10 [2019-09-19T23:23:10.352Z]  ---> Running in aed1036e701c
23:23:10 [2019-09-19T23:23:10.752Z] #33 ...
23:23:10 [2019-09-19T23:23:10.752Z] 
23:23:10 [2019-09-19T23:23:10.752Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:23:10 [2019-09-19T23:23:10.752Z] #55 15.12 + cd /tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution
23:23:10 [2019-09-19T23:23:10.752Z] #55 15.12 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:23:10 [2019-09-19T23:23:10.752Z] #55 16.73 + GOPATH=/tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.LVS87TqTpz go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:23:10 [2019-09-19T23:23:10.752Z] #55 ...
23:23:10 [2019-09-19T23:23:10.752Z] 
23:23:10 [2019-09-19T23:23:10.752Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:10 [2019-09-19T23:23:10.752Z] #33 25.08 runtime/cgo
23:23:10 [2019-09-19T23:23:10.823Z] #58 25.25   CC       images/core-ppc64.o
23:23:10 [2019-09-19T23:23:10.898Z]   CC       criu/path.o
23:23:11 [2019-09-19T23:23:11.181Z]   CC       criu/pie-util-vdso-elf32.o
23:23:11 [2019-09-19T23:23:11.181Z]   CC       criu/pie-util-vdso.o
23:23:11 [2019-09-19T23:23:11.465Z]   CC       criu/pie-util.o
23:23:11 [2019-09-19T23:23:11.614Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
23:23:11 [2019-09-19T23:23:11.614Z] 
23:23:11 [2019-09-19T23:23:11.749Z]   CC       criu/pipes.o
23:23:11 [2019-09-19T23:23:11.758Z] #58 25.98   CC       images/core-s390.o
23:23:11 [2019-09-19T23:23:11.758Z] #58 ...
23:23:11 [2019-09-19T23:23:11.758Z] 
23:23:11 [2019-09-19T23:23:11.758Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:11 [2019-09-19T23:23:11.758Z] #33 77.73 fmt
23:23:11 [2019-09-19T23:23:11.758Z] #33 77.74 path/filepath
23:23:11 [2019-09-19T23:23:11.758Z] #33 79.46 regexp
23:23:11 [2019-09-19T23:23:11.758Z] #33 82.75 flag
23:23:11 [2019-09-19T23:23:11.758Z] #33 82.98 go/token
23:23:11 [2019-09-19T23:23:11.758Z] #33 83.67 go/scanner
23:23:11 [2019-09-19T23:23:11.758Z] #33 85.03 io/ioutil
23:23:11 [2019-09-19T23:23:11.758Z] #33 85.08 go/ast
23:23:11 [2019-09-19T23:23:11.758Z] #33 86.09 net/url
23:23:12 [2019-09-19T23:23:12.016Z] #33 87.74 text/template/parse
23:23:12 [2019-09-19T23:23:12.016Z] #33 ...
23:23:12 [2019-09-19T23:23:12.016Z] 
23:23:12 [2019-09-19T23:23:12.016Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:12 [2019-09-19T23:23:12.016Z] #13 18.84 Reading package lists...
23:23:12 [2019-09-19T23:23:12.032Z]   CC       criu/plugin.o
23:23:12 [2019-09-19T23:23:12.319Z]   CC       criu/proc_parse.o
23:23:12 [2019-09-19T23:23:12.386Z] 
########                                                                  11.5%
##################                                                        26.1%
#############################                                             40.8%
#######################################                                   55.4%
################################################                          67.9%
###########################################################               82.5%
####################################################################      95.1%
######################################################################## 100.0%
23:23:12 [2019-09-19T23:23:12.686Z] #33 ...
23:23:12 [2019-09-19T23:23:12.686Z] 
23:23:12 [2019-09-19T23:23:12.686Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:23:12 [2019-09-19T23:23:12.686Z] #30 17.12 internal/race
23:23:12 [2019-09-19T23:23:12.686Z] #30 17.17 sync/atomic
23:23:12 [2019-09-19T23:23:12.686Z] #30 17.32 unicode
23:23:12 [2019-09-19T23:23:12.686Z] #30 20.04 internal/testlog
23:23:12 [2019-09-19T23:23:12.686Z] #30 20.32 encoding
23:23:12 [2019-09-19T23:23:12.686Z] #30 20.47 runtime/cgo
23:23:12 [2019-09-19T23:23:12.686Z] #30 ...
23:23:12 [2019-09-19T23:23:12.686Z] 
23:23:12 [2019-09-19T23:23:12.686Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:12 [2019-09-19T23:23:12.686Z] #35 20.06 Reading package lists...
23:23:12 [2019-09-19T23:23:12.769Z] 
23:23:13 [2019-09-19T23:23:13.157Z] 
###############                                                           21.7%
############################################                              61.3%
####################################################################      95.4%
######################################################################## 100.0%
23:23:13 [2019-09-19T23:23:13.157Z] 
23:23:13 [2019-09-19T23:23:13.247Z] #35 25.34 Reading package lists...
23:23:13 [2019-09-19T23:23:13.248Z] #35 ...
23:23:13 [2019-09-19T23:23:13.248Z] 
23:23:13 [2019-09-19T23:23:13.248Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:13 [2019-09-19T23:23:13.248Z] #57 18.14 Fetched 7925 kB in 14s (545 kB/s)
23:23:13 [2019-09-19T23:23:13.248Z] #57 18.14 Reading package lists...
23:23:13 [2019-09-19T23:23:13.248Z] #57 23.75 Reading package lists...
23:23:13 [2019-09-19T23:23:13.248Z] #57 ...
23:23:13 [2019-09-19T23:23:13.248Z] 
23:23:13 [2019-09-19T23:23:13.248Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:23:13 [2019-09-19T23:23:13.248Z] #44 18.23 Fetched 7925 kB in 14s (556 kB/s)
23:23:13 [2019-09-19T23:23:13.248Z] #44 18.23 Reading package lists...
23:23:13 [2019-09-19T23:23:13.809Z] #44 23.65 Reading package lists...
23:23:13 [2019-09-19T23:23:13.809Z] #44 ...
23:23:13 [2019-09-19T23:23:13.809Z] 
23:23:13 [2019-09-19T23:23:13.809Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:13 [2019-09-19T23:23:13.809Z] #57 23.75 Reading package lists...
23:23:13 [2019-09-19T23:23:13.914Z] 
######                                                                     8.6%
###################                                                       26.4%
###############################                                           44.2%
############################################                              62.0%
#######################################################                   77.3%
####################################################################      95.1%
######################################################################## 100.0%
23:23:14 [2019-09-19T23:23:14.329Z] 
23:23:14 [2019-09-19T23:23:14.348Z]   CC       criu/protobuf-desc.o
23:23:14 [2019-09-19T23:23:14.736Z] #57 28.76 Building dependency tree...
23:23:14 [2019-09-19T23:23:14.966Z]   CC       criu/protobuf.o
23:23:14 [2019-09-19T23:23:14.966Z]   CC       criu/pstree.o
23:23:14 [2019-09-19T23:23:14.992Z] #57 29.78 Reading state information...
23:23:15 [2019-09-19T23:23:15.808Z] 
####                                                                       6.0%
#########                                                                 13.5%
##############                                                            20.1%
###################                                                       26.8%
########################                                                  33.4%
############################                                              40.0%
#################################                                         46.6%
######################################                                    53.2%
###########################################                               59.9%
###############################################                           66.5%
####################################################                      73.1%
#########################################################                 79.7%
##############################################################            86.3%
##################################################################        93.0%
#######################################################################   99.1%
######################################################################## 100.0%
23:23:15 [2019-09-19T23:23:15.808Z] 
23:23:15 [2019-09-19T23:23:15.919Z] #57 30.84 The following additional packages will be installed:
23:23:15 [2019-09-19T23:23:15.919Z] #57 30.84   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10
23:23:15 [2019-09-19T23:23:15.919Z] #57 30.84   libprotoc10 python-pkg-resources zlib1g-dev
23:23:15 [2019-09-19T23:23:15.919Z] #57 30.84 Suggested packages:
23:23:15 [2019-09-19T23:23:15.919Z] #57 30.85   manpages-dev python-setuptools
23:23:15 [2019-09-19T23:23:15.975Z]   CC       criu/rbtree.o
23:23:15 [2019-09-19T23:23:15.975Z]   CC       criu/rst-malloc.o
23:23:16 [2019-09-19T23:23:16.257Z]   CC       criu/seccomp.o
23:23:16 [2019-09-19T23:23:16.541Z]   CC       criu/seize.o
23:23:16 [2019-09-19T23:23:16.582Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
23:23:16 [2019-09-19T23:23:16.582Z] 
23:23:16 [2019-09-19T23:23:16.582Z] 
######################################################################## 100.0%
23:23:16 [2019-09-19T23:23:16.582Z] 
23:23:17 [2019-09-19T23:23:17.157Z]   CC       criu/shmem.o
23:23:17 [2019-09-19T23:23:17.283Z] #57 31.94 The following NEW packages will be installed:
23:23:17 [2019-09-19T23:23:17.283Z] #57 31.94   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
23:23:17 [2019-09-19T23:23:17.283Z] #57 31.95   libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10
23:23:17 [2019-09-19T23:23:17.283Z] #57 31.95   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
23:23:17 [2019-09-19T23:23:17.283Z] #57 31.96   zlib1g-dev
23:23:17 [2019-09-19T23:23:17.356Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
23:23:17 [2019-09-19T23:23:17.356Z] 
23:23:17 [2019-09-19T23:23:17.579Z] #13 24.91 Reading package lists...
23:23:17 [2019-09-19T23:23:17.722Z] 
######################################################################## 100.0%
23:23:17 [2019-09-19T23:23:17.722Z] 
23:23:17 [2019-09-19T23:23:17.776Z]   CC       criu/sigframe.o
23:23:17 [2019-09-19T23:23:17.837Z] #13 29.67 Building dependency tree...
23:23:17 [2019-09-19T23:23:17.837Z] #13 30.53 Reading state information...
23:23:18 [2019-09-19T23:23:18.060Z]   CC       criu/signalfd.o
23:23:18 [2019-09-19T23:23:18.060Z]   CC       criu/sk-inet.o
23:23:18 [2019-09-19T23:23:18.082Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
23:23:18 [2019-09-19T23:23:18.082Z] skipping existing b63cc5f62c21
23:23:18 [2019-09-19T23:23:18.082Z] 
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.04 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded.
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.04 Need to get 3602 kB of archives.
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.04 After this operation, 18.9 MB of additional disk space will be used.
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.04 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.05 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.05 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.05 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.07 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.07 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.08 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.10 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.20 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB]
23:23:18 [2019-09-19T23:23:18.255Z] #57 33.21 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB]
23:23:18 [2019-09-19T23:23:18.403Z] #13 ...
23:23:18 [2019-09-19T23:23:18.403Z] 
23:23:18 [2019-09-19T23:23:18.403Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:18 [2019-09-19T23:23:18.403Z] #58 26.66   CC       images/cpuinfo.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 27.10   CC       images/inventory.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 27.47   CC       images/fdinfo.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 27.77   CC       images/fown.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 27.95   CC       images/ns.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 28.24   CC       images/regfile.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 28.46   CC       images/ghost-file.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 28.80   CC       images/fifo.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 28.97   CC       images/remap-file-path.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 29.21   CC       images/eventfd.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 29.47   CC       images/eventpoll.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 29.86   CC       images/fh.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 30.20   CC       images/fsnotify.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 30.86   CC       images/signalfd.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 31.04   CC       images/fs.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 31.36   CC       images/pstree.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 31.59   CC       images/pipe.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 31.79   CC       images/tcp-stream.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 32.08   CC       images/sk-packet.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 32.44   CC       images/mnt.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 32.68   CC       images/pipe-data.o
23:23:18 [2019-09-19T23:23:18.403Z] #58 32.87   CC       images/sa.o
23:23:18 [2019-09-19T23:23:18.511Z] #57 33.32 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB]
23:23:18 [2019-09-19T23:23:18.511Z] #57 33.37 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB]
23:23:18 [2019-09-19T23:23:18.511Z] #57 33.38 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #57 33.39 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #57 33.41 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #57 ...
23:23:18 [2019-09-19T23:23:18.512Z] 
23:23:18 [2019-09-19T23:23:18.512Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy
23:23:18 [2019-09-19T23:23:18.512Z] #50 DONE 33.3s
23:23:18 [2019-09-19T23:23:18.512Z] 
23:23:18 [2019-09-19T23:23:18.512Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:23:18 [2019-09-19T23:23:18.512Z] #44 28.81 Building dependency tree...
23:23:18 [2019-09-19T23:23:18.512Z] #44 29.84 Reading state information...
23:23:18 [2019-09-19T23:23:18.512Z] #44 30.86 The following additional packages will be installed:
23:23:18 [2019-09-19T23:23:18.512Z] #44 30.86   btrfs-progs liblzo2-2
23:23:18 [2019-09-19T23:23:18.512Z] #44 30.96 The following NEW packages will be installed:
23:23:18 [2019-09-19T23:23:18.512Z] #44 30.97   btrfs-progs btrfs-tools liblzo2-2
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.05 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.05 Need to get 649 kB of archives.
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.05 After this operation, 4320 kB of additional disk space will be used.
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.05 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.05 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.08 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.76 debconf: delaying package configuration, since apt-utils is not installed
23:23:18 [2019-09-19T23:23:18.512Z] #44 32.95 Fetched 649 kB in 1s (611 kB/s)
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.08 Selecting previously unselected package liblzo2-2:amd64.
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.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 ... 15091 files and directories currently installed.)
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.16 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.21 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.47 Selecting previously unselected package btrfs-progs.
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.47 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ...
23:23:18 [2019-09-19T23:23:18.512Z] #44 33.47 Unpacking btrfs-progs (4.7.3-1) ...
23:23:18 [2019-09-19T23:23:18.662Z] #58 33.12   CC       images/timer.o
23:23:18 [2019-09-19T23:23:18.677Z]   CC       criu/sk-netlink.o
23:23:18 [2019-09-19T23:23:18.867Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
23:23:18 [2019-09-19T23:23:18.867Z] 
23:23:18 [2019-09-19T23:23:18.867Z] 
######################################################################## 100.0%
23:23:18 [2019-09-19T23:23:18.867Z] 
23:23:18 [2019-09-19T23:23:18.867Z] Download of images into '/build' complete.
23:23:18 [2019-09-19T23:23:18.867Z] Use something like the following to load the result into a Docker daemon:
23:23:18 [2019-09-19T23:23:18.867Z]   tar -cC '/build' . | docker load
23:23:18 [2019-09-19T23:23:18.920Z] #58 33.49   CC       images/timerfd.o
23:23:18 [2019-09-19T23:23:18.920Z] #58 ...
23:23:18 [2019-09-19T23:23:18.920Z] 
23:23:18 [2019-09-19T23:23:18.920Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61 The following additional packages will be installed:
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.61   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.62 Suggested packages:
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.62   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
23:23:18 [2019-09-19T23:23:18.920Z] #13 31.62   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
23:23:18 [2019-09-19T23:23:18.921Z] #13 31.62   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
23:23:18 [2019-09-19T23:23:18.921Z] #13 31.62   vim-doc vim-scripts xfsdump acl attr quota
23:23:18 [2019-09-19T23:23:18.921Z] #13 31.62 Recommended packages:
23:23:18 [2019-09-19T23:23:18.921Z] #13 31.62   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
23:23:18 [2019-09-19T23:23:18.921Z] #13 31.62   python3-keyrings.alt python3-xdg unzip
23:23:18 [2019-09-19T23:23:18.959Z]   CC       criu/sk-packet.o
23:23:19 [2019-09-19T23:23:19.576Z]   CC       criu/sk-queue.o
23:23:19 [2019-09-19T23:23:19.859Z]   CC       criu/sk-tcp.o
23:23:19 [2019-09-19T23:23:19.876Z] #44 34.65 Selecting previously unselected package btrfs-tools.
23:23:19 [2019-09-19T23:23:19.876Z] #44 34.65 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ...
23:23:19 [2019-09-19T23:23:19.876Z] #44 34.67 Unpacking btrfs-tools (4.7.3-1) ...
23:23:19 [2019-09-19T23:23:19.876Z] #44 ...
23:23:19 [2019-09-19T23:23:19.876Z] 
23:23:19 [2019-09-19T23:23:19.876Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:19 [2019-09-19T23:23:19.876Z] #57 34.71 debconf: delaying package configuration, since apt-utils is not installed
23:23:19 [2019-09-19T23:23:19.876Z] #57 34.95 Fetched 3602 kB in 1s (2474 kB/s)
23:23:20 [2019-09-19T23:23:20.132Z] #57 35.04 Selecting previously unselected package libnet1:amd64.
23:23:20 [2019-09-19T23:23:20.132Z] #57 35.04 (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%
#57 ...
23:23:20 [2019-09-19T23:23:20.132Z] 
23:23:20 [2019-09-19T23:23:20.132Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r...
23:23:20 [2019-09-19T23:23:20.132Z] #44 34.82 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:20 [2019-09-19T23:23:20.132Z] #44 34.91 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:23:20 [2019-09-19T23:23:20.132Z] #44 34.95 Setting up btrfs-progs (4.7.3-1) ...
23:23:20 [2019-09-19T23:23:20.132Z] #44 34.96 Setting up btrfs-tools (4.7.3-1) ...
23:23:20 [2019-09-19T23:23:20.132Z] #44 34.97 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:20 [2019-09-19T23:23:20.132Z] #44 DONE 35.2s
23:23:20 [2019-09-19T23:23:20.132Z] 
23:23:20 [2019-09-19T23:23:20.132Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:20 [2019-09-19T23:23:20.132Z] #57 35.04 (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.)
23:23:20 [2019-09-19T23:23:20.132Z] #57 35.09 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ...
23:23:20 [2019-09-19T23:23:20.132Z] #57 35.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
23:23:20 [2019-09-19T23:23:20.142Z]   CC       criu/sk-unix.o
23:23:20 [2019-09-19T23:23:20.339Z] Removing intermediate container aed1036e701c
23:23:20 [2019-09-19T23:23:20.339Z]  ---> 370c9e453ffd
23:23:20 [2019-09-19T23:23:20.339Z] Step 24/126 : FROM base AS cross-false
23:23:20 [2019-09-19T23:23:20.339Z]  ---> c3b1a3e9c722
23:23:20 [2019-09-19T23:23:20.339Z] Step 25/126 : FROM base AS cross-true
23:23:20 [2019-09-19T23:23:20.339Z]  ---> c3b1a3e9c722
23:23:20 [2019-09-19T23:23:20.339Z] Step 26/126 : ARG DEBIAN_FRONTEND
23:23:20 [2019-09-19T23:23:20.339Z]  ---> Using cache
23:23:20 [2019-09-19T23:23:20.339Z]  ---> 89f80ddee2bc
23:23:20 [2019-09-19T23:23:20.339Z] Step 27/126 : RUN dpkg --add-architecture armhf
23:23:20 [2019-09-19T23:23:20.339Z]  ---> Running in efd3605b48cf
23:23:20 [2019-09-19T23:23:20.388Z] #57 ...
23:23:20 [2019-09-19T23:23:20.388Z] 
23:23:20 [2019-09-19T23:23:20.388Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
23:23:20 [2019-09-19T23:23:20.388Z] #45 DONE 0.1s
23:23:20 [2019-09-19T23:23:20.388Z] 
23:23:20 [2019-09-19T23:23:20.388Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:20 [2019-09-19T23:23:20.388Z] #57 35.27 Selecting previously unselected package libcap-dev:amd64.
23:23:20 [2019-09-19T23:23:20.388Z] #57 35.29 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ...
23:23:20 [2019-09-19T23:23:20.388Z] #57 35.29 Unpacking libcap-dev:amd64 (1:2.25-1) ...
23:23:20 [2019-09-19T23:23:20.388Z] #57 ...
23:23:20 [2019-09-19T23:23:20.388Z] 
23:23:20 [2019-09-19T23:23:20.388Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./
23:23:20 [2019-09-19T23:23:20.388Z] #46 DONE 0.1s
23:23:20 [2019-09-19T23:23:20.644Z] 
23:23:20 [2019-09-19T23:23:20.644Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:20 [2019-09-19T23:23:20.644Z] #57 35.45 Selecting previously unselected package libnet1-dev.
23:23:20 [2019-09-19T23:23:20.644Z] #57 35.46 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ...
23:23:20 [2019-09-19T23:23:20.644Z] #57 35.46 Unpacking libnet1-dev (1.1.6+dfsg-3) ...
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.69 Selecting previously unselected package libnl-3-200:amd64.
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.69 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ...
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.70 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.85 Selecting previously unselected package libnl-3-dev:amd64.
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.85 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ...
23:23:20 [2019-09-19T23:23:20.901Z] #57 35.87 Unpacking libnl-3-dev:amd64 (3.2.27-2) ...
23:23:21 [2019-09-19T23:23:21.157Z] #57 36.06 Selecting previously unselected package libprotobuf-c1:amd64.
23:23:21 [2019-09-19T23:23:21.157Z] #57 36.06 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ...
23:23:21 [2019-09-19T23:23:21.157Z] #57 36.06 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
23:23:21 [2019-09-19T23:23:21.157Z] #57 36.21 Selecting previously unselected package libprotobuf-c-dev:amd64.
23:23:21 [2019-09-19T23:23:21.413Z] #57 36.21 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ...
23:23:21 [2019-09-19T23:23:21.413Z] #57 36.22 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ...
23:23:21 [2019-09-19T23:23:21.413Z] #57 36.39 Selecting previously unselected package zlib1g-dev:amd64.
23:23:21 [2019-09-19T23:23:21.413Z] #57 36.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
23:23:21 [2019-09-19T23:23:21.413Z] #57 36.40 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
23:23:21 [2019-09-19T23:23:21.598Z] Removing intermediate container efd3605b48cf
23:23:21 [2019-09-19T23:23:21.598Z]  ---> 16377c6ed06c
23:23:21 [2019-09-19T23:23:21.598Z] Step 28/126 : RUN dpkg --add-architecture arm64
23:23:21 [2019-09-19T23:23:21.598Z]  ---> Running in c0803b0c8c56
23:23:21 [2019-09-19T23:23:21.615Z]   CC       criu/sockets.o
23:23:21 [2019-09-19T23:23:21.669Z] #57 36.60 Selecting previously unselected package libprotobuf10:amd64.
23:23:21 [2019-09-19T23:23:21.669Z] #57 36.61 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ...
23:23:21 [2019-09-19T23:23:21.669Z] #57 36.61 Unpacking libprotobuf10:amd64 (3.0.0-9) ...
23:23:22 [2019-09-19T23:23:22.230Z]   CC       criu/stats.o
23:23:22 [2019-09-19T23:23:22.230Z]   CC       criu/string.o
23:23:22 [2019-09-19T23:23:22.231Z] #57 37.11 Selecting previously unselected package libprotobuf-lite10:amd64.
23:23:22 [2019-09-19T23:23:22.231Z] #57 37.11 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ...
23:23:22 [2019-09-19T23:23:22.231Z] #57 37.12 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ...
23:23:22 [2019-09-19T23:23:22.231Z] #57 37.25 Selecting previously unselected package libprotobuf-dev:amd64.
23:23:22 [2019-09-19T23:23:22.231Z] #57 37.25 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ...
23:23:22 [2019-09-19T23:23:22.383Z] Removing intermediate container c0803b0c8c56
23:23:22 [2019-09-19T23:23:22.384Z]  ---> 01823053c522
23:23:22 [2019-09-19T23:23:22.384Z] Step 29/126 : RUN dpkg --add-architecture armel
23:23:22 [2019-09-19T23:23:22.384Z]  ---> Running in a74276922116
23:23:22 [2019-09-19T23:23:22.487Z] #57 37.26 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ...
23:23:22 [2019-09-19T23:23:22.513Z]   CC       criu/sysctl.o
23:23:22 [2019-09-19T23:23:22.796Z]   CC       criu/sysfs_parse.o
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.77 The following NEW packages will be installed:
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.77   apparmor aufs-tools bash-completion binutils-mingw-w64
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.77   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.77   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.78   xfsprogs xxd xz-utils zip
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.79 The following packages will be upgraded:
23:23:23 [2019-09-19T23:23:23.164Z] #13 35.79   libsystemd0 libudev1
23:23:23 [2019-09-19T23:23:23.181Z]   CC       criu/timerfd.o
23:23:23 [2019-09-19T23:23:23.464Z]   CC       criu/tty.o
23:23:23 [2019-09-19T23:23:23.528Z] #57 38.37 Selecting previously unselected package libprotoc10:amd64.
23:23:23 [2019-09-19T23:23:23.528Z] #57 38.37 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ...
23:23:23 [2019-09-19T23:23:23.528Z] #57 38.39 Unpacking libprotoc10:amd64 (3.0.0-9) ...
23:23:23 [2019-09-19T23:23:23.695Z] Removing intermediate container a74276922116
23:23:23 [2019-09-19T23:23:23.695Z]  ---> e8c48fd84990
23:23:23 [2019-09-19T23:23:23.695Z] Step 30/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then 	apt-get update && apt-get install -y --no-install-recommends 		crossbuild-essential-armhf 		crossbuild-essential-arm64 		crossbuild-essential-armel 		&& rm -rf /var/lib/apt/lists/*; 	fi
23:23:23 [2019-09-19T23:23:23.695Z]  ---> Running in 309f451c1849
23:23:24 [2019-09-19T23:23:24.089Z] #57 38.91 Selecting previously unselected package protobuf-c-compiler.
23:23:24 [2019-09-19T23:23:24.089Z] #57 38.91 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ...
23:23:24 [2019-09-19T23:23:24.089Z] #57 38.94 Unpacking protobuf-c-compiler (1.2.1-2) ...
23:23:24 [2019-09-19T23:23:24.097Z] #13 36.92 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded.
23:23:24 [2019-09-19T23:23:24.097Z] #13 36.92 Need to get 91.3 MB of archives.
23:23:24 [2019-09-19T23:23:24.097Z] #13 36.92 After this operation, 541 MB of additional disk space will be used.
23:23:24 [2019-09-19T23:23:24.097Z] #13 36.92 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd0 amd64 232-25+deb9u12 [282 kB]
23:23:24 [2019-09-19T23:23:24.097Z] #13 36.92 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB]
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.10 Selecting previously unselected package protobuf-compiler.
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.10 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ...
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.10 Unpacking protobuf-compiler (3.0.0-9) ...
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.20 Selecting previously unselected package python-pkg-resources.
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.21 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ...
23:23:24 [2019-09-19T23:23:24.345Z] #57 39.22 Unpacking python-pkg-resources (33.1.1-1) ...
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.94 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.95 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.95 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.96 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev1 amd64 232-25+deb9u12 [126 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.98 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 36.99 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 37.04 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 37.17 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
23:23:24 [2019-09-19T23:23:24.355Z] #13 ...
23:23:24 [2019-09-19T23:23:24.355Z] 
23:23:24 [2019-09-19T23:23:24.355Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:24 [2019-09-19T23:23:24.355Z] #33 90.24 go/parser
23:23:24 [2019-09-19T23:23:24.355Z] #33 91.92 text/template
23:23:24 [2019-09-19T23:23:24.355Z] #33 94.07 log
23:23:24 [2019-09-19T23:23:24.355Z] #33 94.59 encoding/binary
23:23:24 [2019-09-19T23:23:24.355Z] #33 96.51 encoding/base64
23:23:24 [2019-09-19T23:23:24.355Z] #33 97.15 encoding/json
23:23:24 [2019-09-19T23:23:24.355Z] #33 97.34 go/doc
23:23:24 [2019-09-19T23:23:24.475Z] Removing intermediate container 309f451c1849
23:23:24 [2019-09-19T23:23:24.475Z]  ---> 63ea36f9d4c4
23:23:24 [2019-09-19T23:23:24.475Z] Step 31/126 : FROM cross-${CROSS} as dev-base
23:23:24 [2019-09-19T23:23:24.475Z]  ---> c3b1a3e9c722
23:23:24 [2019-09-19T23:23:24.475Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false
23:23:24 [2019-09-19T23:23:24.475Z]  ---> c3b1a3e9c722
23:23:24 [2019-09-19T23:23:24.475Z] Step 33/126 : ARG DEBIAN_FRONTEND
23:23:24 [2019-09-19T23:23:24.475Z]  ---> Using cache
23:23:24 [2019-09-19T23:23:24.475Z]  ---> 89f80ddee2bc
23:23:24 [2019-09-19T23:23:24.475Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libapparmor-dev 	libseccomp-dev 	&& rm -rf /var/lib/apt/lists/*
23:23:24 [2019-09-19T23:23:24.475Z]  ---> Running in 8653becee895
23:23:24 [2019-09-19T23:23:24.601Z] #57 39.44 Selecting previously unselected package python-protobuf.
23:23:24 [2019-09-19T23:23:24.601Z] #57 39.44 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ...
23:23:24 [2019-09-19T23:23:24.601Z] #57 39.45 Unpacking python-protobuf (3.0.0-9) ...
23:23:24 [2019-09-19T23:23:24.613Z] #33 ...
23:23:24 [2019-09-19T23:23:24.613Z] 
23:23:24 [2019-09-19T23:23:24.613Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:24 [2019-09-19T23:23:24.613Z] #13 37.18 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
23:23:24 [2019-09-19T23:23:24.613Z] #13 37.18 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB]
23:23:24 [2019-09-19T23:23:24.613Z] #13 37.40 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB]
23:23:24 [2019-09-19T23:23:24.867Z] #57 39.87 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
23:23:24 [2019-09-19T23:23:24.868Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:23:24 [2019-09-19T23:23:24.868Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:23:24 [2019-09-19T23:23:24.868Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:23:24 [2019-09-19T23:23:24.868Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:23:24 [2019-09-19T23:23:24.868Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.42 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.43 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.43 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.44 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.46 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.46 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.47 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.48 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.49 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.50 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.54 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.56 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.58 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.59 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.59 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.63 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.64 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.65 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.72 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.72 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
23:23:24 [2019-09-19T23:23:24.871Z] #13 37.74 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
23:23:24 [2019-09-19T23:23:24.951Z]   CC       criu/tun.o
23:23:25 [2019-09-19T23:23:25.123Z] #57 39.91 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
23:23:25 [2019-09-19T23:23:25.123Z] #57 39.95 Setting up python-pkg-resources (33.1.1-1) ...
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.76 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.79 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.81 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.82 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.82 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.83 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.83 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.87 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.90 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.93 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
23:23:25 [2019-09-19T23:23:25.129Z] #13 37.99 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB]
23:23:25 [2019-09-19T23:23:25.234Z]   CC       criu/uffd.o
23:23:25 [2019-09-19T23:23:25.379Z] #57 ...
23:23:25 [2019-09-19T23:23:25.379Z] 
23:23:25 [2019-09-19T23:23:25.379Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:25 [2019-09-19T23:23:25.379Z] #35 25.34 Reading package lists...
23:23:25 [2019-09-19T23:23:25.379Z] #35 30.52 Building dependency tree...
23:23:25 [2019-09-19T23:23:25.379Z] #35 31.64 Reading state information...
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.58 The following additional packages will be installed:
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.60   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.61 Suggested packages:
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.62   codeblocks eclipse ninja-build lrzip
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.62 Recommended packages:
23:23:25 [2019-09-19T23:23:25.379Z] #35 32.62   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:23:25 [2019-09-19T23:23:25.379Z] #35 33.32 The following NEW packages will be installed:
23:23:25 [2019-09-19T23:23:25.379Z] #35 33.33   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
23:23:25 [2019-09-19T23:23:25.379Z] #35 33.34   vim-common xxd
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.43 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded.
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.43 Need to get 13.7 MB of archives.
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.43 After this operation, 57.2 MB of additional disk space will be used.
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.43 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.59 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 34.60 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.41 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.51 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.55 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.56 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.59 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.81 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 35.81 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:23:25 [2019-09-19T23:23:25.379Z] #35 36.63 debconf: delaying package configuration, since apt-utils is not installed
23:23:25 [2019-09-19T23:23:25.379Z] #35 36.84 Fetched 13.7 MB in 2s (5626 kB/s)
23:23:25 [2019-09-19T23:23:25.379Z] #35 36.95 Selecting previously unselected package cmake-data.
23:23:25 [2019-09-19T23:23:25.379Z] #35 36.95 (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.)
23:23:25 [2019-09-19T23:23:25.379Z] #35 37.00 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
23:23:25 [2019-09-19T23:23:25.379Z] #35 37.02 Unpacking cmake-data (3.7.2-1) ...
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.68 Selecting previously unselected package liblzo2-2:amd64.
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.79 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.79 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.88 Selecting previously unselected package libicu57:amd64.
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.91 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ...
23:23:25 [2019-09-19T23:23:25.379Z] #35 39.91 Unpacking libicu57:amd64 (57.1-6+deb9u3) ...
23:23:25 [2019-09-19T23:23:25.387Z] #13 38.03 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB]
23:23:25 [2019-09-19T23:23:25.387Z] #13 38.04 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
23:23:25 [2019-09-19T23:23:25.387Z] #13 38.04 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB]
23:23:25 [2019-09-19T23:23:25.387Z] #13 38.05 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
23:23:25 [2019-09-19T23:23:25.387Z] #13 38.06 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB]
23:23:25 [2019-09-19T23:23:25.394Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:23:25 [2019-09-19T23:23:25.394Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:23:25 [2019-09-19T23:23:25.394Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.21 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.24 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.34 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.35 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.36 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.38 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.38 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB]
23:23:25 [2019-09-19T23:23:25.644Z] #13 38.40 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
23:23:25 [2019-09-19T23:23:25.941Z] #35 ...
23:23:25 [2019-09-19T23:23:25.941Z] 
23:23:25 [2019-09-19T23:23:25.941Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:23:25 [2019-09-19T23:23:25.941Z] #27 30.62 + cd /tmp/tmp.aa30aEVVtA/src/gotest.tools/gotestsum
23:23:25 [2019-09-19T23:23:25.941Z] #27 30.62 + git checkout -q v0.3.5
23:23:25 [2019-09-19T23:23:25.941Z] #27 30.63 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
23:23:25 [2019-09-19T23:23:25.941Z] #27 ...
23:23:25 [2019-09-19T23:23:25.941Z] 
23:23:25 [2019-09-19T23:23:25.941Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.751 + RM_GOPATH=0
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.751 + TMP_GOPATH=
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.751 + : /build
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.751 + '[' -z '' ']'
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.751 ++ mktemp -d
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.753 + export GOPATH=/tmp/tmp.1JBv8695y6
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.753 + GOPATH=/tmp/tmp.1JBv8695y6
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.753 + RM_GOPATH=1
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.756 ++ dirname ./install.sh
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + dir=.
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + bin=containerd
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + shift
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + '[' '!' -f ./containerd.installer ']'
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + . ./containerd.installer
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.766 + install_containerd
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.770 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3'
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.770 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.770 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1JBv8695y6/src/github.com/containerd/containerd
23:23:25 [2019-09-19T23:23:25.941Z] #47 2.786 Cloning into '/tmp/tmp.1JBv8695y6/src/github.com/containerd/containerd'...
23:23:26 [2019-09-19T23:23:26.209Z] #13 38.88 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
23:23:26 [2019-09-19T23:23:26.209Z] #13 38.96 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB]
23:23:26 [2019-09-19T23:23:26.209Z] #13 39.05 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
23:23:26 [2019-09-19T23:23:26.209Z] #13 39.07 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
23:23:26 [2019-09-19T23:23:26.256Z]   CC       criu/util.o
23:23:26 [2019-09-19T23:23:26.466Z] #13 39.08 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB]
23:23:26 [2019-09-19T23:23:26.467Z] #13 39.14 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB]
23:23:26 [2019-09-19T23:23:26.467Z] #13 39.32 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB]
23:23:26 [2019-09-19T23:23:26.740Z] Fetched 7674 kB in 1s (4471 kB/s)
23:23:27 [2019-09-19T23:23:27.030Z] #13 39.55 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
23:23:27 [2019-09-19T23:23:27.030Z] #13 39.55 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB]
23:23:27 [2019-09-19T23:23:27.113Z] Reading package lists...
23:23:27 [2019-09-19T23:23:27.265Z]   CC       criu/uts_ns.o
23:23:27 [2019-09-19T23:23:27.287Z] #13 39.86 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
23:23:27 [2019-09-19T23:23:27.545Z] #13 40.09 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB]
23:23:27 [2019-09-19T23:23:27.545Z] #13 40.09 Get:70 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]
23:23:27 [2019-09-19T23:23:27.548Z]   CC       criu/vdso.o
23:23:27 [2019-09-19T23:23:27.832Z]   LINK     criu/built-in.o
23:23:27 [2019-09-19T23:23:27.899Z] Reading package lists...
23:23:27 [2019-09-19T23:23:27.899Z] Building dependency tree...
23:23:27 [2019-09-19T23:23:27.899Z] Reading state information...
23:23:27 [2019-09-19T23:23:27.899Z] The following additional packages will be installed:
23:23:27 [2019-09-19T23:23:27.899Z]   libapparmor1 libseccomp2
23:23:27 [2019-09-19T23:23:27.899Z] Suggested packages:
23:23:27 [2019-09-19T23:23:27.899Z]   seccomp
23:23:27 [2019-09-19T23:23:27.899Z] The following NEW packages will be installed:
23:23:27 [2019-09-19T23:23:27.899Z]   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
23:23:27 [2019-09-19T23:23:27.899Z] 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
23:23:27 [2019-09-19T23:23:27.899Z] Need to get 301 kB of archives.
23:23:27 [2019-09-19T23:23:27.899Z] After this operation, 1402 kB of additional disk space will be used.
23:23:27 [2019-09-19T23:23:27.900Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB]
23:23:27 [2019-09-19T23:23:27.900Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB]
23:23:27 [2019-09-19T23:23:27.900Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB]
23:23:27 [2019-09-19T23:23:27.900Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB]
23:23:28 [2019-09-19T23:23:28.115Z]   LINK     criu/criu
23:23:28 [2019-09-19T23:23:28.275Z] debconf: delaying package configuration, since apt-utils is not installed
23:23:28 [2019-09-19T23:23:28.275Z] Fetched 301 kB in 0s (4167 kB/s)
23:23:28 [2019-09-19T23:23:28.275Z] Selecting previously unselected package libseccomp2:s390x.
23:23:28 [2019-09-19T23:23:28.275Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14828 files and directories currently installed.)
23:23:28 [2019-09-19T23:23:28.275Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ...
23:23:28 [2019-09-19T23:23:28.275Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ...
23:23:28 [2019-09-19T23:23:28.275Z] Selecting previously unselected package libseccomp-dev:s390x.
23:23:28 [2019-09-19T23:23:28.275Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ...
23:23:28 [2019-09-19T23:23:28.275Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ...
23:23:28 [2019-09-19T23:23:28.275Z] Selecting previously unselected package libapparmor1:s390x.
23:23:28 [2019-09-19T23:23:28.275Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ...
23:23:28 [2019-09-19T23:23:28.275Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ...
23:23:28 [2019-09-19T23:23:28.275Z] Selecting previously unselected package libapparmor-dev:s390x.
23:23:28 [2019-09-19T23:23:28.275Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ...
23:23:28 [2019-09-19T23:23:28.275Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ...
23:23:28 [2019-09-19T23:23:28.275Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:28 [2019-09-19T23:23:28.275Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ...
23:23:28 [2019-09-19T23:23:28.275Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ...
23:23:28 [2019-09-19T23:23:28.275Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ...
23:23:28 [2019-09-19T23:23:28.275Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ...
23:23:28 [2019-09-19T23:23:28.275Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:28 [2019-09-19T23:23:28.398Z]   DEP      lib/c/criu.d
23:23:28 [2019-09-19T23:23:28.398Z]   CC       images/rpc.pb-c.o
23:23:28 [2019-09-19T23:23:28.455Z] #47 ...
23:23:28 [2019-09-19T23:23:28.455Z] 
23:23:28 [2019-09-19T23:23:28.455Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:28 [2019-09-19T23:23:28.455Z] #57 43.43 Setting up libnet1-dev (1.1.6+dfsg-3) ...
23:23:28 [2019-09-19T23:23:28.455Z] #57 43.45 Setting up libprotobuf10:amd64 (3.0.0-9) ...
23:23:28 [2019-09-19T23:23:28.455Z] #57 43.46 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:28 [2019-09-19T23:23:28.711Z] #57 43.47 Setting up python-protobuf (3.0.0-9) ...
23:23:28 [2019-09-19T23:23:28.711Z] #57 ...
23:23:28 [2019-09-19T23:23:28.711Z] 
23:23:28 [2019-09-19T23:23:28.711Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:28 [2019-09-19T23:23:28.711Z] #33 33.42 internal/x/crypto/curve25519
23:23:28 [2019-09-19T23:23:28.711Z] #33 38.98 sync
23:23:28 [2019-09-19T23:23:28.711Z] #33 39.44 reflect
23:23:28 [2019-09-19T23:23:28.711Z] #33 39.44 io
23:23:28 [2019-09-19T23:23:28.711Z] #33 40.22 bytes
23:23:28 [2019-09-19T23:23:28.711Z] #33 42.02 bufio
23:23:28 [2019-09-19T23:23:28.711Z] #33 43.40 syscall
23:23:29 [2019-09-19T23:23:29.019Z]   CC       lib/c/criu.o
23:23:29 [2019-09-19T23:23:29.077Z] Removing intermediate container 8653becee895
23:23:29 [2019-09-19T23:23:29.077Z]  ---> 9e56fbd89659
23:23:29 [2019-09-19T23:23:29.077Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true
23:23:29 [2019-09-19T23:23:29.077Z]  ---> 63ea36f9d4c4
23:23:29 [2019-09-19T23:23:29.077Z] Step 36/126 : ARG DEBIAN_FRONTEND
23:23:29 [2019-09-19T23:23:29.077Z]  ---> Running in a6da1e23b148
23:23:29 [2019-09-19T23:23:29.077Z] Removing intermediate container a6da1e23b148
23:23:29 [2019-09-19T23:23:29.077Z]  ---> 356ca63cbe06
23:23:29 [2019-09-19T23:23:29.077Z] Step 37/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then 	apt-get update && apt-get install -y --no-install-recommends 		libseccomp-dev:armhf 		libseccomp-dev:arm64 		libseccomp-dev:armel 		libapparmor-dev:armhf 		libapparmor-dev:arm64 		libapparmor-dev:armel 		libapparmor-dev 		libseccomp-dev 		&& rm -rf /var/lib/apt/lists/*; 	fi
23:23:29 [2019-09-19T23:23:29.077Z]  ---> Running in 846f606a0db9
23:23:29 [2019-09-19T23:23:29.441Z] #13 ...
23:23:29 [2019-09-19T23:23:29.441Z] 
23:23:29 [2019-09-19T23:23:29.441Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:29 [2019-09-19T23:23:29.441Z] #58 33.79   CC       images/mm.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 34.17   CC       images/sk-opts.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 34.41   CC       images/sk-unix.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 34.77   CC       images/sk-inet.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 35.05   CC       images/tun.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 35.36   CC       images/sk-netlink.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 35.69   CC       images/packet-sock.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 36.09   CC       images/ipc-var.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 36.45   CC       images/ipc-desc.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 36.68   CC       images/ipc-shm.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 36.86   CC       images/ipc-msg.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 37.22   CC       images/ipc-sem.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 37.37   CC       images/utsns.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 37.53   CC       images/creds.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 37.78   CC       images/vma.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 38.07   CC       images/netdev.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 38.37   CC       images/tty.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 38.87   CC       images/file-lock.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 39.11   CC       images/rlimit.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 39.31   CC       images/pagemap.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 39.78   CC       images/siginfo.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 40.09   CC       images/rpc.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 41.49   CC       images/ext-file.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 41.83   CC       images/cgroup.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 42.59   CC       images/userns.o
23:23:29 [2019-09-19T23:23:29.441Z] #58 43.02   CC       images/google/protobuf/descriptor.o
23:23:29 [2019-09-19T23:23:29.636Z]   LINK     lib/c/built-in.o
23:23:29 [2019-09-19T23:23:29.636Z]   LINK     lib/c/libcriu.so
23:23:29 [2019-09-19T23:23:29.636Z]   GEN      magic.py
23:23:29 [2019-09-19T23:23:29.699Z] #58 ...
23:23:29 [2019-09-19T23:23:29.699Z] 
23:23:29 [2019-09-19T23:23:29.699Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:29 [2019-09-19T23:23:29.699Z] #13 42.48 Get:71 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]
23:23:29 [2019-09-19T23:23:29.921Z] fatal: Not a git repository (or any of the parent directories): .git
23:23:30 [2019-09-19T23:23:30.205Z] make[1]: Nothing to be done for 'all'.
23:23:30 [2019-09-19T23:23:30.361Z] Removing intermediate container 846f606a0db9
23:23:30 [2019-09-19T23:23:30.361Z]  ---> a691f9eea46b
23:23:30 [2019-09-19T23:23:30.361Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev
23:23:30 [2019-09-19T23:23:30.361Z]  ---> 9e56fbd89659
23:23:30 [2019-09-19T23:23:30.361Z] Step 39/126 : FROM base AS tomlv
23:23:30 [2019-09-19T23:23:30.361Z]  ---> c3b1a3e9c722
23:23:30 [2019-09-19T23:23:30.361Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv
23:23:30 [2019-09-19T23:23:30.361Z]  ---> Running in 95292943120b
23:23:30 [2019-09-19T23:23:30.361Z] Removing intermediate container 95292943120b
23:23:30 [2019-09-19T23:23:30.361Z]  ---> 987fcc7a4ca8
23:23:30 [2019-09-19T23:23:30.361Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:23:30 [2019-09-19T23:23:30.505Z] make[1]: 'images/built-in.o' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: 'compel/plugins/std.lib.a' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: 'compel/libcompel.a' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: 'compel/compel-host-bin' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: Nothing to be done for 'all'.
23:23:30 [2019-09-19T23:23:30.787Z] make[1]: 'soccr/libsoccr.a' is up to date.
23:23:30 [2019-09-19T23:23:30.787Z] make[2]: Nothing to be done for 'all'.
23:23:30 [2019-09-19T23:23:30.787Z] make[2]: Nothing to be done for 'all'.
23:23:30 [2019-09-19T23:23:30.787Z] make[2]: Nothing to be done for 'all'.
23:23:30 [2019-09-19T23:23:30.833Z]  ---> 6051162bc9f5
23:23:30 [2019-09-19T23:23:30.833Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:23:30 [2019-09-19T23:23:30.833Z]  ---> fe834726bec6
23:23:30 [2019-09-19T23:23:30.833Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:23:30 [2019-09-19T23:23:30.833Z]  ---> Running in 81715a6e026e
23:23:31 [2019-09-19T23:23:31.070Z] make[2]: Nothing to be done for 'all'.
23:23:31 [2019-09-19T23:23:31.070Z] make[2]: Nothing to be done for 'all'.
23:23:31 [2019-09-19T23:23:31.070Z] make[2]: Nothing to be done for 'all'.
23:23:31 [2019-09-19T23:23:31.070Z] make[2]: Nothing to be done for 'all'.
23:23:31 [2019-09-19T23:23:31.070Z] make[2]: Nothing to be done for 'all'.
23:23:31 [2019-09-19T23:23:31.070Z]   INSTALL  criu/criu
23:23:31 [2019-09-19T23:23:31.227Z] #33 ...
23:23:31 [2019-09-19T23:23:31.227Z] 
23:23:31 [2019-09-19T23:23:31.227Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:31 [2019-09-19T23:23:31.227Z] #35 45.58 Selecting previously unselected package libxml2:amd64.
23:23:31 [2019-09-19T23:23:31.227Z] #35 45.59 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
23:23:31 [2019-09-19T23:23:31.227Z] #35 45.60 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
23:23:31 [2019-09-19T23:23:31.227Z] #35 46.17 Selecting previously unselected package libarchive13:amd64.
23:23:31 [2019-09-19T23:23:31.227Z] #35 46.17 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ...
23:23:31 [2019-09-19T23:23:31.227Z] #35 46.17 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ...
23:23:31 [2019-09-19T23:23:31.227Z] #35 ...
23:23:31 [2019-09-19T23:23:31.227Z] 
23:23:31 [2019-09-19T23:23:31.227Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:23:31 [2019-09-19T23:23:31.227Z] #30 36.18 sync
23:23:31 [2019-09-19T23:23:31.227Z] #30 36.72 io
23:23:31 [2019-09-19T23:23:31.227Z] #30 36.74 reflect
23:23:31 [2019-09-19T23:23:31.227Z] #30 37.78 syscall
23:23:31 [2019-09-19T23:23:31.227Z] #30 44.00 time
23:23:31 [2019-09-19T23:23:31.260Z] + RM_GOPATH=0
23:23:31 [2019-09-19T23:23:31.260Z] + TMP_GOPATH=
23:23:31 [2019-09-19T23:23:31.260Z] + : /build
23:23:31 [2019-09-19T23:23:31.260Z] + '[' -z '' ']'
23:23:31 [2019-09-19T23:23:31.260Z] ++ mktemp -d
23:23:31 [2019-09-19T23:23:31.260Z] + export GOPATH=/tmp/tmp.aCgxEkFm3X
23:23:31 [2019-09-19T23:23:31.260Z] + GOPATH=/tmp/tmp.aCgxEkFm3X
23:23:31 [2019-09-19T23:23:31.260Z] + RM_GOPATH=1
23:23:31 [2019-09-19T23:23:31.260Z] ++ dirname ./install.sh
23:23:31 [2019-09-19T23:23:31.260Z] + dir=.
23:23:31 [2019-09-19T23:23:31.260Z] + bin=tomlv
23:23:31 [2019-09-19T23:23:31.260Z] + shift
23:23:31 [2019-09-19T23:23:31.260Z] + '[' '!' -f ./tomlv.installer ']'
23:23:31 [2019-09-19T23:23:31.260Z] + . ./tomlv.installer
23:23:31 [2019-09-19T23:23:31.260Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:23:31 [2019-09-19T23:23:31.260Z] + install_tomlv
23:23:31 [2019-09-19T23:23:31.260Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:23:31 [2019-09-19T23:23:31.260Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:23:31 [2019-09-19T23:23:31.260Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aCgxEkFm3X/src/github.com/BurntSushi/toml
23:23:31 [2019-09-19T23:23:31.260Z] Cloning into '/tmp/tmp.aCgxEkFm3X/src/github.com/BurntSushi/toml'...
23:23:31 [2019-09-19T23:23:31.483Z] #30 ...
23:23:31 [2019-09-19T23:23:31.483Z] 
23:23:31 [2019-09-19T23:23:31.483Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:31 [2019-09-19T23:23:31.483Z] #35 46.43 Selecting previously unselected package libjsoncpp1:amd64.
23:23:31 [2019-09-19T23:23:31.641Z] + cd /tmp/tmp.aCgxEkFm3X/src/github.com/BurntSushi/toml
23:23:31 [2019-09-19T23:23:31.641Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:23:31 [2019-09-19T23:23:31.641Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:23:31 [2019-09-19T23:23:31.641Z] math/bits
23:23:31 [2019-09-19T23:23:31.641Z] errors
23:23:31 [2019-09-19T23:23:31.641Z] internal/cpu
23:23:31 [2019-09-19T23:23:31.641Z] math
23:23:31 [2019-09-19T23:23:31.641Z] internal/bytealg
23:23:31 [2019-09-19T23:23:31.641Z] runtime/internal/atomic
23:23:31 [2019-09-19T23:23:31.641Z] runtime/internal/sys
23:23:31 [2019-09-19T23:23:31.641Z] runtime/internal/math
23:23:31 [2019-09-19T23:23:31.641Z] runtime
23:23:31 [2019-09-19T23:23:31.739Z] #35 46.43 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ...
23:23:31 [2019-09-19T23:23:31.739Z] #35 46.44 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
23:23:31 [2019-09-19T23:23:31.739Z] #35 46.59 Selecting previously unselected package libuv1:amd64.
23:23:31 [2019-09-19T23:23:31.739Z] #35 46.59 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ...
23:23:31 [2019-09-19T23:23:31.739Z] #35 46.59 Unpacking libuv1:amd64 (1.9.1-3) ...
23:23:31 [2019-09-19T23:23:31.994Z] #35 46.76 Selecting previously unselected package cmake.
23:23:31 [2019-09-19T23:23:31.994Z] #35 46.76 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ...
23:23:31 [2019-09-19T23:23:31.994Z] #35 46.88 Unpacking cmake (3.7.2-1) ...
23:23:32 [2019-09-19T23:23:32.048Z] unicode/utf8
23:23:32 [2019-09-19T23:23:32.049Z] strconv
23:23:32 [2019-09-19T23:23:32.227Z] #13 44.83 debconf: delaying package configuration, since apt-utils is not installed
23:23:32 [2019-09-19T23:23:32.434Z] internal/race
23:23:32 [2019-09-19T23:23:32.434Z] sync/atomic
23:23:32 [2019-09-19T23:23:32.434Z] unicode
23:23:32 [2019-09-19T23:23:32.434Z] internal/testlog
23:23:32 [2019-09-19T23:23:32.434Z] encoding
23:23:32 [2019-09-19T23:23:32.434Z] runtime/cgo
23:23:32 [2019-09-19T23:23:32.485Z] #13 45.01 Fetched 91.3 MB in 8s (11.4 MB/s)
23:23:32 [2019-09-19T23:23:32.485Z] #13 45.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15161 files and directories currently installed.)
23:23:32 [2019-09-19T23:23:32.485Z] #13 45.16 Preparing to unpack .../libsystemd0_232-25+deb9u12_amd64.deb ...
23:23:32 [2019-09-19T23:23:32.485Z] #13 45.19 Unpacking libsystemd0:amd64 (232-25+deb9u12) over (232-25+deb9u11) ...
23:23:32 [2019-09-19T23:23:32.546Z] Removing intermediate container aeca807144e4
23:23:32 [2019-09-19T23:23:32.546Z]  ---> 116ccd566162
23:23:32 [2019-09-19T23:23:32.546Z] Step 12/126 : FROM base AS registry
23:23:32 [2019-09-19T23:23:32.546Z]  ---> 437cd2f2d3e2
23:23:32 [2019-09-19T23:23:32.546Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:23:32 [2019-09-19T23:23:32.743Z] #13 45.56 Setting up libsystemd0:amd64 (232-25+deb9u12) ...
23:23:32 [2019-09-19T23:23:32.833Z]  ---> Running in 28c2a532f9e0
23:23:32 [2019-09-19T23:23:32.833Z] Removing intermediate container 28c2a532f9e0
23:23:32 [2019-09-19T23:23:32.833Z]  ---> 7edc0c4bb50a
23:23:32 [2019-09-19T23:23:32.833Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827
23:23:32 [2019-09-19T23:23:32.833Z]  ---> Running in d7b994b9e5e2
23:23:32 [2019-09-19T23:23:32.833Z] Removing intermediate container d7b994b9e5e2
23:23:32 [2019-09-19T23:23:32.833Z]  ---> 0ff7feadc0bc
23:23:32 [2019-09-19T23:23:32.833Z] Step 15/126 : RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" 	&& (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") 	&& GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" 		go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 	&& case $(dpkg --print-architecture) in 		amd64|ppc64*|s390x) 		(cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); 		GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; 			go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; 		;; 	   esac 	&& rm -rf "$GOPATH"
23:23:32 [2019-09-19T23:23:32.833Z]  ---> Running in f9c25fa08354
23:23:33 [2019-09-19T23:23:33.001Z] #13 45.71 Selecting previously unselected package bash-completion.
23:23:33 [2019-09-19T23:23:33.001Z] #13 45.71 (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.)
23:23:33 [2019-09-19T23:23:33.001Z] #13 45.80 Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ...
23:23:33 [2019-09-19T23:23:33.126Z] + mktemp -d
23:23:33 [2019-09-19T23:23:33.126Z] + export GOPATH=/tmp/tmp.lg4I0FoEhE
23:23:33 [2019-09-19T23:23:33.126Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution
23:23:33 [2019-09-19T23:23:33.126Z] Cloning into '/tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution'...
23:23:33 [2019-09-19T23:23:33.882Z] #35 ...
23:23:33 [2019-09-19T23:23:33.882Z] 
23:23:33 [2019-09-19T23:23:33.882Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.87 Setting up libcap-dev:amd64 (1:2.25-1) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.89 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.91 Setting up libnl-3-200:amd64 (3.2.27-2) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.94 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.95 Setting up libprotoc10:amd64 (3.0.0-9) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 47.96 Setting up protobuf-c-compiler (1.2.1-2) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 48.01 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 48.03 Setting up protobuf-compiler (3.0.0-9) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 48.04 Setting up libprotobuf-dev:amd64 (3.0.0-9) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 48.05 Setting up libnl-3-dev:amd64 (3.2.27-2) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 48.08 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:33 [2019-09-19T23:23:33.882Z] #57 DONE 48.6s
23:23:33 [2019-09-19T23:23:33.882Z] 
23:23:33 [2019-09-19T23:23:33.882Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:34 [2019-09-19T23:23:34.259Z] sync
23:23:34 [2019-09-19T23:23:34.259Z] io
23:23:34 [2019-09-19T23:23:34.259Z] reflect
23:23:34 [2019-09-19T23:23:34.259Z] syscall
23:23:34 [2019-09-19T23:23:34.660Z] time
23:23:34 [2019-09-19T23:23:34.900Z] #13 ...
23:23:34 [2019-09-19T23:23:34.900Z] 
23:23:34 [2019-09-19T23:23:34.900Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:34 [2019-09-19T23:23:34.900Z] #33 100.5 github.com/LK4D4/vndr/build
23:23:34 [2019-09-19T23:23:34.900Z] #33 103.6 encoding/xml
23:23:34 [2019-09-19T23:23:34.900Z] #33 104.5 github.com/LK4D4/vndr/godl/singleflight
23:23:34 [2019-09-19T23:23:34.900Z] #33 104.7 compress/flate
23:23:34 [2019-09-19T23:23:34.900Z] #33 107.4 hash
23:23:34 [2019-09-19T23:23:34.900Z] #33 107.5 hash/crc32
23:23:34 [2019-09-19T23:23:34.900Z] #33 108.2 compress/gzip
23:23:34 [2019-09-19T23:23:34.900Z] #33 108.9 context
23:23:34 [2019-09-19T23:23:34.900Z] #33 109.4 crypto/cipher
23:23:34 [2019-09-19T23:23:34.900Z] #33 110.5 math/rand
23:23:34 [2019-09-19T23:23:34.900Z] #33 ...
23:23:34 [2019-09-19T23:23:34.900Z] 
23:23:34 [2019-09-19T23:23:34.900Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:34 [2019-09-19T23:23:34.900Z] #58 44.97   CC       images/opts.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 45.22   CC       images/seccomp.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 45.58   CC       images/binfmt-misc.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 45.73   CC       images/time.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.00   CC       images/sysctl.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.19   CC       images/autofs.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.38   CC       images/macvlan.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.59   CC       images/sit.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.84   LINK     images/built-in.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 46.99   GEN      compel/include/asm
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.00   GEN      compel/include/version.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.05 touch .config
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.07   GEN      include/common/config.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.19   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.22   GEN      compel/plugins/include/uapi/std/syscall-64.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.27   GEN      compel/arch/x86/plugins/std/syscalls-64.S
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.30   DEP      compel/arch/x86/plugins/std/syscalls-64.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.34   DEP      compel/arch/x86/plugins/std/memcpy.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.39   DEP      compel/arch/x86/plugins/std/parasite-head.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.42   GEN      compel/plugins/include/uapi/std/syscall.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.47   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.48   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.51   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.51   DEP      compel/plugins/std/infect.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.66   DEP      compel/plugins/std/string.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.80   DEP      compel/plugins/std/log.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 47.90   DEP      compel/plugins/std/fds.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 48.06   DEP      compel/plugins/std/std.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 48.25   DEP      compel/plugins/shmem/shmem.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 48.43   DEP      compel/plugins/fds/fds.d
23:23:34 [2019-09-19T23:23:34.900Z] #58 48.60   CC       compel/plugins/std/std.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 48.98   CC       compel/plugins/std/fds.o
23:23:34 [2019-09-19T23:23:34.900Z] #58 49.48   CC       compel/plugins/std/log.o
23:23:35 [2019-09-19T23:23:35.032Z] sort
23:23:35 [2019-09-19T23:23:35.032Z] internal/poll
23:23:35 [2019-09-19T23:23:35.032Z] internal/fmtsort
23:23:35 [2019-09-19T23:23:35.032Z] internal/syscall/unix
23:23:35 [2019-09-19T23:23:35.032Z] strings
23:23:35 [2019-09-19T23:23:35.032Z] os
23:23:35 [2019-09-19T23:23:35.425Z] bytes
23:23:35 [2019-09-19T23:23:35.425Z] fmt
23:23:35 [2019-09-19T23:23:35.425Z] bufio
23:23:35 [2019-09-19T23:23:35.770Z] #58 ...
23:23:35 [2019-09-19T23:23:35.770Z] 
23:23:35 [2019-09-19T23:23:35.770Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.50 Selecting previously unselected package xxd.
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.50 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.51 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.68 Selecting previously unselected package vim-common.
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.68 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 49.70 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.01 Processing triggers for mime-support (3.60) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.10 Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.11 Setting up libuv1:amd64 (1.9.1-3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.13 Setting up cmake-data (3.7.2-1) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.14 Setting up libicu57:amd64 (57.1-6+deb9u3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.15 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.17 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.21 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.23 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.24 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.25 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.26 Setting up cmake (3.7.2-1) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 50.33 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:23:35 [2019-09-19T23:23:35.770Z] #35 DONE 50.7s
23:23:35 [2019-09-19T23:23:35.770Z] 
23:23:35 [2019-09-19T23:23:35.770Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh
23:23:35 [2019-09-19T23:23:35.770Z] #36 DONE 0.0s
23:23:35 [2019-09-19T23:23:35.807Z] + cd /tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution
23:23:35 [2019-09-19T23:23:35.807Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:23:35 [2019-09-19T23:23:35.825Z] path/filepath
23:23:35 [2019-09-19T23:23:35.825Z] io/ioutil
23:23:35 [2019-09-19T23:23:35.825Z] path
23:23:35 [2019-09-19T23:23:35.825Z] flag
23:23:35 [2019-09-19T23:23:35.825Z] github.com/BurntSushi/toml
23:23:35 [2019-09-19T23:23:35.825Z] log
23:23:35 [2019-09-19T23:23:35.825Z] text/tabwriter
23:23:35 [2019-09-19T23:23:35.833Z] #58 50.23   CC       compel/plugins/std/string.o
23:23:36 [2019-09-19T23:23:36.027Z] 
23:23:36 [2019-09-19T23:23:36.028Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./
23:23:36 [2019-09-19T23:23:36.028Z] #37 DONE 0.1s
23:23:36 [2019-09-19T23:23:36.028Z] 
23:23:36 [2019-09-19T23:23:36.028Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
23:23:36 [2019-09-19T23:23:36.221Z] github.com/BurntSushi/toml/cmd/tomlv
23:23:36 [2019-09-19T23:23:36.422Z] + GOPATH=/tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.lg4I0FoEhE go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:23:36 [2019-09-19T23:23:36.767Z] #58 51.11   CC       compel/plugins/std/infect.o
23:23:36 [2019-09-19T23:23:36.767Z] #58 ...
23:23:36 [2019-09-19T23:23:36.767Z] 
23:23:36 [2019-09-19T23:23:36.767Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:23:36 [2019-09-19T23:23:36.767Z] #61 112.4 + for f in rootlesskit rootlesskit-docker-proxy
23:23:36 [2019-09-19T23:23:36.767Z] #61 112.4 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
23:23:37 [2019-09-19T23:23:37.608Z] Removing intermediate container 81715a6e026e
23:23:37 [2019-09-19T23:23:37.608Z]  ---> 617bb7d8a174
23:23:37 [2019-09-19T23:23:37.608Z] Step 44/126 : FROM base AS vndr
23:23:37 [2019-09-19T23:23:37.608Z]  ---> c3b1a3e9c722
23:23:37 [2019-09-19T23:23:37.608Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr
23:23:37 [2019-09-19T23:23:37.608Z]  ---> Running in 2966b5853908
23:23:37 [2019-09-19T23:23:37.608Z] Removing intermediate container 2966b5853908
23:23:37 [2019-09-19T23:23:37.608Z]  ---> 076101959b5a
23:23:37 [2019-09-19T23:23:37.608Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:23:37 [2019-09-19T23:23:37.981Z]  ---> cf71f62577ae
23:23:37 [2019-09-19T23:23:37.981Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:23:38 [2019-09-19T23:23:38.363Z]  ---> bbdd9a783ac8
23:23:38 [2019-09-19T23:23:38.363Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:23:38 [2019-09-19T23:23:38.363Z]  ---> Running in 3c2322c429cc
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.606 + RM_GOPATH=0
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.606 + TMP_GOPATH=
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.606 + : /build
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.606 + '[' -z '' ']'
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.606 ++ mktemp -d
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.609 + export GOPATH=/tmp/tmp.Kr2Vh71pYH
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.609 + GOPATH=/tmp/tmp.Kr2Vh71pYH
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.609 + RM_GOPATH=1
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.610 ++ dirname ./install.sh
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + dir=.
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + bin=tini
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + shift
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + '[' '!' -f ./tini.installer ']'
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + . ./tini.installer
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + install_tini
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 + git clone https://github.com/krallin/tini.git /tmp/tmp.Kr2Vh71pYH/tini
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.612 Install tini version fec3683b971d9c3ef73f284f176672c44b448662
23:23:38 [2019-09-19T23:23:38.541Z] #38 2.613 Cloning into '/tmp/tmp.Kr2Vh71pYH/tini'...
23:23:38 [2019-09-19T23:23:38.745Z] + RM_GOPATH=0
23:23:38 [2019-09-19T23:23:38.745Z] + TMP_GOPATH=
23:23:38 [2019-09-19T23:23:38.745Z] + : /build
23:23:38 [2019-09-19T23:23:38.745Z] + '[' -z '' ']'
23:23:38 [2019-09-19T23:23:38.745Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:23:38 [2019-09-19T23:23:38.745Z] ++ mktemp -d
23:23:38 [2019-09-19T23:23:38.745Z] + export GOPATH=/tmp/tmp.NXnRFmp6RG
23:23:38 [2019-09-19T23:23:38.745Z] + GOPATH=/tmp/tmp.NXnRFmp6RG
23:23:38 [2019-09-19T23:23:38.745Z] + RM_GOPATH=1
23:23:38 [2019-09-19T23:23:38.745Z] ++ dirname ./install.sh
23:23:38 [2019-09-19T23:23:38.745Z] + dir=.
23:23:38 [2019-09-19T23:23:38.745Z] + bin=vndr
23:23:38 [2019-09-19T23:23:38.745Z] + shift
23:23:38 [2019-09-19T23:23:38.745Z] + '[' '!' -f ./vndr.installer ']'
23:23:38 [2019-09-19T23:23:38.745Z] + . ./vndr.installer
23:23:38 [2019-09-19T23:23:38.745Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:23:38 [2019-09-19T23:23:38.745Z] + install_vndr
23:23:38 [2019-09-19T23:23:38.745Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
23:23:38 [2019-09-19T23:23:38.745Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.NXnRFmp6RG/src/github.com/LK4D4/vndr
23:23:38 [2019-09-19T23:23:38.745Z] Cloning into '/tmp/tmp.NXnRFmp6RG/src/github.com/LK4D4/vndr'...
23:23:39 [2019-09-19T23:23:39.124Z] + cd /tmp/tmp.NXnRFmp6RG/src/github.com/LK4D4/vndr
23:23:39 [2019-09-19T23:23:39.124Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:23:39 [2019-09-19T23:23:39.124Z] + go build -buildmode=pie -v -o /build/vndr .
23:23:39 [2019-09-19T23:23:39.124Z] internal/cpu
23:23:39 [2019-09-19T23:23:39.124Z] errors
23:23:39 [2019-09-19T23:23:39.468Z] #38 3.562 + cd /tmp/tmp.Kr2Vh71pYH/tini
23:23:39 [2019-09-19T23:23:39.468Z] #38 3.562 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
23:23:39 [2019-09-19T23:23:39.468Z] #38 3.567 + cmake .
23:23:39 [2019-09-19T23:23:39.512Z] internal/race
23:23:39 [2019-09-19T23:23:39.512Z] runtime/internal/atomic
23:23:39 [2019-09-19T23:23:39.512Z] internal/bytealg
23:23:39 [2019-09-19T23:23:39.512Z] runtime/internal/sys
23:23:39 [2019-09-19T23:23:39.512Z] runtime/internal/math
23:23:39 [2019-09-19T23:23:39.512Z] sync/atomic
23:23:39 [2019-09-19T23:23:39.512Z] runtime
23:23:39 [2019-09-19T23:23:39.512Z] unicode
23:23:39 [2019-09-19T23:23:39.512Z] unicode/utf8
23:23:39 [2019-09-19T23:23:39.512Z] math/bits
23:23:39 [2019-09-19T23:23:39.512Z] math
23:23:40 [2019-09-19T23:23:40.029Z] #38 4.019 -- The C compiler identification is GNU 6.3.0
23:23:40 [2019-09-19T23:23:40.029Z] #38 4.054 -- Check for working C compiler: /usr/bin/cc
23:23:40 [2019-09-19T23:23:40.327Z] strconv
23:23:40 [2019-09-19T23:23:40.327Z] internal/testlog
23:23:40 [2019-09-19T23:23:40.327Z] encoding
23:23:40 [2019-09-19T23:23:40.327Z] unicode/utf16
23:23:40 [2019-09-19T23:23:40.327Z] container/list
23:23:40 [2019-09-19T23:23:40.327Z] crypto/internal/subtle
23:23:40 [2019-09-19T23:23:40.327Z] crypto/subtle
23:23:40 [2019-09-19T23:23:40.327Z] crypto/rc4
23:23:40 [2019-09-19T23:23:40.327Z] internal/x/crypto/cryptobyte/asn1
23:23:40 [2019-09-19T23:23:40.327Z] internal/nettrace
23:23:40 [2019-09-19T23:23:40.327Z] internal/x/net/dns/dnsmessage
23:23:40 [2019-09-19T23:23:40.591Z] #38 4.491 -- Check for working C compiler: /usr/bin/cc -- works
23:23:40 [2019-09-19T23:23:40.591Z] #38 4.493 -- Detecting C compiler ABI info
23:23:40 [2019-09-19T23:23:40.730Z] runtime/cgo
23:23:40 [2019-09-19T23:23:40.848Z] #38 4.845 -- Detecting C compiler ABI info - done
23:23:40 [2019-09-19T23:23:40.848Z] #38 4.906 -- Detecting C compile features
23:23:41 [2019-09-19T23:23:41.560Z] sync
23:23:41 [2019-09-19T23:23:41.560Z] io
23:23:41 [2019-09-19T23:23:41.560Z] reflect
23:23:41 [2019-09-19T23:23:41.774Z] #38 ...
23:23:41 [2019-09-19T23:23:41.774Z] 
23:23:41 [2019-09-19T23:23:41.774Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:41 [2019-09-19T23:23:41.774Z] #58 5.123 fatal: Not a git repository (or any of the parent directories): .git
23:23:41 [2019-09-19T23:23:41.774Z] #58 5.156   GEN      .gitid
23:23:41 [2019-09-19T23:23:41.774Z] #58 5.190   GEN      criu/include/version.h
23:23:41 [2019-09-19T23:23:41.774Z] #58 5.228   GEN      include/common/asm
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.725   PBCC     images/google/protobuf/descriptor.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.828   PBCC     images/opts.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.847   PBCC     images/sit.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.900   DEP      images/google/protobuf/descriptor.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.929   DEP      images/opts.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 6.964   DEP      images/sit.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.004   PBCC     images/macvlan.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.012   DEP      images/macvlan.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.049   PBCC     images/autofs.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.057   DEP      images/autofs.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.141   PBCC     images/sysctl.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.159   DEP      images/sysctl.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.216   PBCC     images/time.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.244   DEP      images/time.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.292   PBCC     images/binfmt-misc.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.326   DEP      images/binfmt-misc.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.356   PBCC     images/seccomp.pb-c.c
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.385   DEP      images/seccomp.pb-c.d
23:23:41 [2019-09-19T23:23:41.774Z] #58 7.430   PBCC     images/userns.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.468   DEP      images/userns.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.508   PBCC     images/cgroup.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.544   DEP      images/cgroup.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.618   PBCC     images/fown.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.626   PBCC     images/ext-file.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.676   DEP      images/fown.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.753   DEP      images/ext-file.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.792   PBCC     images/rpc.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.848   DEP      images/rpc.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.905   PBCC     images/siginfo.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 7.938   DEP      images/siginfo.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.040   PBCC     images/pagemap.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.085   DEP      images/pagemap.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.152   PBCC     images/rlimit.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.208   DEP      images/rlimit.pb-c.d
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.224   PBCC     images/file-lock.pb-c.c
23:23:41 [2019-09-19T23:23:41.775Z] #58 8.256   DEP      images/file-lock.pb-c.d
23:23:41 [2019-09-19T23:23:41.998Z] bytes
23:23:41 [2019-09-19T23:23:41.998Z] bufio
23:23:42 [2019-09-19T23:23:42.030Z] #61 ...
23:23:42 [2019-09-19T23:23:42.030Z] 
23:23:42 [2019-09-19T23:23:42.030Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:42 [2019-09-19T23:23:42.030Z] #13 49.41 Unpacking bash-completion (1:2.1-4.3) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.02 Selecting previously unselected package libnet1:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.02 Preparing to unpack .../libnet1_1.1.6+dfsg-3_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.18 Selecting previously unselected package libnfnetlink0:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.18 Preparing to unpack .../libnfnetlink0_1.0.1-3_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.18 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.28 Selecting previously unselected package libpcrecpp0v5:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.28 Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.29 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.45 Preparing to unpack .../libudev1_232-25+deb9u12_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.46 Unpacking libudev1:amd64 (232-25+deb9u12) over (232-25+deb9u11) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.70 Setting up libudev1:amd64 (232-25+deb9u12) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.86 Selecting previously unselected package libudev-dev:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.86 (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 ... 15760 files and directories currently installed.)
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.92 Preparing to unpack .../0-libudev-dev_232-25+deb9u12_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 50.97 Unpacking libudev-dev:amd64 (232-25+deb9u12) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.11 Selecting previously unselected package libpython3.5-minimal:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.12 Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.12 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.77 Selecting previously unselected package python3.5-minimal.
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.77 Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 51.78 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.04 Selecting previously unselected package python3-minimal.
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.04 Preparing to unpack .../3-python3-minimal_3.5.3-1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.05 Unpacking python3-minimal (3.5.3-1) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.16 Selecting previously unselected package libmpdec2:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.17 Preparing to unpack .../4-libmpdec2_2.4.2-1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.18 Unpacking libmpdec2:amd64 (2.4.2-1) ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.33 Selecting previously unselected package libpython3.5-stdlib:amd64.
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.34 Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.030Z] #13 53.36 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
23:23:42 [2019-09-19T23:23:42.030Z] #58 8.340   PBCC     images/tty.pb-c.c
23:23:42 [2019-09-19T23:23:42.030Z] #58 8.384   DEP      images/tty.pb-c.d
23:23:42 [2019-09-19T23:23:42.030Z] #58 8.461   PBCC     images/tun.pb-c.c
23:23:42 [2019-09-19T23:23:42.286Z] #58 8.533   PBCC     images/netdev.pb-c.c
23:23:42 [2019-09-19T23:23:42.286Z] #58 8.594   DEP      images/tun.pb-c.d
23:23:42 [2019-09-19T23:23:42.286Z] #58 8.673   DEP      images/netdev.pb-c.d
23:23:42 [2019-09-19T23:23:42.286Z] #58 8.725   PBCC     images/vma.pb-c.c
23:23:42 [2019-09-19T23:23:42.286Z] #58 8.765   DEP      images/vma.pb-c.d
23:23:42 [2019-09-19T23:23:42.409Z] syscall
23:23:42 [2019-09-19T23:23:42.542Z] #58 8.805   PBCC     images/creds.pb-c.c
23:23:42 [2019-09-19T23:23:42.542Z] #58 8.850   DEP      images/creds.pb-c.d
23:23:42 [2019-09-19T23:23:42.542Z] #58 8.910   PBCC     images/utsns.pb-c.c
23:23:42 [2019-09-19T23:23:42.542Z] #58 8.967   DEP      images/utsns.pb-c.d
23:23:42 [2019-09-19T23:23:42.542Z] #58 9.008   PBCC     images/ipc-desc.pb-c.c
23:23:42 [2019-09-19T23:23:42.542Z] #58 ...
23:23:42 [2019-09-19T23:23:42.542Z] 
23:23:42 [2019-09-19T23:23:42.542Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:23:42 [2019-09-19T23:23:42.542Z] #30 47.46 sort
23:23:42 [2019-09-19T23:23:42.542Z] #30 48.33 internal/fmtsort
23:23:42 [2019-09-19T23:23:42.542Z] #30 49.22 internal/syscall/unix
23:23:42 [2019-09-19T23:23:42.542Z] #30 49.24 internal/poll
23:23:42 [2019-09-19T23:23:42.542Z] #30 49.51 strings
23:23:42 [2019-09-19T23:23:42.542Z] #30 51.18 os
23:23:42 [2019-09-19T23:23:42.542Z] #30 52.20 bytes
23:23:42 [2019-09-19T23:23:42.542Z] #30 53.96 bufio
23:23:42 [2019-09-19T23:23:42.542Z] #30 54.74 fmt
23:23:42 [2019-09-19T23:23:42.542Z] #30 55.30 path/filepath
23:23:42 [2019-09-19T23:23:42.542Z] #30 56.66 io/ioutil
23:23:42 [2019-09-19T23:23:42.542Z] #30 57.37 path
23:23:42 [2019-09-19T23:23:42.596Z] #13 55.32 Selecting previously unselected package python3.5.
23:23:42 [2019-09-19T23:23:42.596Z] #13 55.32 Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.596Z] #13 55.34 Unpacking python3.5 (3.5.3-1+deb9u1) ...
23:23:42 [2019-09-19T23:23:42.797Z] #30 ...
23:23:42 [2019-09-19T23:23:42.797Z] 
23:23:42 [2019-09-19T23:23:42.797Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:42 [2019-09-19T23:23:42.797Z] #58 9.071   PBCC     images/ipc-sem.pb-c.c
23:23:42 [2019-09-19T23:23:42.797Z] #58 9.088   DEP      images/ipc-desc.pb-c.d
23:23:42 [2019-09-19T23:23:42.797Z] #58 9.126   DEP      images/ipc-sem.pb-c.d
23:23:42 [2019-09-19T23:23:42.797Z] #58 9.162   PBCC     images/ipc-msg.pb-c.c
23:23:42 [2019-09-19T23:23:42.797Z] #58 9.185   DEP      images/ipc-msg.pb-c.d
23:23:42 [2019-09-19T23:23:42.822Z] time
23:23:42 [2019-09-19T23:23:42.853Z] #13 55.55 Selecting previously unselected package libpython3-stdlib:amd64.
23:23:42 [2019-09-19T23:23:42.853Z] #13 55.55 Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_amd64.deb ...
23:23:42 [2019-09-19T23:23:42.853Z] #13 55.55 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
23:23:43 [2019-09-19T23:23:43.053Z] #58 9.238   PBCC     images/ipc-shm.pb-c.c
23:23:43 [2019-09-19T23:23:43.053Z] #58 9.289   DEP      images/ipc-shm.pb-c.d
23:23:43 [2019-09-19T23:23:43.053Z] #58 9.333   PBCC     images/ipc-var.pb-c.c
23:23:43 [2019-09-19T23:23:43.053Z] #58 9.386   DEP      images/ipc-var.pb-c.d
23:23:43 [2019-09-19T23:23:43.053Z] #58 9.444   PBCC     images/sk-opts.pb-c.c
23:23:43 [2019-09-19T23:23:43.111Z] #13 55.65 Selecting previously unselected package dh-python.
23:23:43 [2019-09-19T23:23:43.111Z] #13 55.65 Preparing to unpack .../8-dh-python_2.20170125_all.deb ...
23:23:43 [2019-09-19T23:23:43.111Z] #13 55.67 Unpacking dh-python (2.20170125) ...
23:23:43 [2019-09-19T23:23:43.111Z] #13 55.88 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ...
23:23:43 [2019-09-19T23:23:43.198Z] sort
23:23:43 [2019-09-19T23:23:43.199Z] internal/fmtsort
23:23:43 [2019-09-19T23:23:43.199Z] internal/syscall/unix
23:23:43 [2019-09-19T23:23:43.199Z] strings
23:23:43 [2019-09-19T23:23:43.199Z] internal/poll
23:23:43 [2019-09-19T23:23:43.308Z] #58 9.473   PBCC     images/packet-sock.pb-c.c
23:23:43 [2019-09-19T23:23:43.308Z] #58 9.533   DEP      images/sk-opts.pb-c.d
23:23:43 [2019-09-19T23:23:43.308Z] #58 9.619   DEP      images/packet-sock.pb-c.d
23:23:43 [2019-09-19T23:23:43.308Z] #58 9.686   PBCC     images/sk-netlink.pb-c.c
23:23:43 [2019-09-19T23:23:43.308Z] #58 9.724   DEP      images/sk-netlink.pb-c.d
23:23:43 [2019-09-19T23:23:43.369Z] #13 55.89 Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
23:23:43 [2019-09-19T23:23:43.564Z] #58 9.788   PBCC     images/sk-inet.pb-c.c
23:23:43 [2019-09-19T23:23:43.564Z] #58 9.839   DEP      images/sk-inet.pb-c.d
23:23:43 [2019-09-19T23:23:43.564Z] #58 9.917   PBCC     images/sk-unix.pb-c.c
23:23:43 [2019-09-19T23:23:43.592Z] path
23:23:43 [2019-09-19T23:23:43.592Z] os
23:23:43 [2019-09-19T23:23:43.592Z] regexp/syntax
23:23:43 [2019-09-19T23:23:43.819Z] #58 9.999   DEP      images/sk-unix.pb-c.d
23:23:43 [2019-09-19T23:23:43.819Z] #58 10.08   PBCC     images/mm.pb-c.c
23:23:43 [2019-09-19T23:23:43.819Z] #58 10.16   DEP      images/mm.pb-c.d
23:23:43 [2019-09-19T23:23:43.819Z] #58 10.23   PBCC     images/timerfd.pb-c.c
23:23:43 [2019-09-19T23:23:43.984Z] fmt
23:23:43 [2019-09-19T23:23:43.984Z] path/filepath
23:23:43 [2019-09-19T23:23:43.984Z] regexp
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.30   DEP      images/timerfd.pb-c.d
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.36   PBCC     images/timer.pb-c.c
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.36   DEP      images/timer.pb-c.d
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.44   PBCC     images/sa.pb-c.c
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.46   DEP      images/sa.pb-c.d
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.52   PBCC     images/pipe-data.pb-c.c
23:23:44 [2019-09-19T23:23:44.075Z] #58 10.55   DEP      images/pipe-data.pb-c.d
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.59   PBCC     images/mnt.pb-c.c
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.62   DEP      images/mnt.pb-c.d
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.70   PBCC     images/sk-packet.pb-c.c
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.73   DEP      images/sk-packet.pb-c.d
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.79   PBCC     images/tcp-stream.pb-c.c
23:23:44 [2019-09-19T23:23:44.330Z] #58 10.82   DEP      images/tcp-stream.pb-c.d
23:23:44 [2019-09-19T23:23:44.366Z] flag
23:23:44 [2019-09-19T23:23:44.366Z] go/token
23:23:44 [2019-09-19T23:23:44.366Z] io/ioutil
23:23:44 [2019-09-19T23:23:44.366Z] go/scanner
23:23:44 [2019-09-19T23:23:44.366Z] net/url
23:23:44 [2019-09-19T23:23:44.366Z] go/ast
23:23:44 [2019-09-19T23:23:44.586Z] #58 10.92   PBCC     images/pipe.pb-c.c
23:23:44 [2019-09-19T23:23:44.586Z] #58 10.96   DEP      images/pipe.pb-c.d
23:23:44 [2019-09-19T23:23:44.760Z] text/template/parse
23:23:44 [2019-09-19T23:23:44.760Z] go/parser
23:23:44 [2019-09-19T23:23:44.847Z] #58 11.02   PBCC     images/pstree.pb-c.c
23:23:44 [2019-09-19T23:23:44.847Z] #58 11.06   DEP      images/pstree.pb-c.d
23:23:44 [2019-09-19T23:23:44.847Z] #58 11.13   PBCC     images/fs.pb-c.c
23:23:44 [2019-09-19T23:23:44.847Z] #58 11.19   DEP      images/fs.pb-c.d
23:23:44 [2019-09-19T23:23:44.847Z] #58 11.24   PBCC     images/signalfd.pb-c.c
23:23:44 [2019-09-19T23:23:44.847Z] #58 ...
23:23:44 [2019-09-19T23:23:44.847Z] 
23:23:44 [2019-09-19T23:23:44.847Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:44 [2019-09-19T23:23:44.847Z] #33 49.57 time
23:23:44 [2019-09-19T23:23:44.847Z] #33 51.90 sort
23:23:44 [2019-09-19T23:23:44.847Z] #33 52.75 internal/fmtsort
23:23:44 [2019-09-19T23:23:44.847Z] #33 53.36 internal/syscall/unix
23:23:44 [2019-09-19T23:23:44.847Z] #33 53.61 strings
23:23:44 [2019-09-19T23:23:44.847Z] #33 54.75 internal/poll
23:23:44 [2019-09-19T23:23:44.847Z] #33 55.88 path
23:23:44 [2019-09-19T23:23:44.847Z] #33 56.47 regexp/syntax
23:23:44 [2019-09-19T23:23:44.847Z] #33 56.68 os
23:23:45 [2019-09-19T23:23:45.104Z] #33 ...
23:23:45 [2019-09-19T23:23:45.104Z] 
23:23:45 [2019-09-19T23:23:45.104Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:45 [2019-09-19T23:23:45.104Z] #58 11.27   DEP      images/signalfd.pb-c.d
23:23:45 [2019-09-19T23:23:45.104Z] #58 11.35   PBCC     images/fh.pb-c.c
23:23:45 [2019-09-19T23:23:45.104Z] #58 11.39   PBCC     images/fsnotify.pb-c.c
23:23:45 [2019-09-19T23:23:45.104Z] #58 11.44   DEP      images/fh.pb-c.d
23:23:45 [2019-09-19T23:23:45.147Z] text/template
23:23:45 [2019-09-19T23:23:45.147Z] log
23:23:45 [2019-09-19T23:23:45.147Z] encoding/binary
23:23:45 [2019-09-19T23:23:45.271Z] #13 ...
23:23:45 [2019-09-19T23:23:45.271Z] 
23:23:45 [2019-09-19T23:23:45.271Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:23:45 [2019-09-19T23:23:45.271Z] #61 DONE 120.8s
23:23:45 [2019-09-19T23:23:45.271Z] 
23:23:45 [2019-09-19T23:23:45.271Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build
23:23:45 [2019-09-19T23:23:45.271Z] #62 DONE 0.1s
23:23:45 [2019-09-19T23:23:45.271Z] 
23:23:45 [2019-09-19T23:23:45.271Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:45 [2019-09-19T23:23:45.271Z] #58 51.69   CC       compel/arch/x86/plugins/std/parasite-head.o
23:23:45 [2019-09-19T23:23:45.271Z] #58 51.74   CC       compel/arch/x86/plugins/std/memcpy.o
23:23:45 [2019-09-19T23:23:45.271Z] #58 51.81   CC       compel/arch/x86/plugins/std/syscalls-64.o
23:23:45 [2019-09-19T23:23:45.271Z] #58 51.91   AR       compel/plugins/std.lib.a
23:23:45 [2019-09-19T23:23:45.271Z] #58 52.02   CC       compel/plugins/fds/fds.o
23:23:45 [2019-09-19T23:23:45.271Z] #58 52.39   AR       compel/plugins/fds.lib.a
23:23:45 [2019-09-19T23:23:45.271Z] #58 52.44   HOSTDEP  compel/src/lib/handle-elf-host.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 52.59   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 52.75   HOSTDEP  compel/src/lib/log-host.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 52.96   HOSTDEP  compel/src/main-host.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 53.14   DEP      compel/src/lib/ptrace.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 53.39   DEP      compel/src/lib/infect.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 53.67   DEP      compel/src/lib/infect-util.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 53.85   DEP      compel/src/lib/infect-rpc.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.05   DEP      compel/src/lib/handle-elf.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.27   DEP      compel/arch/x86/src/lib/handle-elf.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.41   DEP      compel/arch/x86/src/lib/infect.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.54   DEP      compel/arch/x86/src/lib/cpu.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.65   DEP      compel/src/lib/log.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.78   DEP      compel/src/main.d
23:23:45 [2019-09-19T23:23:45.272Z] #58 54.96   CC       compel/src/lib/log.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 55.28   CC       compel/arch/x86/src/lib/cpu.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 56.13   CC       compel/arch/x86/src/lib/infect.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 57.03   CC       compel/arch/x86/src/lib/handle-elf.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 57.26   CC       compel/src/lib/handle-elf.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 58.67   CC       compel/src/lib/infect-rpc.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 59.27   CC       compel/src/lib/infect-util.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 59.76   CC       compel/src/lib/infect.o
23:23:45 [2019-09-19T23:23:45.272Z] #58 ...
23:23:45 [2019-09-19T23:23:45.272Z] 
23:23:45 [2019-09-19T23:23:45.272Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:45 [2019-09-19T23:23:45.272Z] #33 111.0 crypto/aes
23:23:45 [2019-09-19T23:23:45.272Z] #33 111.5 math/big
23:23:45 [2019-09-19T23:23:45.272Z] #33 112.3 crypto
23:23:45 [2019-09-19T23:23:45.272Z] #33 112.6 crypto/des
23:23:45 [2019-09-19T23:23:45.272Z] #33 113.3 crypto/internal/randutil
23:23:45 [2019-09-19T23:23:45.272Z] #33 113.4 crypto/sha512
23:23:45 [2019-09-19T23:23:45.272Z] #33 114.8 crypto/hmac
23:23:45 [2019-09-19T23:23:45.272Z] #33 115.0 crypto/md5
23:23:45 [2019-09-19T23:23:45.272Z] #33 115.8 crypto/sha1
23:23:45 [2019-09-19T23:23:45.272Z] #33 116.9 crypto/sha256
23:23:45 [2019-09-19T23:23:45.272Z] #33 118.1 encoding/hex
23:23:45 [2019-09-19T23:23:45.272Z] #33 118.5 encoding/pem
23:23:45 [2019-09-19T23:23:45.272Z] #33 119.1 internal/singleflight
23:23:45 [2019-09-19T23:23:45.272Z] #33 119.3 net
23:23:45 [2019-09-19T23:23:45.272Z] #33 120.8 crypto/rand
23:23:45 [2019-09-19T23:23:45.359Z] #58 11.50   DEP      images/fsnotify.pb-c.d
23:23:45 [2019-09-19T23:23:45.359Z] #58 11.63   PBCC     images/eventpoll.pb-c.c
23:23:45 [2019-09-19T23:23:45.359Z] #58 ...
23:23:45 [2019-09-19T23:23:45.359Z] 
23:23:45 [2019-09-19T23:23:45.359Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.259 -- Detecting C compile features - done
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.292 -- Performing Test HAS_BUILTIN_FORTIFY
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.493 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.584 -- Configuring done
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.610 -- Generating done
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.618 -- Build files have been written to: /tmp/tmp.Kr2Vh71pYH/tini
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.634 + make tini-static
23:23:45 [2019-09-19T23:23:45.359Z] #38 6.894 Scanning dependencies of target tini-static
23:23:45 [2019-09-19T23:23:45.359Z] #38 7.007 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:23:45 [2019-09-19T23:23:45.359Z] #38 8.285 [100%] Linking C executable tini-static
23:23:45 [2019-09-19T23:23:45.359Z] #38 8.937 [100%] Built target tini-static
23:23:45 [2019-09-19T23:23:45.359Z] #38 9.017 + mkdir -p /build
23:23:45 [2019-09-19T23:23:45.359Z] #38 9.020 + cp tini-static /build/docker-init
23:23:45 [2019-09-19T23:23:45.359Z] #38 DONE 9.4s
23:23:45 [2019-09-19T23:23:45.359Z] 
23:23:45 [2019-09-19T23:23:45.359Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:45 [2019-09-19T23:23:45.359Z] #58 11.70   DEP      images/eventpoll.pb-c.d
23:23:45 [2019-09-19T23:23:45.533Z] encoding/base64
23:23:45 [2019-09-19T23:23:45.533Z] encoding/json
23:23:45 [2019-09-19T23:23:45.533Z] go/doc
23:23:45 [2019-09-19T23:23:45.615Z] #58 11.79   PBCC     images/eventfd.pb-c.c
23:23:45 [2019-09-19T23:23:45.615Z] #58 11.85   DEP      images/eventfd.pb-c.d
23:23:45 [2019-09-19T23:23:45.615Z] #58 12.00   PBCC     images/remap-file-path.pb-c.c
23:23:45 [2019-09-19T23:23:45.615Z] #58 12.07   DEP      images/remap-file-path.pb-c.d
23:23:45 [2019-09-19T23:23:45.870Z] #58 12.19   PBCC     images/fifo.pb-c.c
23:23:45 [2019-09-19T23:23:45.870Z] #58 12.28   DEP      images/fifo.pb-c.d
23:23:45 [2019-09-19T23:23:45.933Z] github.com/LK4D4/vndr/build
23:23:45 [2019-09-19T23:23:45.933Z] encoding/xml
23:23:45 [2019-09-19T23:23:45.933Z] github.com/LK4D4/vndr/godl/singleflight
23:23:46 [2019-09-19T23:23:46.127Z] #58 12.38   PBCC     images/ghost-file.pb-c.c
23:23:46 [2019-09-19T23:23:46.205Z] #33 121.9 crypto/elliptic
23:23:46 [2019-09-19T23:23:46.321Z] compress/flate
23:23:46 [2019-09-19T23:23:46.321Z] hash
23:23:46 [2019-09-19T23:23:46.321Z] hash/crc32
23:23:46 [2019-09-19T23:23:46.388Z] #58 12.55   DEP      images/ghost-file.pb-c.d
23:23:46 [2019-09-19T23:23:46.388Z] #58 12.59   PBCC     images/regfile.pb-c.c
23:23:46 [2019-09-19T23:23:46.388Z] #58 12.65   DEP      images/regfile.pb-c.d
23:23:46 [2019-09-19T23:23:46.388Z] #58 12.70   PBCC     images/ns.pb-c.c
23:23:46 [2019-09-19T23:23:46.388Z] #58 12.70   DEP      images/ns.pb-c.d
23:23:46 [2019-09-19T23:23:46.643Z] #58 12.77   PBCC     images/fdinfo.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 12.85   DEP      images/fdinfo.pb-c.d
23:23:46 [2019-09-19T23:23:46.643Z] #58 12.89   PBCC     images/core-aarch64.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 12.95   PBCC     images/core-arm.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 12.96   PBCC     images/core-ppc64.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 13.00   PBCC     images/core-s390.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 13.03   PBCC     images/core-x86.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 13.06   PBCC     images/core.pb-c.c
23:23:46 [2019-09-19T23:23:46.643Z] #58 13.11   PBCC     images/inventory.pb-c.c
23:23:46 [2019-09-19T23:23:46.713Z] context
23:23:46 [2019-09-19T23:23:46.713Z] compress/gzip
23:23:46 [2019-09-19T23:23:46.713Z] crypto/cipher
23:23:46 [2019-09-19T23:23:46.713Z] math/rand
23:23:46 [2019-09-19T23:23:46.713Z] math/big
23:23:46 [2019-09-19T23:23:46.713Z] crypto/aes
23:23:46 [2019-09-19T23:23:46.898Z] #58 13.15   DEP      images/core-aarch64.pb-c.d
23:23:46 [2019-09-19T23:23:46.898Z] #58 13.20   DEP      images/core-arm.pb-c.d
23:23:46 [2019-09-19T23:23:46.898Z] #58 13.28   DEP      images/core-ppc64.pb-c.d
23:23:46 [2019-09-19T23:23:46.898Z] #58 13.37   DEP      images/core-s390.pb-c.d
23:23:47 [2019-09-19T23:23:47.154Z] #58 13.44   DEP      images/core-x86.pb-c.d
23:23:47 [2019-09-19T23:23:47.154Z] #58 13.52   DEP      images/core.pb-c.d
23:23:47 [2019-09-19T23:23:47.166Z] crypto
23:23:47 [2019-09-19T23:23:47.166Z] crypto/des
23:23:47 [2019-09-19T23:23:47.166Z] crypto/internal/randutil
23:23:47 [2019-09-19T23:23:47.166Z] crypto/sha512
23:23:47 [2019-09-19T23:23:47.166Z] crypto/hmac
23:23:47 [2019-09-19T23:23:47.166Z] crypto/md5
23:23:47 [2019-09-19T23:23:47.409Z] #58 13.60   DEP      images/inventory.pb-c.d
23:23:47 [2019-09-19T23:23:47.409Z] #58 13.65   PBCC     images/cpuinfo.pb-c.c
23:23:47 [2019-09-19T23:23:47.409Z] #58 13.67   DEP      images/cpuinfo.pb-c.d
23:23:47 [2019-09-19T23:23:47.409Z] #58 13.71   PBCC     images/stats.pb-c.c
23:23:47 [2019-09-19T23:23:47.409Z] #58 13.73   DEP      images/stats.pb-c.d
23:23:47 [2019-09-19T23:23:47.579Z] #33 ...
23:23:47 [2019-09-19T23:23:47.579Z] 
23:23:47 [2019-09-19T23:23:47.579Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:47 [2019-09-19T23:23:47.579Z] #13 60.00 Setting up python3-minimal (3.5.3-1) ...
23:23:47 [2019-09-19T23:23:47.589Z] crypto/sha1
23:23:47 [2019-09-19T23:23:47.589Z] crypto/sha256
23:23:47 [2019-09-19T23:23:47.589Z] encoding/hex
23:23:47 [2019-09-19T23:23:47.589Z] encoding/pem
23:23:47 [2019-09-19T23:23:47.589Z] crypto/rand
23:23:47 [2019-09-19T23:23:47.589Z] crypto/elliptic
23:23:47 [2019-09-19T23:23:47.988Z] encoding/asn1
23:23:48 [2019-09-19T23:23:48.362Z] crypto/rsa
23:23:48 [2019-09-19T23:23:48.362Z] crypto/ecdsa
23:23:48 [2019-09-19T23:23:48.362Z] crypto/dsa
23:23:48 [2019-09-19T23:23:48.362Z] crypto/x509/pkix
23:23:48 [2019-09-19T23:23:48.362Z] internal/x/crypto/cryptobyte
23:23:48 [2019-09-19T23:23:48.362Z] internal/singleflight
23:23:48 [2019-09-19T23:23:48.362Z] net
23:23:48 [2019-09-19T23:23:48.362Z] internal/x/crypto/internal/chacha20
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/crypto/poly1305
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/crypto/chacha20poly1305
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/crypto/curve25519
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/crypto/hkdf
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/text/transform
23:23:48 [2019-09-19T23:23:48.750Z] internal/x/text/unicode/bidi
23:23:48 [2019-09-19T23:23:48.772Z] #58 15.03 make[1]: Nothing to be done for 'all'.
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.47 Selecting previously unselected package python3.
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.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 ... 16747 files and directories currently installed.)
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.50 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.52 Unpacking python3 (3.5.3-1) ...
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.61 Selecting previously unselected package pigz.
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.62 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ...
23:23:48 [2019-09-19T23:23:48.952Z] #13 61.62 Unpacking pigz (2.3.4-1) ...
23:23:49 [2019-09-19T23:23:49.136Z] internal/x/text/secure/bidirule
23:23:49 [2019-09-19T23:23:49.136Z] internal/x/text/unicode/norm
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.74 Selecting previously unselected package libip4tc0:amd64.
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.74 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.75 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.81 Selecting previously unselected package libip6tc0:amd64.
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.81 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.82 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.92 Selecting previously unselected package libiptc0:amd64.
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.93 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.210Z] #13 61.94 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
23:23:49 [2019-09-19T23:23:49.469Z] #13 62.09 Selecting previously unselected package libxtables12:amd64.
23:23:49 [2019-09-19T23:23:49.469Z] #13 62.09 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.469Z] #13 62.13 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
23:23:49 [2019-09-19T23:23:49.533Z] internal/x/net/idna
23:23:49 [2019-09-19T23:23:49.533Z] internal/x/net/http2/hpack
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.24 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.24 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.37 Selecting previously unselected package iptables.
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.37 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ...
23:23:49 [2019-09-19T23:23:49.726Z] #13 62.37 Unpacking iptables (1.6.0+snapshot20161117-6) ...
23:23:49 [2019-09-19T23:23:49.938Z] mime
23:23:49 [2019-09-19T23:23:49.938Z] mime/quotedprintable
23:23:49 [2019-09-19T23:23:49.938Z] net/http/internal
23:23:49 [2019-09-19T23:23:49.938Z] os/exec
23:23:50 [2019-09-19T23:23:50.140Z] #58 16.34   CC       images/stats.o
23:23:50 [2019-09-19T23:23:50.292Z] #13 62.82 Selecting previously unselected package xxd.
23:23:50 [2019-09-19T23:23:50.292Z] #13 62.82 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:23:50 [2019-09-19T23:23:50.292Z] #13 62.82 Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:23:50 [2019-09-19T23:23:50.292Z] #13 63.02 Selecting previously unselected package vim-common.
23:23:50 [2019-09-19T23:23:50.292Z] #13 63.02 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:23:50 [2019-09-19T23:23:50.292Z] #13 63.04 Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:23:50 [2019-09-19T23:23:50.326Z] crypto/x509
23:23:50 [2019-09-19T23:23:50.326Z] net/textproto
23:23:50 [2019-09-19T23:23:50.326Z] internal/x/net/http/httpguts
23:23:50 [2019-09-19T23:23:50.326Z] internal/x/net/http/httpproxy
23:23:50 [2019-09-19T23:23:50.326Z] mime/multipart
23:23:50 [2019-09-19T23:23:50.395Z] #58 16.74   CC       images/core.o
23:23:50 [2019-09-19T23:23:50.550Z] #13 63.22 Selecting previously unselected package bzip2.
23:23:50 [2019-09-19T23:23:50.550Z] #13 63.22 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ...
23:23:50 [2019-09-19T23:23:50.550Z] #13 63.23 Unpacking bzip2 (1.0.6-8.1) ...
23:23:50 [2019-09-19T23:23:50.709Z] crypto/tls
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.34 Selecting previously unselected package libgpm2:amd64.
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.34 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ...
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.35 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ...
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.53 Selecting previously unselected package xz-utils.
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.53 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ...
23:23:50 [2019-09-19T23:23:50.808Z] #13 63.53 Unpacking xz-utils (5.2.2-1.2+b1) ...
23:23:51 [2019-09-19T23:23:51.066Z] #13 63.77 Selecting previously unselected package aufs-tools.
23:23:51 [2019-09-19T23:23:51.066Z] #13 63.78 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ...
23:23:51 [2019-09-19T23:23:51.066Z] #13 63.78 Unpacking aufs-tools (1:4.1+20161219-1) ...
23:23:51 [2019-09-19T23:23:51.321Z] #58 17.50   CC       images/core-x86.o
23:23:51 [2019-09-19T23:23:51.324Z] #13 63.95 Selecting previously unselected package liblzo2-2:amd64.
23:23:51 [2019-09-19T23:23:51.324Z] #13 63.97 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ...
23:23:51 [2019-09-19T23:23:51.324Z] #13 63.98 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
23:23:51 [2019-09-19T23:23:51.486Z] net/http/httptrace
23:23:51 [2019-09-19T23:23:51.582Z] #13 64.10 Selecting previously unselected package btrfs-progs.
23:23:51 [2019-09-19T23:23:51.582Z] #13 64.13 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ...
23:23:51 [2019-09-19T23:23:51.582Z] #13 64.13 Unpacking btrfs-progs (4.7.3-1) ...
23:23:51 [2019-09-19T23:23:51.863Z] net/http
23:23:51 [2019-09-19T23:23:51.883Z] #58 18.15   CC       images/core-arm.o
23:23:51 [2019-09-19T23:23:51.883Z] #58 ...
23:23:51 [2019-09-19T23:23:51.883Z] 
23:23:51 [2019-09-19T23:23:51.883Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv
23:23:51 [2019-09-19T23:23:51.883Z] #30 57.94 text/tabwriter
23:23:51 [2019-09-19T23:23:51.883Z] #30 59.04 flag
23:23:51 [2019-09-19T23:23:51.883Z] #30 59.06 github.com/BurntSushi/toml
23:23:51 [2019-09-19T23:23:51.883Z] #30 61.22 log
23:23:51 [2019-09-19T23:23:51.883Z] #30 63.41 github.com/BurntSushi/toml/cmd/tomlv
23:23:51 [2019-09-19T23:23:51.883Z] #30 DONE 66.8s
23:23:51 [2019-09-19T23:23:51.883Z] 
23:23:51 [2019-09-19T23:23:51.883Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:51 [2019-09-19T23:23:51.883Z] #33 61.02 fmt
23:23:51 [2019-09-19T23:23:51.883Z] #33 61.37 path/filepath
23:23:51 [2019-09-19T23:23:51.883Z] #33 62.46 regexp
23:23:51 [2019-09-19T23:23:51.883Z] #33 64.53 flag
23:23:51 [2019-09-19T23:23:51.883Z] #33 65.56 go/token
23:23:51 [2019-09-19T23:23:51.883Z] #33 66.12 io/ioutil
23:23:51 [2019-09-19T23:23:51.883Z] #33 66.22 go/scanner
23:23:51 [2019-09-19T23:23:51.883Z] #33 66.62 net/url
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.73 Selecting previously unselected package btrfs-tools.
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.74 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.75 Unpacking btrfs-tools (4.7.3-1) ...
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.83 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.83 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.147Z] #13 64.84 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
23:23:52 [2019-09-19T23:23:52.405Z] #13 64.98 Selecting previously unselected package dmsetup.
23:23:52 [2019-09-19T23:23:52.405Z] #13 64.98 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.405Z] #13 64.99 Unpacking dmsetup (2:1.02.137-2) ...
23:23:52 [2019-09-19T23:23:52.405Z] #13 65.11 Selecting previously unselected package libonig4:amd64.
23:23:52 [2019-09-19T23:23:52.405Z] #13 65.11 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.405Z] #13 65.12 Unpacking libonig4:amd64 (6.1.3-2) ...
23:23:52 [2019-09-19T23:23:52.443Z] #33 ...
23:23:52 [2019-09-19T23:23:52.443Z] 
23:23:52 [2019-09-19T23:23:52.443Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:52 [2019-09-19T23:23:52.443Z] #58 18.78   CC       images/core-aarch64.o
23:23:52 [2019-09-19T23:23:52.662Z] #13 65.33 Selecting previously unselected package libjq1:amd64.
23:23:52 [2019-09-19T23:23:52.662Z] #13 65.34 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.662Z] #13 65.34 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.48 Selecting previously unselected package jq.
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.48 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.50 Unpacking jq (1.5+dfsg-1.3) ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.58 Selecting previously unselected package libaio1:amd64.
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.59 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.60 Unpacking libaio1:amd64 (0.3.110-3) ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.69 Selecting previously unselected package libcap2-bin.
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.70 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.72 Unpacking libcap2-bin (1:2.25-1) ...
23:23:52 [2019-09-19T23:23:52.920Z] #13 65.79 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:23:53 [2019-09-19T23:23:53.004Z] #58 19.27   CC       images/core-ppc64.o
23:23:53 [2019-09-19T23:23:53.178Z] #13 65.79 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ...
23:23:53 [2019-09-19T23:23:53.178Z] #13 65.80 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
23:23:53 [2019-09-19T23:23:53.178Z] #13 65.89 Selecting previously unselected package libsepol1-dev:amd64.
23:23:53 [2019-09-19T23:23:53.178Z] #13 65.90 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ...
23:23:53 [2019-09-19T23:23:53.178Z] #13 65.90 Unpacking libsepol1-dev:amd64 (2.6-2) ...
23:23:53 [2019-09-19T23:23:53.565Z] #58 19.82   CC       images/core-s390.o
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.25 Selecting previously unselected package libpcre16-3:amd64.
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.25 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ...
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.26 Unpacking libpcre16-3:amd64 (2:8.39-3) ...
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.46 Selecting previously unselected package libpcre32-3:amd64.
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.46 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ...
23:23:53 [2019-09-19T23:23:53.744Z] #13 66.47 Unpacking libpcre32-3:amd64 (2:8.39-3) ...
23:23:53 [2019-09-19T23:23:53.903Z] github.com/LK4D4/vndr/godl
23:23:53 [2019-09-19T23:23:53.903Z] github.com/LK4D4/vndr
23:23:54 [2019-09-19T23:23:54.003Z] #13 66.66 Selecting previously unselected package libpcre3-dev:amd64.
23:23:54 [2019-09-19T23:23:54.003Z] #13 66.66 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ...
23:23:54 [2019-09-19T23:23:54.003Z] #13 66.66 Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
23:23:54 [2019-09-19T23:23:54.126Z] #58 20.50   CC       images/cpuinfo.o
23:23:54 [2019-09-19T23:23:54.568Z] #13 67.23 Selecting previously unselected package libselinux1-dev:amd64.
23:23:54 [2019-09-19T23:23:54.568Z] #13 67.23 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ...
23:23:54 [2019-09-19T23:23:54.568Z] #13 67.24 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ...
23:23:54 [2019-09-19T23:23:54.687Z] #58 20.91   CC       images/inventory.o
23:23:54 [2019-09-19T23:23:54.826Z] #13 67.56 Selecting previously unselected package libdevmapper-dev:amd64.
23:23:54 [2019-09-19T23:23:54.827Z] #13 67.56 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ...
23:23:54 [2019-09-19T23:23:54.827Z] #13 67.57 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ...
23:23:54 [2019-09-19T23:23:54.942Z] #58 21.15   CC       images/fdinfo.o
23:23:54 [2019-09-19T23:23:54.942Z] #58 ...
23:23:54 [2019-09-19T23:23:54.942Z] 
23:23:54 [2019-09-19T23:23:54.942Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:23:54 [2019-09-19T23:23:54.942Z] #47 24.39 + cd /tmp/tmp.1JBv8695y6/src/github.com/containerd/containerd
23:23:54 [2019-09-19T23:23:54.942Z] #47 24.39 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + export 'BUILDTAGS=netgo osusergo static_build'
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + BUILDTAGS='netgo osusergo static_build'
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + export EXTRA_FLAGS=-buildmode=pie
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + EXTRA_FLAGS=-buildmode=pie
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + '[' '' = dynamic ']'
23:23:54 [2019-09-19T23:23:54.942Z] #47 26.58 + make
23:23:54 [2019-09-19T23:23:54.942Z] #47 27.20 🇩 bin/ctr
23:23:54 [2019-09-19T23:23:54.942Z] #47 ...
23:23:54 [2019-09-19T23:23:54.942Z] 
23:23:54 [2019-09-19T23:23:54.942Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:54 [2019-09-19T23:23:54.942Z] #33 67.71 go/ast
23:23:54 [2019-09-19T23:23:54.942Z] #33 68.37 text/template/parse
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.67 Selecting previously unselected package libnl-3-200:amd64.
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.68 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ...
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.68 Unpacking libnl-3-200:amd64 (3.2.27-2) ...
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.79 Selecting previously unselected package libprotobuf-c1:amd64.
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.80 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ...
23:23:55 [2019-09-19T23:23:55.085Z] #13 67.81 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ...
23:23:55 [2019-09-19T23:23:55.343Z] #13 67.93 Selecting previously unselected package libreadline5:amd64.
23:23:55 [2019-09-19T23:23:55.343Z] #13 67.94 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
23:23:55 [2019-09-19T23:23:55.343Z] #13 67.96 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
23:23:55 [2019-09-19T23:23:55.600Z] #13 68.09 Selecting previously unselected package libsystemd-dev:amd64.
23:23:55 [2019-09-19T23:23:55.600Z] #13 68.10 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ...
23:23:55 [2019-09-19T23:23:55.600Z] #13 68.10 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ...
23:23:56 [2019-09-19T23:23:56.305Z] #33 71.23 go/parser
23:23:56 [2019-09-19T23:23:56.407Z] Removing intermediate container 3c2322c429cc
23:23:56 [2019-09-19T23:23:56.407Z]  ---> c3ce8cec60c2
23:23:56 [2019-09-19T23:23:56.407Z] Step 49/126 : FROM dev-base AS containerd
23:23:56 [2019-09-19T23:23:56.407Z]  ---> c3b1a3e9c722
23:23:56 [2019-09-19T23:23:56.407Z] Step 50/126 : ARG DEBIAN_FRONTEND
23:23:56 [2019-09-19T23:23:56.407Z]  ---> Using cache
23:23:56 [2019-09-19T23:23:56.407Z]  ---> 89f80ddee2bc
23:23:56 [2019-09-19T23:23:56.407Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	btrfs-tools 	&& rm -rf /var/lib/apt/lists/*
23:23:56 [2019-09-19T23:23:56.407Z]  ---> Running in f6b8ec4d7f24
23:23:57 [2019-09-19T23:23:57.199Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:23:57 [2019-09-19T23:23:57.199Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:23:57 [2019-09-19T23:23:57.199Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:23:57 [2019-09-19T23:23:57.199Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:23:57 [2019-09-19T23:23:57.199Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:23:57 [2019-09-19T23:23:57.199Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:23:57 [2019-09-19T23:23:57.199Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:23:57 [2019-09-19T23:23:57.500Z] #13 69.87 Selecting previously unselected package net-tools.
23:23:57 [2019-09-19T23:23:57.500Z] #13 69.89 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ...
23:23:57 [2019-09-19T23:23:57.500Z] #13 69.90 Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
23:23:57 [2019-09-19T23:23:57.500Z] #13 70.15 Selecting previously unselected package python-pip-whl.
23:23:57 [2019-09-19T23:23:57.500Z] #13 70.17 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
23:23:57 [2019-09-19T23:23:57.500Z] #13 70.18 Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
23:23:57 [2019-09-19T23:23:57.569Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:23:57 [2019-09-19T23:23:57.669Z] #33 72.25 text/template
23:23:58 [2019-09-19T23:23:58.076Z] #13 ...
23:23:58 [2019-09-19T23:23:58.076Z] 
23:23:58 [2019-09-19T23:23:58.076Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:58 [2019-09-19T23:23:58.076Z] #58 62.53   CC       compel/src/lib/ptrace.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 63.01   AR       compel/libcompel.a
23:23:58 [2019-09-19T23:23:58.076Z] #58 63.09   HOSTCC   compel/src/main-host.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 63.52   HOSTCC   compel/src/lib/log-host.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 63.80   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 64.01   HOSTCC   compel/src/lib/handle-elf-host.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 64.49   HOSTLINK compel/compel-host-bin
23:23:58 [2019-09-19T23:23:58.076Z] #58 64.63   DEP      soccr/soccr.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 64.79   CC       soccr/soccr.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 66.49   AR       soccr/libsoccr.a
23:23:58 [2019-09-19T23:23:58.076Z] #58 66.54 make[1]: 'soccr/libsoccr.a' is up to date.
23:23:58 [2019-09-19T23:23:58.076Z] #58 66.94   DEP      criu/arch/x86/sigframe.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 67.05   DEP      criu/arch/x86/sigaction_compat.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 67.18   DEP      criu/arch/x86/kerndat.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 67.33   DEP      criu/arch/x86/crtools.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 67.50   DEP      criu/arch/x86/cpu.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 67.79   CC       criu/arch/x86/cpu.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 68.64   CC       criu/arch/x86/crtools.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 70.15   CC       criu/arch/x86/kerndat.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 70.70   CC       criu/arch/x86/sigaction_compat.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.01   CC       criu/arch/x86/sigframe.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.25   LINK     criu/arch/x86/crtools.built-in.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.31   DEP      criu/pie/util-vdso-elf32.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.42   DEP      criu/arch/x86/vdso-pie.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.57   DEP      criu/pie/parasite-vdso.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.78   DEP      criu/pie/util-vdso.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 71.96   DEP      criu/pie/util.d
23:23:58 [2019-09-19T23:23:58.076Z] #58 72.13   CC       criu/pie/util.o
23:23:58 [2019-09-19T23:23:58.076Z] #58 72.59   CC       criu/pie/util-vdso.o
23:23:58 [2019-09-19T23:23:58.334Z] #58 ...
23:23:58 [2019-09-19T23:23:58.334Z] 
23:23:58 [2019-09-19T23:23:58.334Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:58 [2019-09-19T23:23:58.334Z] #13 70.85 Selecting previously unselected package python3-pip.
23:23:58 [2019-09-19T23:23:58.334Z] #13 70.85 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
23:23:58 [2019-09-19T23:23:58.334Z] #13 70.86 Unpacking python3-pip (9.0.1-2+deb9u1) ...
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.13 Selecting previously unselected package python3-pkg-resources.
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.16 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.16 Unpacking python3-pkg-resources (33.1.1-1) ...
23:23:58 [2019-09-19T23:23:58.591Z] #13 ...
23:23:58 [2019-09-19T23:23:58.591Z] 
23:23:58 [2019-09-19T23:23:58.591Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:23:58 [2019-09-19T23:23:58.591Z] #33 124.4 encoding/asn1
23:23:58 [2019-09-19T23:23:58.591Z] #33 126.5 crypto/ecdsa
23:23:58 [2019-09-19T23:23:58.591Z] #33 127.0 crypto/rsa
23:23:58 [2019-09-19T23:23:58.591Z] #33 128.3 crypto/dsa
23:23:58 [2019-09-19T23:23:58.591Z] #33 128.7 crypto/x509/pkix
23:23:58 [2019-09-19T23:23:58.591Z] #33 129.3 internal/x/crypto/cryptobyte
23:23:58 [2019-09-19T23:23:58.591Z] #33 131.3 internal/x/crypto/internal/chacha20
23:23:58 [2019-09-19T23:23:58.591Z] #33 131.8 internal/x/crypto/poly1305
23:23:58 [2019-09-19T23:23:58.591Z] #33 132.1 internal/x/crypto/chacha20poly1305
23:23:58 [2019-09-19T23:23:58.591Z] #33 133.3 internal/x/crypto/hkdf
23:23:58 [2019-09-19T23:23:58.591Z] #33 133.6 internal/x/text/transform
23:23:58 [2019-09-19T23:23:58.591Z] #33 ...
23:23:58 [2019-09-19T23:23:58.591Z] 
23:23:58 [2019-09-19T23:23:58.591Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.35 Selecting previously unselected package python3-setuptools.
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.36 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
23:23:58 [2019-09-19T23:23:58.591Z] #13 71.38 Unpacking python3-setuptools (33.1.1-1) ...
23:23:58 [2019-09-19T23:23:58.595Z] #33 ...
23:23:58 [2019-09-19T23:23:58.595Z] 
23:23:58 [2019-09-19T23:23:58.595Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:23:58 [2019-09-19T23:23:58.595Z] #58 21.42   CC       images/fown.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 21.62   CC       images/ns.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 21.81   CC       images/regfile.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 21.98   CC       images/ghost-file.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 22.24   CC       images/fifo.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 22.39   CC       images/remap-file-path.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 22.53   CC       images/eventfd.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 22.74   CC       images/eventpoll.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 23.02   CC       images/fh.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 23.27   CC       images/fsnotify.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 23.88   CC       images/signalfd.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 24.05   CC       images/fs.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 24.34   CC       images/pstree.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 24.52   CC       images/pipe.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 24.71   CC       images/tcp-stream.o
23:23:58 [2019-09-19T23:23:58.595Z] #58 24.89   CC       images/sk-packet.o
23:23:58 [2019-09-19T23:23:58.848Z] #13 71.64 Selecting previously unselected package python3-wheel.
23:23:58 [2019-09-19T23:23:58.851Z] #58 25.18   CC       images/mnt.o
23:23:58 [2019-09-19T23:23:58.851Z] #58 25.32   CC       images/pipe-data.o
23:23:58 [2019-09-19T23:23:58.937Z] Fetched 7674 kB in 1s (4435 kB/s)
23:23:59 [2019-09-19T23:23:59.106Z] #58 25.50   CC       images/sa.o
23:23:59 [2019-09-19T23:23:59.106Z] #13 71.66 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
23:23:59 [2019-09-19T23:23:59.106Z] #13 71.67 Unpacking python3-wheel (0.29.0-2) ...
23:23:59 [2019-09-19T23:23:59.106Z] #13 71.81 Selecting previously unselected package thin-provisioning-tools.
23:23:59 [2019-09-19T23:23:59.106Z] #13 71.82 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ...
23:23:59 [2019-09-19T23:23:59.106Z] #13 71.83 Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
23:23:59 [2019-09-19T23:23:59.361Z] #58 25.68   CC       images/timer.o
23:23:59 [2019-09-19T23:23:59.364Z] #13 72.18 Selecting previously unselected package vim-runtime.
23:23:59 [2019-09-19T23:23:59.364Z] #13 72.19 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
23:23:59 [2019-09-19T23:23:59.532Z] Reading package lists...
23:23:59 [2019-09-19T23:23:59.622Z] #13 72.23 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
23:23:59 [2019-09-19T23:23:59.622Z] #13 72.29 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
23:23:59 [2019-09-19T23:23:59.622Z] #13 72.29 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
23:23:59 [2019-09-19T23:23:59.898Z] Reading package lists...
23:23:59 [2019-09-19T23:23:59.898Z] Building dependency tree...
23:23:59 [2019-09-19T23:23:59.898Z] Reading state information...
23:23:59 [2019-09-19T23:23:59.898Z] The following additional packages will be installed:
23:23:59 [2019-09-19T23:23:59.898Z]   btrfs-progs liblzo2-2
23:23:59 [2019-09-19T23:23:59.898Z] The following NEW packages will be installed:
23:23:59 [2019-09-19T23:23:59.898Z]   btrfs-progs btrfs-tools liblzo2-2
23:23:59 [2019-09-19T23:23:59.898Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:23:59 [2019-09-19T23:23:59.898Z] Need to get 668 kB of archives.
23:23:59 [2019-09-19T23:23:59.898Z] After this operation, 5446 kB of additional disk space will be used.
23:23:59 [2019-09-19T23:23:59.898Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
23:23:59 [2019-09-19T23:23:59.924Z] #58 26.05   CC       images/timerfd.o
23:24:00 [2019-09-19T23:24:00.180Z] #58 26.32   CC       images/mm.o
23:24:00 [2019-09-19T23:24:00.278Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB]
23:24:00 [2019-09-19T23:24:00.278Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB]
23:24:00 [2019-09-19T23:24:00.278Z] debconf: delaying package configuration, since apt-utils is not installed
23:24:00 [2019-09-19T23:24:00.278Z] Fetched 668 kB in 0s (7354 kB/s)
23:24:00 [2019-09-19T23:24:00.278Z] Selecting previously unselected package liblzo2-2:s390x.
23:24:00 [2019-09-19T23:24:00.278Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14828 files and directories currently installed.)
23:24:00 [2019-09-19T23:24:00.278Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ...
23:24:00 [2019-09-19T23:24:00.278Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
23:24:00 [2019-09-19T23:24:00.278Z] Selecting previously unselected package btrfs-progs.
23:24:00 [2019-09-19T23:24:00.278Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ...
23:24:00 [2019-09-19T23:24:00.278Z] Unpacking btrfs-progs (4.7.3-1) ...
23:24:00 [2019-09-19T23:24:00.278Z] Selecting previously unselected package btrfs-tools.
23:24:00 [2019-09-19T23:24:00.278Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ...
23:24:00 [2019-09-19T23:24:00.278Z] Unpacking btrfs-tools (4.7.3-1) ...
23:24:00 [2019-09-19T23:24:00.278Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:24:00 [2019-09-19T23:24:00.435Z] #58 26.67   CC       images/sk-opts.o
23:24:00 [2019-09-19T23:24:00.642Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
23:24:00 [2019-09-19T23:24:00.642Z] Setting up btrfs-progs (4.7.3-1) ...
23:24:00 [2019-09-19T23:24:00.642Z] Setting up btrfs-tools (4.7.3-1) ...
23:24:00 [2019-09-19T23:24:00.642Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:24:00 [2019-09-19T23:24:00.691Z] #58 26.90   CC       images/sk-unix.o
23:24:00 [2019-09-19T23:24:00.946Z] #58 27.12   CC       images/sk-inet.o
23:24:00 [2019-09-19T23:24:00.946Z] #58 27.30   CC       images/tun.o
23:24:01 [2019-09-19T23:24:01.007Z] Removing intermediate container f6b8ec4d7f24
23:24:01 [2019-09-19T23:24:01.007Z]  ---> 4b3b1bc30076
23:24:01 [2019-09-19T23:24:01.007Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd
23:24:01 [2019-09-19T23:24:01.202Z] #58 27.51   CC       images/sk-netlink.o
23:24:01 [2019-09-19T23:24:01.388Z]  ---> Running in 0b1154e003c6
23:24:01 [2019-09-19T23:24:01.388Z] Removing intermediate container 0b1154e003c6
23:24:01 [2019-09-19T23:24:01.388Z]  ---> 0988c9e278f4
23:24:01 [2019-09-19T23:24:01.388Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:24:01 [2019-09-19T23:24:01.457Z] #58 27.70   CC       images/packet-sock.o
23:24:01 [2019-09-19T23:24:01.457Z] #58 27.94   CC       images/ipc-var.o
23:24:01 [2019-09-19T23:24:01.757Z]  ---> 23158119f8ec
23:24:01 [2019-09-19T23:24:01.757Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:24:01 [2019-09-19T23:24:01.757Z]  ---> ddea3eda57a7
23:24:01 [2019-09-19T23:24:01.757Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:24:01 [2019-09-19T23:24:01.757Z]  ---> Running in d9d357c9c516
23:24:02 [2019-09-19T23:24:02.017Z] #58 28.20   CC       images/ipc-desc.o
23:24:02 [2019-09-19T23:24:02.017Z] #58 28.40   CC       images/ipc-shm.o
23:24:02 [2019-09-19T23:24:02.131Z] + RM_GOPATH=0
23:24:02 [2019-09-19T23:24:02.131Z] + TMP_GOPATH=
23:24:02 [2019-09-19T23:24:02.131Z] + : /build
23:24:02 [2019-09-19T23:24:02.131Z] + '[' -z '' ']'
23:24:02 [2019-09-19T23:24:02.131Z] ++ mktemp -d
23:24:02 [2019-09-19T23:24:02.131Z] + export GOPATH=/tmp/tmp.goQC5fL6Kq
23:24:02 [2019-09-19T23:24:02.131Z] + GOPATH=/tmp/tmp.goQC5fL6Kq
23:24:02 [2019-09-19T23:24:02.131Z] + RM_GOPATH=1
23:24:02 [2019-09-19T23:24:02.131Z] ++ dirname ./install.sh
23:24:02 [2019-09-19T23:24:02.131Z] + dir=.
23:24:02 [2019-09-19T23:24:02.131Z] + bin=containerd
23:24:02 [2019-09-19T23:24:02.131Z] + shift
23:24:02 [2019-09-19T23:24:02.131Z] + '[' '!' -f ./containerd.installer ']'
23:24:02 [2019-09-19T23:24:02.131Z] + . ./containerd.installer
23:24:02 [2019-09-19T23:24:02.131Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3
23:24:02 [2019-09-19T23:24:02.131Z] + install_containerd
23:24:02 [2019-09-19T23:24:02.131Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3'
23:24:02 [2019-09-19T23:24:02.131Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.goQC5fL6Kq/src/github.com/containerd/containerd
23:24:02 [2019-09-19T23:24:02.131Z] Cloning into '/tmp/tmp.goQC5fL6Kq/src/github.com/containerd/containerd'...
23:24:02 [2019-09-19T23:24:02.131Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3
23:24:02 [2019-09-19T23:24:02.272Z] #58 28.58   CC       images/ipc-msg.o
23:24:02 [2019-09-19T23:24:02.528Z] #58 28.86   CC       images/ipc-sem.o
23:24:02 [2019-09-19T23:24:02.783Z] #58 29.05   CC       images/utsns.o
23:24:02 [2019-09-19T23:24:02.783Z] #58 29.24   CC       images/creds.o
23:24:03 [2019-09-19T23:24:03.345Z] #58 29.48   CC       images/vma.o
23:24:03 [2019-09-19T23:24:03.601Z] #58 29.70   CC       images/netdev.o
23:24:03 [2019-09-19T23:24:03.857Z] #58 30.11   CC       images/tty.o
23:24:04 [2019-09-19T23:24:04.418Z] #58 30.72   CC       images/file-lock.o
23:24:04 [2019-09-19T23:24:04.673Z] #58 30.94   CC       images/rlimit.o
23:24:04 [2019-09-19T23:24:04.673Z] #58 31.10   CC       images/pagemap.o
23:24:04 [2019-09-19T23:24:04.884Z] #13 76.72 Selecting previously unselected package vim.
23:24:04 [2019-09-19T23:24:04.884Z] #13 76.73 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
23:24:04 [2019-09-19T23:24:04.884Z] #13 76.74 Unpacking vim (2:8.0.0197-4+deb9u3) ...
23:24:04 [2019-09-19T23:24:04.884Z] #13 77.44 Selecting previously unselected package xfsprogs.
23:24:04 [2019-09-19T23:24:04.884Z] #13 77.44 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ...
23:24:04 [2019-09-19T23:24:04.884Z] #13 77.44 Unpacking xfsprogs (4.9.0+nmu1) ...
23:24:04 [2019-09-19T23:24:04.929Z] #58 31.31   CC       images/siginfo.o
23:24:05 [2019-09-19T23:24:05.185Z] #58 31.54   CC       images/rpc.o
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.03 Selecting previously unselected package zip.
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.04 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ...
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.04 Unpacking zip (3.0-11+b1) ...
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.21 Selecting previously unselected package libapparmor-perl.
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.22 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ...
23:24:05 [2019-09-19T23:24:05.450Z] #13 78.23 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
23:24:05 [2019-09-19T23:24:05.708Z] #13 78.37 Selecting previously unselected package apparmor.
23:24:05 [2019-09-19T23:24:05.708Z] #13 78.37 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ...
23:24:05 [2019-09-19T23:24:05.966Z] #13 78.49 Unpacking apparmor (2.11.0-3+deb9u2) ...
23:24:06 [2019-09-19T23:24:06.224Z] #13 78.97 Selecting previously unselected package binutils-mingw-w64-i686.
23:24:06 [2019-09-19T23:24:06.224Z] #13 78.98 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ...
23:24:06 [2019-09-19T23:24:06.224Z] #13 78.99 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:24:06 [2019-09-19T23:24:06.302Z] + cd /tmp/tmp.goQC5fL6Kq/src/github.com/containerd/containerd
23:24:06 [2019-09-19T23:24:06.302Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3
23:24:06 [2019-09-19T23:24:06.302Z] + export 'BUILDTAGS=netgo osusergo static_build'
23:24:06 [2019-09-19T23:24:06.302Z] + BUILDTAGS='netgo osusergo static_build'
23:24:06 [2019-09-19T23:24:06.302Z] + export EXTRA_FLAGS=-buildmode=pie
23:24:06 [2019-09-19T23:24:06.302Z] + EXTRA_FLAGS=-buildmode=pie
23:24:06 [2019-09-19T23:24:06.302Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:24:06 [2019-09-19T23:24:06.302Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:24:06 [2019-09-19T23:24:06.302Z] + '[' '' = dynamic ']'
23:24:06 [2019-09-19T23:24:06.302Z] + make
23:24:06 [2019-09-19T23:24:06.302Z] 🇩 bin/ctr
23:24:06 [2019-09-19T23:24:06.547Z] #58 32.65   CC       images/ext-file.o
23:24:06 [2019-09-19T23:24:06.547Z] #58 32.89   CC       images/cgroup.o
23:24:07 [2019-09-19T23:24:07.108Z] #58 33.35   CC       images/userns.o
23:24:07 [2019-09-19T23:24:07.364Z] #58 33.64   CC       images/google/protobuf/descriptor.o
23:24:08 [2019-09-19T23:24:08.124Z] #13 80.82 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:24:08 [2019-09-19T23:24:08.124Z] #13 80.84 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ...
23:24:08 [2019-09-19T23:24:08.124Z] #13 80.86 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:24:08 [2019-09-19T23:24:08.727Z] #58 34.99   CC       images/opts.o
23:24:08 [2019-09-19T23:24:08.727Z] #58 35.13   CC       images/seccomp.o
23:24:09 [2019-09-19T23:24:09.058Z] #13 ...
23:24:09 [2019-09-19T23:24:09.058Z] 
23:24:09 [2019-09-19T23:24:09.058Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:09 [2019-09-19T23:24:09.058Z] #33 134.6 internal/x/text/unicode/bidi
23:24:09 [2019-09-19T23:24:09.058Z] #33 136.5 internal/x/text/secure/bidirule
23:24:09 [2019-09-19T23:24:09.058Z] #33 136.8 internal/x/text/unicode/norm
23:24:09 [2019-09-19T23:24:09.058Z] #33 141.5 internal/x/net/idna
23:24:09 [2019-09-19T23:24:09.058Z] #33 142.6 crypto/x509
23:24:09 [2019-09-19T23:24:09.058Z] #33 144.1 net/textproto
23:24:09 [2019-09-19T23:24:09.058Z] #33 ...
23:24:09 [2019-09-19T23:24:09.058Z] 
23:24:09 [2019-09-19T23:24:09.058Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:09 [2019-09-19T23:24:09.058Z] #58 73.38   CC       criu/pie/parasite-vdso.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 74.53   CC       criu/arch/x86/vdso-pie.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 75.01   CC       criu/pie/util-vdso-elf32.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 75.90   AR       criu/pie/pie.lib.a
23:24:09 [2019-09-19T23:24:09.058Z] #58 75.95   DEP      criu/pie/restorer.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 76.17   DEP      criu/arch/x86/sigaction_compat_pie.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 76.34   DEP      criu/arch/x86/restorer_unmap.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 76.37   DEP      criu/arch/x86/restorer.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 76.54   DEP      criu/pie/parasite.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 76.87   CC       criu/pie/parasite.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 78.30   LINK     criu/pie/parasite.built-in.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 78.32   GEN      criu/pie/parasite-blob.h
23:24:09 [2019-09-19T23:24:09.058Z] #58 78.39   CC       criu/arch/x86/restorer.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 79.05   CC       criu/arch/x86/restorer_unmap.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 79.11   CC       criu/arch/x86/sigaction_compat_pie.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 79.55   CC       criu/pie/restorer.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 82.97   LINK     criu/pie/restorer.built-in.o
23:24:09 [2019-09-19T23:24:09.058Z] #58 82.98   GEN      criu/pie/restorer-blob.h
23:24:09 [2019-09-19T23:24:09.058Z] #58 83.09   DEP      criu/vdso.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 83.28   DEP      criu/vdso-compat.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 83.46   DEP      criu/uts_ns.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 83.56   DEP      criu/util.d
23:24:09 [2019-09-19T23:24:09.058Z] #58 ...
23:24:09 [2019-09-19T23:24:09.058Z] 
23:24:09 [2019-09-19T23:24:09.058Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9 + GOBIN=/build
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9 + /build/gometalinter --install
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9 Installing:
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   deadcode
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   dupl
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   errcheck
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gas
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gochecknoglobals
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gochecknoinits
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   goconst
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gocyclo
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   goimports
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   golint
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gosimple
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gotype
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   gotypex
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   ineffassign
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   interfacer
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   lll
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   maligned
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   megacheck
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   misspell
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   nakedret
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   safesql
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   staticcheck
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   structcheck
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   unconvert
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   unparam
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   unused
23:24:09 [2019-09-19T23:24:09.058Z] #24 134.9   varcheck
23:24:09 [2019-09-19T23:24:09.288Z] #58 35.39   CC       images/binfmt-misc.o
23:24:09 [2019-09-19T23:24:09.288Z] #58 35.63   CC       images/time.o
23:24:09 [2019-09-19T23:24:09.288Z] #58 ...
23:24:09 [2019-09-19T23:24:09.288Z] 
23:24:09 [2019-09-19T23:24:09.288Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:09 [2019-09-19T23:24:09.288Z] #33 74.03 log
23:24:09 [2019-09-19T23:24:09.288Z] #33 74.45 encoding/binary
23:24:09 [2019-09-19T23:24:09.288Z] #33 75.81 encoding/base64
23:24:09 [2019-09-19T23:24:09.288Z] #33 76.44 encoding/json
23:24:09 [2019-09-19T23:24:09.288Z] #33 76.81 go/doc
23:24:09 [2019-09-19T23:24:09.288Z] #33 79.92 github.com/LK4D4/vndr/build
23:24:09 [2019-09-19T23:24:09.288Z] #33 81.12 encoding/xml
23:24:09 [2019-09-19T23:24:09.288Z] #33 82.77 github.com/LK4D4/vndr/godl/singleflight
23:24:09 [2019-09-19T23:24:09.288Z] #33 82.95 compress/flate
23:24:09 [2019-09-19T23:24:09.288Z] #33 ...
23:24:09 [2019-09-19T23:24:09.288Z] 
23:24:09 [2019-09-19T23:24:09.288Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:09 [2019-09-19T23:24:09.288Z] #58 35.75   CC       images/sysctl.o
23:24:09 [2019-09-19T23:24:09.316Z] #24 ...
23:24:09 [2019-09-19T23:24:09.316Z] 
23:24:09 [2019-09-19T23:24:09.316Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:09 [2019-09-19T23:24:09.316Z] #58 83.83   DEP      criu/uffd.d
23:24:09 [2019-09-19T23:24:09.573Z] #58 84.06   DEP      criu/tun.d
23:24:09 [2019-09-19T23:24:09.831Z] #58 84.32   DEP      criu/tty.d
23:24:09 [2019-09-19T23:24:09.849Z] #58 35.93   CC       images/autofs.o
23:24:09 [2019-09-19T23:24:09.849Z] #58 36.11   CC       images/macvlan.o
23:24:09 [2019-09-19T23:24:09.849Z] #58 36.31   CC       images/sit.o
23:24:10 [2019-09-19T23:24:10.089Z] #58 84.58   DEP      criu/timerfd.d
23:24:10 [2019-09-19T23:24:10.104Z] #58 36.47   LINK     images/built-in.o
23:24:10 [2019-09-19T23:24:10.104Z] #58 36.56   GEN      compel/include/asm
23:24:10 [2019-09-19T23:24:10.347Z] #58 84.85   DEP      criu/sysfs_parse.d
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.57   GEN      compel/include/version.h
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.61 touch .config
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.62   GEN      include/common/config.h
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.71   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.74   GEN      compel/plugins/include/uapi/std/syscall-64.h
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.76   GEN      compel/arch/x86/plugins/std/syscalls-64.S
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.78   DEP      compel/arch/x86/plugins/std/syscalls-64.d
23:24:10 [2019-09-19T23:24:10.359Z] #58 36.80   DEP      compel/arch/x86/plugins/std/memcpy.d
23:24:10 [2019-09-19T23:24:10.605Z] #58 85.15   DEP      criu/sysctl.d
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.82   DEP      compel/arch/x86/plugins/std/parasite-head.d
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.85   GEN      compel/plugins/include/uapi/std/syscall.h
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.90   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.92   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.95   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:24:10 [2019-09-19T23:24:10.615Z] #58 36.95   DEP      compel/plugins/std/infect.d
23:24:10 [2019-09-19T23:24:10.615Z] #58 37.06   DEP      compel/plugins/std/string.d
23:24:10 [2019-09-19T23:24:10.862Z] #58 85.35   DEP      criu/string.d
23:24:10 [2019-09-19T23:24:10.862Z] #58 85.45   DEP      criu/stats.d
23:24:10 [2019-09-19T23:24:10.880Z] #58 37.14   DEP      compel/plugins/std/log.d
23:24:10 [2019-09-19T23:24:10.880Z] #58 37.20   DEP      compel/plugins/std/fds.d
23:24:10 [2019-09-19T23:24:10.880Z] #58 37.28   DEP      compel/plugins/std/std.d
23:24:11 [2019-09-19T23:24:11.120Z] #58 85.60   DEP      criu/sockets.d
23:24:11 [2019-09-19T23:24:11.136Z] #58 37.39   DEP      compel/plugins/shmem/shmem.d
23:24:11 [2019-09-19T23:24:11.136Z] #58 37.46   DEP      compel/plugins/fds/fds.d
23:24:11 [2019-09-19T23:24:11.378Z] #58 85.87   DEP      criu/sk-unix.d
23:24:11 [2019-09-19T23:24:11.391Z] #58 37.65   CC       compel/plugins/std/std.o
23:24:11 [2019-09-19T23:24:11.635Z] #58 86.17   DEP      criu/sk-tcp.d
23:24:11 [2019-09-19T23:24:11.646Z] #58 38.05   CC       compel/plugins/std/fds.o
23:24:11 [2019-09-19T23:24:11.893Z] #58 86.43   DEP      criu/sk-queue.d
23:24:12 [2019-09-19T23:24:12.151Z] #58 86.69   DEP      criu/sk-packet.d
23:24:12 [2019-09-19T23:24:12.207Z] #58 38.44   CC       compel/plugins/std/log.o
23:24:12 [2019-09-19T23:24:12.409Z] #58 86.89   DEP      criu/sk-netlink.d
23:24:12 [2019-09-19T23:24:12.667Z] #58 87.18   DEP      criu/sk-inet.d
23:24:12 [2019-09-19T23:24:12.854Z] #58 39.20   CC       compel/plugins/std/string.o
23:24:12 [2019-09-19T23:24:12.925Z] #58 87.36   DEP      criu/signalfd.d
23:24:12 [2019-09-19T23:24:12.925Z] #58 87.49   DEP      criu/sigframe.d
23:24:13 [2019-09-19T23:24:13.183Z] #58 87.68   DEP      criu/shmem.d
23:24:13 [2019-09-19T23:24:13.441Z] #58 87.95   DEP      criu/seize.d
23:24:13 [2019-09-19T23:24:13.699Z] #58 88.16   DEP      criu/seccomp.d
23:24:13 [2019-09-19T23:24:13.781Z] #58 39.82   CC       compel/plugins/std/infect.o
23:24:13 [2019-09-19T23:24:13.781Z] #58 40.20   CC       compel/arch/x86/plugins/std/parasite-head.o
23:24:13 [2019-09-19T23:24:13.957Z] #58 88.41   DEP      criu/rst-malloc.d
23:24:13 [2019-09-19T23:24:13.957Z] #58 88.52   DEP      criu/rbtree.d
23:24:14 [2019-09-19T23:24:14.036Z] #58 40.25   CC       compel/arch/x86/plugins/std/memcpy.o
23:24:14 [2019-09-19T23:24:14.037Z] #58 40.28   CC       compel/arch/x86/plugins/std/syscalls-64.o
23:24:14 [2019-09-19T23:24:14.037Z] #58 40.38   AR       compel/plugins/std.lib.a
23:24:14 [2019-09-19T23:24:14.037Z] #58 40.45   CC       compel/plugins/fds/fds.o
23:24:14 [2019-09-19T23:24:14.215Z] #58 88.58   DEP      criu/pstree.d
23:24:14 [2019-09-19T23:24:14.292Z] #58 40.73   AR       compel/plugins/fds.lib.a
23:24:14 [2019-09-19T23:24:14.473Z] #58 88.82   DEP      criu/protobuf.d
23:24:14 [2019-09-19T23:24:14.473Z] #58 88.97   GEN      criu/protobuf-desc-gen.h
23:24:14 [2019-09-19T23:24:14.548Z] #58 40.79   HOSTDEP  compel/src/lib/handle-elf-host.d
23:24:14 [2019-09-19T23:24:14.548Z] #58 40.93   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
23:24:14 [2019-09-19T23:24:14.804Z] #58 41.04   HOSTDEP  compel/src/lib/log-host.d
23:24:14 [2019-09-19T23:24:14.804Z] #58 41.20   HOSTDEP  compel/src/main-host.d
23:24:14 [2019-09-19T23:24:14.804Z] #58 41.28   DEP      compel/src/lib/ptrace.d
23:24:15 [2019-09-19T23:24:15.061Z] #58 41.39   DEP      compel/src/lib/infect.d
23:24:15 [2019-09-19T23:24:15.061Z] #58 41.53   DEP      compel/src/lib/infect-util.d
23:24:15 [2019-09-19T23:24:15.622Z] #58 41.71   DEP      compel/src/lib/infect-rpc.d
23:24:15 [2019-09-19T23:24:15.622Z] #58 41.83   DEP      compel/src/lib/handle-elf.d
23:24:15 [2019-09-19T23:24:15.622Z] #58 41.93   DEP      compel/arch/x86/src/lib/handle-elf.d
23:24:15 [2019-09-19T23:24:15.622Z] #58 42.02   DEP      compel/arch/x86/src/lib/infect.d
23:24:15 [2019-09-19T23:24:15.674Z] + dpkg --print-architecture
23:24:15 [2019-09-19T23:24:15.674Z] + cd /tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution
23:24:15 [2019-09-19T23:24:15.674Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:24:15 [2019-09-19T23:24:15.674Z] + GOPATH=/tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.lg4I0FoEhE
23:24:15 [2019-09-19T23:24:15.674Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:24:15 [2019-09-19T23:24:15.878Z] #58 42.16   DEP      compel/arch/x86/src/lib/cpu.d
23:24:15 [2019-09-19T23:24:15.878Z] #58 42.29   DEP      compel/src/lib/log.d
23:24:16 [2019-09-19T23:24:16.133Z] #58 42.34   DEP      compel/src/main.d
23:24:16 [2019-09-19T23:24:16.371Z] #58 90.61   DEP      criu/protobuf-desc.d
23:24:16 [2019-09-19T23:24:16.371Z] #58 90.76   DEP      criu/proc_parse.d
23:24:16 [2019-09-19T23:24:16.371Z] #58 91.00   DEP      criu/plugin.d
23:24:16 [2019-09-19T23:24:16.389Z] #58 42.61   CC       compel/src/lib/log.o
23:24:16 [2019-09-19T23:24:16.628Z] #58 91.07   DEP      criu/pipes.d
23:24:16 [2019-09-19T23:24:16.886Z] #58 91.36   DEP      criu/pie-util.d
23:24:16 [2019-09-19T23:24:16.949Z] #58 43.06   CC       compel/arch/x86/src/lib/cpu.o
23:24:17 [2019-09-19T23:24:17.143Z] #58 91.47   DEP      criu/pie-util-vdso.d
23:24:17 [2019-09-19T23:24:17.144Z] #58 91.70   DEP      criu/pie-util-vdso-elf32.d
23:24:17 [2019-09-19T23:24:17.401Z] #58 91.93   DEP      criu/path.d
23:24:17 [2019-09-19T23:24:17.510Z] #58 43.91   CC       compel/arch/x86/src/lib/infect.o
23:24:17 [2019-09-19T23:24:17.659Z] #58 92.12   DEP      criu/parasite-syscall.d
23:24:17 [2019-09-19T23:24:17.917Z] #58 92.35   DEP      criu/pagemap.d
23:24:17 [2019-09-19T23:24:17.917Z] #58 92.56   DEP      criu/pagemap-cache.d
23:24:18 [2019-09-19T23:24:18.436Z] #58 44.69   CC       compel/arch/x86/src/lib/handle-elf.o
23:24:18 [2019-09-19T23:24:18.482Z] #58 92.75   DEP      criu/page-xfer.d
23:24:18 [2019-09-19T23:24:18.482Z] #58 92.93   DEP      criu/page-pipe.d
23:24:18 [2019-09-19T23:24:18.482Z] #58 93.06   DEP      criu/netfilter.d
23:24:18 [2019-09-19T23:24:18.692Z] #58 44.95   CC       compel/src/lib/handle-elf.o
23:24:18 [2019-09-19T23:24:18.740Z] #58 93.27   DEP      criu/net.d
23:24:18 [2019-09-19T23:24:18.998Z] #58 93.54   DEP      criu/namespaces.d
23:24:19 [2019-09-19T23:24:19.256Z] #58 93.74   DEP      criu/mount.d
23:24:19 [2019-09-19T23:24:19.514Z] #58 93.97   DEP      criu/mem.d
23:24:19 [2019-09-19T23:24:19.514Z] #58 ...
23:24:19 [2019-09-19T23:24:19.514Z] 
23:24:19 [2019-09-19T23:24:19.514Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:19 [2019-09-19T23:24:19.514Z] #33 145.4 internal/x/net/http/httpguts
23:24:19 [2019-09-19T23:24:19.514Z] #33 145.8 internal/x/net/http/httpproxy
23:24:19 [2019-09-19T23:24:19.514Z] #33 146.5 internal/x/net/http2/hpack
23:24:19 [2019-09-19T23:24:19.514Z] #33 147.4 mime
23:24:19 [2019-09-19T23:24:19.514Z] #33 148.2 crypto/tls
23:24:19 [2019-09-19T23:24:19.514Z] #33 149.5 mime/quotedprintable
23:24:19 [2019-09-19T23:24:19.514Z] #33 150.1 mime/multipart
23:24:19 [2019-09-19T23:24:19.514Z] #33 151.5 net/http/internal
23:24:19 [2019-09-19T23:24:19.514Z] #33 152.0 os/exec
23:24:19 [2019-09-19T23:24:19.618Z] #58 ...
23:24:19 [2019-09-19T23:24:19.618Z] 
23:24:19 [2019-09-19T23:24:19.618Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit
23:24:19 [2019-09-19T23:24:19.618Z] #61 87.41 + for f in rootlesskit rootlesskit-docker-proxy
23:24:19 [2019-09-19T23:24:19.619Z] #61 87.41 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
23:24:19 [2019-09-19T23:24:19.619Z] #61 DONE 94.3s
23:24:19 [2019-09-19T23:24:19.619Z] 
23:24:19 [2019-09-19T23:24:19.619Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build
23:24:19 [2019-09-19T23:24:19.619Z] #62 DONE 0.1s
23:24:19 [2019-09-19T23:24:19.619Z] 
23:24:19 [2019-09-19T23:24:19.619Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:19 [2019-09-19T23:24:19.619Z] #33 85.13 hash
23:24:19 [2019-09-19T23:24:19.619Z] #33 85.23 hash/crc32
23:24:19 [2019-09-19T23:24:19.619Z] #33 85.78 compress/gzip
23:24:19 [2019-09-19T23:24:19.619Z] #33 86.43 context
23:24:19 [2019-09-19T23:24:19.619Z] #33 86.46 crypto/cipher
23:24:19 [2019-09-19T23:24:19.619Z] #33 87.08 math/rand
23:24:19 [2019-09-19T23:24:19.619Z] #33 87.70 crypto/aes
23:24:19 [2019-09-19T23:24:19.619Z] #33 87.77 math/big
23:24:19 [2019-09-19T23:24:19.619Z] #33 88.78 crypto
23:24:19 [2019-09-19T23:24:19.619Z] #33 88.95 crypto/des
23:24:19 [2019-09-19T23:24:19.619Z] #33 89.42 crypto/internal/randutil
23:24:19 [2019-09-19T23:24:19.619Z] #33 89.51 crypto/sha512
23:24:19 [2019-09-19T23:24:19.619Z] #33 90.26 crypto/hmac
23:24:19 [2019-09-19T23:24:19.619Z] #33 90.50 crypto/md5
23:24:19 [2019-09-19T23:24:19.619Z] #33 91.09 crypto/sha1
23:24:19 [2019-09-19T23:24:19.619Z] #33 91.87 crypto/sha256
23:24:19 [2019-09-19T23:24:19.619Z] #33 92.93 encoding/hex
23:24:19 [2019-09-19T23:24:19.619Z] #33 93.35 encoding/pem
23:24:19 [2019-09-19T23:24:19.619Z] #33 93.74 internal/singleflight
23:24:19 [2019-09-19T23:24:19.619Z] #33 93.94 net
23:24:19 [2019-09-19T23:24:19.772Z] #33 ...
23:24:19 [2019-09-19T23:24:19.772Z] 
23:24:19 [2019-09-19T23:24:19.772Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:19 [2019-09-19T23:24:19.772Z] #58 94.18   DEP      criu/lsm.d
23:24:19 [2019-09-19T23:24:19.772Z] #58 94.39   DEP      criu/log.d
23:24:20 [2019-09-19T23:24:20.030Z] #58 94.56   DEP      criu/libnetlink.d
23:24:20 [2019-09-19T23:24:20.179Z] #33 ...
23:24:20 [2019-09-19T23:24:20.180Z] 
23:24:20 [2019-09-19T23:24:20.180Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:20 [2019-09-19T23:24:20.180Z] #58 46.48   CC       compel/src/lib/infect-rpc.o
23:24:20 [2019-09-19T23:24:20.288Z] #58 94.73   DEP      criu/kerndat.d
23:24:20 [2019-09-19T23:24:20.546Z] #58 ...
23:24:20 [2019-09-19T23:24:20.546Z] 
23:24:20 [2019-09-19T23:24:20.546Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.15 Selecting previously unselected package binutils-mingw-w64.
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.16 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.18 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.28 Selecting previously unselected package mingw-w64-common.
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.30 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 83.31 Unpacking mingw-w64-common (5.0.1-1) ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 88.08 Selecting previously unselected package mingw-w64-x86-64-dev.
23:24:20 [2019-09-19T23:24:20.546Z] #13 88.09 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 88.10 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.77 Selecting previously unselected package gcc-mingw-w64-base.
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.78 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.80 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.93 Selecting previously unselected package gcc-mingw-w64-x86-64.
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.97 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 92.97 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:24:20 [2019-09-19T23:24:20.546Z] #13 ...
23:24:20 [2019-09-19T23:24:20.546Z] 
23:24:20 [2019-09-19T23:24:20.546Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:20 [2019-09-19T23:24:20.546Z] #58 95.02   DEP      criu/kcmp-ids.d
23:24:20 [2019-09-19T23:24:20.799Z] #58 46.99   CC       compel/src/lib/infect-util.o
23:24:20 [2019-09-19T23:24:20.799Z] #58 47.19   CC       compel/src/lib/infect.o
23:24:20 [2019-09-19T23:24:20.804Z] #58 95.15   DEP      criu/irmap.d
23:24:20 [2019-09-19T23:24:20.804Z] #58 95.37   DEP      criu/ipc_ns.d
23:24:21 [2019-09-19T23:24:21.062Z] #58 95.56   DEP      criu/image.d
23:24:21 [2019-09-19T23:24:21.173Z] + rm -rf /tmp/tmp.lg4I0FoEhE/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.lg4I0FoEhE
23:24:21 [2019-09-19T23:24:21.320Z] #58 95.85   DEP      criu/image-desc.d
23:24:21 [2019-09-19T23:24:21.320Z] #58 95.91   DEP      criu/fsnotify.d
23:24:21 [2019-09-19T23:24:21.578Z] #58 96.13   DEP      criu/filesystems.d
23:24:21 [2019-09-19T23:24:21.835Z] #58 96.33   DEP      criu/files.d
23:24:22 [2019-09-19T23:24:22.093Z] #58 96.53   DEP      criu/files-reg.d
23:24:22 [2019-09-19T23:24:22.351Z] #58 96.78   DEP      criu/files-ext.d
23:24:22 [2019-09-19T23:24:22.609Z] #58 96.95   DEP      criu/file-lock.d
23:24:22 [2019-09-19T23:24:22.609Z] #58 97.23   DEP      criu/file-ids.d
23:24:22 [2019-09-19T23:24:22.867Z] #58 ...
23:24:22 [2019-09-19T23:24:22.867Z] 
23:24:22 [2019-09-19T23:24:22.867Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:24:22 [2019-09-19T23:24:22.867Z] #27 DONE 158.7s
23:24:22 [2019-09-19T23:24:22.867Z] 
23:24:22 [2019-09-19T23:24:22.867Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:22 [2019-09-19T23:24:22.867Z] #58 97.48   DEP      criu/fifo.d
23:24:23 [2019-09-19T23:24:23.312Z] #58 49.27   CC       compel/src/lib/ptrace.o
23:24:23 [2019-09-19T23:24:23.312Z] #58 49.61   AR       compel/libcompel.a
23:24:23 [2019-09-19T23:24:23.312Z] #58 49.66   HOSTCC   compel/src/main-host.o
23:24:23 [2019-09-19T23:24:23.432Z] #58 97.86   DEP      criu/fdstore.d
23:24:23 [2019-09-19T23:24:23.567Z] #58 49.93   HOSTCC   compel/src/lib/log-host.o
23:24:23 [2019-09-19T23:24:23.690Z] #58 98.13   DEP      criu/fault-injection.d
23:24:23 [2019-09-19T23:24:23.690Z] #58 98.22   DEP      criu/external.d
23:24:23 [2019-09-19T23:24:23.823Z] #58 50.12   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
23:24:23 [2019-09-19T23:24:23.823Z] #58 50.30   HOSTCC   compel/src/lib/handle-elf-host.o
23:24:23 [2019-09-19T23:24:23.857Z] Removing intermediate container f9c25fa08354
23:24:23 [2019-09-19T23:24:23.857Z]  ---> f60c8ae6c735
23:24:23 [2019-09-19T23:24:23.857Z] Step 16/126 : FROM base AS swagger
23:24:23 [2019-09-19T23:24:23.857Z]  ---> 437cd2f2d3e2
23:24:23 [2019-09-19T23:24:23.857Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb
23:24:23 [2019-09-19T23:24:23.857Z]  ---> Running in 319a93f99562
23:24:23 [2019-09-19T23:24:23.857Z] Removing intermediate container 319a93f99562
23:24:23 [2019-09-19T23:24:23.857Z]  ---> a9a9899b843b
23:24:23 [2019-09-19T23:24:23.857Z] Step 18/126 : RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" 	&& (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") 	&& go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 	&& rm -rf "$GOPATH"
23:24:23 [2019-09-19T23:24:23.857Z]  ---> Running in 55df10355609
23:24:23 [2019-09-19T23:24:23.857Z] + mktemp -d
23:24:23 [2019-09-19T23:24:23.857Z] + export GOPATH=/tmp/tmp.EfDgBjrIZE
23:24:23 [2019-09-19T23:24:23.857Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.EfDgBjrIZE/src/github.com/go-swagger/go-swagger
23:24:23 [2019-09-19T23:24:23.857Z] Cloning into '/tmp/tmp.EfDgBjrIZE/src/github.com/go-swagger/go-swagger'...
23:24:23 [2019-09-19T23:24:23.948Z] #58 98.39   DEP      criu/eventpoll.d
23:24:24 [2019-09-19T23:24:24.206Z] #58 98.56   DEP      criu/eventfd.d
23:24:24 [2019-09-19T23:24:24.206Z] #58 98.69   DEP      criu/crtools.d
23:24:24 [2019-09-19T23:24:24.384Z] #58 50.64   HOSTLINK compel/compel-host-bin
23:24:24 [2019-09-19T23:24:24.384Z] #58 50.74   DEP      soccr/soccr.d
23:24:24 [2019-09-19T23:24:24.384Z] #58 50.87   CC       soccr/soccr.o
23:24:24 [2019-09-19T23:24:24.464Z] #58 98.91   DEP      criu/cr-service.d
23:24:24 [2019-09-19T23:24:24.722Z] #58 99.15   DEP      criu/cr-restore.d
23:24:24 [2019-09-19T23:24:24.979Z] #58 99.51   DEP      criu/cr-errno.d
23:24:24 [2019-09-19T23:24:24.979Z] #58 99.54   DEP      criu/cr-dump.d
23:24:25 [2019-09-19T23:24:25.544Z] #58 99.86   DEP      criu/cr-dedup.d
23:24:25 [2019-09-19T23:24:25.544Z] #58 100.1   DEP      criu/cr-check.d
23:24:25 [2019-09-19T23:24:25.747Z] #58 52.00   AR       soccr/libsoccr.a
23:24:25 [2019-09-19T23:24:25.747Z] #58 52.03 make[1]: 'soccr/libsoccr.a' is up to date.
23:24:25 [2019-09-19T23:24:25.802Z] #58 100.3   DEP      criu/config.d
23:24:26 [2019-09-19T23:24:26.002Z] #58 52.24   DEP      criu/arch/x86/sigframe.d
23:24:26 [2019-09-19T23:24:26.002Z] #58 52.35   DEP      criu/arch/x86/sigaction_compat.d
23:24:26 [2019-09-19T23:24:26.059Z] #58 100.5   DEP      criu/clone-noasan.d
23:24:26 [2019-09-19T23:24:26.059Z] #58 100.6   DEP      criu/cgroup.d
23:24:26 [2019-09-19T23:24:26.301Z] #58 52.54   DEP      criu/arch/x86/kerndat.d
23:24:26 [2019-09-19T23:24:26.301Z] #58 52.65   DEP      criu/arch/x86/crtools.d
23:24:26 [2019-09-19T23:24:26.317Z] #58 100.8   DEP      criu/cgroup-props.d
23:24:26 [2019-09-19T23:24:26.556Z] #58 52.80   DEP      criu/arch/x86/cpu.d
23:24:26 [2019-09-19T23:24:26.556Z] #58 53.01   CC       criu/arch/x86/cpu.o
23:24:26 [2019-09-19T23:24:26.574Z] #58 100.9   DEP      criu/bitmap.d
23:24:26 [2019-09-19T23:24:26.575Z] #58 100.9   DEP      criu/bfd.d
23:24:26 [2019-09-19T23:24:26.575Z] #58 101.0   DEP      criu/autofs.d
23:24:26 [2019-09-19T23:24:26.832Z] #58 101.2   DEP      criu/aio.d
23:24:27 [2019-09-19T23:24:27.090Z] #58 101.5   DEP      criu/action-scripts.d
23:24:27 [2019-09-19T23:24:27.090Z] #58 101.8   CC       criu/action-scripts.o
23:24:27 [2019-09-19T23:24:27.117Z] #58 53.57   CC       criu/arch/x86/crtools.o
23:24:28 [2019-09-19T23:24:28.024Z] #58 102.3   CC       criu/aio.o
23:24:28 [2019-09-19T23:24:28.282Z] #58 102.9   CC       criu/autofs.o
23:24:28 [2019-09-19T23:24:28.479Z] #58 54.63   CC       criu/arch/x86/kerndat.o
23:24:28 [2019-09-19T23:24:28.734Z] #58 55.03   CC       criu/arch/x86/sigaction_compat.o
23:24:28 [2019-09-19T23:24:28.989Z] #58 55.25   CC       criu/arch/x86/sigframe.o
23:24:28 [2019-09-19T23:24:28.990Z] #58 55.43   LINK     criu/arch/x86/crtools.built-in.o
23:24:29 [2019-09-19T23:24:29.245Z] #58 55.45   DEP      criu/pie/util-vdso-elf32.d
23:24:29 [2019-09-19T23:24:29.245Z] #58 55.54   DEP      criu/arch/x86/vdso-pie.d
23:24:29 [2019-09-19T23:24:29.245Z] #58 55.61   DEP      criu/pie/parasite-vdso.d
23:24:29 [2019-09-19T23:24:29.500Z] #58 55.78   DEP      criu/pie/util-vdso.d
23:24:29 [2019-09-19T23:24:29.500Z] #58 ...
23:24:29 [2019-09-19T23:24:29.500Z] 
23:24:29 [2019-09-19T23:24:29.500Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3 + GOBIN=/build
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3 + /build/gometalinter --install
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3 Installing:
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   deadcode
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   dupl
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   errcheck
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gas
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gochecknoglobals
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gochecknoinits
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   goconst
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gocyclo
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   goimports
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   golint
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gosimple
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gotype
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   gotypex
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   ineffassign
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   interfacer
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   lll
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   maligned
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   megacheck
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   misspell
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   nakedret
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   safesql
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   staticcheck
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   structcheck
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   unconvert
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   unparam
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   unused
23:24:29 [2019-09-19T23:24:29.500Z] #24 104.3   varcheck
23:24:30 [2019-09-19T23:24:30.180Z] #58 ...
23:24:30 [2019-09-19T23:24:30.180Z] 
23:24:30 [2019-09-19T23:24:30.180Z] #15 [swagger 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone ...
23:24:30 [2019-09-19T23:24:30.180Z] #15 166.3 + rm -rf /tmp/tmp.B1akDglC0I
23:24:30 [2019-09-19T23:24:30.746Z] #15 DONE 166.8s
23:24:30 [2019-09-19T23:24:30.746Z] 
23:24:30 [2019-09-19T23:24:30.746Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:30 [2019-09-19T23:24:30.746Z] #58 104.8   CC       criu/bfd.o
23:24:30 [2019-09-19T23:24:30.864Z] #24 ...
23:24:30 [2019-09-19T23:24:30.864Z] 
23:24:30 [2019-09-19T23:24:30.864Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:30 [2019-09-19T23:24:30.864Z] #33 95.44 crypto/rand
23:24:30 [2019-09-19T23:24:30.864Z] #33 95.92 crypto/elliptic
23:24:30 [2019-09-19T23:24:30.864Z] #33 97.59 encoding/asn1
23:24:30 [2019-09-19T23:24:30.864Z] #33 99.43 crypto/ecdsa
23:24:30 [2019-09-19T23:24:30.864Z] #33 99.90 crypto/rsa
23:24:30 [2019-09-19T23:24:30.864Z] #33 101.2 crypto/dsa
23:24:30 [2019-09-19T23:24:30.864Z] #33 101.5 crypto/x509/pkix
23:24:30 [2019-09-19T23:24:30.864Z] #33 102.0 internal/x/crypto/cryptobyte
23:24:30 [2019-09-19T23:24:30.864Z] #33 103.4 internal/x/crypto/internal/chacha20
23:24:30 [2019-09-19T23:24:30.864Z] #33 103.8 internal/x/crypto/poly1305
23:24:30 [2019-09-19T23:24:30.864Z] #33 104.2 internal/x/crypto/chacha20poly1305
23:24:30 [2019-09-19T23:24:30.864Z] #33 105.0 internal/x/crypto/hkdf
23:24:30 [2019-09-19T23:24:30.864Z] #33 105.2 internal/x/text/transform
23:24:30 [2019-09-19T23:24:30.864Z] #33 ...
23:24:30 [2019-09-19T23:24:30.864Z] 
23:24:30 [2019-09-19T23:24:30.864Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:30 [2019-09-19T23:24:30.864Z] #58 55.89   DEP      criu/pie/util.d
23:24:30 [2019-09-19T23:24:30.864Z] #58 56.12   CC       criu/pie/util.o
23:24:30 [2019-09-19T23:24:30.864Z] #58 56.49   CC       criu/pie/util-vdso.o
23:24:30 [2019-09-19T23:24:30.864Z] #58 57.20   CC       criu/pie/parasite-vdso.o
23:24:31 [2019-09-19T23:24:31.004Z] #58 105.6   CC       criu/bitmap.o
23:24:31 [2019-09-19T23:24:31.262Z] #58 105.9   CC       criu/cgroup-props.o
23:24:31 [2019-09-19T23:24:31.790Z] #58 58.14   CC       criu/arch/x86/vdso-pie.o
23:24:32 [2019-09-19T23:24:32.195Z] #58 ...
23:24:32 [2019-09-19T23:24:32.195Z] 
23:24:32 [2019-09-19T23:24:32.195Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:32 [2019-09-19T23:24:32.195Z] #33 158.0 net/http/httptrace
23:24:32 [2019-09-19T23:24:32.195Z] #33 158.3 net/http
23:24:32 [2019-09-19T23:24:32.254Z] + cd /tmp/tmp.EfDgBjrIZE/src/github.com/go-swagger/go-swagger
23:24:32 [2019-09-19T23:24:32.254Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb
23:24:32 [2019-09-19T23:24:32.254Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:24:32 [2019-09-19T23:24:32.351Z] #58 58.48   CC       criu/pie/util-vdso-elf32.o
23:24:32 [2019-09-19T23:24:32.452Z] #33 ...
23:24:32 [2019-09-19T23:24:32.452Z] 
23:24:32 [2019-09-19T23:24:32.452Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:32 [2019-09-19T23:24:32.452Z] #58 107.1   CC       criu/cgroup.o
23:24:32 [2019-09-19T23:24:32.911Z] #58 59.09   AR       criu/pie/pie.lib.a
23:24:32 [2019-09-19T23:24:32.911Z] #58 59.17   DEP      criu/pie/restorer.d
23:24:33 [2019-09-19T23:24:33.167Z] #58 59.33   DEP      criu/arch/x86/sigaction_compat_pie.d
23:24:33 [2019-09-19T23:24:33.167Z] #58 59.43   DEP      criu/arch/x86/restorer_unmap.d
23:24:33 [2019-09-19T23:24:33.167Z] #58 59.47   DEP      criu/arch/x86/restorer.d
23:24:33 [2019-09-19T23:24:33.422Z] #58 59.71   DEP      criu/pie/parasite.d
23:24:33 [2019-09-19T23:24:33.678Z] #58 60.02   CC       criu/pie/parasite.o
23:24:35 [2019-09-19T23:24:35.048Z] #58 61.24   LINK     criu/pie/parasite.built-in.o
23:24:35 [2019-09-19T23:24:35.048Z] #58 61.27   GEN      criu/pie/parasite-blob.h
23:24:35 [2019-09-19T23:24:35.048Z] #58 61.29   CC       criu/arch/x86/restorer.o
23:24:35 [2019-09-19T23:24:35.351Z] 🇩 bin/containerd
23:24:35 [2019-09-19T23:24:35.607Z] #58 61.86   CC       criu/arch/x86/restorer_unmap.o
23:24:35 [2019-09-19T23:24:35.607Z] #58 61.91   CC       criu/arch/x86/sigaction_compat_pie.o
23:24:35 [2019-09-19T23:24:35.746Z] #58 110.2   CC       criu/clone-noasan.o
23:24:35 [2019-09-19T23:24:35.746Z] #58 110.3   CC       criu/config.o
23:24:35 [2019-09-19T23:24:35.862Z] #58 62.13   CC       criu/pie/restorer.o
23:24:37 [2019-09-19T23:24:37.646Z] #58 111.7   CC       criu/cr-check.o
23:24:38 [2019-09-19T23:24:38.417Z] #58 64.41   LINK     criu/pie/restorer.built-in.o
23:24:38 [2019-09-19T23:24:38.417Z] #58 64.43   GEN      criu/pie/restorer-blob.h
23:24:38 [2019-09-19T23:24:38.417Z] #58 64.49   DEP      criu/vdso.d
23:24:38 [2019-09-19T23:24:38.417Z] #58 64.64   DEP      criu/vdso-compat.d
23:24:38 [2019-09-19T23:24:38.417Z] #58 64.78   DEP      criu/uts_ns.d
23:24:38 [2019-09-19T23:24:38.672Z] #58 64.96   DEP      criu/util.d
23:24:38 [2019-09-19T23:24:38.672Z] #58 65.15   DEP      criu/uffd.d
23:24:38 [2019-09-19T23:24:38.928Z] #58 65.35   DEP      criu/tun.d
23:24:39 [2019-09-19T23:24:39.021Z] #58 ...
23:24:39 [2019-09-19T23:24:39.021Z] 
23:24:39 [2019-09-19T23:24:39.021Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:24:39 [2019-09-19T23:24:39.021Z] #13 111.5 Selecting previously unselected package g++-mingw-w64-x86-64.
23:24:39 [2019-09-19T23:24:39.021Z] #13 111.5 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ...
23:24:39 [2019-09-19T23:24:39.021Z] #13 111.5 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:24:39 [2019-09-19T23:24:39.184Z] #58 65.47   DEP      criu/tty.d
23:24:39 [2019-09-19T23:24:39.184Z] #58 65.67   DEP      criu/timerfd.d
23:24:39 [2019-09-19T23:24:39.744Z] #58 65.84   DEP      criu/sysfs_parse.d
23:24:39 [2019-09-19T23:24:39.744Z] #58 66.07   DEP      criu/sysctl.d
23:24:39 [2019-09-19T23:24:39.999Z] #58 66.28   DEP      criu/string.d
23:24:40 [2019-09-19T23:24:40.000Z] #58 66.33   DEP      criu/stats.d
23:24:40 [2019-09-19T23:24:40.000Z] #58 66.47   DEP      criu/sockets.d
23:24:40 [2019-09-19T23:24:40.560Z] #58 66.68   DEP      criu/sk-unix.d
23:24:40 [2019-09-19T23:24:40.560Z] #58 66.90   DEP      criu/sk-tcp.d
23:24:40 [2019-09-19T23:24:40.815Z] #58 67.07   DEP      criu/sk-queue.d
23:24:41 [2019-09-19T23:24:41.071Z] #58 67.26   DEP      criu/sk-packet.d
23:24:41 [2019-09-19T23:24:41.071Z] #58 67.46   DEP      criu/sk-netlink.d
23:24:41 [2019-09-19T23:24:41.071Z] #58 ...
23:24:41 [2019-09-19T23:24:41.071Z] 
23:24:41 [2019-09-19T23:24:41.071Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:41 [2019-09-19T23:24:41.071Z] #33 105.9 internal/x/text/unicode/bidi
23:24:41 [2019-09-19T23:24:41.071Z] #33 107.4 internal/x/text/secure/bidirule
23:24:41 [2019-09-19T23:24:41.071Z] #33 107.7 internal/x/text/unicode/norm
23:24:41 [2019-09-19T23:24:41.071Z] #33 110.5 crypto/x509
23:24:41 [2019-09-19T23:24:41.071Z] #33 111.2 internal/x/net/idna
23:24:41 [2019-09-19T23:24:41.071Z] #33 113.0 net/textproto
23:24:41 [2019-09-19T23:24:41.071Z] #33 113.7 internal/x/net/http/httpguts
23:24:41 [2019-09-19T23:24:41.071Z] #33 113.9 internal/x/net/http/httpproxy
23:24:41 [2019-09-19T23:24:41.071Z] #33 114.5 internal/x/net/http2/hpack
23:24:41 [2019-09-19T23:24:41.071Z] #33 114.8 crypto/tls
23:24:41 [2019-09-19T23:24:41.071Z] #33 115.5 mime
23:24:41 [2019-09-19T23:24:41.327Z] #33 ...
23:24:41 [2019-09-19T23:24:41.327Z] 
23:24:41 [2019-09-19T23:24:41.327Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:41 [2019-09-19T23:24:41.327Z] #58 67.63   DEP      criu/sk-inet.d
23:24:41 [2019-09-19T23:24:41.582Z] #58 67.80   DEP      criu/signalfd.d
23:24:41 [2019-09-19T23:24:41.582Z] #58 67.97   DEP      criu/sigframe.d
23:24:41 [2019-09-19T23:24:41.582Z] #58 68.06   DEP      criu/shmem.d
23:24:41 [2019-09-19T23:24:41.837Z] #58 68.18   DEP      criu/seize.d
23:24:41 [2019-09-19T23:24:41.837Z] #58 68.32   DEP      criu/seccomp.d
23:24:42 [2019-09-19T23:24:42.398Z] #58 68.49   DEP      criu/rst-malloc.d
23:24:42 [2019-09-19T23:24:42.398Z] #58 68.56   DEP      criu/rbtree.d
23:24:42 [2019-09-19T23:24:42.398Z] #58 68.61   DEP      criu/pstree.d
23:24:42 [2019-09-19T23:24:42.654Z] #58 68.79   DEP      criu/protobuf.d
23:24:42 [2019-09-19T23:24:42.654Z] #58 68.94   GEN      criu/protobuf-desc-gen.h
23:24:44 [2019-09-19T23:24:44.017Z] #58 70.21   DEP      criu/protobuf-desc.d
23:24:44 [2019-09-19T23:24:44.272Z] #58 70.39   DEP      criu/proc_parse.d
23:24:44 [2019-09-19T23:24:44.272Z] #58 70.57   DEP      criu/plugin.d
23:24:44 [2019-09-19T23:24:44.283Z] #13 ...
23:24:44 [2019-09-19T23:24:44.283Z] 
23:24:44 [2019-09-19T23:24:44.283Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:44 [2019-09-19T23:24:44.283Z] #33 171.2 github.com/LK4D4/vndr/godl
23:24:44 [2019-09-19T23:24:44.283Z] #33 172.0 github.com/LK4D4/vndr
23:24:44 [2019-09-19T23:24:44.283Z] #33 DONE 179.8s
23:24:44 [2019-09-19T23:24:44.283Z] 
23:24:44 [2019-09-19T23:24:44.283Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:44 [2019-09-19T23:24:44.283Z] #58 113.4   CC       criu/cr-dedup.o
23:24:44 [2019-09-19T23:24:44.283Z] #58 114.0   CC       criu/cr-dump.o
23:24:44 [2019-09-19T23:24:44.283Z] #58 116.7   CC       criu/cr-errno.o
23:24:44 [2019-09-19T23:24:44.283Z] #58 116.8   CC       criu/cr-restore.o
23:24:44 [2019-09-19T23:24:44.528Z] #58 70.68   DEP      criu/pipes.d
23:24:44 [2019-09-19T23:24:44.528Z] #58 70.81   DEP      criu/pie-util.d
23:24:44 [2019-09-19T23:24:44.784Z] #58 70.96   DEP      criu/pie-util-vdso.d
23:24:44 [2019-09-19T23:24:44.784Z] #58 71.10   DEP      criu/pie-util-vdso-elf32.d
23:24:45 [2019-09-19T23:24:45.084Z] #58 71.33   DEP      criu/path.d
23:24:45 [2019-09-19T23:24:45.340Z] #58 71.60   DEP      criu/parasite-syscall.d
23:24:45 [2019-09-19T23:24:45.595Z] #58 71.76   DEP      criu/pagemap.d
23:24:45 [2019-09-19T23:24:45.595Z] #58 71.91   DEP      criu/pagemap-cache.d
23:24:45 [2019-09-19T23:24:45.850Z] #58 72.07   DEP      criu/page-xfer.d
23:24:46 [2019-09-19T23:24:46.106Z] #58 72.31   DEP      criu/page-pipe.d
23:24:46 [2019-09-19T23:24:46.106Z] #58 72.41   DEP      criu/netfilter.d
23:24:46 [2019-09-19T23:24:46.361Z] #58 72.58   DEP      criu/net.d
23:24:46 [2019-09-19T23:24:46.617Z] #58 72.81   DEP      criu/namespaces.d
23:24:46 [2019-09-19T23:24:46.872Z] #58 73.05   DEP      criu/mount.d
23:24:46 [2019-09-19T23:24:46.872Z] #58 73.27   DEP      criu/mem.d
23:24:47 [2019-09-19T23:24:47.128Z] #58 73.50   DEP      criu/lsm.d
23:24:47 [2019-09-19T23:24:47.384Z] #58 73.67   DEP      criu/log.d
23:24:47 [2019-09-19T23:24:47.564Z] #58 121.7   CC       criu/cr-service.o
23:24:47 [2019-09-19T23:24:47.639Z] #58 73.80   DEP      criu/libnetlink.d
23:24:47 [2019-09-19T23:24:47.639Z] #58 73.92   DEP      criu/kerndat.d
23:24:47 [2019-09-19T23:24:47.895Z] #58 74.09   DEP      criu/kcmp-ids.d
23:24:47 [2019-09-19T23:24:47.895Z] #58 74.19   DEP      criu/irmap.d
23:24:48 [2019-09-19T23:24:48.150Z] #58 74.33   DEP      criu/ipc_ns.d
23:24:48 [2019-09-19T23:24:48.150Z] #58 74.48   DEP      criu/image.d
23:24:48 [2019-09-19T23:24:48.150Z] #58 74.62   DEP      criu/image-desc.d
23:24:48 [2019-09-19T23:24:48.406Z] #58 74.70   DEP      criu/fsnotify.d
23:24:48 [2019-09-19T23:24:48.662Z] #58 74.91   DEP      criu/filesystems.d
23:24:48 [2019-09-19T23:24:48.918Z] #58 75.15   DEP      criu/files.d
23:24:48 [2019-09-19T23:24:48.918Z] #58 75.31   DEP      criu/files-reg.d
23:24:48 [2019-09-19T23:24:48.938Z] #58 123.3   CC       criu/crtools.o
23:24:49 [2019-09-19T23:24:49.174Z] #58 75.45   DEP      criu/files-ext.d
23:24:49 [2019-09-19T23:24:49.174Z] #58 ...
23:24:49 [2019-09-19T23:24:49.174Z] 
23:24:49 [2019-09-19T23:24:49.174Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum
23:24:49 [2019-09-19T23:24:49.174Z] #27 DONE 124.0s
23:24:49 [2019-09-19T23:24:49.174Z] 
23:24:49 [2019-09-19T23:24:49.174Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:49 [2019-09-19T23:24:49.174Z] #58 75.62   DEP      criu/file-lock.d
23:24:49 [2019-09-19T23:24:49.174Z] #58 ...
23:24:49 [2019-09-19T23:24:49.174Z] 
23:24:49 [2019-09-19T23:24:49.174Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:49 [2019-09-19T23:24:49.174Z] #33 116.9 mime/quotedprintable
23:24:49 [2019-09-19T23:24:49.174Z] #33 117.3 mime/multipart
23:24:49 [2019-09-19T23:24:49.174Z] #33 118.1 net/http/internal
23:24:49 [2019-09-19T23:24:49.174Z] #33 118.4 os/exec
23:24:49 [2019-09-19T23:24:49.174Z] #33 123.3 net/http/httptrace
23:24:49 [2019-09-19T23:24:49.174Z] #33 123.5 net/http
23:24:49 [2019-09-19T23:24:49.504Z] #58 124.1   CC       criu/eventfd.o
23:24:49 [2019-09-19T23:24:49.735Z] #33 ...
23:24:49 [2019-09-19T23:24:49.735Z] 
23:24:49 [2019-09-19T23:24:49.735Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:24:49 [2019-09-19T23:24:49.735Z] #58 76.03   DEP      criu/file-ids.d
23:24:49 [2019-09-19T23:24:49.990Z] #58 76.27   DEP      criu/fifo.d
23:24:50 [2019-09-19T23:24:50.070Z] #58 124.4   CC       criu/eventpoll.o
23:24:50 [2019-09-19T23:24:50.246Z] #58 76.48   DEP      criu/fdstore.d
23:24:50 [2019-09-19T23:24:50.246Z] #58 76.61   DEP      criu/fault-injection.d
23:24:50 [2019-09-19T23:24:50.502Z] #58 76.69   DEP      criu/external.d
23:24:50 [2019-09-19T23:24:50.636Z] #58 ...
23:24:50 [2019-09-19T23:24:50.636Z] 
23:24:50 [2019-09-19T23:24:50.636Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.2 Setting up aufs-tools (1:4.1+20161219-1) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Setting up libsepol1-dev:amd64 (2.6-2) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Setting up libnet1:amd64 (1.1.6+dfsg-3) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.3 Processing triggers for mime-support (3.60) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.4 Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.4 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.4 Setting up libcap2-bin (1:2.25-1) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:24:50 [2019-09-19T23:24:50.636Z] #13 123.5 Setting up bash-completion (1:2.1-4.3) ...
23:24:50 [2019-09-19T23:24:50.757Z] #58 76.95   DEP      criu/eventpoll.d
23:24:50 [2019-09-19T23:24:50.757Z] #58 77.20   DEP      criu/eventfd.d
23:24:51 [2019-09-19T23:24:51.013Z] #58 77.35   DEP      criu/crtools.d
23:24:51 [2019-09-19T23:24:51.269Z] #58 77.57   DEP      criu/cr-service.d
23:24:51 [2019-09-19T23:24:51.524Z] #58 77.72   DEP      criu/cr-restore.d
23:24:51 [2019-09-19T23:24:51.524Z] #58 77.90   DEP      criu/cr-errno.d
23:24:51 [2019-09-19T23:24:51.780Z] #58 77.92   DEP      criu/cr-dump.d
23:24:51 [2019-09-19T23:24:51.780Z] #58 78.12   DEP      criu/cr-dedup.d
23:24:52 [2019-09-19T23:24:52.035Z] #58 78.27   DEP      criu/cr-check.d
23:24:52 [2019-09-19T23:24:52.035Z] #58 78.45   DEP      criu/config.d
23:24:52 [2019-09-19T23:24:52.291Z] #58 78.66   DEP      criu/clone-noasan.d
23:24:52 [2019-09-19T23:24:52.291Z] #58 78.73   DEP      criu/cgroup.d
23:24:52 [2019-09-19T23:24:52.590Z] #58 78.88   DEP      criu/cgroup-props.d
23:24:52 [2019-09-19T23:24:52.590Z] #58 78.96   DEP      criu/bitmap.d
23:24:52 [2019-09-19T23:24:52.590Z] #58 78.98   DEP      criu/bfd.d
23:24:52 [2019-09-19T23:24:52.845Z] #58 79.06   DEP      criu/autofs.d
23:24:52 [2019-09-19T23:24:52.845Z] #58 79.22   DEP      criu/aio.d
23:24:53 [2019-09-19T23:24:53.101Z] #58 79.32   DEP      criu/action-scripts.d
23:24:53 [2019-09-19T23:24:53.101Z] #58 79.56   CC       criu/action-scripts.o
23:24:53 [2019-09-19T23:24:53.163Z] #13 125.8 Setting up libonig4:amd64 (6.1.3-2) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Setting up zip (3.0-11+b1) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Setting up bzip2 (1.0.6-8.1) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.8 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up libaio1:amd64 (0.3.110-3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up xz-utils (5.2.2-1.2+b1) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up thin-provisioning-tools (0.6.1-4+b1) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 125.9 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 126.0 Setting up libpcre32-3:amd64 (2:8.39-3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 126.0 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
23:24:53 [2019-09-19T23:24:53.164Z] #13 126.0 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
23:24:53 [2019-09-19T23:24:53.603Z] Removing intermediate container bccfbc402900
23:24:53 [2019-09-19T23:24:53.603Z]  ---> f33138b3857b
23:24:53 [2019-09-19T23:24:53.603Z] Step 6/8 : ENTRYPOINT ["powershell.exe"]
23:24:53 [2019-09-19T23:24:53.603Z]  ---> Running in 39cb1b363234
23:24:53 [2019-09-19T23:24:53.603Z] Removing intermediate container 39cb1b363234
23:24:53 [2019-09-19T23:24:53.603Z]  ---> ccb1bb4d215d
23:24:53 [2019-09-19T23:24:53.603Z] Step 7/8 : WORKDIR C:\go\src\github.com\docker\docker
23:24:53 [2019-09-19T23:24:53.603Z]  ---> Running in 843fbace5267
23:24:53 [2019-09-19T23:24:53.603Z] Removing intermediate container 843fbace5267
23:24:53 [2019-09-19T23:24:53.603Z]  ---> f59d29ecc4fc
23:24:53 [2019-09-19T23:24:53.603Z] Step 8/8 : COPY . .
23:24:53 [2019-09-19T23:24:53.662Z] #58 79.94   CC       criu/aio.o
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.4 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.4 Setting up libpcre16-3:amd64 (2:8.39-3) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.4 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.4 Setting up libnl-3-200:amd64 (3.2.27-2) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up net-tools (1.60+git20161116.90da8a0-1) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up libudev-dev:amd64 (232-25+deb9u12) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up pigz (2.3.4-1) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up libmpdec2:amd64 (2.4.2-1) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up mingw-w64-common (5.0.1-1) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up jq (1.5+dfsg-1.3) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.5 Setting up libpcre3-dev:amd64 (2:8.39-3) ...
23:24:53 [2019-09-19T23:24:53.735Z] #13 126.6 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 Setting up xfsprogs (4.9.0+nmu1) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 Setting up vim (2:8.0.0197-4+deb9u3) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up iptables (1.6.0+snapshot20161117-6) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up btrfs-progs (4.7.3-1) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up libselinux1-dev:amd64 (2.6-3+b3) ...
23:24:53 [2019-09-19T23:24:53.993Z] #13 126.7 Setting up python3.5 (3.5.3-1+deb9u1) ...
23:24:54 [2019-09-19T23:24:54.223Z] #58 80.47   CC       criu/autofs.o
23:24:54 [2019-09-19T23:24:54.642Z] + rm -rf /tmp/tmp.EfDgBjrIZE
23:24:54 [2019-09-19T23:24:54.642Z] Removing intermediate container 55df10355609
23:24:54 [2019-09-19T23:24:54.642Z]  ---> e9470ae78512
23:24:54 [2019-09-19T23:24:54.642Z] Step 19/126 : FROM base AS frozen-images
23:24:54 [2019-09-19T23:24:54.642Z]  ---> 437cd2f2d3e2
23:24:54 [2019-09-19T23:24:54.642Z] Step 20/126 : ARG DEBIAN_FRONTEND
23:24:54 [2019-09-19T23:24:54.642Z]  ---> Using cache
23:24:54 [2019-09-19T23:24:54.642Z]  ---> 4a95115df70f
23:24:54 [2019-09-19T23:24:54.642Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	ca-certificates 	jq 	&& rm -rf /var/lib/apt/lists/*
23:24:54 [2019-09-19T23:24:54.642Z]  ---> Running in ca17ca2d147f
23:24:54 [2019-09-19T23:24:54.642Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:24:54 [2019-09-19T23:24:54.642Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:24:54 [2019-09-19T23:24:54.642Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:24:54 [2019-09-19T23:24:54.642Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:24:54 [2019-09-19T23:24:54.642Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:24:54 [2019-09-19T23:24:54.642Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:24:54 [2019-09-19T23:24:54.642Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:24:54 [2019-09-19T23:24:54.642Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:24:55 [2019-09-19T23:24:55.194Z] #58 81.61   CC       criu/bfd.o
23:24:55 [2019-09-19T23:24:55.256Z] Fetched 7724 kB in 2s (3195 kB/s)
23:24:55 [2019-09-19T23:24:55.401Z] 🇩 bin/containerd-stress
23:24:55 [2019-09-19T23:24:55.759Z] #58 82.11   CC       criu/bitmap.o
23:24:56 [2019-09-19T23:24:56.014Z] #58 82.27   CC       criu/cgroup-props.o
23:24:56 [2019-09-19T23:24:56.201Z] 🇩 bin/containerd-shim
23:24:56 [2019-09-19T23:24:56.575Z] #58 82.97   CC       criu/cgroup.o
23:24:56 [2019-09-19T23:24:56.728Z] Reading package lists...
23:24:57 [2019-09-19T23:24:57.744Z] Reading package lists...
23:24:57 [2019-09-19T23:24:57.744Z] Building dependency tree...
23:24:57 [2019-09-19T23:24:57.744Z] Reading state information...
23:24:58 [2019-09-19T23:24:58.030Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1).
23:24:58 [2019-09-19T23:24:58.031Z] The following additional packages will be installed:
23:24:58 [2019-09-19T23:24:58.031Z]   libjq1 libonig4
23:24:58 [2019-09-19T23:24:58.031Z] The following NEW packages will be installed:
23:24:58 [2019-09-19T23:24:58.031Z]   jq libjq1 libonig4
23:24:58 [2019-09-19T23:24:58.031Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:24:58 [2019-09-19T23:24:58.031Z] Need to get 310 kB of archives.
23:24:58 [2019-09-19T23:24:58.031Z] After this operation, 1267 kB of additional disk space will be used.
23:24:58 [2019-09-19T23:24:58.031Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB]
23:24:58 [2019-09-19T23:24:58.031Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB]
23:24:58 [2019-09-19T23:24:58.031Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB]
23:24:58 [2019-09-19T23:24:58.313Z] debconf: delaying package configuration, since apt-utils is not installed
23:24:58 [2019-09-19T23:24:58.313Z] Fetched 310 kB in 0s (3535 kB/s)
23:24:58 [2019-09-19T23:24:58.313Z] Selecting previously unselected package libonig4:ppc64el.
23:24:58 [2019-09-19T23:24:58.313Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14950 files and directories currently installed.)
23:24:58 [2019-09-19T23:24:58.313Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ...
23:24:58 [2019-09-19T23:24:58.313Z] Unpacking libonig4:ppc64el (6.1.3-2) ...
23:24:58 [2019-09-19T23:24:58.461Z] #58 ...
23:24:58 [2019-09-19T23:24:58.461Z] 
23:24:58 [2019-09-19T23:24:58.461Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:24:58 [2019-09-19T23:24:58.461Z] #33 133.0 github.com/LK4D4/vndr/godl
23:24:58 [2019-09-19T23:24:58.595Z] Selecting previously unselected package libjq1:ppc64el.
23:24:58 [2019-09-19T23:24:58.596Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ...
23:24:58 [2019-09-19T23:24:58.596Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ...
23:24:58 [2019-09-19T23:24:58.596Z] Selecting previously unselected package jq.
23:24:58 [2019-09-19T23:24:58.596Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ...
23:24:58 [2019-09-19T23:24:58.596Z] Unpacking jq (1.5+dfsg-1.3) ...
23:24:58 [2019-09-19T23:24:58.596Z] Setting up libonig4:ppc64el (6.1.3-2) ...
23:24:58 [2019-09-19T23:24:58.596Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ...
23:24:58 [2019-09-19T23:24:58.596Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:24:58 [2019-09-19T23:24:58.596Z] Setting up jq (1.5+dfsg-1.3) ...
23:24:59 [2019-09-19T23:24:59.022Z] #33 133.7 github.com/LK4D4/vndr
23:24:59 [2019-09-19T23:24:59.210Z] Removing intermediate container ca17ca2d147f
23:24:59 [2019-09-19T23:24:59.210Z]  ---> 3b0d7936153a
23:24:59 [2019-09-19T23:24:59.210Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh /
23:24:59 [2019-09-19T23:24:59.210Z]  ---> 18b4c6baaa15
23:24:59 [2019-09-19T23:24:59.210Z] Step 23/126 : RUN /download-frozen-image-v2.sh /build 	buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 	busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 	busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 	debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 	hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c
23:24:59 [2019-09-19T23:24:59.210Z]  ---> Running in e63ba1d58592
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.0 Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 Setting up btrfs-tools (4.7.3-1) ...
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 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
23:24:59 [2019-09-19T23:24:59.254Z] #13 131.1 Setting up python3 (3.5.3-1) ...
23:25:00 [2019-09-19T23:25:00.187Z] #13 132.8 Setting up apparmor (2.11.0-3+deb9u2) ...
23:25:00 [2019-09-19T23:25:00.220Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
23:25:00 [2019-09-19T23:25:00.504Z] 
23:25:01 [2019-09-19T23:25:01.120Z] #13 ...
23:25:01 [2019-09-19T23:25:01.120Z] 
23:25:01 [2019-09-19T23:25:01.120Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:01 [2019-09-19T23:25:01.120Z] #58 125.4   CC       criu/external.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 125.8   CC       criu/fault-injection.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 125.9   CC       criu/fdstore.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 126.3   CC       criu/fifo.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 126.8   CC       criu/file-ids.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 127.1   CC       criu/file-lock.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 128.0   CC       criu/files-ext.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 128.4   CC       criu/files-reg.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 130.4   CC       criu/files.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 132.6   CC       criu/filesystems.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 133.4   CC       criu/fsnotify.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 134.5   CC       criu/image-desc.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 134.6   CC       criu/image.o
23:25:01 [2019-09-19T23:25:01.120Z] #58 135.5   CC       criu/ipc_ns.o
23:25:01 [2019-09-19T23:25:01.363Z] 
#####                                                                      7.4%
###################                                                       26.7%
##################################                                        47.8%
#######################################                                   55.2%
#####################################################                     74.4%
####################################################################      94.5%
######################################################################## 100.0%
23:25:01 [2019-09-19T23:25:01.378Z] #58 ...
23:25:01 [2019-09-19T23:25:01.378Z] 
23:25:01 [2019-09-19T23:25:01.378Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme...
23:25:01 [2019-09-19T23:25:01.378Z] #13 133.9 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
23:25:01 [2019-09-19T23:25:01.378Z] #13 134.1 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
23:25:01 [2019-09-19T23:25:01.636Z] #13 134.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
23:25:01 [2019-09-19T23:25:01.636Z] #13 134.2 Setting up python3-wheel (0.29.0-2) ...
23:25:01 [2019-09-19T23:25:01.683Z] 
23:25:01 [2019-09-19T23:25:01.969Z] 
##########################                                                36.5%
#########################################################                 79.7%
######################################################################## 100.0%
23:25:02 [2019-09-19T23:25:02.255Z] 
23:25:02 [2019-09-19T23:25:02.570Z] #13 135.1 Setting up python3-pkg-resources (33.1.1-1) ...
23:25:02 [2019-09-19T23:25:02.712Z] 
############                                                              17.0%
###############################                                           43.5%
###############################################                           65.4%
##############################################################            87.5%
######################################################################## 100.0%
23:25:02 [2019-09-19T23:25:02.800Z] 🇩 bin/containerd-shim-runc-v1
23:25:03 [2019-09-19T23:25:03.000Z] 
23:25:03 [2019-09-19T23:25:03.504Z] #13 136.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ...
23:25:03 [2019-09-19T23:25:03.504Z] #13 136.2 Setting up python3-pip (9.0.1-2+deb9u1) ...
23:25:04 [2019-09-19T23:25:04.464Z] 
#####                                                                      8.3%
############                                                              17.5%
###################                                                       27.5%
#######################                                                   33.2%
#############################                                             41.4%
##################################                                        48.6%
##########################################                                58.6%
################################################                          66.7%
#######################################################                   76.9%
##############################################################            86.6%
#####################################################################     95.9%
######################################################################## 100.0%
23:25:04 [2019-09-19T23:25:04.464Z] 
23:25:04 [2019-09-19T23:25:04.696Z] #13 137.2 Setting up dmsetup (2:1.02.137-2) ...
23:25:04 [2019-09-19T23:25:04.696Z] #13 137.2 Setting up python3-setuptools (33.1.1-1) ...
23:25:04 [2019-09-19T23:25:04.708Z] 🇩 binaries
23:25:04 [2019-09-19T23:25:04.708Z] + mkdir -p /build
23:25:04 [2019-09-19T23:25:04.708Z] + cp bin/containerd /build/containerd
23:25:04 [2019-09-19T23:25:04.708Z] + cp bin/containerd-shim /build/containerd-shim
23:25:04 [2019-09-19T23:25:04.708Z] + cp bin/ctr /build/ctr
23:25:05 [2019-09-19T23:25:05.472Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
23:25:05 [2019-09-19T23:25:05.472Z] 
23:25:05 [2019-09-19T23:25:05.555Z] #33 ...
23:25:05 [2019-09-19T23:25:05.555Z] 
23:25:05 [2019-09-19T23:25:05.555Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:05 [2019-09-19T23:25:05.555Z] #58 85.50   CC       criu/clone-noasan.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 85.66   CC       criu/config.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 86.90   CC       criu/cr-check.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 88.46   CC       criu/cr-dedup.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 88.82   CC       criu/cr-dump.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 90.73   CC       criu/cr-errno.o
23:25:05 [2019-09-19T23:25:05.555Z] #58 90.83   CC       criu/cr-restore.o
23:25:05 [2019-09-19T23:25:05.754Z] 
######################################################################## 100.0%
23:25:05 [2019-09-19T23:25:05.754Z] 
23:25:05 [2019-09-19T23:25:05.810Z] #58 ...
23:25:05 [2019-09-19T23:25:05.810Z] 
23:25:05 [2019-09-19T23:25:05.810Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr
23:25:05 [2019-09-19T23:25:05.811Z] #33 DONE 140.5s
23:25:06 [2019-09-19T23:25:06.066Z] 
23:25:06 [2019-09-19T23:25:06.066Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:25:06 [2019-09-19T23:25:06.070Z] #13 138.4 Setting up dh-python (2.20170125) ...
23:25:06 [2019-09-19T23:25:06.636Z] #13 139.3 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ...
23:25:06 [2019-09-19T23:25:06.636Z] #13 139.3 Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:25:06 [2019-09-19T23:25:06.765Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
23:25:06 [2019-09-19T23:25:06.765Z] 
23:25:07 [2019-09-19T23:25:07.050Z] 
######################################################################## 100.0%
23:25:07 [2019-09-19T23:25:07.050Z] 
23:25:07 [2019-09-19T23:25:07.202Z] #13 DONE 140.0s
23:25:07 [2019-09-19T23:25:07.202Z] 
23:25:07 [2019-09-19T23:25:07.202Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
23:25:07 [2019-09-19T23:25:07.942Z] Removing intermediate container d9d357c9c516
23:25:07 [2019-09-19T23:25:07.942Z]  ---> ac178e17d208
23:25:07 [2019-09-19T23:25:07.942Z] Step 56/126 : FROM dev-base AS proxy
23:25:07 [2019-09-19T23:25:07.942Z]  ---> c3b1a3e9c722
23:25:07 [2019-09-19T23:25:07.942Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy
23:25:07 [2019-09-19T23:25:07.942Z]  ---> Running in 03bf13f826fd
23:25:07 [2019-09-19T23:25:07.942Z] Removing intermediate container 03bf13f826fd
23:25:07 [2019-09-19T23:25:07.942Z]  ---> 8ce24e6e99a6
23:25:07 [2019-09-19T23:25:07.942Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:07 [2019-09-19T23:25:07.942Z]  ---> 385e1594da93
23:25:07 [2019-09-19T23:25:07.942Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:08 [2019-09-19T23:25:08.060Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
23:25:08 [2019-09-19T23:25:08.060Z] skipping existing c8c2d4a6b2e3
23:25:08 [2019-09-19T23:25:08.060Z] 
23:25:08 [2019-09-19T23:25:08.303Z]  ---> 0f873902bfc6
23:25:08 [2019-09-19T23:25:08.303Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:08 [2019-09-19T23:25:08.303Z]  ---> Running in 4f19ff83f58f
23:25:08 [2019-09-19T23:25:08.674Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
23:25:08 [2019-09-19T23:25:08.675Z] + RM_GOPATH=0
23:25:08 [2019-09-19T23:25:08.675Z] + TMP_GOPATH=
23:25:08 [2019-09-19T23:25:08.675Z] + : /build
23:25:08 [2019-09-19T23:25:08.675Z] + '[' -z '' ']'
23:25:08 [2019-09-19T23:25:08.675Z] ++ mktemp -d
23:25:08 [2019-09-19T23:25:08.675Z] + export GOPATH=/tmp/tmp.7Y6G0YOj9f
23:25:08 [2019-09-19T23:25:08.675Z] + GOPATH=/tmp/tmp.7Y6G0YOj9f
23:25:08 [2019-09-19T23:25:08.675Z] + RM_GOPATH=1
23:25:08 [2019-09-19T23:25:08.675Z] ++ dirname ./install.sh
23:25:08 [2019-09-19T23:25:08.675Z] + dir=.
23:25:08 [2019-09-19T23:25:08.675Z] + bin=proxy
23:25:08 [2019-09-19T23:25:08.675Z] + shift
23:25:08 [2019-09-19T23:25:08.675Z] + '[' '!' -f ./proxy.installer ']'
23:25:08 [2019-09-19T23:25:08.675Z] + . ./proxy.installer
23:25:08 [2019-09-19T23:25:08.675Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
23:25:08 [2019-09-19T23:25:08.675Z] + install_proxy
23:25:08 [2019-09-19T23:25:08.675Z] + case "$1" in
23:25:08 [2019-09-19T23:25:08.675Z] + export CGO_ENABLED=0
23:25:08 [2019-09-19T23:25:08.675Z] + CGO_ENABLED=0
23:25:08 [2019-09-19T23:25:08.675Z] + _install_proxy
23:25:08 [2019-09-19T23:25:08.675Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d'
23:25:08 [2019-09-19T23:25:08.675Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.7Y6G0YOj9f/src/github.com/docker/libnetwork
23:25:08 [2019-09-19T23:25:08.675Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d
23:25:08 [2019-09-19T23:25:08.675Z] Cloning into '/tmp/tmp.7Y6G0YOj9f/src/github.com/docker/libnetwork'...
23:25:08 [2019-09-19T23:25:08.958Z] 
23:25:08 [2019-09-19T23:25:08.958Z] 
######################################################################## 100.0%
23:25:08 [2019-09-19T23:25:08.958Z] 
23:25:08 [2019-09-19T23:25:08.958Z] Download of images into '/build' complete.
23:25:08 [2019-09-19T23:25:08.958Z] Use something like the following to load the result into a Docker daemon:
23:25:08 [2019-09-19T23:25:08.958Z]   tar -cC '/build' . | docker load
23:25:09 [2019-09-19T23:25:09.330Z] #24 ...
23:25:09 [2019-09-19T23:25:09.330Z] 
23:25:09 [2019-09-19T23:25:09.330Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:09 [2019-09-19T23:25:09.330Z] #58 95.08   CC       criu/cr-service.o
23:25:09 [2019-09-19T23:25:09.731Z] #14 ...
23:25:09 [2019-09-19T23:25:09.731Z] 
23:25:09 [2019-09-19T23:25:09.731Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:25:09 [2019-09-19T23:25:09.731Z] #42 160.4 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
23:25:09 [2019-09-19T23:25:09.731Z] #42 162.8 + mkdir -p /build
23:25:09 [2019-09-19T23:25:09.731Z] #42 162.8 + cp runc /build/runc
23:25:09 [2019-09-19T23:25:09.731Z] #42 DONE 163.1s
23:25:09 [2019-09-19T23:25:09.731Z] 
23:25:09 [2019-09-19T23:25:09.731Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:09 [2019-09-19T23:25:09.731Z] #58 136.8   CC       criu/irmap.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 137.5   CC       criu/kcmp-ids.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 137.8   CC       criu/kerndat.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 139.0   CC       criu/libnetlink.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 139.5   CC       criu/log.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 140.0   CC       criu/lsm.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 140.3   CC       criu/mem.o
23:25:09 [2019-09-19T23:25:09.731Z] #58 142.1   CC       criu/mount.o
23:25:09 [2019-09-19T23:25:09.892Z] #58 96.26   CC       criu/crtools.o
23:25:10 [2019-09-19T23:25:10.517Z] + cd /tmp/tmp.7Y6G0YOj9f/src/github.com/docker/libnetwork
23:25:10 [2019-09-19T23:25:10.517Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d
23:25:10 [2019-09-19T23:25:10.517Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:25:10 [2019-09-19T23:25:10.818Z] #58 96.87   CC       criu/eventfd.o
23:25:10 [2019-09-19T23:25:10.818Z] #58 97.09   CC       criu/eventpoll.o
23:25:11 [2019-09-19T23:25:11.379Z] #58 97.80   CC       criu/external.o
23:25:11 [2019-09-19T23:25:11.637Z] Removing intermediate container e63ba1d58592
23:25:11 [2019-09-19T23:25:11.637Z]  ---> 73367a118a2e
23:25:11 [2019-09-19T23:25:11.637Z] Step 24/126 : FROM base AS cross-false
23:25:11 [2019-09-19T23:25:11.637Z]  ---> 437cd2f2d3e2
23:25:11 [2019-09-19T23:25:11.637Z] Step 25/126 : FROM base AS cross-true
23:25:11 [2019-09-19T23:25:11.637Z]  ---> 437cd2f2d3e2
23:25:11 [2019-09-19T23:25:11.637Z] Step 26/126 : ARG DEBIAN_FRONTEND
23:25:11 [2019-09-19T23:25:11.637Z]  ---> Using cache
23:25:11 [2019-09-19T23:25:11.637Z]  ---> 4a95115df70f
23:25:11 [2019-09-19T23:25:11.637Z] Step 27/126 : RUN dpkg --add-architecture armhf
23:25:11 [2019-09-19T23:25:11.637Z]  ---> Running in 3cead1660f7d
23:25:11 [2019-09-19T23:25:11.940Z] #58 98.14   CC       criu/fault-injection.o
23:25:11 [2019-09-19T23:25:11.940Z] #58 98.26   CC       criu/fdstore.o
23:25:12 [2019-09-19T23:25:12.259Z] #58 146.2   CC       criu/namespaces.o
23:25:12 [2019-09-19T23:25:12.388Z] Removing intermediate container 4f19ff83f58f
23:25:12 [2019-09-19T23:25:12.388Z]  ---> 58bdaca73110
23:25:12 [2019-09-19T23:25:12.388Z] Step 61/126 : FROM base AS gometalinter
23:25:12 [2019-09-19T23:25:12.388Z]  ---> c3b1a3e9c722
23:25:12 [2019-09-19T23:25:12.388Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter
23:25:12 [2019-09-19T23:25:12.500Z] #58 98.60   CC       criu/fifo.o
23:25:12 [2019-09-19T23:25:12.648Z] Removing intermediate container 3cead1660f7d
23:25:12 [2019-09-19T23:25:12.649Z]  ---> b9248469dc64
23:25:12 [2019-09-19T23:25:12.649Z] Step 28/126 : RUN dpkg --add-architecture arm64
23:25:12 [2019-09-19T23:25:12.649Z]  ---> Running in 5bc6df0572d7
23:25:12 [2019-09-19T23:25:12.756Z] #58 98.92   CC       criu/file-ids.o
23:25:12 [2019-09-19T23:25:12.756Z] #58 ...
23:25:12 [2019-09-19T23:25:12.756Z] 
23:25:12 [2019-09-19T23:25:12.756Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc
23:25:12 [2019-09-19T23:25:12.756Z] #42 144.9 CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
23:25:12 [2019-09-19T23:25:12.756Z] #42 146.6 + mkdir -p /build
23:25:12 [2019-09-19T23:25:12.756Z] #42 146.6 + cp runc /build/runc
23:25:12 [2019-09-19T23:25:12.756Z] #42 DONE 146.9s
23:25:12 [2019-09-19T23:25:12.759Z]  ---> Running in 916219744d1d
23:25:12 [2019-09-19T23:25:12.759Z] Removing intermediate container 916219744d1d
23:25:12 [2019-09-19T23:25:12.759Z]  ---> 9f7a2eca4f6a
23:25:12 [2019-09-19T23:25:12.759Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:13 [2019-09-19T23:25:13.012Z] 
23:25:13 [2019-09-19T23:25:13.012Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:25:13 [2019-09-19T23:25:13.012Z] #24 ...
23:25:13 [2019-09-19T23:25:13.012Z] 
23:25:13 [2019-09-19T23:25:13.012Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:13 [2019-09-19T23:25:13.012Z] #58 99.28   CC       criu/file-lock.o
23:25:13 [2019-09-19T23:25:13.124Z]  ---> 5aa33c3e7bb6
23:25:13 [2019-09-19T23:25:13.124Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:13 [2019-09-19T23:25:13.124Z]  ---> c939e5860b29
23:25:13 [2019-09-19T23:25:13.124Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:13 [2019-09-19T23:25:13.192Z] #58 147.9   CC       criu/net.o
23:25:13 [2019-09-19T23:25:13.270Z] Removing intermediate container 5bc6df0572d7
23:25:13 [2019-09-19T23:25:13.270Z]  ---> 9e01fbfa282e
23:25:13 [2019-09-19T23:25:13.270Z] Step 29/126 : RUN dpkg --add-architecture armel
23:25:13 [2019-09-19T23:25:13.270Z]  ---> Running in 6aa89c12e81f
23:25:13 [2019-09-19T23:25:13.602Z]  ---> Running in b8443be4f9f9
23:25:13 [2019-09-19T23:25:13.602Z] + RM_GOPATH=0
23:25:13 [2019-09-19T23:25:13.603Z] + TMP_GOPATH=
23:25:13 [2019-09-19T23:25:13.603Z] + : /build
23:25:13 [2019-09-19T23:25:13.603Z] + '[' -z '' ']'
23:25:13 [2019-09-19T23:25:13.603Z] ++ mktemp -d
23:25:13 [2019-09-19T23:25:13.603Z] + export GOPATH=/tmp/tmp.aiQIsrp5GP
23:25:13 [2019-09-19T23:25:13.603Z] + GOPATH=/tmp/tmp.aiQIsrp5GP
23:25:13 [2019-09-19T23:25:13.603Z] + RM_GOPATH=1
23:25:13 [2019-09-19T23:25:13.603Z] ++ dirname ./install.sh
23:25:13 [2019-09-19T23:25:13.603Z] + dir=.
23:25:13 [2019-09-19T23:25:13.603Z] + bin=gometalinter
23:25:13 [2019-09-19T23:25:13.603Z] + shift
23:25:13 [2019-09-19T23:25:13.603Z] + '[' '!' -f ./gometalinter.installer ']'
23:25:13 [2019-09-19T23:25:13.603Z] + . ./gometalinter.installer
23:25:13 [2019-09-19T23:25:13.603Z] ++ GOMETALINTER_COMMIT=v2.0.6
23:25:13 [2019-09-19T23:25:13.603Z] + install_gometalinter
23:25:13 [2019-09-19T23:25:13.603Z] + echo 'Installing gometalinter version v2.0.6'
23:25:13 [2019-09-19T23:25:13.603Z] + go get -d github.com/alecthomas/gometalinter
23:25:13 [2019-09-19T23:25:13.603Z] Installing gometalinter version v2.0.6
23:25:13 [2019-09-19T23:25:13.759Z] #58 ...
23:25:13 [2019-09-19T23:25:13.759Z] 
23:25:13 [2019-09-19T23:25:13.759Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
23:25:13 [2019-09-19T23:25:13.759Z] #14 6.246 Collecting yamllint==1.16.0
23:25:13 [2019-09-19T23:25:13.939Z] #58 100.3   CC       criu/files-ext.o
23:25:14 [2019-09-19T23:25:14.194Z] #58 100.6   CC       criu/files-reg.o
23:25:14 [2019-09-19T23:25:14.280Z] Removing intermediate container 6aa89c12e81f
23:25:14 [2019-09-19T23:25:14.280Z]  ---> 8aca0cdb4bf9
23:25:14 [2019-09-19T23:25:14.280Z] Step 30/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then 	apt-get update && apt-get install -y --no-install-recommends 		crossbuild-essential-armhf 		crossbuild-essential-arm64 		crossbuild-essential-armel 		&& rm -rf /var/lib/apt/lists/*; 	fi
23:25:14 [2019-09-19T23:25:14.280Z]  ---> Running in 39c13af5016d
23:25:14 [2019-09-19T23:25:14.543Z] + cd /tmp/tmp.aiQIsrp5GP/src/github.com/alecthomas/gometalinter
23:25:14 [2019-09-19T23:25:14.543Z] + git checkout -q v2.0.6
23:25:14 [2019-09-19T23:25:14.543Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
23:25:14 [2019-09-19T23:25:14.900Z] Removing intermediate container 39c13af5016d
23:25:14 [2019-09-19T23:25:14.900Z]  ---> 5b0e25a9f800
23:25:14 [2019-09-19T23:25:14.900Z] Step 31/126 : FROM cross-${CROSS} as dev-base
23:25:14 [2019-09-19T23:25:14.900Z]  ---> 437cd2f2d3e2
23:25:14 [2019-09-19T23:25:14.900Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false
23:25:14 [2019-09-19T23:25:14.900Z]  ---> 437cd2f2d3e2
23:25:14 [2019-09-19T23:25:14.900Z] Step 33/126 : ARG DEBIAN_FRONTEND
23:25:14 [2019-09-19T23:25:14.900Z]  ---> Using cache
23:25:14 [2019-09-19T23:25:14.900Z]  ---> 4a95115df70f
23:25:14 [2019-09-19T23:25:14.900Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	libapparmor-dev 	libseccomp-dev 	&& rm -rf /var/lib/apt/lists/*
23:25:14 [2019-09-19T23:25:14.900Z]  ---> Running in 167f46ff5f01
23:25:15 [2019-09-19T23:25:15.185Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:25:15 [2019-09-19T23:25:15.185Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:25:15 [2019-09-19T23:25:15.471Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:25:15 [2019-09-19T23:25:15.471Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:25:15 [2019-09-19T23:25:15.471Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:25:15 [2019-09-19T23:25:15.471Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:25:15 [2019-09-19T23:25:15.560Z] #58 101.9   CC       criu/files.o
23:25:15 [2019-09-19T23:25:15.755Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:25:16 [2019-09-19T23:25:16.037Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:25:17 [2019-09-19T23:25:17.448Z] #58 103.3   CC       criu/filesystems.o
23:25:17 [2019-09-19T23:25:17.448Z] #58 103.8   CC       criu/fsnotify.o
23:25:18 [2019-09-19T23:25:18.072Z] Fetched 7724 kB in 2s (3046 kB/s)
23:25:18 [2019-09-19T23:25:18.377Z] #58 104.7   CC       criu/image-desc.o
23:25:18 [2019-09-19T23:25:18.377Z] #58 104.8   CC       criu/image.o
23:25:18 [2019-09-19T23:25:18.980Z] #58 105.4   CC       criu/ipc_ns.o
23:25:19 [2019-09-19T23:25:19.021Z] #14 ...
23:25:19 [2019-09-19T23:25:19.021Z] 
23:25:19 [2019-09-19T23:25:19.021Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:19 [2019-09-19T23:25:19.021Z] #58 150.2   CC       criu/netfilter.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 150.5   CC       criu/page-pipe.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 151.0   CC       criu/page-xfer.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 151.7   CC       criu/pagemap-cache.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 152.0   CC       criu/pagemap.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 152.7   CC       criu/parasite-syscall.o
23:25:19 [2019-09-19T23:25:19.021Z] #58 153.4   CC       criu/path.o
23:25:19 [2019-09-19T23:25:19.079Z] Reading package lists...
23:25:19 [2019-09-19T23:25:19.279Z] #58 153.7   CC       criu/pie-util-vdso-elf32.o
23:25:19 [2019-09-19T23:25:19.537Z] #58 154.0   CC       criu/pie-util-vdso.o
23:25:19 [2019-09-19T23:25:19.795Z] #58 154.3   CC       criu/pie-util.o
23:25:19 [2019-09-19T23:25:19.906Z] #58 106.1   CC       criu/irmap.o
23:25:20 [2019-09-19T23:25:20.053Z] #58 154.5   CC       criu/pipes.o
23:25:20 [2019-09-19T23:25:20.090Z] Reading package lists...
23:25:20 [2019-09-19T23:25:20.373Z] Building dependency tree...
23:25:20 [2019-09-19T23:25:20.373Z] Reading state information...
23:25:20 [2019-09-19T23:25:20.373Z] The following additional packages will be installed:
23:25:20 [2019-09-19T23:25:20.373Z]   libapparmor1 libseccomp2
23:25:20 [2019-09-19T23:25:20.373Z] Suggested packages:
23:25:20 [2019-09-19T23:25:20.373Z]   seccomp
23:25:20 [2019-09-19T23:25:20.467Z] #58 106.6   CC       criu/kcmp-ids.o
23:25:20 [2019-09-19T23:25:20.467Z] #58 106.8   CC       criu/kerndat.o
23:25:20 [2019-09-19T23:25:20.618Z] #58 155.1   CC       criu/plugin.o
23:25:20 [2019-09-19T23:25:20.657Z] The following NEW packages will be installed:
23:25:20 [2019-09-19T23:25:20.657Z]   libapparmor-dev libapparmor1 libseccomp-dev libseccomp2
23:25:20 [2019-09-19T23:25:20.657Z] 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
23:25:20 [2019-09-19T23:25:20.658Z] Need to get 296 kB of archives.
23:25:20 [2019-09-19T23:25:20.658Z] After this operation, 1346 kB of additional disk space will be used.
23:25:20 [2019-09-19T23:25:20.658Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB]
23:25:20 [2019-09-19T23:25:20.658Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB]
23:25:20 [2019-09-19T23:25:20.658Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB]
23:25:20 [2019-09-19T23:25:20.658Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB]
23:25:20 [2019-09-19T23:25:20.876Z] #58 155.4   CC       criu/proc_parse.o
23:25:20 [2019-09-19T23:25:20.941Z] debconf: delaying package configuration, since apt-utils is not installed
23:25:20 [2019-09-19T23:25:20.941Z] Fetched 296 kB in 0s (3052 kB/s)
23:25:20 [2019-09-19T23:25:20.941Z] Selecting previously unselected package libseccomp2:ppc64el.
23:25:20 [2019-09-19T23:25:20.941Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14950 files and directories currently installed.)
23:25:20 [2019-09-19T23:25:20.941Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ...
23:25:20 [2019-09-19T23:25:20.941Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ...
23:25:20 [2019-09-19T23:25:20.941Z] Selecting previously unselected package libseccomp-dev:ppc64el.
23:25:20 [2019-09-19T23:25:20.941Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ...
23:25:20 [2019-09-19T23:25:20.941Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ...
23:25:20 [2019-09-19T23:25:20.941Z] Selecting previously unselected package libapparmor1:ppc64el.
23:25:20 [2019-09-19T23:25:20.941Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ...
23:25:20 [2019-09-19T23:25:20.941Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ...
23:25:20 [2019-09-19T23:25:20.941Z] Selecting previously unselected package libapparmor-dev:ppc64el.
23:25:20 [2019-09-19T23:25:20.941Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ...
23:25:20 [2019-09-19T23:25:20.941Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ...
23:25:20 [2019-09-19T23:25:20.941Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:25:21 [2019-09-19T23:25:21.224Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ...
23:25:21 [2019-09-19T23:25:21.224Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ...
23:25:21 [2019-09-19T23:25:21.224Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ...
23:25:21 [2019-09-19T23:25:21.224Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ...
23:25:21 [2019-09-19T23:25:21.224Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:25:21 [2019-09-19T23:25:21.394Z] #58 107.5   CC       criu/libnetlink.o
23:25:21 [2019-09-19T23:25:21.509Z] Removing intermediate container 167f46ff5f01
23:25:21 [2019-09-19T23:25:21.509Z]  ---> 9a0e4813b9e8
23:25:21 [2019-09-19T23:25:21.509Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true
23:25:21 [2019-09-19T23:25:21.509Z]  ---> 5b0e25a9f800
23:25:21 [2019-09-19T23:25:21.509Z] Step 36/126 : ARG DEBIAN_FRONTEND
23:25:21 [2019-09-19T23:25:21.509Z]  ---> Running in aed9a5e97e6c
23:25:21 [2019-09-19T23:25:21.649Z] #58 107.8   CC       criu/log.o
23:25:21 [2019-09-19T23:25:21.792Z] Removing intermediate container aed9a5e97e6c
23:25:21 [2019-09-19T23:25:21.792Z]  ---> 32c0a85e8efa
23:25:21 [2019-09-19T23:25:21.792Z] Step 37/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then 	apt-get update && apt-get install -y --no-install-recommends 		libseccomp-dev:armhf 		libseccomp-dev:arm64 		libseccomp-dev:armel 		libapparmor-dev:armhf 		libapparmor-dev:arm64 		libapparmor-dev:armel 		libapparmor-dev 		libseccomp-dev 		&& rm -rf /var/lib/apt/lists/*; 	fi
23:25:21 [2019-09-19T23:25:21.792Z]  ---> Running in 13825007f230
23:25:21 [2019-09-19T23:25:21.905Z] #58 108.2   CC       criu/lsm.o
23:25:22 [2019-09-19T23:25:22.161Z] #58 108.4   CC       criu/mem.o
23:25:22 [2019-09-19T23:25:22.407Z] Removing intermediate container 13825007f230
23:25:22 [2019-09-19T23:25:22.407Z]  ---> bd8b8e3e0453
23:25:22 [2019-09-19T23:25:22.407Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev
23:25:22 [2019-09-19T23:25:22.407Z]  ---> 9a0e4813b9e8
23:25:22 [2019-09-19T23:25:22.407Z] Step 39/126 : FROM base AS tomlv
23:25:22 [2019-09-19T23:25:22.407Z]  ---> 437cd2f2d3e2
23:25:22 [2019-09-19T23:25:22.407Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv
23:25:22 [2019-09-19T23:25:22.407Z]  ---> Running in 8e6757eb801f
23:25:22 [2019-09-19T23:25:22.693Z] Removing intermediate container 8e6757eb801f
23:25:22 [2019-09-19T23:25:22.693Z]  ---> bc629be4c8cc
23:25:22 [2019-09-19T23:25:22.693Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:22 [2019-09-19T23:25:22.693Z]  ---> 28587b4cfaa8
23:25:22 [2019-09-19T23:25:22.693Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:22 [2019-09-19T23:25:22.982Z]  ---> 8837006f2b1d
23:25:22 [2019-09-19T23:25:22.982Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:22 [2019-09-19T23:25:22.982Z]  ---> Running in 52c2f08d9c86
23:25:23 [2019-09-19T23:25:23.129Z] #58 109.5   CC       criu/mount.o
23:25:23 [2019-09-19T23:25:23.308Z] + RM_GOPATH=0
23:25:23 [2019-09-19T23:25:23.308Z] + TMP_GOPATH=
23:25:23 [2019-09-19T23:25:23.308Z] + : /build
23:25:23 [2019-09-19T23:25:23.308Z] + '[' -z '' ']'
23:25:23 [2019-09-19T23:25:23.308Z] ++ mktemp -d
23:25:23 [2019-09-19T23:25:23.308Z] + export GOPATH=/tmp/tmp.7a3TiN0mRT
23:25:23 [2019-09-19T23:25:23.308Z] + GOPATH=/tmp/tmp.7a3TiN0mRT
23:25:23 [2019-09-19T23:25:23.308Z] + RM_GOPATH=1
23:25:23 [2019-09-19T23:25:23.308Z] ++ dirname ./install.sh
23:25:23 [2019-09-19T23:25:23.308Z] + dir=.
23:25:23 [2019-09-19T23:25:23.308Z] + bin=tomlv
23:25:23 [2019-09-19T23:25:23.308Z] + shift
23:25:23 [2019-09-19T23:25:23.308Z] + '[' '!' -f ./tomlv.installer ']'
23:25:23 [2019-09-19T23:25:23.308Z] + . ./tomlv.installer
23:25:23 [2019-09-19T23:25:23.308Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:25:23 [2019-09-19T23:25:23.308Z] + install_tomlv
23:25:23 [2019-09-19T23:25:23.308Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:25:23 [2019-09-19T23:25:23.308Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.7a3TiN0mRT/src/github.com/BurntSushi/toml
23:25:23 [2019-09-19T23:25:23.308Z] Cloning into '/tmp/tmp.7a3TiN0mRT/src/github.com/BurntSushi/toml'...
23:25:23 [2019-09-19T23:25:23.308Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:25:23 [2019-09-19T23:25:23.403Z] #58 157.5   CC       criu/protobuf-desc.o
23:25:23 [2019-09-19T23:25:23.403Z] #58 ...
23:25:23 [2019-09-19T23:25:23.403Z] 
23:25:23 [2019-09-19T23:25:23.403Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:25:23 [2019-09-19T23:25:23.403Z] #55 219.8 + dpkg --print-architecture
23:25:23 [2019-09-19T23:25:23.533Z]  ---> cc8065bf7493
23:25:23 [2019-09-19T23:25:23.534Z] Successfully built cc8065bf7493
23:25:23 [2019-09-19T23:25:23.534Z] Successfully tagged docker:latest
23:25:23 [2019-09-19T23:25:23.534Z] INFO: Image build ended at 09/19/2019 23:25:22. Duration:00:03:31.7861645
23:25:23 [2019-09-19T23:25:23.534Z] 
23:25:23 [2019-09-19T23:25:23.534Z] 
23:25:23 [2019-09-19T23:25:23.534Z] INFO: Building the test binaries at 09/19/2019 23:25:23...
23:25:23 [2019-09-19T23:25:23.661Z] #55 219.8 + cd /tmp/tmp.wChNa88L5G/src/github.com/docker/distribution
23:25:23 [2019-09-19T23:25:23.661Z] #55 219.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:25:23 [2019-09-19T23:25:23.919Z] #55 220.1 + GOPATH=/tmp/tmp.wChNa88L5G/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.wChNa88L5G
23:25:23 [2019-09-19T23:25:23.919Z] #55 220.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:25:23 [2019-09-19T23:25:23.930Z] + cd /tmp/tmp.7a3TiN0mRT/src/github.com/BurntSushi/toml
23:25:23 [2019-09-19T23:25:23.930Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:25:23 [2019-09-19T23:25:23.930Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:25:23 [2019-09-19T23:25:23.930Z] internal/cpu
23:25:23 [2019-09-19T23:25:23.930Z] math/bits
23:25:23 [2019-09-19T23:25:23.930Z] errors
23:25:23 [2019-09-19T23:25:23.930Z] runtime/internal/sys
23:25:23 [2019-09-19T23:25:23.930Z] runtime/internal/atomic
23:25:23 [2019-09-19T23:25:23.930Z] runtime/internal/math
23:25:23 [2019-09-19T23:25:23.930Z] unicode/utf8
23:25:23 [2019-09-19T23:25:23.930Z] internal/bytealg
23:25:23 [2019-09-19T23:25:23.930Z] math
23:25:24 [2019-09-19T23:25:24.030Z] + GOBIN=/build
23:25:24 [2019-09-19T23:25:24.030Z] + /build/gometalinter --install
23:25:24 [2019-09-19T23:25:24.030Z] Installing:
23:25:24 [2019-09-19T23:25:24.030Z]   deadcode
23:25:24 [2019-09-19T23:25:24.030Z]   dupl
23:25:24 [2019-09-19T23:25:24.030Z]   errcheck
23:25:24 [2019-09-19T23:25:24.030Z]   gas
23:25:24 [2019-09-19T23:25:24.030Z]   gochecknoglobals
23:25:24 [2019-09-19T23:25:24.030Z]   gochecknoinits
23:25:24 [2019-09-19T23:25:24.030Z]   goconst
23:25:24 [2019-09-19T23:25:24.030Z]   gocyclo
23:25:24 [2019-09-19T23:25:24.030Z]   goimports
23:25:24 [2019-09-19T23:25:24.030Z]   golint
23:25:24 [2019-09-19T23:25:24.030Z]   gosimple
23:25:24 [2019-09-19T23:25:24.030Z]   gotype
23:25:24 [2019-09-19T23:25:24.030Z]   gotypex
23:25:24 [2019-09-19T23:25:24.030Z]   ineffassign
23:25:24 [2019-09-19T23:25:24.030Z]   interfacer
23:25:24 [2019-09-19T23:25:24.030Z]   lll
23:25:24 [2019-09-19T23:25:24.030Z]   maligned
23:25:24 [2019-09-19T23:25:24.030Z]   megacheck
23:25:24 [2019-09-19T23:25:24.030Z]   misspell
23:25:24 [2019-09-19T23:25:24.030Z]   nakedret
23:25:24 [2019-09-19T23:25:24.030Z]   safesql
23:25:24 [2019-09-19T23:25:24.030Z]   staticcheck
23:25:24 [2019-09-19T23:25:24.030Z]   structcheck
23:25:24 [2019-09-19T23:25:24.030Z]   unconvert
23:25:24 [2019-09-19T23:25:24.030Z]   unparam
23:25:24 [2019-09-19T23:25:24.030Z]   unused
23:25:24 [2019-09-19T23:25:24.030Z]   varcheck
23:25:24 [2019-09-19T23:25:24.218Z] internal/race
23:25:24 [2019-09-19T23:25:24.218Z] sync/atomic
23:25:24 [2019-09-19T23:25:24.218Z] unicode
23:25:24 [2019-09-19T23:25:24.218Z] internal/testlog
23:25:24 [2019-09-19T23:25:24.218Z] runtime
23:25:24 [2019-09-19T23:25:24.218Z] encoding
23:25:24 [2019-09-19T23:25:24.218Z] runtime/cgo
23:25:24 [2019-09-19T23:25:24.844Z] strconv
23:25:25 [2019-09-19T23:25:25.653Z] #58 112.0   CC       criu/namespaces.o
23:25:27 [2019-09-19T23:25:27.014Z] #58 113.2   CC       criu/net.o
23:25:28 [2019-09-19T23:25:28.222Z] INFO: make.ps1 starting at 09/19/2019 23:25:27
23:25:28 [2019-09-19T23:25:28.222Z] INFO: Git commit (a18eea270) assumed from DOCKER_GITCOMMIT environment variable
23:25:28 [2019-09-19T23:25:28.222Z] INFO: Invoking autogen...
23:25:28 [2019-09-19T23:25:28.317Z] sync
23:25:28 [2019-09-19T23:25:28.317Z] io
23:25:28 [2019-09-19T23:25:28.317Z] reflect
23:25:28 [2019-09-19T23:25:28.317Z] syscall
23:25:28 [2019-09-19T23:25:28.604Z] bytes
23:25:28 [2019-09-19T23:25:28.604Z] strings
23:25:28 [2019-09-19T23:25:28.680Z] INFO: Building daemon...
23:25:28 [2019-09-19T23:25:28.892Z] bufio
23:25:28 [2019-09-19T23:25:28.896Z] #58 115.3   CC       criu/netfilter.o
23:25:29 [2019-09-19T23:25:29.180Z] path
23:25:29 [2019-09-19T23:25:29.180Z] text/tabwriter
23:25:29 [2019-09-19T23:25:29.456Z] #58 115.6   CC       criu/page-pipe.o
23:25:29 [2019-09-19T23:25:29.711Z] #58 116.0   CC       criu/page-xfer.o
23:25:29 [2019-09-19T23:25:29.812Z] internal/syscall/unix
23:25:29 [2019-09-19T23:25:29.812Z] time
23:25:30 [2019-09-19T23:25:30.435Z] sort
23:25:30 [2019-09-19T23:25:30.435Z] internal/poll
23:25:30 [2019-09-19T23:25:30.435Z] internal/fmtsort
23:25:30 [2019-09-19T23:25:30.619Z] #55 ...
23:25:30 [2019-09-19T23:25:30.619Z] 
23:25:30 [2019-09-19T23:25:30.619Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0
23:25:30 [2019-09-19T23:25:30.619Z] #14 12.99   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
23:25:30 [2019-09-19T23:25:30.619Z] #14 13.23 Collecting pyyaml (from yamllint==1.16.0)
23:25:30 [2019-09-19T23:25:30.619Z] #14 14.46   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
23:25:30 [2019-09-19T23:25:30.619Z] #14 16.28 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
23:25:30 [2019-09-19T23:25:30.619Z] #14 17.39   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
23:25:30 [2019-09-19T23:25:30.619Z] #14 18.62 Building wheels for collected packages: pyyaml, pathspec
23:25:30 [2019-09-19T23:25:30.619Z] #14 18.63   Running setup.py bdist_wheel for pyyaml: started
23:25:30 [2019-09-19T23:25:30.619Z] #14 19.91   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
23:25:30 [2019-09-19T23:25:30.619Z] #14 19.91   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
23:25:30 [2019-09-19T23:25:30.619Z] #14 19.99   Running setup.py bdist_wheel for pathspec: started
23:25:30 [2019-09-19T23:25:30.619Z] #14 21.21   Running setup.py bdist_wheel for pathspec: finished with status 'done'
23:25:30 [2019-09-19T23:25:30.619Z] #14 21.21   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
23:25:30 [2019-09-19T23:25:30.619Z] #14 21.23 Successfully built pyyaml pathspec
23:25:30 [2019-09-19T23:25:30.619Z] #14 21.24 Installing collected packages: pyyaml, pathspec, yamllint
23:25:30 [2019-09-19T23:25:30.619Z] #14 21.59 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
23:25:30 [2019-09-19T23:25:30.619Z] #14 DONE 22.4s
23:25:30 [2019-09-19T23:25:30.619Z] 
23:25:30 [2019-09-19T23:25:30.619Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:30 [2019-09-19T23:25:30.619Z] #58 158.2   CC       criu/protobuf.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 158.5   CC       criu/pstree.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 159.4   CC       criu/rbtree.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 159.8   CC       criu/rst-malloc.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 160.1   CC       criu/seccomp.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 161.0   CC       criu/seize.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 161.8   CC       criu/shmem.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 162.6   CC       criu/sigframe.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 162.8   CC       criu/signalfd.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 163.0   CC       criu/sk-inet.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 164.0   CC       criu/sk-netlink.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 ...
23:25:30 [2019-09-19T23:25:30.619Z] 
23:25:30 [2019-09-19T23:25:30.619Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/
23:25:30 [2019-09-19T23:25:30.619Z] #16 DONE 0.2s
23:25:30 [2019-09-19T23:25:30.619Z] 
23:25:30 [2019-09-19T23:25:30.619Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:30 [2019-09-19T23:25:30.619Z] #58 164.4   CC       criu/sk-packet.o
23:25:30 [2019-09-19T23:25:30.619Z] #58 ...
23:25:30 [2019-09-19T23:25:30.619Z] 
23:25:30 [2019-09-19T23:25:30.619Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images
23:25:30 [2019-09-19T23:25:30.635Z] #58 116.8   CC       criu/pagemap-cache.o
23:25:30 [2019-09-19T23:25:30.737Z] os
23:25:30 [2019-09-19T23:25:30.890Z] #58 117.1   CC       criu/pagemap.o
23:25:31 [2019-09-19T23:25:31.022Z] path/filepath
23:25:31 [2019-09-19T23:25:31.022Z] fmt
23:25:31 [2019-09-19T23:25:31.185Z] #21 DONE 1.2s
23:25:31 [2019-09-19T23:25:31.185Z] 
23:25:31 [2019-09-19T23:25:31.185Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:31 [2019-09-19T23:25:31.185Z] #58 165.2   CC       criu/sk-queue.o
23:25:31 [2019-09-19T23:25:31.185Z] #58 165.6   CC       criu/sk-tcp.o
23:25:31 [2019-09-19T23:25:31.306Z] io/ioutil
23:25:31 [2019-09-19T23:25:31.443Z] #58 166.1   CC       criu/sk-unix.o
23:25:31 [2019-09-19T23:25:31.450Z] #58 117.6   CC       criu/parasite-syscall.o
23:25:31 [2019-09-19T23:25:31.591Z] log
23:25:31 [2019-09-19T23:25:31.591Z] flag
23:25:31 [2019-09-19T23:25:31.591Z] github.com/BurntSushi/toml
23:25:32 [2019-09-19T23:25:32.011Z] #58 118.3   CC       criu/path.o
23:25:32 [2019-09-19T23:25:32.208Z] github.com/BurntSushi/toml/cmd/tomlv
23:25:32 [2019-09-19T23:25:32.266Z] #58 118.5   CC       criu/pie-util-vdso-elf32.o
23:25:32 [2019-09-19T23:25:32.521Z] #58 118.9   CC       criu/pie-util-vdso.o
23:25:32 [2019-09-19T23:25:32.776Z] #58 119.1   CC       criu/pie-util.o
23:25:33 [2019-09-19T23:25:33.030Z] #58 119.3   CC       criu/pipes.o
23:25:33 [2019-09-19T23:25:33.343Z] #58 167.6   CC       criu/sockets.o
23:25:33 [2019-09-19T23:25:33.908Z] #58 168.3   CC       criu/stats.o
23:25:33 [2019-09-19T23:25:33.954Z] #58 120.0   CC       criu/plugin.o
23:25:33 [2019-09-19T23:25:33.954Z] #58 120.3   CC       criu/proc_parse.o
23:25:34 [2019-09-19T23:25:34.166Z] #58 168.5   CC       criu/string.o
23:25:34 [2019-09-19T23:25:34.166Z] #58 168.7   CC       criu/sysctl.o
23:25:34 [2019-09-19T23:25:34.246Z] Removing intermediate container 52c2f08d9c86
23:25:34 [2019-09-19T23:25:34.246Z]  ---> 89406c4df447
23:25:34 [2019-09-19T23:25:34.246Z] Step 44/126 : FROM base AS vndr
23:25:34 [2019-09-19T23:25:34.246Z]  ---> 437cd2f2d3e2
23:25:34 [2019-09-19T23:25:34.246Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr
23:25:34 [2019-09-19T23:25:34.246Z]  ---> Running in bed8b1ef0cf4
23:25:34 [2019-09-19T23:25:34.246Z] Removing intermediate container bed8b1ef0cf4
23:25:34 [2019-09-19T23:25:34.246Z]  ---> f7dce0b2b835
23:25:34 [2019-09-19T23:25:34.246Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:34 [2019-09-19T23:25:34.246Z]  ---> 72e705727452
23:25:34 [2019-09-19T23:25:34.246Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:34 [2019-09-19T23:25:34.246Z]  ---> 6fb8b451014d
23:25:34 [2019-09-19T23:25:34.246Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:34 [2019-09-19T23:25:34.246Z]  ---> Running in a1c4c1f82013
23:25:34 [2019-09-19T23:25:34.731Z] #58 169.3   CC       criu/sysfs_parse.o
23:25:34 [2019-09-19T23:25:34.867Z] + RM_GOPATH=0
23:25:34 [2019-09-19T23:25:34.867Z] + TMP_GOPATH=
23:25:34 [2019-09-19T23:25:34.867Z] + : /build
23:25:34 [2019-09-19T23:25:34.867Z] + '[' -z '' ']'
23:25:34 [2019-09-19T23:25:34.867Z] ++ mktemp -d
23:25:34 [2019-09-19T23:25:34.867Z] + export GOPATH=/tmp/tmp.yuZZUO1yRx
23:25:34 [2019-09-19T23:25:34.867Z] + GOPATH=/tmp/tmp.yuZZUO1yRx
23:25:34 [2019-09-19T23:25:34.867Z] + RM_GOPATH=1
23:25:34 [2019-09-19T23:25:34.867Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:25:34 [2019-09-19T23:25:34.867Z] ++ dirname ./install.sh
23:25:34 [2019-09-19T23:25:34.867Z] + dir=.
23:25:34 [2019-09-19T23:25:34.867Z] + bin=vndr
23:25:34 [2019-09-19T23:25:34.867Z] + shift
23:25:34 [2019-09-19T23:25:34.867Z] + '[' '!' -f ./vndr.installer ']'
23:25:34 [2019-09-19T23:25:34.867Z] + . ./vndr.installer
23:25:34 [2019-09-19T23:25:34.867Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:25:34 [2019-09-19T23:25:34.867Z] + install_vndr
23:25:34 [2019-09-19T23:25:34.867Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0'
23:25:34 [2019-09-19T23:25:34.867Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yuZZUO1yRx/src/github.com/LK4D4/vndr
23:25:34 [2019-09-19T23:25:34.867Z] Cloning into '/tmp/tmp.yuZZUO1yRx/src/github.com/LK4D4/vndr'...
23:25:35 [2019-09-19T23:25:35.174Z] + cd /tmp/tmp.yuZZUO1yRx/src/github.com/LK4D4/vndr
23:25:35 [2019-09-19T23:25:35.174Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
23:25:35 [2019-09-19T23:25:35.174Z] + go build -buildmode=pie -v -o /build/vndr .
23:25:35 [2019-09-19T23:25:35.174Z] errors
23:25:35 [2019-09-19T23:25:35.174Z] internal/cpu
23:25:35 [2019-09-19T23:25:35.174Z] internal/race
23:25:35 [2019-09-19T23:25:35.298Z] #58 169.7   CC       criu/timerfd.o
23:25:35 [2019-09-19T23:25:35.463Z] runtime/internal/atomic
23:25:35 [2019-09-19T23:25:35.463Z] runtime/internal/sys
23:25:35 [2019-09-19T23:25:35.463Z] sync/atomic
23:25:35 [2019-09-19T23:25:35.463Z] runtime/internal/math
23:25:35 [2019-09-19T23:25:35.463Z] internal/bytealg
23:25:35 [2019-09-19T23:25:35.463Z] unicode
23:25:35 [2019-09-19T23:25:35.463Z] unicode/utf8
23:25:35 [2019-09-19T23:25:35.463Z] math/bits
23:25:35 [2019-09-19T23:25:35.463Z] math
23:25:35 [2019-09-19T23:25:35.463Z] internal/testlog
23:25:35 [2019-09-19T23:25:35.463Z] runtime
23:25:35 [2019-09-19T23:25:35.463Z] encoding
23:25:35 [2019-09-19T23:25:35.556Z] #58 170.1   CC       criu/tty.o
23:25:35 [2019-09-19T23:25:35.751Z] unicode/utf16
23:25:35 [2019-09-19T23:25:35.751Z] container/list
23:25:35 [2019-09-19T23:25:35.751Z] crypto/internal/subtle
23:25:35 [2019-09-19T23:25:35.751Z] crypto/subtle
23:25:35 [2019-09-19T23:25:35.751Z] internal/x/crypto/cryptobyte/asn1
23:25:36 [2019-09-19T23:25:36.038Z] internal/nettrace
23:25:36 [2019-09-19T23:25:36.038Z] internal/x/net/dns/dnsmessage
23:25:36 [2019-09-19T23:25:36.324Z] runtime/cgo
23:25:36 [2019-09-19T23:25:36.324Z] strconv
23:25:36 [2019-09-19T23:25:36.463Z] #58 122.3   CC       criu/protobuf-desc.o
23:25:36 [2019-09-19T23:25:36.717Z] #58 123.0   CC       criu/protobuf.o
23:25:36 [2019-09-19T23:25:36.948Z] crypto/rc4
23:25:36 [2019-09-19T23:25:36.972Z] #58 123.4   CC       criu/pstree.o
23:25:37 [2019-09-19T23:25:37.456Z] #58 171.8   CC       criu/tun.o
23:25:37 [2019-09-19T23:25:37.897Z] #58 124.3   CC       criu/rbtree.o
23:25:38 [2019-09-19T23:25:38.022Z] #58 172.4   CC       criu/uffd.o
23:25:38 [2019-09-19T23:25:38.153Z] #58 ...
23:25:38 [2019-09-19T23:25:38.153Z] 
23:25:38 [2019-09-19T23:25:38.153Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:25:38 [2019-09-19T23:25:38.153Z] #55 173.1 + dpkg --print-architecture
23:25:38 [2019-09-19T23:25:38.153Z] #55 173.1 + cd /tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution
23:25:38 [2019-09-19T23:25:38.153Z] #55 173.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:25:38 [2019-09-19T23:25:38.713Z] #55 173.4 + GOPATH=/tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.LVS87TqTpz
23:25:38 [2019-09-19T23:25:38.713Z] #55 173.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:25:38 [2019-09-19T23:25:38.956Z] #58 173.4   CC       criu/util.o
23:25:39 [2019-09-19T23:25:39.706Z] sync
23:25:39 [2019-09-19T23:25:39.991Z] github.com/LK4D4/vndr/godl/singleflight
23:25:39 [2019-09-19T23:25:39.991Z] io
23:25:39 [2019-09-19T23:25:39.991Z] reflect
23:25:39 [2019-09-19T23:25:39.991Z] syscall
23:25:39 [2019-09-19T23:25:39.991Z] math/rand
23:25:39 [2019-09-19T23:25:39.991Z] bytes
23:25:40 [2019-09-19T23:25:40.278Z] strings
23:25:40 [2019-09-19T23:25:40.330Z] #58 174.7   CC       criu/uts_ns.o
23:25:40 [2019-09-19T23:25:40.330Z] #58 175.0   CC       criu/vdso-compat.o
23:25:40 [2019-09-19T23:25:40.587Z] #58 175.1   CC       criu/vdso.o
23:25:40 [2019-09-19T23:25:40.905Z] bufio
23:25:40 [2019-09-19T23:25:40.906Z] path
23:25:40 [2019-09-19T23:25:40.935Z] Removing intermediate container b8443be4f9f9
23:25:40 [2019-09-19T23:25:40.935Z]  ---> 96cbf65f3c62
23:25:40 [2019-09-19T23:25:40.935Z] Step 66/126 : FROM base AS gotestsum
23:25:40 [2019-09-19T23:25:40.935Z]  ---> c3b1a3e9c722
23:25:40 [2019-09-19T23:25:40.935Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum
23:25:40 [2019-09-19T23:25:40.935Z]  ---> Running in caf1e2afe8ee
23:25:40 [2019-09-19T23:25:40.935Z] Removing intermediate container caf1e2afe8ee
23:25:40 [2019-09-19T23:25:40.935Z]  ---> e2c193ac2ccf
23:25:40 [2019-09-19T23:25:40.935Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:40 [2019-09-19T23:25:40.935Z]  ---> 745febb282d7
23:25:40 [2019-09-19T23:25:40.935Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:41 [2019-09-19T23:25:41.194Z] hash
23:25:41 [2019-09-19T23:25:41.194Z] crypto/internal/randutil
23:25:41 [2019-09-19T23:25:41.194Z] internal/singleflight
23:25:41 [2019-09-19T23:25:41.194Z] hash/crc32
23:25:41 [2019-09-19T23:25:41.194Z] crypto
23:25:41 [2019-09-19T23:25:41.194Z] crypto/sha512
23:25:41 [2019-09-19T23:25:41.194Z] time
23:25:41 [2019-09-19T23:25:41.382Z]  ---> b704dd96e1d5
23:25:41 [2019-09-19T23:25:41.382Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:41 [2019-09-19T23:25:41.382Z]  ---> Running in 948b8ac29f40
23:25:41 [2019-09-19T23:25:41.482Z] internal/syscall/unix
23:25:41 [2019-09-19T23:25:41.482Z] crypto/hmac
23:25:41 [2019-09-19T23:25:41.482Z] crypto/sha1
23:25:41 [2019-09-19T23:25:41.521Z] #58 176.0   LINK     criu/built-in.o
23:25:41 [2019-09-19T23:25:41.521Z] #58 176.1   LINK     criu/criu
23:25:41 [2019-09-19T23:25:41.769Z] crypto/sha256
23:25:41 [2019-09-19T23:25:41.769Z] internal/x/crypto/hkdf
23:25:41 [2019-09-19T23:25:41.769Z] internal/x/text/transform
23:25:41 [2019-09-19T23:25:41.779Z] #58 176.4   DEP      lib/c/criu.d
23:25:41 [2019-09-19T23:25:41.799Z] + RM_GOPATH=0
23:25:41 [2019-09-19T23:25:41.799Z] + TMP_GOPATH=
23:25:41 [2019-09-19T23:25:41.799Z] + : /build
23:25:41 [2019-09-19T23:25:41.799Z] + '[' -z '' ']'
23:25:41 [2019-09-19T23:25:41.799Z] ++ mktemp -d
23:25:41 [2019-09-19T23:25:41.799Z] + export GOPATH=/tmp/tmp.NLyaqvkSYU
23:25:41 [2019-09-19T23:25:41.799Z] + GOPATH=/tmp/tmp.NLyaqvkSYU
23:25:41 [2019-09-19T23:25:41.799Z] + RM_GOPATH=1
23:25:41 [2019-09-19T23:25:41.799Z] ++ dirname ./install.sh
23:25:41 [2019-09-19T23:25:41.799Z] + dir=.
23:25:41 [2019-09-19T23:25:41.799Z] + bin=gotestsum
23:25:41 [2019-09-19T23:25:41.799Z] + shift
23:25:41 [2019-09-19T23:25:41.799Z] + '[' '!' -f ./gotestsum.installer ']'
23:25:41 [2019-09-19T23:25:41.799Z] + . ./gotestsum.installer
23:25:41 [2019-09-19T23:25:41.799Z] ++ GOTESTSUM_COMMIT=v0.3.5
23:25:41 [2019-09-19T23:25:41.799Z] + install_gotestsum
23:25:41 [2019-09-19T23:25:41.799Z] + echo 'Installing gotestsum version v0.3.5'
23:25:41 [2019-09-19T23:25:41.799Z] + go get -d gotest.tools/gotestsum
23:25:41 [2019-09-19T23:25:41.799Z] Installing gotestsum version v0.3.5
23:25:42 [2019-09-19T23:25:42.037Z] #58 176.5   CC       images/rpc.pb-c.o
23:25:42 [2019-09-19T23:25:42.391Z] internal/poll
23:25:42 [2019-09-19T23:25:42.391Z] encoding/binary
23:25:42 [2019-09-19T23:25:42.391Z] sort
23:25:42 [2019-09-19T23:25:42.603Z] #58 177.0   CC       lib/c/criu.o
23:25:42 [2019-09-19T23:25:42.678Z] internal/fmtsort
23:25:42 [2019-09-19T23:25:42.678Z] regexp/syntax
23:25:42 [2019-09-19T23:25:42.678Z] os
23:25:42 [2019-09-19T23:25:42.678Z] crypto/cipher
23:25:42 [2019-09-19T23:25:42.678Z] encoding/base64
23:25:42 [2019-09-19T23:25:42.965Z] crypto/md5
23:25:43 [2019-09-19T23:25:43.251Z] crypto/aes
23:25:43 [2019-09-19T23:25:43.251Z] crypto/des
23:25:43 [2019-09-19T23:25:43.251Z] encoding/pem
23:25:43 [2019-09-19T23:25:43.536Z] #58 177.9   LINK     lib/c/built-in.o
23:25:43 [2019-09-19T23:25:43.536Z] #58 177.9   LINK     lib/c/libcriu.so
23:25:43 [2019-09-19T23:25:43.536Z] #58 178.1   GEN      magic.py
23:25:43 [2019-09-19T23:25:43.536Z] internal/x/crypto/internal/chacha20
23:25:43 [2019-09-19T23:25:43.536Z] fmt
23:25:43 [2019-09-19T23:25:43.536Z] path/filepath
23:25:43 [2019-09-19T23:25:43.536Z] internal/x/crypto/poly1305
23:25:43 [2019-09-19T23:25:43.536Z] internal/x/crypto/chacha20poly1305
23:25:43 [2019-09-19T23:25:43.827Z] regexp
23:25:43 [2019-09-19T23:25:43.827Z] internal/x/crypto/curve25519
23:25:43 [2019-09-19T23:25:43.827Z] io/ioutil
23:25:44 [2019-09-19T23:25:44.101Z] #58 178.7 fatal: Not a git repository (or any of the parent directories): .git
23:25:44 [2019-09-19T23:25:44.451Z] flag
23:25:44 [2019-09-19T23:25:44.451Z] go/token
23:25:44 [2019-09-19T23:25:44.451Z] net/url
23:25:44 [2019-09-19T23:25:44.451Z] text/template/parse
23:25:44 [2019-09-19T23:25:44.738Z] go/scanner
23:25:44 [2019-09-19T23:25:44.738Z] log
23:25:45 [2019-09-19T23:25:45.030Z] encoding/json
23:25:45 [2019-09-19T23:25:45.030Z] go/ast
23:25:45 [2019-09-19T23:25:45.030Z] encoding/xml
23:25:45 [2019-09-19T23:25:45.036Z] #58 179.3 make[1]: Nothing to be done for 'all'.
23:25:45 [2019-09-19T23:25:45.036Z] #58 ...
23:25:45 [2019-09-19T23:25:45.036Z] 
23:25:45 [2019-09-19T23:25:45.036Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:25:45 [2019-09-19T23:25:45.036Z] #55 241.0 + rm -rf /tmp/tmp.wChNa88L5G/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.wChNa88L5G
23:25:45 [2019-09-19T23:25:45.294Z] #55 DONE 241.5s
23:25:45 [2019-09-19T23:25:45.294Z] 
23:25:45 [2019-09-19T23:25:45.294Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:25:45 [2019-09-19T23:25:45.294Z] #24 ...
23:25:45 [2019-09-19T23:25:45.294Z] 
23:25:45 [2019-09-19T23:25:45.294Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:45 [2019-09-19T23:25:45.294Z] #58 179.8 make[1]: 'images/built-in.o' is up to date.
23:25:45 [2019-09-19T23:25:45.294Z] #58 179.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:25:45 [2019-09-19T23:25:45.294Z] #58 179.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:25:45 [2019-09-19T23:25:45.552Z] #58 180.0 make[1]: 'compel/libcompel.a' is up to date.
23:25:45 [2019-09-19T23:25:45.552Z] #58 180.0 make[1]: 'compel/compel-host-bin' is up to date.
23:25:45 [2019-09-19T23:25:45.552Z] #58 180.0 make[1]: Nothing to be done for 'all'.
23:25:45 [2019-09-19T23:25:45.552Z] #58 180.1 make[1]: 'soccr/libsoccr.a' is up to date.
23:25:45 [2019-09-19T23:25:45.809Z] #58 180.4 make[2]: Nothing to be done for 'all'.
23:25:45 [2019-09-19T23:25:45.809Z] #58 180.4 make[2]: Nothing to be done for 'all'.
23:25:45 [2019-09-19T23:25:45.809Z] #58 180.5 make[2]: Nothing to be done for 'all'.
23:25:45 [2019-09-19T23:25:45.917Z] + cd /tmp/tmp.NLyaqvkSYU/src/gotest.tools/gotestsum
23:25:45 [2019-09-19T23:25:45.917Z] + git checkout -q v0.3.5
23:25:45 [2019-09-19T23:25:45.917Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
23:25:46 [2019-09-19T23:25:46.052Z] text/template
23:25:46 [2019-09-19T23:25:46.067Z] #58 180.6 make[2]: Nothing to be done for 'all'.
23:25:46 [2019-09-19T23:25:46.067Z] #58 180.7 make[2]: Nothing to be done for 'all'.
23:25:46 [2019-09-19T23:25:46.067Z] #58 180.7 make[2]: Nothing to be done for 'all'.
23:25:46 [2019-09-19T23:25:46.067Z] #58 180.8 make[2]: Nothing to be done for 'all'.
23:25:46 [2019-09-19T23:25:46.325Z] #58 180.9 make[2]: Nothing to be done for 'all'.
23:25:46 [2019-09-19T23:25:46.325Z] #58 180.9   INSTALL  criu/criu
23:25:46 [2019-09-19T23:25:46.583Z] #58 DONE 181.1s
23:25:46 [2019-09-19T23:25:46.583Z] 
23:25:46 [2019-09-19T23:25:46.583Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:25:46 [2019-09-19T23:25:46.681Z] go/parser
23:25:46 [2019-09-19T23:25:46.969Z] compress/flate
23:25:47 [2019-09-19T23:25:47.257Z] context
23:25:47 [2019-09-19T23:25:47.549Z] math/big
23:25:48 [2019-09-19T23:25:48.172Z] encoding/hex
23:25:48 [2019-09-19T23:25:48.172Z] go/doc
23:25:48 [2019-09-19T23:25:48.172Z] compress/gzip
23:25:48 [2019-09-19T23:25:48.172Z] net
23:25:48 [2019-09-19T23:25:48.172Z] internal/x/text/unicode/bidi
23:25:48 [2019-09-19T23:25:48.648Z] #55 ...
23:25:48 [2019-09-19T23:25:48.648Z] 
23:25:48 [2019-09-19T23:25:48.648Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:48 [2019-09-19T23:25:48.648Z] #58 124.6   CC       criu/rst-malloc.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 124.8   CC       criu/seccomp.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 125.5   CC       criu/seize.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 126.1   CC       criu/shmem.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 126.8   CC       criu/sigframe.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 127.0   CC       criu/signalfd.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 127.2   CC       criu/sk-inet.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 127.9   CC       criu/sk-netlink.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 128.2   CC       criu/sk-packet.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 128.7   CC       criu/sk-queue.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 129.0   CC       criu/sk-tcp.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 129.4   CC       criu/sk-unix.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 130.9   CC       criu/sockets.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 131.7   CC       criu/stats.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 131.9   CC       criu/string.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 132.0   CC       criu/sysctl.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 132.5   CC       criu/sysfs_parse.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 132.9   CC       criu/timerfd.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 133.2   CC       criu/tty.o
23:25:48 [2019-09-19T23:25:48.648Z] #58 134.9   CC       criu/tun.o
23:25:48 [2019-09-19T23:25:48.794Z] internal/x/text/secure/bidirule
23:25:49 [2019-09-19T23:25:49.080Z] internal/x/text/unicode/norm
23:25:49 [2019-09-19T23:25:49.080Z] github.com/LK4D4/vndr/build
23:25:49 [2019-09-19T23:25:49.111Z] #24 DONE 244.8s
23:25:49 [2019-09-19T23:25:49.111Z] 
23:25:49 [2019-09-19T23:25:49.111Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:49 [2019-09-19T23:25:49.209Z] #58 135.4   CC       criu/uffd.o
23:25:50 [2019-09-19T23:25:50.097Z] crypto/rand
23:25:50 [2019-09-19T23:25:50.097Z] crypto/elliptic
23:25:50 [2019-09-19T23:25:50.097Z] encoding/asn1
23:25:50 [2019-09-19T23:25:50.133Z] #58 136.5   CC       criu/util.o
23:25:50 [2019-09-19T23:25:50.382Z] crypto/rsa
23:25:51 [2019-09-19T23:25:51.005Z] crypto/dsa
23:25:51 [2019-09-19T23:25:51.005Z] crypto/ecdsa
23:25:51 [2019-09-19T23:25:51.005Z] crypto/x509/pkix
23:25:51 [2019-09-19T23:25:51.005Z] internal/x/crypto/cryptobyte
23:25:51 [2019-09-19T23:25:51.005Z] internal/x/net/idna
23:25:51 [2019-09-19T23:25:51.005Z] internal/x/net/http2/hpack
23:25:51 [2019-09-19T23:25:51.010Z] #47 ...
23:25:51 [2019-09-19T23:25:51.010Z] 
23:25:51 [2019-09-19T23:25:51.010Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.268Z] #25 DONE 0.6s
23:25:51 [2019-09-19T23:25:51.268Z] 
23:25:51 [2019-09-19T23:25:51.268Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.268Z] #28 DONE 0.1s
23:25:51 [2019-09-19T23:25:51.268Z] 
23:25:51 [2019-09-19T23:25:51.268Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:51 [2019-09-19T23:25:51.268Z] #47 ...
23:25:51 [2019-09-19T23:25:51.268Z] 
23:25:51 [2019-09-19T23:25:51.268Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.268Z] #31 DONE 0.1s
23:25:51 [2019-09-19T23:25:51.268Z] 
23:25:51 [2019-09-19T23:25:51.268Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.494Z] #58 137.8   CC       criu/uts_ns.o
23:25:51 [2019-09-19T23:25:51.526Z] #34 DONE 0.1s
23:25:51 [2019-09-19T23:25:51.526Z] 
23:25:51 [2019-09-19T23:25:51.526Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.526Z] #39 DONE 0.1s
23:25:51 [2019-09-19T23:25:51.526Z] 
23:25:51 [2019-09-19T23:25:51.526Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:51 [2019-09-19T23:25:51.629Z] mime
23:25:51 [2019-09-19T23:25:51.629Z] mime/quotedprintable
23:25:51 [2019-09-19T23:25:51.750Z] #58 138.0   CC       criu/vdso-compat.o
23:25:51 [2019-09-19T23:25:51.784Z] #47 ...
23:25:51 [2019-09-19T23:25:51.784Z] 
23:25:51 [2019-09-19T23:25:51.784Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/
23:25:51 [2019-09-19T23:25:51.784Z] #43 DONE 0.1s
23:25:51 [2019-09-19T23:25:51.784Z] 
23:25:51 [2019-09-19T23:25:51.784Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:51 [2019-09-19T23:25:51.915Z] net/http/internal
23:25:51 [2019-09-19T23:25:51.915Z] os/exec
23:25:52 [2019-09-19T23:25:52.005Z] #58 138.3   CC       criu/vdso.o
23:25:52 [2019-09-19T23:25:52.931Z] #58 139.2   LINK     criu/built-in.o
23:25:53 [2019-09-19T23:25:53.187Z] #58 139.3   LINK     criu/criu
23:25:53 [2019-09-19T23:25:53.392Z] internal/x/net/http/httpproxy
23:25:53 [2019-09-19T23:25:53.392Z] net/textproto
23:25:53 [2019-09-19T23:25:53.392Z] crypto/x509
23:25:53 [2019-09-19T23:25:53.392Z] internal/x/net/http/httpguts
23:25:53 [2019-09-19T23:25:53.392Z] mime/multipart
23:25:53 [2019-09-19T23:25:53.442Z] #58 139.7   DEP      lib/c/criu.d
23:25:53 [2019-09-19T23:25:53.442Z] #58 139.8   CC       images/rpc.pb-c.o
23:25:54 [2019-09-19T23:25:54.011Z] crypto/tls
23:25:54 [2019-09-19T23:25:54.368Z] #58 140.4   CC       lib/c/criu.o
23:25:54 [2019-09-19T23:25:54.624Z] #58 141.1   LINK     lib/c/built-in.o
23:25:54 [2019-09-19T23:25:54.880Z] #58 141.1   LINK     lib/c/libcriu.so
23:25:54 [2019-09-19T23:25:54.880Z] #58 141.2   GEN      magic.py
23:25:55 [2019-09-19T23:25:55.808Z] #58 142.0 fatal: Not a git repository (or any of the parent directories): .git
23:25:56 [2019-09-19T23:25:56.033Z] net/http/httptrace
23:25:56 [2019-09-19T23:25:56.033Z] net/http
23:25:56 [2019-09-19T23:25:56.367Z] #58 142.6 make[1]: Nothing to be done for 'all'.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.2 make[1]: 'images/built-in.o' is up to date.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.3 make[1]: 'compel/libcompel.a' is up to date.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.4 make[1]: 'compel/compel-host-bin' is up to date.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.4 make[1]: Nothing to be done for 'all'.
23:25:56 [2019-09-19T23:25:56.927Z] #58 143.4 make[1]: 'soccr/libsoccr.a' is up to date.
23:25:57 [2019-09-19T23:25:57.181Z] #58 143.5 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.181Z] #58 143.6 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.181Z] #58 143.6 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.181Z] #58 143.7 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.436Z] #58 143.7 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.436Z] #58 143.7 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.436Z] #58 143.8 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.687Z] Removing intermediate container 948b8ac29f40
23:25:57 [2019-09-19T23:25:57.687Z]  ---> 9c9175478a7b
23:25:57 [2019-09-19T23:25:57.687Z] Step 71/126 : FROM dev-base AS dockercli
23:25:57 [2019-09-19T23:25:57.687Z]  ---> c3b1a3e9c722
23:25:57 [2019-09-19T23:25:57.687Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli
23:25:57 [2019-09-19T23:25:57.687Z]  ---> Running in 0b17ea649e29
23:25:57 [2019-09-19T23:25:57.687Z] Removing intermediate container 0b17ea649e29
23:25:57 [2019-09-19T23:25:57.687Z]  ---> 8d84a633042b
23:25:57 [2019-09-19T23:25:57.687Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:25:57 [2019-09-19T23:25:57.687Z]  ---> c1a780fe6c43
23:25:57 [2019-09-19T23:25:57.687Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:25:57 [2019-09-19T23:25:57.687Z]  ---> b88b7c4cca9b
23:25:57 [2019-09-19T23:25:57.687Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:25:57 [2019-09-19T23:25:57.687Z]  ---> Running in 3e0c0143f4c9
23:25:57 [2019-09-19T23:25:57.692Z] #58 143.8 make[2]: Nothing to be done for 'all'.
23:25:57 [2019-09-19T23:25:57.692Z] #58 143.9   INSTALL  criu/criu
23:25:57 [2019-09-19T23:25:57.947Z] #58 ...
23:25:57 [2019-09-19T23:25:57.947Z] 
23:25:57 [2019-09-19T23:25:57.947Z] #55 [registry 1/1] RUN set -x 	&& export GOPATH="$(mktemp -d)" 	&& git clone...
23:25:57 [2019-09-19T23:25:57.947Z] #55 192.8 + rm -rf /tmp/tmp.LVS87TqTpz/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.LVS87TqTpz
23:25:58 [2019-09-19T23:25:58.063Z] + RM_GOPATH=0
23:25:58 [2019-09-19T23:25:58.063Z] + TMP_GOPATH=
23:25:58 [2019-09-19T23:25:58.063Z] + : /build
23:25:58 [2019-09-19T23:25:58.063Z] + '[' -z '' ']'
23:25:58 [2019-09-19T23:25:58.063Z] ++ mktemp -d
23:25:58 [2019-09-19T23:25:58.063Z] Install docker/cli version 17.06.2-ce from stable
23:25:58 [2019-09-19T23:25:58.063Z] + export GOPATH=/tmp/tmp.4DdKNC9VV9
23:25:58 [2019-09-19T23:25:58.063Z] + GOPATH=/tmp/tmp.4DdKNC9VV9
23:25:58 [2019-09-19T23:25:58.063Z] + RM_GOPATH=1
23:25:58 [2019-09-19T23:25:58.063Z] ++ dirname ./install.sh
23:25:58 [2019-09-19T23:25:58.063Z] + dir=.
23:25:58 [2019-09-19T23:25:58.063Z] + bin=dockercli
23:25:58 [2019-09-19T23:25:58.063Z] + shift
23:25:58 [2019-09-19T23:25:58.063Z] + '[' '!' -f ./dockercli.installer ']'
23:25:58 [2019-09-19T23:25:58.063Z] + . ./dockercli.installer
23:25:58 [2019-09-19T23:25:58.063Z] ++ DOCKERCLI_CHANNEL=stable
23:25:58 [2019-09-19T23:25:58.063Z] ++ DOCKERCLI_VERSION=17.06.2-ce
23:25:58 [2019-09-19T23:25:58.063Z] + install_dockercli
23:25:58 [2019-09-19T23:25:58.063Z] + echo 'Install docker/cli version 17.06.2-ce from stable'
23:25:58 [2019-09-19T23:25:58.063Z] ++ uname -m
23:25:58 [2019-09-19T23:25:58.063Z] + arch=s390x
23:25:58 [2019-09-19T23:25:58.063Z] + '[' s390x '!=' x86_64 ']'
23:25:58 [2019-09-19T23:25:58.063Z] + '[' s390x '!=' s390x ']'
23:25:58 [2019-09-19T23:25:58.063Z] + url=https://download.docker.com/linux/static
23:25:58 [2019-09-19T23:25:58.063Z] + tar -xz docker/docker
23:25:58 [2019-09-19T23:25:58.063Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
23:25:58 [2019-09-19T23:25:58.338Z] #47 210.4 🇩 bin/containerd
23:25:58 [2019-09-19T23:25:58.864Z] + mkdir -p /build
23:25:58 [2019-09-19T23:25:58.864Z] + mv docker/docker /build/
23:25:58 [2019-09-19T23:25:58.864Z] + rmdir docker
23:25:58 [2019-09-19T23:25:58.871Z] #55 DONE 193.6s
23:25:58 [2019-09-19T23:25:58.871Z] 
23:25:58 [2019-09-19T23:25:58.871Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu 	&& curl -sSL https://github.com/c...
23:25:58 [2019-09-19T23:25:58.871Z] #58 DONE 145.0s
23:25:58 [2019-09-19T23:25:58.871Z] 
23:25:58 [2019-09-19T23:25:58.871Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:58 [2019-09-19T23:25:58.871Z] #47 ...
23:25:58 [2019-09-19T23:25:58.871Z] 
23:25:58 [2019-09-19T23:25:58.871Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter
23:25:58 [2019-09-19T23:25:58.871Z] #24 DONE 193.8s
23:25:59 [2019-09-19T23:25:59.125Z] 
23:25:59 [2019-09-19T23:25:59.125Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:25:59 [2019-09-19T23:25:59.493Z] github.com/LK4D4/vndr/godl
23:25:59 [2019-09-19T23:25:59.493Z] github.com/LK4D4/vndr
23:25:59 [2019-09-19T23:25:59.652Z] Removing intermediate container 3e0c0143f4c9
23:25:59 [2019-09-19T23:25:59.652Z]  ---> 665b149b9add
23:25:59 [2019-09-19T23:25:59.652Z] Step 76/126 : FROM runtime-dev AS runc
23:25:59 [2019-09-19T23:25:59.652Z]  ---> 9e56fbd89659
23:25:59 [2019-09-19T23:25:59.652Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc
23:25:59 [2019-09-19T23:25:59.652Z]  ---> Running in ef6d0fdae2b6
23:25:59 [2019-09-19T23:25:59.652Z] Removing intermediate container ef6d0fdae2b6
23:25:59 [2019-09-19T23:25:59.652Z]  ---> 94840288b8e1
23:25:59 [2019-09-19T23:25:59.652Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:26:00 [2019-09-19T23:26:00.014Z]  ---> 832601ba2a2f
23:26:00 [2019-09-19T23:26:00.014Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:26:00 [2019-09-19T23:26:00.536Z]  ---> 07572ea17f75
23:26:00 [2019-09-19T23:26:00.536Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:26:00 [2019-09-19T23:26:00.536Z]  ---> Running in 6d8c7715c241
23:26:00 [2019-09-19T23:26:00.978Z] + RM_GOPATH=0
23:26:00 [2019-09-19T23:26:00.978Z] + TMP_GOPATH=
23:26:00 [2019-09-19T23:26:00.978Z] + : /build
23:26:00 [2019-09-19T23:26:00.978Z] + '[' -z '' ']'
23:26:00 [2019-09-19T23:26:00.978Z] ++ mktemp -d
23:26:00 [2019-09-19T23:26:00.978Z] + export GOPATH=/tmp/tmp.MGV2tBl787
23:26:00 [2019-09-19T23:26:00.978Z] + GOPATH=/tmp/tmp.MGV2tBl787
23:26:00 [2019-09-19T23:26:00.978Z] + RM_GOPATH=1
23:26:00 [2019-09-19T23:26:00.978Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
23:26:00 [2019-09-19T23:26:00.978Z] ++ dirname ./install.sh
23:26:00 [2019-09-19T23:26:00.978Z] + dir=.
23:26:00 [2019-09-19T23:26:00.978Z] + bin=runc
23:26:00 [2019-09-19T23:26:00.978Z] + shift
23:26:00 [2019-09-19T23:26:00.978Z] + '[' '!' -f ./runc.installer ']'
23:26:00 [2019-09-19T23:26:00.978Z] + . ./runc.installer
23:26:00 [2019-09-19T23:26:00.978Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
23:26:00 [2019-09-19T23:26:00.978Z] + install_runc
23:26:00 [2019-09-19T23:26:00.978Z] + grep -q '^3\.10\.0.*\.el7\.'
23:26:00 [2019-09-19T23:26:00.978Z] + uname -r
23:26:00 [2019-09-19T23:26:00.978Z] + RUNC_BUILDTAGS='seccomp apparmor selinux '
23:26:00 [2019-09-19T23:26:00.978Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
23:26:00 [2019-09-19T23:26:00.978Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MGV2tBl787/src/github.com/opencontainers/runc
23:26:00 [2019-09-19T23:26:00.978Z] Cloning into '/tmp/tmp.MGV2tBl787/src/github.com/opencontainers/runc'...
23:26:01 [2019-09-19T23:26:01.772Z] + cd /tmp/tmp.MGV2tBl787/src/github.com/opencontainers/runc
23:26:01 [2019-09-19T23:26:01.772Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
23:26:01 [2019-09-19T23:26:01.772Z] + '[' -z '' ']'
23:26:01 [2019-09-19T23:26:01.772Z] + target=static
23:26:01 [2019-09-19T23:26:01.772Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static
23:26:02 [2019-09-19T23:26:02.133Z] CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc .
23:26:03 [2019-09-19T23:26:03.284Z] #47 ...
23:26:03 [2019-09-19T23:26:03.284Z] 
23:26:03 [2019-09-19T23:26:03.285Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/
23:26:03 [2019-09-19T23:26:03.540Z] #25 DONE 0.7s
23:26:03 [2019-09-19T23:26:03.540Z] 
23:26:03 [2019-09-19T23:26:03.540Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/
23:26:03 [2019-09-19T23:26:03.795Z] #28 DONE 0.1s
23:26:03 [2019-09-19T23:26:03.795Z] 
23:26:03 [2019-09-19T23:26:03.795Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/
23:26:03 [2019-09-19T23:26:03.795Z] #31 DONE 0.1s
23:26:03 [2019-09-19T23:26:03.795Z] 
23:26:03 [2019-09-19T23:26:03.795Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/
23:26:03 [2019-09-19T23:26:03.795Z] #34 DONE 0.1s
23:26:03 [2019-09-19T23:26:03.795Z] 
23:26:03 [2019-09-19T23:26:03.795Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/
23:26:03 [2019-09-19T23:26:03.795Z] #39 DONE 0.1s
23:26:03 [2019-09-19T23:26:03.795Z] 
23:26:03 [2019-09-19T23:26:03.795Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:26:03 [2019-09-19T23:26:03.888Z] Removing intermediate container a1c4c1f82013
23:26:03 [2019-09-19T23:26:03.888Z]  ---> aa2ca8d6a30f
23:26:03 [2019-09-19T23:26:03.888Z] Step 49/126 : FROM dev-base AS containerd
23:26:03 [2019-09-19T23:26:03.888Z]  ---> 437cd2f2d3e2
23:26:03 [2019-09-19T23:26:03.888Z] Step 50/126 : ARG DEBIAN_FRONTEND
23:26:03 [2019-09-19T23:26:03.888Z]  ---> Using cache
23:26:03 [2019-09-19T23:26:03.888Z]  ---> 4a95115df70f
23:26:03 [2019-09-19T23:26:03.888Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	btrfs-tools 	&& rm -rf /var/lib/apt/lists/*
23:26:03 [2019-09-19T23:26:03.888Z]  ---> Running in d6a8020dcd83
23:26:03 [2019-09-19T23:26:03.888Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:26:03 [2019-09-19T23:26:03.888Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:26:03 [2019-09-19T23:26:03.888Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:26:03 [2019-09-19T23:26:03.888Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:26:03 [2019-09-19T23:26:03.888Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:26:04 [2019-09-19T23:26:04.051Z] #47 ...
23:26:04 [2019-09-19T23:26:04.051Z] 
23:26:04 [2019-09-19T23:26:04.051Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/
23:26:04 [2019-09-19T23:26:04.051Z] #43 DONE 0.1s
23:26:04 [2019-09-19T23:26:04.051Z] 
23:26:04 [2019-09-19T23:26:04.051Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd
23:26:04 [2019-09-19T23:26:04.171Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:26:04 [2019-09-19T23:26:04.456Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:26:04 [2019-09-19T23:26:04.739Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:26:06 [2019-09-19T23:26:06.761Z] Fetched 7724 kB in 2s (3007 kB/s)
23:26:07 [2019-09-19T23:26:07.770Z] Reading package lists...
23:26:08 [2019-09-19T23:26:08.778Z] Reading package lists...
23:26:09 [2019-09-19T23:26:09.061Z] Building dependency tree...
23:26:09 [2019-09-19T23:26:09.061Z] Reading state information...
23:26:09 [2019-09-19T23:26:09.344Z] The following additional packages will be installed:
23:26:09 [2019-09-19T23:26:09.344Z]   btrfs-progs liblzo2-2
23:26:09 [2019-09-19T23:26:09.344Z] The following NEW packages will be installed:
23:26:09 [2019-09-19T23:26:09.344Z]   btrfs-progs btrfs-tools liblzo2-2
23:26:09 [2019-09-19T23:26:09.344Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
23:26:09 [2019-09-19T23:26:09.344Z] Need to get 588 kB of archives.
23:26:09 [2019-09-19T23:26:09.344Z] After this operation, 5005 kB of additional disk space will be used.
23:26:09 [2019-09-19T23:26:09.344Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
23:26:09 [2019-09-19T23:26:09.344Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB]
23:26:09 [2019-09-19T23:26:09.344Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB]
23:26:09 [2019-09-19T23:26:09.628Z] debconf: delaying package configuration, since apt-utils is not installed
23:26:09 [2019-09-19T23:26:09.628Z] Fetched 588 kB in 0s (5163 kB/s)
23:26:09 [2019-09-19T23:26:09.628Z] Selecting previously unselected package liblzo2-2:ppc64el.
23:26:09 [2019-09-19T23:26:09.628Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14950 files and directories currently installed.)
23:26:09 [2019-09-19T23:26:09.628Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
23:26:09 [2019-09-19T23:26:09.628Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:26:09 [2019-09-19T23:26:09.628Z] Selecting previously unselected package btrfs-progs.
23:26:09 [2019-09-19T23:26:09.628Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ...
23:26:09 [2019-09-19T23:26:09.628Z] Unpacking btrfs-progs (4.7.3-1) ...
23:26:09 [2019-09-19T23:26:09.914Z] Selecting previously unselected package btrfs-tools.
23:26:09 [2019-09-19T23:26:09.914Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ...
23:26:09 [2019-09-19T23:26:09.914Z] Unpacking btrfs-tools (4.7.3-1) ...
23:26:09 [2019-09-19T23:26:09.914Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:26:09 [2019-09-19T23:26:09.914Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:26:09 [2019-09-19T23:26:09.914Z] Setting up btrfs-progs (4.7.3-1) ...
23:26:09 [2019-09-19T23:26:09.914Z] Setting up btrfs-tools (4.7.3-1) ...
23:26:09 [2019-09-19T23:26:09.914Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:26:10 [2019-09-19T23:26:10.532Z] Removing intermediate container d6a8020dcd83
23:26:10 [2019-09-19T23:26:10.532Z]  ---> 48dbe1cdc37e
23:26:10 [2019-09-19T23:26:10.532Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd
23:26:10 [2019-09-19T23:26:10.532Z]  ---> Running in c244b6179c97
23:26:10 [2019-09-19T23:26:10.532Z] Removing intermediate container c244b6179c97
23:26:10 [2019-09-19T23:26:10.532Z]  ---> 75a4cb4ad194
23:26:10 [2019-09-19T23:26:10.532Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:26:10 [2019-09-19T23:26:10.582Z] #47 169.4 🇩 bin/containerd
23:26:10 [2019-09-19T23:26:10.814Z]  ---> 9db7176d927c
23:26:10 [2019-09-19T23:26:10.815Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:26:10 [2019-09-19T23:26:10.815Z]  ---> 0f6b65580569
23:26:10 [2019-09-19T23:26:10.815Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:26:10 [2019-09-19T23:26:10.815Z]  ---> Running in 06693a504c3d
23:26:11 [2019-09-19T23:26:11.111Z] + RM_GOPATH=0
23:26:11 [2019-09-19T23:26:11.111Z] + TMP_GOPATH=
23:26:11 [2019-09-19T23:26:11.111Z] + : /build
23:26:11 [2019-09-19T23:26:11.111Z] + '[' -z '' ']'
23:26:11 [2019-09-19T23:26:11.111Z] ++ mktemp -d
23:26:11 [2019-09-19T23:26:11.111Z] + export GOPATH=/tmp/tmp.clmwTwWGbd
23:26:11 [2019-09-19T23:26:11.111Z] + GOPATH=/tmp/tmp.clmwTwWGbd
23:26:11 [2019-09-19T23:26:11.111Z] + RM_GOPATH=1
23:26:11 [2019-09-19T23:26:11.111Z] ++ dirname ./install.sh
23:26:11 [2019-09-19T23:26:11.111Z] + dir=.
23:26:11 [2019-09-19T23:26:11.111Z] + bin=containerd
23:26:11 [2019-09-19T23:26:11.111Z] + shift
23:26:11 [2019-09-19T23:26:11.111Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3
23:26:11 [2019-09-19T23:26:11.111Z] + '[' '!' -f ./containerd.installer ']'
23:26:11 [2019-09-19T23:26:11.111Z] + . ./containerd.installer
23:26:11 [2019-09-19T23:26:11.111Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3
23:26:11 [2019-09-19T23:26:11.111Z] + install_containerd
23:26:11 [2019-09-19T23:26:11.111Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3'
23:26:11 [2019-09-19T23:26:11.111Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.clmwTwWGbd/src/github.com/containerd/containerd
23:26:11 [2019-09-19T23:26:11.111Z] Cloning into '/tmp/tmp.clmwTwWGbd/src/github.com/containerd/containerd'...
23:26:16 [2019-09-19T23:26:16.116Z] CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
23:26:16 [2019-09-19T23:26:16.116Z] + mkdir -p /build
23:26:16 [2019-09-19T23:26:16.116Z] + cp runc /build/runc
23:26:16 [2019-09-19T23:26:16.907Z] Removing intermediate container 6d8c7715c241
23:26:16 [2019-09-19T23:26:16.907Z]  ---> 072c59d9bf01
23:26:16 [2019-09-19T23:26:16.907Z] Step 81/126 : FROM dev-base AS tini
23:26:16 [2019-09-19T23:26:16.907Z]  ---> c3b1a3e9c722
23:26:16 [2019-09-19T23:26:16.907Z] Step 82/126 : ARG DEBIAN_FRONTEND
23:26:16 [2019-09-19T23:26:16.907Z]  ---> Using cache
23:26:16 [2019-09-19T23:26:16.907Z]  ---> 89f80ddee2bc
23:26:16 [2019-09-19T23:26:16.907Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	cmake 	vim-common 	&& rm -rf /var/lib/apt/lists/*
23:26:16 [2019-09-19T23:26:16.907Z]  ---> Running in e3edaa12ef70
23:26:17 [2019-09-19T23:26:17.305Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:26:17 [2019-09-19T23:26:17.305Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:26:17 [2019-09-19T23:26:17.305Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:26:17 [2019-09-19T23:26:17.305Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:26:17 [2019-09-19T23:26:17.305Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:26:17 [2019-09-19T23:26:17.305Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:26:17 [2019-09-19T23:26:17.669Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:26:17 [2019-09-19T23:26:17.669Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:26:17 [2019-09-19T23:26:17.927Z] + cd /tmp/tmp.clmwTwWGbd/src/github.com/containerd/containerd
23:26:17 [2019-09-19T23:26:17.928Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3
23:26:17 [2019-09-19T23:26:17.928Z] + export 'BUILDTAGS=netgo osusergo static_build'
23:26:17 [2019-09-19T23:26:17.928Z] + BUILDTAGS='netgo osusergo static_build'
23:26:17 [2019-09-19T23:26:17.928Z] + export EXTRA_FLAGS=-buildmode=pie
23:26:17 [2019-09-19T23:26:17.928Z] + EXTRA_FLAGS=-buildmode=pie
23:26:17 [2019-09-19T23:26:17.928Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:26:17 [2019-09-19T23:26:17.928Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:26:17 [2019-09-19T23:26:17.928Z] + '[' '' = dynamic ']'
23:26:17 [2019-09-19T23:26:17.928Z] + make
23:26:18 [2019-09-19T23:26:18.210Z] 🇩 bin/ctr
23:26:18 [2019-09-19T23:26:18.946Z] Fetched 7674 kB in 1s (4676 kB/s)
23:26:19 [2019-09-19T23:26:19.317Z] Reading package lists...
23:26:20 [2019-09-19T23:26:20.289Z] Reading package lists...
23:26:20 [2019-09-19T23:26:20.289Z] Building dependency tree...
23:26:20 [2019-09-19T23:26:20.289Z] Reading state information...
23:26:20 [2019-09-19T23:26:20.289Z] The following additional packages will be installed:
23:26:20 [2019-09-19T23:26:20.289Z]   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
23:26:20 [2019-09-19T23:26:20.289Z] Suggested packages:
23:26:20 [2019-09-19T23:26:20.289Z]   codeblocks eclipse ninja-build lrzip
23:26:20 [2019-09-19T23:26:20.289Z] Recommended packages:
23:26:20 [2019-09-19T23:26:20.289Z]   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:26:20 [2019-09-19T23:26:20.289Z] The following NEW packages will be installed:
23:26:20 [2019-09-19T23:26:20.289Z]   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
23:26:20 [2019-09-19T23:26:20.289Z]   vim-common xxd
23:26:20 [2019-09-19T23:26:20.289Z] 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded.
23:26:20 [2019-09-19T23:26:20.289Z] Need to get 13.2 MB of archives.
23:26:20 [2019-09-19T23:26:20.289Z] After this operation, 59.4 MB of additional disk space will be used.
23:26:20 [2019-09-19T23:26:20.289Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB]
23:26:20 [2019-09-19T23:26:20.690Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:26:20 [2019-09-19T23:26:20.690Z] debconf: delaying package configuration, since apt-utils is not installed
23:26:20 [2019-09-19T23:26:20.690Z] Fetched 13.2 MB in 0s (41.3 MB/s)
23:26:20 [2019-09-19T23:26:20.690Z] Selecting previously unselected package cmake-data.
23:26:20 [2019-09-19T23:26:20.690Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14828 files and directories currently installed.)
23:26:20 [2019-09-19T23:26:20.690Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
23:26:20 [2019-09-19T23:26:20.690Z] Unpacking cmake-data (3.7.2-1) ...
23:26:21 [2019-09-19T23:26:21.066Z] Selecting previously unselected package liblzo2-2:s390x.
23:26:21 [2019-09-19T23:26:21.066Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ...
23:26:21 [2019-09-19T23:26:21.066Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
23:26:21 [2019-09-19T23:26:21.066Z] Selecting previously unselected package libicu57:s390x.
23:26:21 [2019-09-19T23:26:21.066Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ...
23:26:21 [2019-09-19T23:26:21.066Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ...
23:26:22 [2019-09-19T23:26:22.344Z] Selecting previously unselected package libxml2:s390x.
23:26:22 [2019-09-19T23:26:22.344Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.344Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ...
23:26:22 [2019-09-19T23:26:22.344Z] Selecting previously unselected package libarchive13:s390x.
23:26:22 [2019-09-19T23:26:22.344Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.344Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ...
23:26:22 [2019-09-19T23:26:22.344Z] Selecting previously unselected package libjsoncpp1:s390x.
23:26:22 [2019-09-19T23:26:22.344Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.344Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ...
23:26:22 [2019-09-19T23:26:22.344Z] Selecting previously unselected package libuv1:s390x.
23:26:22 [2019-09-19T23:26:22.344Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.344Z] Unpacking libuv1:s390x (1.9.1-3) ...
23:26:22 [2019-09-19T23:26:22.344Z] Selecting previously unselected package cmake.
23:26:22 [2019-09-19T23:26:22.344Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.344Z] Unpacking cmake (3.7.2-1) ...
23:26:22 [2019-09-19T23:26:22.711Z] Selecting previously unselected package xxd.
23:26:22 [2019-09-19T23:26:22.711Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ...
23:26:22 [2019-09-19T23:26:22.711Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:26:22 [2019-09-19T23:26:22.711Z] Selecting previously unselected package vim-common.
23:26:22 [2019-09-19T23:26:22.711Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:26:22 [2019-09-19T23:26:22.711Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:26:22 [2019-09-19T23:26:22.711Z] Processing triggers for mime-support (3.60) ...
23:26:22 [2019-09-19T23:26:22.711Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:26:22 [2019-09-19T23:26:22.711Z] Setting up libuv1:s390x (1.9.1-3) ...
23:26:22 [2019-09-19T23:26:22.711Z] Setting up cmake-data (3.7.2-1) ...
23:26:22 [2019-09-19T23:26:22.711Z] Setting up libicu57:s390x (57.1-6+deb9u3) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ...
23:26:23 [2019-09-19T23:26:23.096Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up libjsoncpp1:s390x (1.7.4-3) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ...
23:26:23 [2019-09-19T23:26:23.096Z] Setting up cmake (3.7.2-1) ...
23:26:23 [2019-09-19T23:26:23.096Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:26:24 [2019-09-19T23:26:24.376Z] Removing intermediate container e3edaa12ef70
23:26:24 [2019-09-19T23:26:24.376Z]  ---> 8c62070844d1
23:26:24 [2019-09-19T23:26:24.376Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:26:24 [2019-09-19T23:26:24.376Z]  ---> 8316917d1f3a
23:26:24 [2019-09-19T23:26:24.376Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini
23:26:24 [2019-09-19T23:26:24.376Z]  ---> Running in 9bc5b300e4d1
23:26:24 [2019-09-19T23:26:24.756Z] Removing intermediate container 9bc5b300e4d1
23:26:24 [2019-09-19T23:26:24.756Z]  ---> d15a53c1b305
23:26:24 [2019-09-19T23:26:24.756Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:26:24 [2019-09-19T23:26:24.756Z]  ---> 07d6279f45ce
23:26:24 [2019-09-19T23:26:24.756Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:26:24 [2019-09-19T23:26:24.756Z]  ---> Running in fe42044edc61
23:26:24 [2019-09-19T23:26:24.862Z] #47 233.0 🇩 bin/containerd-stress
23:26:24 [2019-09-19T23:26:24.862Z] #47 234.6 🇩 bin/containerd-shim
23:26:25 [2019-09-19T23:26:25.248Z] + RM_GOPATH=0
23:26:25 [2019-09-19T23:26:25.248Z] + TMP_GOPATH=
23:26:25 [2019-09-19T23:26:25.248Z] + : /build
23:26:25 [2019-09-19T23:26:25.248Z] + '[' -z '' ']'
23:26:25 [2019-09-19T23:26:25.248Z] ++ mktemp -d
23:26:25 [2019-09-19T23:26:25.248Z] + export GOPATH=/tmp/tmp.BdDpwiRqW4
23:26:25 [2019-09-19T23:26:25.248Z] + GOPATH=/tmp/tmp.BdDpwiRqW4
23:26:25 [2019-09-19T23:26:25.248Z] + RM_GOPATH=1
23:26:25 [2019-09-19T23:26:25.248Z] ++ dirname ./install.sh
23:26:25 [2019-09-19T23:26:25.248Z] + dir=.
23:26:25 [2019-09-19T23:26:25.248Z] + bin=tini
23:26:25 [2019-09-19T23:26:25.248Z] + shift
23:26:25 [2019-09-19T23:26:25.248Z] + '[' '!' -f ./tini.installer ']'
23:26:25 [2019-09-19T23:26:25.248Z] + . ./tini.installer
23:26:25 [2019-09-19T23:26:25.248Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
23:26:25 [2019-09-19T23:26:25.248Z] + install_tini
23:26:25 [2019-09-19T23:26:25.248Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
23:26:25 [2019-09-19T23:26:25.248Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.BdDpwiRqW4/tini
23:26:25 [2019-09-19T23:26:25.248Z] Cloning into '/tmp/tmp.BdDpwiRqW4/tini'...
23:26:25 [2019-09-19T23:26:25.248Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662
23:26:25 [2019-09-19T23:26:25.682Z] + cd /tmp/tmp.BdDpwiRqW4/tini
23:26:25 [2019-09-19T23:26:25.682Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
23:26:25 [2019-09-19T23:26:25.682Z] + cmake .
23:26:25 [2019-09-19T23:26:25.682Z] -- The C compiler identification is GNU 6.3.0
23:26:25 [2019-09-19T23:26:25.682Z] -- Check for working C compiler: /usr/bin/cc
23:26:25 [2019-09-19T23:26:25.682Z] -- Check for working C compiler: /usr/bin/cc -- works
23:26:25 [2019-09-19T23:26:25.682Z] -- Detecting C compiler ABI info
23:26:25 [2019-09-19T23:26:25.682Z] -- Detecting C compiler ABI info - done
23:26:25 [2019-09-19T23:26:25.682Z] -- Detecting C compile features
23:26:26 [2019-09-19T23:26:26.067Z] -- Detecting C compile features - done
23:26:26 [2019-09-19T23:26:26.067Z] -- Performing Test HAS_BUILTIN_FORTIFY
23:26:26 [2019-09-19T23:26:26.067Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:26:26 [2019-09-19T23:26:26.067Z] -- Configuring done
23:26:26 [2019-09-19T23:26:26.067Z] -- Generating done
23:26:26 [2019-09-19T23:26:26.067Z] -- Build files have been written to: /tmp/tmp.BdDpwiRqW4/tini
23:26:26 [2019-09-19T23:26:26.067Z] + make tini-static
23:26:26 [2019-09-19T23:26:26.067Z] Scanning dependencies of target tini-static
23:26:26 [2019-09-19T23:26:26.067Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:26:26 [2019-09-19T23:26:26.429Z] [100%] Linking C executable tini-static
23:26:26 [2019-09-19T23:26:26.429Z] [100%] Built target tini-static
23:26:26 [2019-09-19T23:26:26.429Z] + mkdir -p /build
23:26:26 [2019-09-19T23:26:26.429Z] + cp tini-static /build/docker-init
23:26:26 [2019-09-19T23:26:26.802Z] Removing intermediate container fe42044edc61
23:26:26 [2019-09-19T23:26:26.802Z]  ---> eb3969742a79
23:26:26 [2019-09-19T23:26:26.802Z] Step 88/126 : FROM dev-base AS rootlesskit
23:26:26 [2019-09-19T23:26:26.802Z]  ---> c3b1a3e9c722
23:26:26 [2019-09-19T23:26:26.802Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit
23:26:26 [2019-09-19T23:26:26.802Z]  ---> Running in f5c84b6b279b
23:26:27 [2019-09-19T23:26:27.175Z] Removing intermediate container f5c84b6b279b
23:26:27 [2019-09-19T23:26:27.175Z]  ---> a5be5d3f1356
23:26:27 [2019-09-19T23:26:27.175Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:26:27 [2019-09-19T23:26:27.175Z]  ---> eeed3abb0464
23:26:27 [2019-09-19T23:26:27.175Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:26:27 [2019-09-19T23:26:27.561Z]  ---> cdb6ee19cbf1
23:26:27 [2019-09-19T23:26:27.561Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
23:26:27 [2019-09-19T23:26:27.561Z]  ---> Running in d4b824020f94
23:26:27 [2019-09-19T23:26:27.932Z] + RM_GOPATH=0
23:26:27 [2019-09-19T23:26:27.932Z] + TMP_GOPATH=
23:26:27 [2019-09-19T23:26:27.932Z] + : /build/
23:26:27 [2019-09-19T23:26:27.932Z] + '[' -z '' ']'
23:26:27 [2019-09-19T23:26:27.932Z] ++ mktemp -d
23:26:27 [2019-09-19T23:26:27.932Z] + export GOPATH=/tmp/tmp.YoKE4DLRnj
23:26:27 [2019-09-19T23:26:27.932Z] + GOPATH=/tmp/tmp.YoKE4DLRnj
23:26:27 [2019-09-19T23:26:27.932Z] + RM_GOPATH=1
23:26:27 [2019-09-19T23:26:27.932Z] ++ dirname ./install.sh
23:26:27 [2019-09-19T23:26:27.932Z] + dir=.
23:26:27 [2019-09-19T23:26:27.932Z] + bin=rootlesskit
23:26:27 [2019-09-19T23:26:27.932Z] + shift
23:26:27 [2019-09-19T23:26:27.932Z] + '[' '!' -f ./rootlesskit.installer ']'
23:26:27 [2019-09-19T23:26:27.932Z] + . ./rootlesskit.installer
23:26:27 [2019-09-19T23:26:27.932Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
23:26:27 [2019-09-19T23:26:27.932Z] + install_rootlesskit
23:26:27 [2019-09-19T23:26:27.932Z] + case "$1" in
23:26:27 [2019-09-19T23:26:27.932Z] + export CGO_ENABLED=0
23:26:27 [2019-09-19T23:26:27.932Z] + CGO_ENABLED=0
23:26:27 [2019-09-19T23:26:27.932Z] + _install_rootlesskit
23:26:27 [2019-09-19T23:26:27.932Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
23:26:27 [2019-09-19T23:26:27.932Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YoKE4DLRnj/src/github.com/rootless-containers/rootlesskit
23:26:27 [2019-09-19T23:26:27.932Z] Cloning into '/tmp/tmp.YoKE4DLRnj/src/github.com/rootless-containers/rootlesskit'...
23:26:27 [2019-09-19T23:26:27.932Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
23:26:28 [2019-09-19T23:26:28.729Z] + cd /tmp/tmp.YoKE4DLRnj/src/github.com/rootless-containers/rootlesskit
23:26:28 [2019-09-19T23:26:28.729Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
23:26:28 [2019-09-19T23:26:28.729Z] + for f in rootlesskit rootlesskit-docker-proxy
23:26:28 [2019-09-19T23:26:28.729Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
23:26:29 [2019-09-19T23:26:29.043Z] #47 240.5 🇩 bin/containerd-shim-runc-v1
23:26:30 [2019-09-19T23:26:30.936Z] #47 243.1 🇩 binaries
23:26:30 [2019-09-19T23:26:30.936Z] #47 243.1 + mkdir -p /build
23:26:30 [2019-09-19T23:26:30.936Z] #47 243.1 + cp bin/containerd /build/containerd
23:26:30 [2019-09-19T23:26:30.936Z] #47 243.1 + cp bin/containerd-shim /build/containerd-shim
23:26:30 [2019-09-19T23:26:30.936Z] #47 243.1 + cp bin/ctr /build/ctr
23:26:32 [2019-09-19T23:26:32.307Z] #47 DONE 244.2s
23:26:32 [2019-09-19T23:26:32.456Z] #47 191.4 🇩 bin/containerd-stress
23:26:32 [2019-09-19T23:26:32.895Z] 
23:26:32 [2019-09-19T23:26:32.895Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/
23:26:33 [2019-09-19T23:26:33.161Z] #48 DONE 0.2s
23:26:33 [2019-09-19T23:26:33.161Z] 
23:26:33 [2019-09-19T23:26:33.161Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/
23:26:33 [2019-09-19T23:26:33.382Z] #47 193.0 🇩 bin/containerd-shim
23:26:33 [2019-09-19T23:26:33.418Z] #51 DONE 0.1s
23:26:33 [2019-09-19T23:26:33.418Z] 
23:26:33 [2019-09-19T23:26:33.418Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli
23:26:33 [2019-09-19T23:26:33.418Z] #54 DONE 0.2s
23:26:33 [2019-09-19T23:26:33.418Z] 
23:26:33 [2019-09-19T23:26:33.418Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/
23:26:33 [2019-09-19T23:26:33.676Z] #56 DONE 0.4s
23:26:33 [2019-09-19T23:26:33.933Z] 
23:26:33 [2019-09-19T23:26:33.933Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/
23:26:33 [2019-09-19T23:26:33.933Z] #59 DONE 0.1s
23:26:33 [2019-09-19T23:26:33.933Z] 
23:26:33 [2019-09-19T23:26:33.933Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/
23:26:34 [2019-09-19T23:26:34.190Z] #63 DONE 0.3s
23:26:34 [2019-09-19T23:26:34.190Z] 
23:26:34 [2019-09-19T23:26:34.190Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397...
23:26:34 [2019-09-19T23:26:34.446Z] #65 DONE 0.3s
23:26:34 [2019-09-19T23:26:34.703Z] 
23:26:34 [2019-09-19T23:26:34.703Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker
23:26:34 [2019-09-19T23:26:34.703Z] #66 DONE 0.0s
23:26:34 [2019-09-19T23:26:34.703Z] 
23:26:34 [2019-09-19T23:26:34.703Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
23:26:35 [2019-09-19T23:26:35.372Z] #67 DONE 0.7s
23:26:35 [2019-09-19T23:26:35.372Z] 
23:26:35 [2019-09-19T23:26:35.372Z] #68 exporting to image
23:26:35 [2019-09-19T23:26:35.372Z] #68 exporting layers
23:26:36 [2019-09-19T23:26:36.734Z] + for f in rootlesskit rootlesskit-docker-proxy
23:26:36 [2019-09-19T23:26:36.734Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
23:26:37 [2019-09-19T23:26:37.522Z] Removing intermediate container d4b824020f94
23:26:37 [2019-09-19T23:26:37.522Z]  ---> 341c65abcdfe
23:26:37 [2019-09-19T23:26:37.522Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build
23:26:37 [2019-09-19T23:26:37.885Z]  ---> cdc593c24c64
23:26:37 [2019-09-19T23:26:37.885Z] Step 94/126 : FROM runtime-dev AS dev
23:26:37 [2019-09-19T23:26:37.885Z]  ---> 9e56fbd89659
23:26:37 [2019-09-19T23:26:37.885Z] Step 95/126 : ARG DEBIAN_FRONTEND
23:26:37 [2019-09-19T23:26:37.885Z]  ---> Running in a8caf9914bbc
23:26:38 [2019-09-19T23:26:38.250Z] Removing intermediate container a8caf9914bbc
23:26:38 [2019-09-19T23:26:38.250Z]  ---> 12310315a025
23:26:38 [2019-09-19T23:26:38.250Z] Step 96/126 : RUN groupadd -r docker
23:26:38 [2019-09-19T23:26:38.250Z]  ---> Running in caf0b068a933
23:26:39 [2019-09-19T23:26:39.026Z] Removing intermediate container caf0b068a933
23:26:39 [2019-09-19T23:26:39.026Z]  ---> e3562b759ec8
23:26:39 [2019-09-19T23:26:39.026Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser
23:26:39 [2019-09-19T23:26:39.405Z]  ---> Running in 7d48126255d5
23:26:40 [2019-09-19T23:26:40.017Z] #47 198.9 🇩 bin/containerd-shim-runc-v1
23:26:40 [2019-09-19T23:26:40.348Z] Removing intermediate container 7d48126255d5
23:26:40 [2019-09-19T23:26:40.348Z]  ---> ffc4e7bcd085
23:26:40 [2019-09-19T23:26:40.348Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:26:40 [2019-09-19T23:26:40.348Z]  ---> Running in 1facdb257272
23:26:40 [2019-09-19T23:26:40.761Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:26:41 [2019-09-19T23:26:41.128Z] Removing intermediate container 1facdb257272
23:26:41 [2019-09-19T23:26:41.128Z]  ---> c249bcb662b6
23:26:41 [2019-09-19T23:26:41.128Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:26:41 [2019-09-19T23:26:41.523Z]  ---> Running in 8c61d21c210f
23:26:41 [2019-09-19T23:26:41.943Z] #47 201.5 🇩 binaries
23:26:41 [2019-09-19T23:26:41.943Z] #47 201.5 + mkdir -p /build
23:26:41 [2019-09-19T23:26:41.943Z] #47 201.5 + cp bin/containerd /build/containerd
23:26:41 [2019-09-19T23:26:41.943Z] #47 201.5 + cp bin/containerd-shim /build/containerd-shim
23:26:42 [2019-09-19T23:26:42.197Z] #47 201.5 + cp bin/ctr /build/ctr
23:26:42 [2019-09-19T23:26:42.356Z] Removing intermediate container 8c61d21c210f
23:26:42 [2019-09-19T23:26:42.356Z]  ---> 7f87d5faac12
23:26:42 [2019-09-19T23:26:42.356Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:26:42 [2019-09-19T23:26:42.356Z]  ---> Running in 014609833c49
23:26:42 [2019-09-19T23:26:42.757Z] #47 DONE 202.2s
23:26:43 [2019-09-19T23:26:43.153Z] Removing intermediate container 014609833c49
23:26:43 [2019-09-19T23:26:43.153Z]  ---> 8ba48b41f6df
23:26:43 [2019-09-19T23:26:43.153Z] Step 101/126 : RUN ldconfig
23:26:43 [2019-09-19T23:26:43.153Z]  ---> Running in de96795a267f
23:26:43 [2019-09-19T23:26:43.707Z] 
23:26:43 [2019-09-19T23:26:43.708Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/
23:26:44 [2019-09-19T23:26:44.010Z] #48 DONE 0.2s
23:26:44 [2019-09-19T23:26:44.010Z] 
23:26:44 [2019-09-19T23:26:44.010Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/
23:26:44 [2019-09-19T23:26:44.266Z] #51 DONE 0.2s
23:26:44 [2019-09-19T23:26:44.266Z] 
23:26:44 [2019-09-19T23:26:44.266Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli
23:26:44 [2019-09-19T23:26:44.266Z] #54 DONE 0.1s
23:26:44 [2019-09-19T23:26:44.266Z] 
23:26:44 [2019-09-19T23:26:44.266Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/
23:26:44 [2019-09-19T23:26:44.435Z] Removing intermediate container de96795a267f
23:26:44 [2019-09-19T23:26:44.435Z]  ---> fce3654c48ff
23:26:44 [2019-09-19T23:26:44.435Z] Step 102/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	apparmor 	aufs-tools 	bash-completion 	btrfs-tools 	iptables 	jq 	libcap2-bin 	libdevmapper-dev 	libudev-dev 	libsystemd-dev 	binutils-mingw-w64 	g++-mingw-w64-x86-64 	net-tools 	pigz 	python3-pip 	python3-setuptools 	python3-wheel 	thin-provisioning-tools 	vim 	vim-common 	xfsprogs 	zip 	bzip2 	xz-utils 	libprotobuf-c1 	libnet1 	libnl-3-200 	&& rm -rf /var/lib/apt/lists/*
23:26:44 [2019-09-19T23:26:44.435Z]  ---> Running in f91e17c98224
23:26:44 [2019-09-19T23:26:44.521Z] #56 DONE 0.2s
23:26:44 [2019-09-19T23:26:44.521Z] 
23:26:44 [2019-09-19T23:26:44.521Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/
23:26:44 [2019-09-19T23:26:44.521Z] #59 DONE 0.1s
23:26:44 [2019-09-19T23:26:44.521Z] 
23:26:44 [2019-09-19T23:26:44.521Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/
23:26:44 [2019-09-19T23:26:44.521Z] #63 DONE 0.1s
23:26:44 [2019-09-19T23:26:44.776Z] 
23:26:44 [2019-09-19T23:26:44.776Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397...
23:26:44 [2019-09-19T23:26:44.776Z] #65 DONE 0.2s
23:26:44 [2019-09-19T23:26:44.776Z] 
23:26:44 [2019-09-19T23:26:44.776Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker
23:26:44 [2019-09-19T23:26:44.776Z] #66 DONE 0.0s
23:26:45 [2019-09-19T23:26:45.031Z] 
23:26:45 [2019-09-19T23:26:45.031Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
23:26:45 [2019-09-19T23:26:45.327Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:26:45 [2019-09-19T23:26:45.327Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:26:45 [2019-09-19T23:26:45.327Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:26:45 [2019-09-19T23:26:45.327Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:26:45 [2019-09-19T23:26:45.327Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:26:45 [2019-09-19T23:26:45.327Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [489 kB]
23:26:45 [2019-09-19T23:26:45.327Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB]
23:26:45 [2019-09-19T23:26:45.591Z] #67 DONE 0.6s
23:26:45 [2019-09-19T23:26:45.591Z] 
23:26:45 [2019-09-19T23:26:45.591Z] #68 exporting to image
23:26:45 [2019-09-19T23:26:45.591Z] #68 exporting layers
23:26:45 [2019-09-19T23:26:45.714Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB]
23:26:46 [2019-09-19T23:26:46.995Z] Fetched 7674 kB in 1s (4108 kB/s)
23:26:47 [2019-09-19T23:26:47.384Z] Reading package lists...
23:26:48 [2019-09-19T23:26:48.189Z] Reading package lists...
23:26:48 [2019-09-19T23:26:48.189Z] Building dependency tree...
23:26:48 [2019-09-19T23:26:48.189Z] Reading state information...
23:26:48 [2019-09-19T23:26:48.189Z] The following additional packages will be installed:
23:26:48 [2019-09-19T23:26:48.189Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
23:26:48 [2019-09-19T23:26:48.189Z]   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
23:26:48 [2019-09-19T23:26:48.189Z]   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
23:26:48 [2019-09-19T23:26:48.189Z]   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
23:26:48 [2019-09-19T23:26:48.189Z]   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
23:26:48 [2019-09-19T23:26:48.189Z]   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
23:26:48 [2019-09-19T23:26:48.189Z]   libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12
23:26:48 [2019-09-19T23:26:48.189Z]   mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
23:26:48 [2019-09-19T23:26:48.189Z]   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
23:26:48 [2019-09-19T23:26:48.189Z] Suggested packages:
23:26:48 [2019-09-19T23:26:48.189Z]   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
23:26:48 [2019-09-19T23:26:48.189Z]   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
23:26:48 [2019-09-19T23:26:48.189Z]   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
23:26:48 [2019-09-19T23:26:48.189Z]   vim-doc vim-scripts xfsdump acl attr quota
23:26:48 [2019-09-19T23:26:48.189Z] Recommended packages:
23:26:48 [2019-09-19T23:26:48.189Z]   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
23:26:48 [2019-09-19T23:26:48.189Z]   python3-keyrings.alt python3-xdg unzip
23:26:48 [2019-09-19T23:26:48.983Z] The following NEW packages will be installed:
23:26:48 [2019-09-19T23:26:48.983Z]   apparmor aufs-tools bash-completion binutils-mingw-w64
23:26:48 [2019-09-19T23:26:48.983Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
23:26:48 [2019-09-19T23:26:48.983Z]   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
23:26:48 [2019-09-19T23:26:48.983Z]   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
23:26:48 [2019-09-19T23:26:48.983Z]   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
23:26:48 [2019-09-19T23:26:48.983Z]   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
23:26:48 [2019-09-19T23:26:48.983Z]   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
23:26:48 [2019-09-19T23:26:48.983Z]   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
23:26:48 [2019-09-19T23:26:48.983Z]   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
23:26:48 [2019-09-19T23:26:48.983Z]   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
23:26:48 [2019-09-19T23:26:48.983Z]   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
23:26:48 [2019-09-19T23:26:48.983Z]   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
23:26:48 [2019-09-19T23:26:48.983Z]   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
23:26:48 [2019-09-19T23:26:48.983Z]   xfsprogs xxd xz-utils zip
23:26:48 [2019-09-19T23:26:48.983Z] The following packages will be upgraded:
23:26:48 [2019-09-19T23:26:48.983Z]   libsystemd0 libudev1
23:26:48 [2019-09-19T23:26:48.983Z] 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded.
23:26:48 [2019-09-19T23:26:48.983Z] Need to get 88.6 MB of archives.
23:26:48 [2019-09-19T23:26:48.983Z] After this operation, 565 MB of additional disk space will be used.
23:26:48 [2019-09-19T23:26:48.983Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd0 s390x 232-25+deb9u12 [266 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev1 s390x 232-25+deb9u12 [123 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB]
23:26:48 [2019-09-19T23:26:48.983Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB]
23:26:48 [2019-09-19T23:26:48.984Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB]
23:26:48 [2019-09-19T23:26:48.984Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB]
23:26:48 [2019-09-19T23:26:48.984Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB]
23:26:48 [2019-09-19T23:26:48.984Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB]
23:26:48 [2019-09-19T23:26:48.984Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B]
23:26:49 [2019-09-19T23:26:49.370Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB]
23:26:49 [2019-09-19T23:26:49.370Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB]
23:26:49 [2019-09-19T23:26:49.750Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB]
23:26:50 [2019-09-19T23:26:50.136Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB]
23:26:50 [2019-09-19T23:26:50.136Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
23:26:50 [2019-09-19T23:26:50.136Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB]
23:26:50 [2019-09-19T23:26:50.232Z] #68 exporting layers 13.1s done
23:26:50 [2019-09-19T23:26:50.232Z] #68 writing image sha256:15c44c0da47b26d4e131afd0937a00ba84b1fef0ffd5fe53ddb5958f9664eb1f done
23:26:50 [2019-09-19T23:26:50.232Z] #68 naming to docker.io/library/docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 done
23:26:50 [2019-09-19T23:26:50.232Z] #68 DONE 13.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
23:26:50 [2019-09-19T23:26:50.561Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-370/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/validate/default
23:26:51 [2019-09-19T23:26:51.217Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
23:26:51 [2019-09-19T23:26:51.585Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB]
23:26:51 [2019-09-19T23:26:51.585Z] Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB]
23:26:52 [2019-09-19T23:26:52.121Z] #68 exporting layers 6.7s done
23:26:52 [2019-09-19T23:26:52.122Z] #68 writing image sha256:51dfd40bbd1d3b1c50f8808a095d59f0c786d68bfbfb79f520331deb9b1a3e87 done
23:26:52 [2019-09-19T23:26:52.122Z] #68 naming to docker.io/library/docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 done
23:26:52 [2019-09-19T23:26:52.122Z] #68 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
23:26:53 [2019-09-19T23:26:53.106Z] 
23:26:53 [2019-09-19T23:26:53.106Z] Removing bundles/
23:26:53 [2019-09-19T23:26:53.106Z] 
23:26:53 [2019-09-19T23:26:53.106Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
23:26:53 [2019-09-19T23:26:53.106Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:26:53 [2019-09-19T23:26:53.106Z] GOOS="" GOARCH="" GOARM=""
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
23:26:54 [2019-09-19T23:26:54.698Z] 
23:26:54 [2019-09-19T23:26:54.698Z]  ________   ____  __.
23:26:54 [2019-09-19T23:26:54.698Z]  \_____  \ |    |/ _|
23:26:54 [2019-09-19T23:26:54.698Z]  /   |   \|      <
23:26:54 [2019-09-19T23:26:54.698Z]  /    |    \    |  \
23:26:54 [2019-09-19T23:26:54.698Z]  \_______  /____|__ \
23:26:54 [2019-09-19T23:26:54.698Z]          \/        \/
23:26:54 [2019-09-19T23:26:54.698Z] 
23:26:54 [2019-09-19T23:26:54.698Z] INFO: make.ps1 ended at 09/19/2019 23:26:45
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Binaries build ended at 09/19/2019 23:26:48. Duration:00:01:25.0470865
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Copying the built daemon binary to d:\CI-2\CI-a18eea270\binary\dockerd-a18eea270.exe...
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Copying the built client binary to d:\CI-2\CI-a18eea270\binary\docker-a18eea270.exe...
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Copying dockerversion from the container...
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Copying the golang package from the container to d:\CI-2\CI-a18eea270\installer\go.zip...
23:26:54 [2019-09-19T23:26:54.698Z] INFO: Extracting go.zip to d:\CI-2\CI-a18eea270\go
23:26:54 [2019-09-19T23:26:54.761Z] Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB]
23:26:54 [2019-09-19T23:26:54.776Z] Congratulations!  All commits are properly signed with the DCO!
23:26:57 [2019-09-19T23:26:57.285Z] debconf: delaying package configuration, since apt-utils is not installed
23:26:57 [2019-09-19T23:26:57.285Z] Fetched 88.6 MB in 7s (11.5 MB/s)
23:26:57 [2019-09-19T23:26:57.285Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14898 files and directories currently installed.)
23:26:57 [2019-09-19T23:26:57.285Z] Preparing to unpack .../libsystemd0_232-25+deb9u12_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.285Z] Unpacking libsystemd0:s390x (232-25+deb9u12) over (232-25+deb9u11) ...
23:26:57 [2019-09-19T23:26:57.285Z] Setting up libsystemd0:s390x (232-25+deb9u12) ...
23:26:57 [2019-09-19T23:26:57.285Z] Selecting previously unselected package bash-completion.
23:26:57 [2019-09-19T23:26:57.285Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14898 files and directories currently installed.)
23:26:57 [2019-09-19T23:26:57.285Z] Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking bash-completion (1:2.1-4.3) ...
23:26:57 [2019-09-19T23:26:57.752Z] Selecting previously unselected package libnet1:s390x.
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../libnet1_1.1.6+dfsg-3_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ...
23:26:57 [2019-09-19T23:26:57.752Z] Selecting previously unselected package libnfnetlink0:s390x.
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../libnfnetlink0_1.0.1-3_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ...
23:26:57 [2019-09-19T23:26:57.752Z] Selecting previously unselected package libpcrecpp0v5:s390x.
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ...
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../libudev1_232-25+deb9u12_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libudev1:s390x (232-25+deb9u12) over (232-25+deb9u11) ...
23:26:57 [2019-09-19T23:26:57.752Z] Setting up libudev1:s390x (232-25+deb9u12) ...
23:26:57 [2019-09-19T23:26:57.752Z] Selecting previously unselected package libudev-dev:s390x.
23:26:57 [2019-09-19T23:26:57.752Z] (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 ... 15497 files and directories currently installed.)
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../0-libudev-dev_232-25+deb9u12_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ...
23:26:57 [2019-09-19T23:26:57.752Z] Selecting previously unselected package libpython3.5-minimal:s390x.
23:26:57 [2019-09-19T23:26:57.752Z] Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ...
23:26:57 [2019-09-19T23:26:57.752Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ...
23:26:58 [2019-09-19T23:26:58.191Z] Selecting previously unselected package python3.5-minimal.
23:26:58 [2019-09-19T23:26:58.191Z] Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.191Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
23:26:58 [2019-09-19T23:26:58.191Z] Selecting previously unselected package python3-minimal.
23:26:58 [2019-09-19T23:26:58.191Z] Preparing to unpack .../3-python3-minimal_3.5.3-1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.191Z] Unpacking python3-minimal (3.5.3-1) ...
23:26:58 [2019-09-19T23:26:58.191Z] Selecting previously unselected package libmpdec2:s390x.
23:26:58 [2019-09-19T23:26:58.191Z] Preparing to unpack .../4-libmpdec2_2.4.2-1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.191Z] Unpacking libmpdec2:s390x (2.4.2-1) ...
23:26:58 [2019-09-19T23:26:58.191Z] Selecting previously unselected package libpython3.5-stdlib:s390x.
23:26:58 [2019-09-19T23:26:58.191Z] Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.191Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ...
23:26:58 [2019-09-19T23:26:58.593Z] Selecting previously unselected package python3.5.
23:26:58 [2019-09-19T23:26:58.593Z] Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.593Z] Unpacking python3.5 (3.5.3-1+deb9u1) ...
23:26:58 [2019-09-19T23:26:58.593Z] Selecting previously unselected package libpython3-stdlib:s390x.
23:26:58 [2019-09-19T23:26:58.593Z] Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_s390x.deb ...
23:26:58 [2019-09-19T23:26:58.593Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ...
23:26:58 [2019-09-19T23:26:58.593Z] Selecting previously unselected package dh-python.
23:26:58 [2019-09-19T23:26:58.593Z] Preparing to unpack .../8-dh-python_2.20170125_all.deb ...
23:26:58 [2019-09-19T23:26:58.593Z] Unpacking dh-python (2.20170125) ...
23:26:58 [2019-09-19T23:26:58.593Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ...
23:26:58 [2019-09-19T23:26:58.593Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
23:26:59 [2019-09-19T23:26:59.394Z] Setting up python3-minimal (3.5.3-1) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package python3.
23:26:59 [2019-09-19T23:26:59.394Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16484 files and directories currently installed.)
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking python3 (3.5.3-1) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package pigz.
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking pigz (2.3.4-1) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package libip4tc0:s390x.
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package libip6tc0:s390x.
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package libiptc0:s390x.
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ...
23:26:59 [2019-09-19T23:26:59.394Z] Selecting previously unselected package libxtables12:s390x.
23:26:59 [2019-09-19T23:26:59.394Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.394Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package libnetfilter-conntrack3:s390x.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package iptables.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking iptables (1.6.0+snapshot20161117-6) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package xxd.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package vim-common.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package bzip2.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking bzip2 (1.0.6-8.1) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package libgpm2:s390x.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package xz-utils.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking xz-utils (5.2.2-1.2+b1) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package aufs-tools.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking aufs-tools (1:4.1+20161219-1) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package liblzo2-2:s390x.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ...
23:26:59 [2019-09-19T23:26:59.779Z] Selecting previously unselected package btrfs-progs.
23:26:59 [2019-09-19T23:26:59.779Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ...
23:26:59 [2019-09-19T23:26:59.779Z] Unpacking btrfs-progs (4.7.3-1) ...
23:27:00 [2019-09-19T23:27:00.038Z] Congratulations! Seccomp profile generation is done correctly.
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package btrfs-tools.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking btrfs-tools (4.7.3-1) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libdevmapper1.02.1:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package dmsetup.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking dmsetup (2:1.02.137-2) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libonig4:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libonig4:s390x (6.1.3-2) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libjq1:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package jq.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking jq (1.5+dfsg-1.3) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libaio1:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libaio1:s390x (0.3.110-3) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libcap2-bin.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libcap2-bin (1:2.25-1) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ...
23:27:00 [2019-09-19T23:27:00.149Z] Selecting previously unselected package libsepol1-dev:s390x.
23:27:00 [2019-09-19T23:27:00.149Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.149Z] Unpacking libsepol1-dev:s390x (2.6-2) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libpcre16-3:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libpcre16-3:s390x (2:8.39-3) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libpcre32-3:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libpcre32-3:s390x (2:8.39-3) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libpcre3-dev:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libselinux1-dev:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libdevmapper-dev:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libnl-3-200:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libnl-3-200:s390x (3.2.27-2) ...
23:27:00 [2019-09-19T23:27:00.519Z] Selecting previously unselected package libprotobuf-c1:s390x.
23:27:00 [2019-09-19T23:27:00.519Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.519Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ...
23:27:00 [2019-09-19T23:27:00.890Z] Selecting previously unselected package libreadline5:s390x.
23:27:00 [2019-09-19T23:27:00.890Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.890Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ...
23:27:00 [2019-09-19T23:27:00.890Z] Selecting previously unselected package libsystemd-dev:s390x.
23:27:00 [2019-09-19T23:27:00.890Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.890Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ...
23:27:00 [2019-09-19T23:27:00.890Z] Selecting previously unselected package net-tools.
23:27:00 [2019-09-19T23:27:00.890Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ...
23:27:00 [2019-09-19T23:27:00.890Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package python-pip-whl.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package python3-pip.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking python3-pip (9.0.1-2+deb9u1) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package python3-pkg-resources.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking python3-pkg-resources (33.1.1-1) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package python3-setuptools.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking python3-setuptools (33.1.1-1) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package python3-wheel.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking python3-wheel (0.29.0-2) ...
23:27:01 [2019-09-19T23:27:01.282Z] Selecting previously unselected package thin-provisioning-tools.
23:27:01 [2019-09-19T23:27:01.282Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ...
23:27:01 [2019-09-19T23:27:01.282Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
23:27:01 [2019-09-19T23:27:01.657Z] Selecting previously unselected package vim-runtime.
23:27:01 [2019-09-19T23:27:01.657Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
23:27:01 [2019-09-19T23:27:01.657Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
23:27:01 [2019-09-19T23:27:01.657Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
23:27:01 [2019-09-19T23:27:01.657Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
23:27:02 [2019-09-19T23:27:02.501Z] Selecting previously unselected package vim.
23:27:02 [2019-09-19T23:27:02.501Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.501Z] Unpacking vim (2:8.0.0197-4+deb9u3) ...
23:27:02 [2019-09-19T23:27:02.501Z] Selecting previously unselected package xfsprogs.
23:27:02 [2019-09-19T23:27:02.501Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.501Z] Unpacking xfsprogs (4.9.0+nmu1) ...
23:27:02 [2019-09-19T23:27:02.501Z] Selecting previously unselected package zip.
23:27:02 [2019-09-19T23:27:02.501Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.501Z] Unpacking zip (3.0-11+b1) ...
23:27:02 [2019-09-19T23:27:02.501Z] Selecting previously unselected package libapparmor-perl.
23:27:02 [2019-09-19T23:27:02.501Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.501Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
23:27:02 [2019-09-19T23:27:02.951Z] Selecting previously unselected package apparmor.
23:27:02 [2019-09-19T23:27:02.951Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.951Z] Unpacking apparmor (2.11.0-3+deb9u2) ...
23:27:02 [2019-09-19T23:27:02.951Z] Selecting previously unselected package binutils-mingw-w64-i686.
23:27:02 [2019-09-19T23:27:02.951Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ...
23:27:02 [2019-09-19T23:27:02.951Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:27:03 [2019-09-19T23:27:03.374Z] Selecting previously unselected package binutils-mingw-w64-x86-64.
23:27:03 [2019-09-19T23:27:03.374Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ...
23:27:03 [2019-09-19T23:27:03.374Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:27:03 [2019-09-19T23:27:03.807Z] Selecting previously unselected package binutils-mingw-w64.
23:27:03 [2019-09-19T23:27:03.807Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
23:27:03 [2019-09-19T23:27:03.807Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:27:03 [2019-09-19T23:27:03.807Z] Selecting previously unselected package mingw-w64-common.
23:27:03 [2019-09-19T23:27:03.807Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
23:27:03 [2019-09-19T23:27:03.807Z] Unpacking mingw-w64-common (5.0.1-1) ...
23:27:04 [2019-09-19T23:27:04.620Z] Selecting previously unselected package mingw-w64-x86-64-dev.
23:27:04 [2019-09-19T23:27:04.620Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
23:27:04 [2019-09-19T23:27:04.620Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
23:27:05 [2019-09-19T23:27:05.401Z] Selecting previously unselected package gcc-mingw-w64-base.
23:27:05 [2019-09-19T23:27:05.401Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ...
23:27:05 [2019-09-19T23:27:05.401Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:27:05 [2019-09-19T23:27:05.401Z] Selecting previously unselected package gcc-mingw-w64-x86-64.
23:27:05 [2019-09-19T23:27:05.401Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ...
23:27:05 [2019-09-19T23:27:05.401Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:27:08 [2019-09-19T23:27:08.565Z] Selecting previously unselected package g++-mingw-w64-x86-64.
23:27:08 [2019-09-19T23:27:08.565Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ...
23:27:08 [2019-09-19T23:27:08.565Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up aufs-tools (1:4.1+20161219-1) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up libsepol1-dev:s390x (2.6-2) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ...
23:27:11 [2019-09-19T23:27:11.208Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ...
23:27:11 [2019-09-19T23:27:11.576Z] Processing triggers for mime-support (3.60) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up libcap2-bin (1:2.25-1) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:27:11 [2019-09-19T23:27:11.576Z] Setting up bash-completion (1:2.1-4.3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libonig4:s390x (6.1.3-2) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up zip (3.0-11+b1) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up bzip2 (1.0.6-8.1) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libaio1:s390x (0.3.110-3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up xz-utils (5.2.2-1.2+b1) ...
23:27:11 [2019-09-19T23:27:11.947Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:27:11 [2019-09-19T23:27:11.947Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libpcre32-3:s390x (2:8.39-3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up libnfnetlink0:s390x (1.0.1-3) ...
23:27:11 [2019-09-19T23:27:11.947Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libpcre16-3:s390x (2:8.39-3) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libnl-3-200:s390x (3.2.27-2) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libudev-dev:s390x (232-25+deb9u12) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up pigz (2.3.4-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libmpdec2:s390x (2.4.2-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up mingw-w64-common (5.0.1-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up jq (1.5+dfsg-1.3) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libpcre3-dev:s390x (2:8.39-3) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up xfsprogs (4.9.0+nmu1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up vim (2:8.0.0197-4+deb9u3) ...
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up iptables (1.6.0+snapshot20161117-6) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up btrfs-progs (4.7.3-1) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ...
23:27:12 [2019-09-19T23:27:12.312Z] Setting up python3.5 (3.5.3-1+deb9u1) ...
23:27:13 [2019-09-19T23:27:13.594Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ...
23:27:13 [2019-09-19T23:27:13.594Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] Setting up btrfs-tools (4.7.3-1) ...
23:27:13 [2019-09-19T23:27:13.594Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] 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
23:27:13 [2019-09-19T23:27:13.594Z] Setting up python3 (3.5.3-1) ...
23:27:13 [2019-09-19T23:27:13.968Z] Setting up apparmor (2.11.0-3+deb9u2) ...
23:27:14 [2019-09-19T23:27:14.344Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
23:27:14 [2019-09-19T23:27:14.765Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
23:27:14 [2019-09-19T23:27:14.765Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ...
23:27:14 [2019-09-19T23:27:14.765Z] Setting up python3-wheel (0.29.0-2) ...
23:27:14 [2019-09-19T23:27:14.765Z] Setting up python3-pkg-resources (33.1.1-1) ...
23:27:15 [2019-09-19T23:27:15.035Z] 🇩 bin/containerd
23:27:15 [2019-09-19T23:27:15.246Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ...
23:27:15 [2019-09-19T23:27:15.246Z] Setting up python3-pip (9.0.1-2+deb9u1) ...
23:27:15 [2019-09-19T23:27:15.246Z] Setting up dmsetup (2:1.02.137-2) ...
23:27:15 [2019-09-19T23:27:15.246Z] Setting up python3-setuptools (33.1.1-1) ...
23:27:15 [2019-09-19T23:27:15.779Z] Setting up dh-python (2.20170125) ...
23:27:15 [2019-09-19T23:27:15.779Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ...
23:27:15 [2019-09-19T23:27:15.779Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:27:19 [2019-09-19T23:27:19.852Z] Removing intermediate container f91e17c98224
23:27:19 [2019-09-19T23:27:19.852Z]  ---> bce576af1e32
23:27:19 [2019-09-19T23:27:19.852Z] Step 103/126 : RUN pip3 install yamllint==1.16.0
23:27:20 [2019-09-19T23:27:20.222Z]  ---> Running in 6e5ce44973f6
23:27:21 [2019-09-19T23:27:21.488Z] Collecting yamllint==1.16.0
23:27:21 [2019-09-19T23:27:21.890Z]   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
23:27:21 [2019-09-19T23:27:21.890Z] Collecting pyyaml (from yamllint==1.16.0)
23:27:21 [2019-09-19T23:27:21.890Z]   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
23:27:22 [2019-09-19T23:27:22.435Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
23:27:22 [2019-09-19T23:27:22.435Z]   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
23:27:22 [2019-09-19T23:27:22.889Z] Building wheels for collected packages: pyyaml, pathspec
23:27:22 [2019-09-19T23:27:22.889Z]   Running setup.py bdist_wheel for pyyaml: started
23:27:23 [2019-09-19T23:27:23.302Z]   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
23:27:23 [2019-09-19T23:27:23.302Z]   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
23:27:23 [2019-09-19T23:27:23.302Z]   Running setup.py bdist_wheel for pathspec: started
23:27:23 [2019-09-19T23:27:23.302Z]   Running setup.py bdist_wheel for pathspec: finished with status 'done'
23:27:23 [2019-09-19T23:27:23.302Z]   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
23:27:23 [2019-09-19T23:27:23.302Z] Successfully built pyyaml pathspec
23:27:23 [2019-09-19T23:27:23.302Z] Installing collected packages: pyyaml, pathspec, yamllint
23:27:23 [2019-09-19T23:27:23.682Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
23:27:24 [2019-09-19T23:27:24.462Z] Removing intermediate container 6e5ce44973f6
23:27:24 [2019-09-19T23:27:24.462Z]  ---> a3b0537c7ded
23:27:24 [2019-09-19T23:27:24.462Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/
23:27:24 [2019-09-19T23:27:24.626Z] INFO: Extraction ended at 09/19/2019 23:27:20. Duration:00:00:26.4543229
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Updating the golang and path environment variables
23:27:24 [2019-09-19T23:27:24.627Z] INFO: GOPATH=d:\gopath
23:27:24 [2019-09-19T23:27:24.627Z] INFO: go version go1.12.8 windows/amd64
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Starting a daemon under test...
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-2\CI-a18eea270\daemon --pidfile d:\CI-2\CI-a18eea270\docker.pid
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Process started successfully.
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Waiting for the daemon under test to start...
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Daemon under test started and replied!
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Docker version of the daemon under test
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] Client:
23:27:24 [2019-09-19T23:27:24.627Z]  Version:      17.06.2-ce
23:27:24 [2019-09-19T23:27:24.627Z]  API version:  1.30
23:27:24 [2019-09-19T23:27:24.627Z]  Go version:   go1.8.3
23:27:24 [2019-09-19T23:27:24.627Z]  Git commit:   cec0b72
23:27:24 [2019-09-19T23:27:24.627Z]  Built:        Tue Sep  5 19:57:19 2017
23:27:24 [2019-09-19T23:27:24.627Z]  OS/Arch:      windows/amd64
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] Server:
23:27:24 [2019-09-19T23:27:24.627Z]  Version:      0.0.0-dev
23:27:24 [2019-09-19T23:27:24.627Z]  API version:  1.40 (minimum version 1.24)
23:27:24 [2019-09-19T23:27:24.627Z]  Go version:   go1.12.8
23:27:24 [2019-09-19T23:27:24.627Z]  Git commit:   a18eea270
23:27:24 [2019-09-19T23:27:24.627Z]  Built:        09/19/2019 23:25:27
23:27:24 [2019-09-19T23:27:24.627Z]  OS/Arch:      windows/amd64
23:27:24 [2019-09-19T23:27:24.627Z]  Experimental: false
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Docker info of the daemon under test
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] Containers: 0
23:27:24 [2019-09-19T23:27:24.627Z]  Running: 0
23:27:24 [2019-09-19T23:27:24.627Z]  Paused: 0
23:27:24 [2019-09-19T23:27:24.627Z]  Stopped: 0
23:27:24 [2019-09-19T23:27:24.627Z] Images: 0
23:27:24 [2019-09-19T23:27:24.627Z] Server Version: 0.0.0-dev
23:27:24 [2019-09-19T23:27:24.627Z] Storage Driver: windowsfilter
23:27:24 [2019-09-19T23:27:24.627Z]  Windows: 
23:27:24 [2019-09-19T23:27:24.627Z] Logging Driver: json-file
23:27:24 [2019-09-19T23:27:24.627Z] Plugins: 
23:27:24 [2019-09-19T23:27:24.627Z]  Volume: local
23:27:24 [2019-09-19T23:27:24.627Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:27:24 [2019-09-19T23:27:24.627Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:27:24 [2019-09-19T23:27:24.627Z] Swarm: inactive
23:27:24 [2019-09-19T23:27:24.627Z] Default Isolation: process
23:27:24 [2019-09-19T23:27:24.627Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:27:24 [2019-09-19T23:27:24.627Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737)
23:27:24 [2019-09-19T23:27:24.627Z] OSType: windows
23:27:24 [2019-09-19T23:27:24.627Z] Architecture: x86_64
23:27:24 [2019-09-19T23:27:24.627Z] CPUs: 4
23:27:24 [2019-09-19T23:27:24.627Z] Total Memory: 32GiB
23:27:24 [2019-09-19T23:27:24.627Z] Name: azwin-2-254950
23:27:24 [2019-09-19T23:27:24.627Z] ID: BTOX:SMIA:3TXI:UUKO:Q7DW:UIBR:WI2T:XGUL:YDXB:MP6P:YI5J:WU3L
23:27:24 [2019-09-19T23:27:24.627Z] Docker Root Dir: D:\CI-2\CI-a18eea270\daemon
23:27:24 [2019-09-19T23:27:24.627Z] Debug Mode (client): false
23:27:24 [2019-09-19T23:27:24.627Z] Debug Mode (server): false
23:27:24 [2019-09-19T23:27:24.627Z] Registry: https://index.docker.io/v1/
23:27:24 [2019-09-19T23:27:24.627Z] Labels:
23:27:24 [2019-09-19T23:27:24.627Z] Experimental: false
23:27:24 [2019-09-19T23:27:24.627Z] Insecure Registries:
23:27:24 [2019-09-19T23:27:24.627Z]  127.0.0.0/8
23:27:24 [2019-09-19T23:27:24.627Z] Live Restore Enabled: false
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Docker images of the daemon under test
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
23:27:24 [2019-09-19T23:27:24.627Z] 
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
23:27:24 [2019-09-19T23:27:24.627Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
23:27:24 [2019-09-19T23:27:24.627Z] ltsc2019: Pulling from windows/servercore
23:27:24 [2019-09-19T23:27:24.627Z] 65014b3c3121: Pulling fs layer
23:27:24 [2019-09-19T23:27:24.627Z] 2945147eda09: Pulling fs layer
23:27:25 [2019-09-19T23:27:25.244Z]  ---> 341d9f09d4d8
23:27:25 [2019-09-19T23:27:25.244Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images
23:27:26 [2019-09-19T23:27:26.754Z]  ---> 46bd2fbb3b78
23:27:26 [2019-09-19T23:27:26.754Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/
23:27:28 [2019-09-19T23:27:28.581Z]  ---> cdc1512e6927
23:27:28 [2019-09-19T23:27:28.581Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/
23:27:28 [2019-09-19T23:27:28.581Z]  ---> 0d8789d1d4bc
23:27:28 [2019-09-19T23:27:28.581Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/
23:27:28 [2019-09-19T23:27:28.958Z]  ---> 7c831a0c28b0
23:27:28 [2019-09-19T23:27:28.958Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/
23:27:29 [2019-09-19T23:27:29.335Z]  ---> fa06942bb3e3
23:27:29 [2019-09-19T23:27:29.335Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/
23:27:29 [2019-09-19T23:27:29.725Z]  ---> 93ce98182185
23:27:29 [2019-09-19T23:27:29.725Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/
23:27:30 [2019-09-19T23:27:30.101Z]  ---> f9e865e5e07b
23:27:30 [2019-09-19T23:27:30.101Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/
23:27:30 [2019-09-19T23:27:30.909Z]  ---> 1a731a965715
23:27:30 [2019-09-19T23:27:30.909Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/
23:27:31 [2019-09-19T23:27:31.282Z]  ---> c69b2b9be77f
23:27:31 [2019-09-19T23:27:31.282Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli
23:27:31 [2019-09-19T23:27:31.657Z]  ---> 9b90318b954b
23:27:31 [2019-09-19T23:27:31.657Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/
23:27:32 [2019-09-19T23:27:32.467Z]  ---> 990fe148fa4d
23:27:32 [2019-09-19T23:27:32.467Z] Step 116/126 : COPY --from=criu /build/ /usr/local/
23:27:32 [2019-09-19T23:27:32.918Z]  ---> 556bfa0cf145
23:27:32 [2019-09-19T23:27:32.918Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/
23:27:33 [2019-09-19T23:27:33.207Z] 2945147eda09: Verifying Checksum
23:27:33 [2019-09-19T23:27:33.207Z] 2945147eda09: Download complete
23:27:33 [2019-09-19T23:27:33.384Z]  ---> d641264512dc
23:27:33 [2019-09-19T23:27:33.384Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64
23:27:33 [2019-09-19T23:27:33.794Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit
23:27:33 [2019-09-19T23:27:33.794Z] bad55c542dc9: Pulling fs layer
23:27:33 [2019-09-19T23:27:33.794Z] bad55c542dc9: Verifying Checksum
23:27:33 [2019-09-19T23:27:33.794Z] bad55c542dc9: Download complete
23:27:34 [2019-09-19T23:27:34.154Z] bad55c542dc9: Pull complete
23:27:34 [2019-09-19T23:27:34.535Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
23:27:34 [2019-09-19T23:27:34.535Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
23:27:34 [2019-09-19T23:27:34.905Z]  ---> aed7dd646bed
23:27:34 [2019-09-19T23:27:34.905Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH
23:27:34 [2019-09-19T23:27:34.905Z]  ---> Running in 06e89a6bdc87
23:27:34 [2019-09-19T23:27:34.905Z] Removing intermediate container 06e89a6bdc87
23:27:34 [2019-09-19T23:27:34.905Z]  ---> 00dab7dd6ab0
23:27:34 [2019-09-19T23:27:34.905Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux
23:27:34 [2019-09-19T23:27:34.905Z]  ---> Running in ebd215a0ec88
23:27:35 [2019-09-19T23:27:35.273Z] Removing intermediate container ebd215a0ec88
23:27:35 [2019-09-19T23:27:35.273Z]  ---> dc6d00b12c1b
23:27:35 [2019-09-19T23:27:35.273Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m"
23:27:35 [2019-09-19T23:27:35.273Z]  ---> Running in a111ebfe961d
23:27:35 [2019-09-19T23:27:35.658Z] Removing intermediate container a111ebfe961d
23:27:35 [2019-09-19T23:27:35.658Z]  ---> 92b2fbeec22a
23:27:35 [2019-09-19T23:27:35.658Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker
23:27:35 [2019-09-19T23:27:35.658Z]  ---> Running in 07901050f58e
23:27:35 [2019-09-19T23:27:35.658Z] Removing intermediate container 07901050f58e
23:27:35 [2019-09-19T23:27:35.658Z]  ---> 6896790e704a
23:27:35 [2019-09-19T23:27:35.658Z] Step 123/126 : VOLUME /var/lib/docker
23:27:35 [2019-09-19T23:27:35.658Z]  ---> Running in fde72e6af06c
23:27:36 [2019-09-19T23:27:36.038Z] Removing intermediate container fde72e6af06c
23:27:36 [2019-09-19T23:27:36.038Z]  ---> 6634ce5a107d
23:27:36 [2019-09-19T23:27:36.038Z] Step 124/126 : ENTRYPOINT ["hack/dind"]
23:27:36 [2019-09-19T23:27:36.038Z]  ---> Running in ff2bf54ad260
23:27:36 [2019-09-19T23:27:36.038Z] Removing intermediate container ff2bf54ad260
23:27:36 [2019-09-19T23:27:36.038Z]  ---> 0937c2ad2e69
23:27:36 [2019-09-19T23:27:36.038Z] Step 125/126 : FROM dev AS final
23:27:36 [2019-09-19T23:27:36.038Z]  ---> 0937c2ad2e69
23:27:36 [2019-09-19T23:27:36.038Z] Step 126/126 : COPY . /go/src/github.com/docker/docker
23:27:39 [2019-09-19T23:27:39.416Z]  ---> 1178deefafb3
23:27:39 [2019-09-19T23:27:39.416Z] Successfully built 1178deefafb3
23:27:39 [2019-09-19T23:27:39.416Z] Successfully tagged docker:a18eea2702791ec0095a2256d4c9906050fcd1a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:27:40 [2019-09-19T23:27:40.303Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/test/unit
23:27:41 [2019-09-19T23:27:41.778Z] 65014b3c3121: Verifying Checksum
23:27:41 [2019-09-19T23:27:41.778Z] 65014b3c3121: Download complete
23:27:43 [2019-09-19T23:27:43.537Z] ?   	github.com/docker/docker/api	[no test files]
23:27:47 [2019-09-19T23:27:47.611Z] 🇩 bin/containerd-stress
23:27:51 [2019-09-19T23:27:51.996Z] 🇩 bin/containerd-shim
23:27:55 [2019-09-19T23:27:55.162Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
23:28:02 [2019-09-19T23:28:02.321Z] 🇩 bin/containerd-shim-runc-v1
23:28:06 [2019-09-19T23:28:06.079Z] 🇩 binaries
23:28:06 [2019-09-19T23:28:06.079Z] + mkdir -p /build
23:28:06 [2019-09-19T23:28:06.079Z] + cp bin/containerd /build/containerd
23:28:06 [2019-09-19T23:28:06.079Z] + cp bin/containerd-shim /build/containerd-shim
23:28:06 [2019-09-19T23:28:06.079Z] + cp bin/ctr /build/ctr
23:28:12 [2019-09-19T23:28:12.899Z] Removing intermediate container 06693a504c3d
23:28:12 [2019-09-19T23:28:12.899Z]  ---> 62ed7e677eb1
23:28:12 [2019-09-19T23:28:12.899Z] Step 56/126 : FROM dev-base AS proxy
23:28:12 [2019-09-19T23:28:12.899Z]  ---> 437cd2f2d3e2
23:28:12 [2019-09-19T23:28:12.899Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy
23:28:12 [2019-09-19T23:28:12.899Z]  ---> Running in 7c3f921cf6c2
23:28:12 [2019-09-19T23:28:12.899Z] Removing intermediate container 7c3f921cf6c2
23:28:12 [2019-09-19T23:28:12.899Z]  ---> 5b7e0161fbbd
23:28:12 [2019-09-19T23:28:12.899Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:28:12 [2019-09-19T23:28:12.899Z]  ---> 3c2431ebc2a0
23:28:12 [2019-09-19T23:28:12.899Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:28:12 [2019-09-19T23:28:12.899Z]  ---> f395885495b0
23:28:12 [2019-09-19T23:28:12.899Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:28:12 [2019-09-19T23:28:12.899Z]  ---> Running in c40ae727e13d
23:28:12 [2019-09-19T23:28:12.899Z] + RM_GOPATH=0
23:28:12 [2019-09-19T23:28:12.899Z] + TMP_GOPATH=
23:28:12 [2019-09-19T23:28:12.899Z] + : /build
23:28:12 [2019-09-19T23:28:12.899Z] + '[' -z '' ']'
23:28:12 [2019-09-19T23:28:12.899Z] ++ mktemp -d
23:28:12 [2019-09-19T23:28:12.899Z] + export GOPATH=/tmp/tmp.WEdzY2c4dj
23:28:12 [2019-09-19T23:28:12.899Z] + GOPATH=/tmp/tmp.WEdzY2c4dj
23:28:12 [2019-09-19T23:28:12.899Z] + RM_GOPATH=1
23:28:12 [2019-09-19T23:28:12.899Z] ++ dirname ./install.sh
23:28:12 [2019-09-19T23:28:12.899Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d
23:28:12 [2019-09-19T23:28:12.899Z] + dir=.
23:28:12 [2019-09-19T23:28:12.899Z] + bin=proxy
23:28:12 [2019-09-19T23:28:12.899Z] + shift
23:28:12 [2019-09-19T23:28:12.899Z] + '[' '!' -f ./proxy.installer ']'
23:28:12 [2019-09-19T23:28:12.899Z] + . ./proxy.installer
23:28:12 [2019-09-19T23:28:12.899Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d
23:28:12 [2019-09-19T23:28:12.899Z] + install_proxy
23:28:12 [2019-09-19T23:28:12.899Z] + case "$1" in
23:28:12 [2019-09-19T23:28:12.899Z] + export CGO_ENABLED=0
23:28:12 [2019-09-19T23:28:12.899Z] + CGO_ENABLED=0
23:28:12 [2019-09-19T23:28:12.899Z] + _install_proxy
23:28:12 [2019-09-19T23:28:12.899Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d'
23:28:12 [2019-09-19T23:28:12.899Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.WEdzY2c4dj/src/github.com/docker/libnetwork
23:28:12 [2019-09-19T23:28:12.899Z] Cloning into '/tmp/tmp.WEdzY2c4dj/src/github.com/docker/libnetwork'...
23:28:14 [2019-09-19T23:28:14.454Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:28:14 [2019-09-19T23:28:14.454Z] 
23:28:14 [2019-09-19T23:28:14.454Z] 
23:28:14 [2019-09-19T23:28:14.454Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:28:14 [2019-09-19T23:28:14.454Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
23:28:14 [2019-09-19T23:28:14.454Z] 
23:28:14 [2019-09-19T23:28:14.454Z] 
23:28:14 [2019-09-19T23:28:14.454Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
23:28:14 [2019-09-19T23:28:14.454Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:28:14 [2019-09-19T23:28:14.454Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags
23:28:14 [2019-09-19T23:28:14.454Z] PKG_CONFIG=pkg-config
23:28:14 [2019-09-19T23:28:14.454Z] GOLANG_VERSION=1.12.8
23:28:14 [2019-09-19T23:28:14.454Z] HOSTNAME=99ead7ad22fc
23:28:14 [2019-09-19T23:28:14.454Z] KEEPBUNDLE=1
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
23:28:14 [2019-09-19T23:28:14.454Z] container=docker
23:28:14 [2019-09-19T23:28:14.454Z] TEST_SKIP_INTEGRATION=1
23:28:14 [2019-09-19T23:28:14.454Z] GOMETALINTER_OPTS=--deadline=2m
23:28:14 [2019-09-19T23:28:14.454Z] GOPATH=/go
23:28:14 [2019-09-19T23:28:14.454Z] PWD=/go/src/github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] HOME=/root
23:28:14 [2019-09-19T23:28:14.454Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:28:14 [2019-09-19T23:28:14.454Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GRAPHDRIVER=overlay2
23:28:14 [2019-09-19T23:28:14.454Z] TEST_INTEGRATION_DEST=2
23:28:14 [2019-09-19T23:28:14.454Z] TERM=xterm
23:28:14 [2019-09-19T23:28:14.454Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/2
23:28:14 [2019-09-19T23:28:14.454Z] SHLVL=1
23:28:14 [2019-09-19T23:28:14.454Z] TIMEOUT=120m
23:28:14 [2019-09-19T23:28:14.454Z] TESTFLAGS=-check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)
23:28:14 [2019-09-19T23:28:14.454Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_PKG=github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] _=/usr/bin/env
23:28:14 [2019-09-19T23:28:14.454Z] Building test suite binary ./integration-cli/test.main
23:28:14 [2019-09-19T23:28:14.454Z] PKG_CONFIG=pkg-config
23:28:14 [2019-09-19T23:28:14.454Z] GOLANG_VERSION=1.12.8
23:28:14 [2019-09-19T23:28:14.454Z] HOSTNAME=758c436474a2
23:28:14 [2019-09-19T23:28:14.454Z] KEEPBUNDLE=1
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
23:28:14 [2019-09-19T23:28:14.454Z] container=docker
23:28:14 [2019-09-19T23:28:14.454Z] TEST_SKIP_INTEGRATION=1
23:28:14 [2019-09-19T23:28:14.454Z] GOMETALINTER_OPTS=--deadline=2m
23:28:14 [2019-09-19T23:28:14.454Z] GOPATH=/go
23:28:14 [2019-09-19T23:28:14.454Z] PWD=/go/src/github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] HOME=/root
23:28:14 [2019-09-19T23:28:14.454Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:28:14 [2019-09-19T23:28:14.454Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GRAPHDRIVER=overlay2
23:28:14 [2019-09-19T23:28:14.454Z] TEST_INTEGRATION_DEST=3
23:28:14 [2019-09-19T23:28:14.454Z] TERM=xterm
23:28:14 [2019-09-19T23:28:14.454Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/3
23:28:14 [2019-09-19T23:28:14.454Z] SHLVL=1
23:28:14 [2019-09-19T23:28:14.454Z] TIMEOUT=120m
23:28:14 [2019-09-19T23:28:14.454Z] TESTFLAGS=-check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)
23:28:14 [2019-09-19T23:28:14.454Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_PKG=github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] _=/usr/bin/env
23:28:14 [2019-09-19T23:28:14.454Z] Building test suite binary ./integration-cli/test.main
23:28:14 [2019-09-19T23:28:14.454Z] 
23:28:14 [2019-09-19T23:28:14.454Z] Found new integrations tests:
23:28:14 [2019-09-19T23:28:14.454Z] +func TestBuildMultiStageCopy(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] +func TestConfigDaemonLibtrustID(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] +func TestCopyFromContainer(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] +func TestHealthKillContainer(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] +func TestDockerNetworkReConnect(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] +func TestServiceUpdateNetwork(t *testing.T) {
23:28:14 [2019-09-19T23:28:14.454Z] Running stress test for them.
23:28:14 [2019-09-19T23:28:14.454Z] Using test flags: -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork
23:28:14 [2019-09-19T23:28:14.454Z] Skipping integration-cli tests since TESTFLAGS includes integration only flags
23:28:14 [2019-09-19T23:28:14.454Z] PKG_CONFIG=pkg-config
23:28:14 [2019-09-19T23:28:14.454Z] GOLANG_VERSION=1.12.8
23:28:14 [2019-09-19T23:28:14.454Z] HOSTNAME=06612b0d4dd9
23:28:14 [2019-09-19T23:28:14.454Z] KEEPBUNDLE=1
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky/1
23:28:14 [2019-09-19T23:28:14.454Z] container=docker
23:28:14 [2019-09-19T23:28:14.454Z] TEST_SKIP_INTEGRATION_CLI=1
23:28:14 [2019-09-19T23:28:14.454Z] GOMETALINTER_OPTS=--deadline=2m
23:28:14 [2019-09-19T23:28:14.454Z] GOPATH=/go
23:28:14 [2019-09-19T23:28:14.454Z] PWD=/go/src/github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] HOME=/root
23:28:14 [2019-09-19T23:28:14.454Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:28:14 [2019-09-19T23:28:14.454Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_GRAPHDRIVER=overlay2
23:28:14 [2019-09-19T23:28:14.454Z] TEST_INTEGRATION_DEST=1
23:28:14 [2019-09-19T23:28:14.454Z] TERM=xterm
23:28:14 [2019-09-19T23:28:14.454Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky/1
23:28:14 [2019-09-19T23:28:14.454Z] SHLVL=1
23:28:14 [2019-09-19T23:28:14.454Z] TIMEOUT=120m
23:28:14 [2019-09-19T23:28:14.454Z] TESTFLAGS=-test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork
23:28:14 [2019-09-19T23:28:14.454Z] TEST_REPEAT=5
23:28:14 [2019-09-19T23:28:14.454Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:28:14 [2019-09-19T23:28:14.454Z] DOCKER_PKG=github.com/docker/docker
23:28:14 [2019-09-19T23:28:14.454Z] _=/usr/bin/env
23:28:14 [2019-09-19T23:28:14.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:28:15 [2019-09-19T23:28:15.607Z] + cd /tmp/tmp.WEdzY2c4dj/src/github.com/docker/libnetwork
23:28:15 [2019-09-19T23:28:15.607Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d
23:28:15 [2019-09-19T23:28:15.890Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:28:20 [2019-09-19T23:28:20.294Z] Removing intermediate container c40ae727e13d
23:28:20 [2019-09-19T23:28:20.294Z]  ---> 6b56f32de768
23:28:20 [2019-09-19T23:28:20.294Z] Step 61/126 : FROM base AS gometalinter
23:28:20 [2019-09-19T23:28:20.294Z]  ---> 437cd2f2d3e2
23:28:20 [2019-09-19T23:28:20.294Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter
23:28:20 [2019-09-19T23:28:20.294Z]  ---> Running in 65cb1e270262
23:28:20 [2019-09-19T23:28:20.294Z] Removing intermediate container 65cb1e270262
23:28:20 [2019-09-19T23:28:20.294Z]  ---> ed989149effd
23:28:20 [2019-09-19T23:28:20.294Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:28:20 [2019-09-19T23:28:20.294Z]  ---> bc85e1087ba4
23:28:20 [2019-09-19T23:28:20.294Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:28:20 [2019-09-19T23:28:20.576Z]  ---> 91bf397345ba
23:28:20 [2019-09-19T23:28:20.576Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:28:20 [2019-09-19T23:28:20.576Z]  ---> Running in 7e5ef8236c77
23:28:20 [2019-09-19T23:28:20.861Z] + RM_GOPATH=0
23:28:20 [2019-09-19T23:28:20.861Z] + TMP_GOPATH=
23:28:20 [2019-09-19T23:28:20.861Z] + : /build
23:28:20 [2019-09-19T23:28:20.861Z] + '[' -z '' ']'
23:28:20 [2019-09-19T23:28:20.861Z] ++ mktemp -d
23:28:20 [2019-09-19T23:28:20.861Z] + export GOPATH=/tmp/tmp.Nwafy7iB6Y
23:28:20 [2019-09-19T23:28:20.861Z] + GOPATH=/tmp/tmp.Nwafy7iB6Y
23:28:20 [2019-09-19T23:28:20.861Z] + RM_GOPATH=1
23:28:20 [2019-09-19T23:28:20.861Z] ++ dirname ./install.sh
23:28:20 [2019-09-19T23:28:20.861Z] + dir=.
23:28:20 [2019-09-19T23:28:20.861Z] + bin=gometalinter
23:28:20 [2019-09-19T23:28:20.861Z] + shift
23:28:20 [2019-09-19T23:28:20.861Z] + '[' '!' -f ./gometalinter.installer ']'
23:28:20 [2019-09-19T23:28:20.861Z] + . ./gometalinter.installer
23:28:20 [2019-09-19T23:28:20.861Z] ++ GOMETALINTER_COMMIT=v2.0.6
23:28:20 [2019-09-19T23:28:20.861Z] Installing gometalinter version v2.0.6
23:28:20 [2019-09-19T23:28:20.861Z] + install_gometalinter
23:28:20 [2019-09-19T23:28:20.861Z] + echo 'Installing gometalinter version v2.0.6'
23:28:20 [2019-09-19T23:28:20.861Z] + go get -d github.com/alecthomas/gometalinter
23:28:21 [2019-09-19T23:28:21.435Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
23:28:22 [2019-09-19T23:28:22.342Z] + cd /tmp/tmp.Nwafy7iB6Y/src/github.com/alecthomas/gometalinter
23:28:22 [2019-09-19T23:28:22.342Z] + git checkout -q v2.0.6
23:28:22 [2019-09-19T23:28:22.342Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter
23:28:22 [2019-09-19T23:28:22.805Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
23:28:24 [2019-09-19T23:28:24.701Z] Congratulations! All api changes are done the right way.
23:28:24 [2019-09-19T23:28:24.701Z] Congratulations!  No testing.T found.
23:28:24 [2019-09-19T23:28:24.701Z] Congratulations!  All toml source files changed here have valid syntax.
23:28:24 [2019-09-19T23:28:24.701Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:28:24 [2019-09-19T23:28:24.701Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
23:28:25 [2019-09-19T23:28:25.276Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/make.sh dynbinary-daemon test-docker-py
23:28:25 [2019-09-19T23:28:25.840Z] 
23:28:26 [2019-09-19T23:28:26.098Z] Removing bundles/
23:28:26 [2019-09-19T23:28:26.098Z] 
23:28:26 [2019-09-19T23:28:26.098Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
23:28:26 [2019-09-19T23:28:26.098Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:28:26 [2019-09-19T23:28:26.098Z] GOOS="" GOARCH="" GOARM=""
23:28:40 [2019-09-19T23:28:40.830Z] + GOBIN=/build
23:28:40 [2019-09-19T23:28:40.830Z] + /build/gometalinter --install
23:28:40 [2019-09-19T23:28:40.830Z] Installing:
23:28:40 [2019-09-19T23:28:40.830Z]   deadcode
23:28:40 [2019-09-19T23:28:40.830Z]   dupl
23:28:40 [2019-09-19T23:28:40.830Z]   errcheck
23:28:40 [2019-09-19T23:28:40.830Z]   gas
23:28:40 [2019-09-19T23:28:40.830Z]   gochecknoglobals
23:28:40 [2019-09-19T23:28:40.830Z]   gochecknoinits
23:28:40 [2019-09-19T23:28:40.830Z]   goconst
23:28:40 [2019-09-19T23:28:40.830Z]   gocyclo
23:28:40 [2019-09-19T23:28:40.830Z]   goimports
23:28:40 [2019-09-19T23:28:40.830Z]   golint
23:28:40 [2019-09-19T23:28:40.830Z]   gosimple
23:28:40 [2019-09-19T23:28:40.830Z]   gotype
23:28:40 [2019-09-19T23:28:40.830Z]   gotypex
23:28:40 [2019-09-19T23:28:40.830Z]   ineffassign
23:28:40 [2019-09-19T23:28:40.830Z]   interfacer
23:28:40 [2019-09-19T23:28:40.830Z]   lll
23:28:40 [2019-09-19T23:28:40.830Z]   maligned
23:28:40 [2019-09-19T23:28:40.830Z]   megacheck
23:28:40 [2019-09-19T23:28:40.830Z]   misspell
23:28:40 [2019-09-19T23:28:40.830Z]   nakedret
23:28:40 [2019-09-19T23:28:40.830Z]   safesql
23:28:40 [2019-09-19T23:28:40.830Z]   staticcheck
23:28:40 [2019-09-19T23:28:40.830Z]   structcheck
23:28:40 [2019-09-19T23:28:40.830Z]   unconvert
23:28:40 [2019-09-19T23:28:40.830Z]   unparam
23:28:40 [2019-09-19T23:28:40.830Z]   unused
23:28:40 [2019-09-19T23:28:40.830Z]   varcheck
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/server/middleware	0.012s	coverage: 37.7% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 3.1% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/types/filters	0.012s	coverage: 95.2% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ok  	github.com/docker/docker/api/types/versions	0.009s	coverage: 75.0% of statements
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:28:54 [2019-09-19T23:28:54.210Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:28:55 [2019-09-19T23:28:55.021Z] ok  	github.com/docker/docker/builder/dockerignore	0.016s	coverage: 96.8% of statements
23:28:58 [2019-09-19T23:28:58.466Z] ok  	github.com/docker/docker/builder/fscache	0.110s	coverage: 69.2% of statements
23:28:58 [2019-09-19T23:28:58.466Z] ok  	github.com/docker/docker/builder/dockerfile	0.940s	coverage: 45.1% of statements
23:29:01 [2019-09-19T23:29:01.162Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.604s	coverage: 85.1% of statements
23:29:01 [2019-09-19T23:29:01.968Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
23:29:01 [2019-09-19T23:29:01.968Z] ok  	github.com/docker/docker/builder/remotecontext	0.384s	coverage: 13.6% of statements
23:29:01 [2019-09-19T23:29:01.968Z] ?   	github.com/docker/docker/cli	[no test files]
23:29:01 [2019-09-19T23:29:01.968Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:29:08 [2019-09-19T23:29:08.584Z] ok  	github.com/docker/docker/client	0.270s	coverage: 75.7% of statements
23:29:13 [2019-09-19T23:29:13.436Z] Removing intermediate container 7e5ef8236c77
23:29:13 [2019-09-19T23:29:13.436Z]  ---> 1620dec10f0e
23:29:13 [2019-09-19T23:29:13.436Z] Step 66/126 : FROM base AS gotestsum
23:29:13 [2019-09-19T23:29:13.436Z]  ---> 437cd2f2d3e2
23:29:13 [2019-09-19T23:29:13.436Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum
23:29:13 [2019-09-19T23:29:13.436Z]  ---> Running in 069d35ac7464
23:29:13 [2019-09-19T23:29:13.436Z] Removing intermediate container 069d35ac7464
23:29:13 [2019-09-19T23:29:13.436Z]  ---> ab922b4a497f
23:29:13 [2019-09-19T23:29:13.436Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:29:13 [2019-09-19T23:29:13.436Z]  ---> c6b88c81477c
23:29:13 [2019-09-19T23:29:13.436Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:29:13 [2019-09-19T23:29:13.436Z]  ---> bac2c7b5f545
23:29:13 [2019-09-19T23:29:13.436Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:29:13 [2019-09-19T23:29:13.436Z]  ---> Running in 420da48a803f
23:29:13 [2019-09-19T23:29:13.436Z] + RM_GOPATH=0
23:29:13 [2019-09-19T23:29:13.436Z] + TMP_GOPATH=
23:29:13 [2019-09-19T23:29:13.436Z] + : /build
23:29:13 [2019-09-19T23:29:13.436Z] + '[' -z '' ']'
23:29:13 [2019-09-19T23:29:13.436Z] ++ mktemp -d
23:29:13 [2019-09-19T23:29:13.436Z] + export GOPATH=/tmp/tmp.8LD2W1T5nM
23:29:13 [2019-09-19T23:29:13.436Z] + GOPATH=/tmp/tmp.8LD2W1T5nM
23:29:13 [2019-09-19T23:29:13.436Z] + RM_GOPATH=1
23:29:13 [2019-09-19T23:29:13.436Z] ++ dirname ./install.sh
23:29:13 [2019-09-19T23:29:13.436Z] + dir=.
23:29:13 [2019-09-19T23:29:13.436Z] + bin=gotestsum
23:29:13 [2019-09-19T23:29:13.436Z] + shift
23:29:13 [2019-09-19T23:29:13.436Z] + '[' '!' -f ./gotestsum.installer ']'
23:29:13 [2019-09-19T23:29:13.436Z] + . ./gotestsum.installer
23:29:13 [2019-09-19T23:29:13.436Z] ++ GOTESTSUM_COMMIT=v0.3.5
23:29:13 [2019-09-19T23:29:13.436Z] + install_gotestsum
23:29:13 [2019-09-19T23:29:13.436Z] Installing gotestsum version v0.3.5
23:29:13 [2019-09-19T23:29:13.436Z] + echo 'Installing gotestsum version v0.3.5'
23:29:13 [2019-09-19T23:29:13.436Z] + go get -d gotest.tools/gotestsum
23:29:23 [2019-09-19T23:29:23.717Z] + cd /tmp/tmp.8LD2W1T5nM/src/gotest.tools/gotestsum
23:29:23 [2019-09-19T23:29:23.717Z] + git checkout -q v0.3.5
23:29:23 [2019-09-19T23:29:23.717Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum
23:29:37 [2019-09-19T23:29:37.516Z] ok  	github.com/docker/docker/cmd/dockerd/hack	0.004s	coverage: 72.9% of statements
23:29:37 [2019-09-19T23:29:37.516Z] ok  	github.com/docker/docker/cmd/dockerd	0.046s	coverage: 29.5% of statements
23:29:39 [2019-09-19T23:29:39.439Z] ok  	github.com/docker/docker/container	0.138s	coverage: 35.6% of statements
23:29:39 [2019-09-19T23:29:39.439Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:29:39 [2019-09-19T23:29:39.439Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:29:39 [2019-09-19T23:29:39.439Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:29:39 [2019-09-19T23:29:39.439Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:29:42 [2019-09-19T23:29:42.224Z] Removing intermediate container 420da48a803f
23:29:42 [2019-09-19T23:29:42.224Z]  ---> 7b06e1ff44ae
23:29:42 [2019-09-19T23:29:42.224Z] Step 71/126 : FROM dev-base AS dockercli
23:29:42 [2019-09-19T23:29:42.224Z]  ---> 437cd2f2d3e2
23:29:42 [2019-09-19T23:29:42.224Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli
23:29:42 [2019-09-19T23:29:42.224Z]  ---> Running in 9a56b0a706e1
23:29:42 [2019-09-19T23:29:42.224Z] Removing intermediate container 9a56b0a706e1
23:29:42 [2019-09-19T23:29:42.224Z]  ---> f1b747943d5f
23:29:42 [2019-09-19T23:29:42.224Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:29:42 [2019-09-19T23:29:42.224Z]  ---> 3a6bfa199bed
23:29:42 [2019-09-19T23:29:42.224Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:29:42 [2019-09-19T23:29:42.224Z]  ---> 45ef6467d6ea
23:29:42 [2019-09-19T23:29:42.224Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:29:42 [2019-09-19T23:29:42.224Z]  ---> Running in cf75f0fd0c6a
23:29:42 [2019-09-19T23:29:42.841Z] + RM_GOPATH=0
23:29:42 [2019-09-19T23:29:42.841Z] + TMP_GOPATH=
23:29:42 [2019-09-19T23:29:42.841Z] + : /build
23:29:42 [2019-09-19T23:29:42.841Z] + '[' -z '' ']'
23:29:42 [2019-09-19T23:29:42.841Z] ++ mktemp -d
23:29:42 [2019-09-19T23:29:42.841Z] + export GOPATH=/tmp/tmp.W7U0enquJT
23:29:42 [2019-09-19T23:29:42.841Z] + GOPATH=/tmp/tmp.W7U0enquJT
23:29:42 [2019-09-19T23:29:42.841Z] + RM_GOPATH=1
23:29:42 [2019-09-19T23:29:42.841Z] ++ dirname ./install.sh
23:29:42 [2019-09-19T23:29:42.841Z] + dir=.
23:29:42 [2019-09-19T23:29:42.841Z] + bin=dockercli
23:29:42 [2019-09-19T23:29:42.841Z] + shift
23:29:42 [2019-09-19T23:29:42.841Z] + '[' '!' -f ./dockercli.installer ']'
23:29:42 [2019-09-19T23:29:42.841Z] + . ./dockercli.installer
23:29:42 [2019-09-19T23:29:42.841Z] ++ DOCKERCLI_CHANNEL=stable
23:29:42 [2019-09-19T23:29:42.841Z] Install docker/cli version 17.06.2-ce from stable
23:29:42 [2019-09-19T23:29:42.841Z] ++ DOCKERCLI_VERSION=17.06.2-ce
23:29:42 [2019-09-19T23:29:42.841Z] + install_dockercli
23:29:42 [2019-09-19T23:29:42.841Z] + echo 'Install docker/cli version 17.06.2-ce from stable'
23:29:42 [2019-09-19T23:29:42.841Z] ++ uname -m
23:29:42 [2019-09-19T23:29:42.841Z] + arch=ppc64le
23:29:42 [2019-09-19T23:29:42.841Z] + '[' ppc64le '!=' x86_64 ']'
23:29:42 [2019-09-19T23:29:42.841Z] + '[' ppc64le '!=' s390x ']'
23:29:42 [2019-09-19T23:29:42.841Z] + '[' ppc64le '!=' armhf ']'
23:29:42 [2019-09-19T23:29:42.841Z] + build_dockercli
23:29:42 [2019-09-19T23:29:42.841Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.W7U0enquJT/tmp/docker-ce
23:29:42 [2019-09-19T23:29:42.841Z] Cloning into '/tmp/tmp.W7U0enquJT/tmp/docker-ce'...
23:29:47 [2019-09-19T23:29:47.508Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:29:47 [2019-09-19T23:29:47.508Z] 
23:29:47 [2019-09-19T23:29:47.508Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
23:29:47 [2019-09-19T23:29:47.508Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
23:29:47 [2019-09-19T23:29:47.508Z] Using test binary docker
23:29:47 [2019-09-19T23:29:47.509Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:29:47 [2019-09-19T23:29:47.509Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:29:47 [2019-09-19T23:29:47.509Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:29:47 [2019-09-19T23:29:47.509Z] Warning failed to create cache: (null)
23:29:47 [2019-09-19T23:29:47.509Z] .
23:29:47 [2019-09-19T23:29:47.509Z] INFO: Waiting for daemon to start...
23:29:47 [2019-09-19T23:29:47.509Z] Starting dockerd
23:29:47 [2019-09-19T23:29:47.509Z] .
23:29:47 [2019-09-19T23:29:47.509Z] INFO: Building docker-sdk-python3:4.0.2...
23:29:47 [2019-09-19T23:29:47.525Z] ok  	github.com/docker/docker/daemon/cluster	0.047s	coverage: 0.5% of statements
23:29:50 [2019-09-19T23:29:50.030Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
23:29:51 [2019-09-19T23:29:51.288Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.8% of statements
23:30:00 [2019-09-19T23:30:00.877Z] ok  	github.com/docker/docker/daemon	12.231s	coverage: 17.5% of statements
23:30:00 [2019-09-19T23:30:00.877Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:30:00 [2019-09-19T23:30:00.877Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.434s	coverage: 13.7% of statements
23:30:00 [2019-09-19T23:30:00.877Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:30:01 [2019-09-19T23:30:01.774Z] ok  	github.com/docker/docker/daemon/discovery	0.007s	coverage: 30.4% of statements
23:30:03 [2019-09-19T23:30:03.825Z] ok  	github.com/docker/docker/daemon/events	0.060s	coverage: 50.0% of statements
23:30:03 [2019-09-19T23:30:03.825Z] ok  	github.com/docker/docker/daemon/config	0.061s	coverage: 84.7% of statements
23:30:03 [2019-09-19T23:30:03.825Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:30:03 [2019-09-19T23:30:03.825Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:30:05 [2019-09-19T23:30:05.119Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
23:30:05 [2019-09-19T23:30:05.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:30:05 [2019-09-19T23:30:05.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:30:05 [2019-09-19T23:30:05.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:30:07 [2019-09-19T23:30:07.691Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
23:30:08 [2019-09-19T23:30:08.670Z] 65014b3c3121: Pull complete
23:30:09 [2019-09-19T23:30:09.048Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.389s	coverage: 57.8% of statements
23:30:09 [2019-09-19T23:30:09.826Z] + cd /tmp/tmp.W7U0enquJT/tmp/docker-ce
23:30:09 [2019-09-19T23:30:09.826Z] + git checkout -q v17.06.2-ce
23:30:10 [2019-09-19T23:30:10.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:30:11 [2019-09-19T23:30:11.310Z] + mkdir -p /tmp/tmp.W7U0enquJT/src/github.com/docker
23:30:11 [2019-09-19T23:30:11.310Z] + mv components/cli /tmp/tmp.W7U0enquJT/src/github.com/docker/cli
23:30:11 [2019-09-19T23:30:11.310Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
23:30:14 [2019-09-19T23:30:14.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:30:15 [2019-09-19T23:30:15.543Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.384s	coverage: 45.9% of statements
23:30:17 [2019-09-19T23:30:17.437Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	11.494s	coverage: 72.3% of statements
23:30:17 [2019-09-19T23:30:17.437Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:30:17 [2019-09-19T23:30:17.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:30:19 [2019-09-19T23:30:19.102Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.280s	coverage: 50.8% of statements
23:30:20 [2019-09-19T23:30:20.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:30:21 [2019-09-19T23:30:21.094Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.560s	coverage: 76.1% of statements
23:30:21 [2019-09-19T23:30:21.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:30:22 [2019-09-19T23:30:22.375Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.007s	coverage: 58.0% of statements
23:30:23 [2019-09-19T23:30:23.955Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.016s	coverage: 3.0% of statements
23:30:25 [2019-09-19T23:30:25.273Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.226s	coverage: 57.0% of statements
23:30:25 [2019-09-19T23:30:25.273Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:30:25 [2019-09-19T23:30:25.273Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:30:26 [2019-09-19T23:30:26.586Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
23:30:26 [2019-09-19T23:30:26.586Z] ok  	github.com/docker/docker/daemon/images	0.011s	coverage: 4.9% of statements
23:30:26 [2019-09-19T23:30:26.586Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:30:26 [2019-09-19T23:30:26.586Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:30:27 [2019-09-19T23:30:27.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:30:28 [2019-09-19T23:30:28.531Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.7% of statements
23:30:28 [2019-09-19T23:30:28.531Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.091s	coverage: 78.6% of statements
23:30:28 [2019-09-19T23:30:28.531Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:30:28 [2019-09-19T23:30:28.531Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:30:29 [2019-09-19T23:30:29.876Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 68.2% of statements
23:30:29 [2019-09-19T23:30:29.876Z] ok  	github.com/docker/docker/daemon/logger/journald	0.007s	coverage: 26.2% of statements
23:30:30 [2019-09-19T23:30:30.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:30:30 [2019-09-19T23:30:30.791Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 88.3% of statements
23:30:31 [2019-09-19T23:30:31.220Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 62.1% of statements
23:30:32 [2019-09-19T23:30:32.543Z] ok  	github.com/docker/docker/daemon/logger/local	0.026s	coverage: 74.7% of statements
23:30:32 [2019-09-19T23:30:32.543Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:30:33 [2019-09-19T23:30:33.394Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.017s	coverage: 18.6% of statements
23:30:34 [2019-09-19T23:30:34.733Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 47.8% of statements
23:30:35 [2019-09-19T23:30:35.563Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
23:30:36 [2019-09-19T23:30:36.435Z] ok  	github.com/docker/docker/daemon/network	0.018s	coverage: 63.8% of statements
23:30:36 [2019-09-19T23:30:36.435Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.696s	coverage: 84.5% of statements
23:30:36 [2019-09-19T23:30:36.435Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:30:36 [2019-09-19T23:30:36.435Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:30:38 [2019-09-19T23:30:38.987Z] ok  	github.com/docker/docker/distribution/metadata	0.050s	coverage: 48.2% of statements
23:30:39 [2019-09-19T23:30:39.364Z] ok  	github.com/docker/docker/distribution	0.332s	coverage: 22.6% of statements
23:30:39 [2019-09-19T23:30:39.364Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:30:40 [2019-09-19T23:30:40.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:30:40 [2019-09-19T23:30:40.674Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 51.6% of statements
23:30:41 [2019-09-19T23:30:41.975Z] ok  	github.com/docker/docker/distribution/xfer	1.555s	coverage: 83.4% of statements
23:30:41 [2019-09-19T23:30:41.975Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:30:41 [2019-09-19T23:30:41.975Z] ok  	github.com/docker/docker/image	0.025s	coverage: 86.4% of statements
23:30:43 [2019-09-19T23:30:43.468Z] ok  	github.com/docker/docker/image/cache	0.053s	coverage: 19.2% of statements
23:30:43 [2019-09-19T23:30:43.469Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:30:43 [2019-09-19T23:30:43.469Z] ok  	github.com/docker/docker/image/v1	0.011s	coverage: 25.0% of statements
23:30:43 [2019-09-19T23:30:43.469Z] ?   	github.com/docker/docker/internal/test	[no test files]
23:30:45 [2019-09-19T23:30:45.364Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
23:30:45 [2019-09-19T23:30:45.364Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
23:30:45 [2019-09-19T23:30:45.364Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
23:30:45 [2019-09-19T23:30:45.753Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
23:30:46 [2019-09-19T23:30:46.143Z] ok  	github.com/docker/docker/internal/testutil	0.033s	coverage: 62.5% of statements
23:30:46 [2019-09-19T23:30:46.986Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
23:30:48 [2019-09-19T23:30:48.321Z] ok  	github.com/docker/docker/opts	0.025s	coverage: 66.9% of statements
23:30:48 [2019-09-19T23:30:48.742Z] ok  	github.com/docker/docker/pkg/aaparser	0.003s	coverage: 50.0% of statements
23:30:51 [2019-09-19T23:30:51.408Z] ok  	github.com/docker/docker/pkg/archive	0.542s	coverage: 76.9% of statements
23:30:52 [2019-09-19T23:30:52.223Z] ok  	github.com/docker/docker/pkg/authorization	0.402s	coverage: 66.7% of statements
23:30:52 [2019-09-19T23:30:52.598Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
23:30:53 [2019-09-19T23:30:53.002Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
23:30:55 [2019-09-19T23:30:55.186Z] sha256:71915d7eaaff81a84f0c41cecb6ffd53c3c3e65030210752c4ae520d1cf84d11
23:30:55 [2019-09-19T23:30:55.186Z] INFO: Starting docker-py tests...
23:30:55 [2019-09-19T23:30:55.442Z] ============================= test session starts ==============================
23:30:55 [2019-09-19T23:30:55.442Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0
23:30:55 [2019-09-19T23:30:55.515Z] ok  	github.com/docker/docker/layer	7.732s	coverage: 72.0% of statements
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/oci	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:30:55 [2019-09-19T23:30:55.515Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 80.0% of statements
23:30:55 [2019-09-19T23:30:55.699Z] rootdir: /src, inifile: pytest.ini
23:30:55 [2019-09-19T23:30:55.700Z] plugins: timeout-1.3.3, cov-2.6.1
23:30:56 [2019-09-19T23:30:56.631Z] collected 385 items / 5 deselected
23:30:56 [2019-09-19T23:30:56.631Z] 
23:30:56 [2019-09-19T23:30:56.901Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
23:30:57 [2019-09-19T23:30:57.292Z] ok  	github.com/docker/docker/pkg/discovery/file	0.007s	coverage: 97.6% of statements
23:30:57 [2019-09-19T23:30:57.292Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.448s	coverage: 43.2% of statements
23:30:57 [2019-09-19T23:30:57.292Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:30:57 [2019-09-19T23:30:57.292Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:30:58 [2019-09-19T23:30:58.115Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
23:30:58 [2019-09-19T23:30:58.973Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
23:30:59 [2019-09-19T23:30:59.383Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
23:31:00 [2019-09-19T23:31:00.702Z] ok  	github.com/docker/docker/pkg/filenotify	0.606s	coverage: 66.3% of statements
23:31:01 [2019-09-19T23:31:01.582Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 89.5% of statements
23:31:01 [2019-09-19T23:31:01.582Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.125s	coverage: 84.1% of statements
23:31:02 [2019-09-19T23:31:02.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:31:02 [2019-09-19T23:31:02.623Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 10.2% of statements
23:31:02 [2019-09-19T23:31:02.623Z] ok  	github.com/docker/docker/pkg/fsutils	0.493s	coverage: 85.1% of statements
23:31:03 [2019-09-19T23:31:03.923Z] ok  	github.com/docker/docker/pkg/idtools	0.382s	coverage: 70.1% of statements
23:31:04 [2019-09-19T23:31:04.323Z] ok  	github.com/docker/docker/pkg/ioutils	0.524s	coverage: 69.1% of statements
23:31:04 [2019-09-19T23:31:04.323Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.019s	coverage: 91.7% of statements
23:31:04 [2019-09-19T23:31:04.715Z] ok  	github.com/docker/docker/pkg/locker	0.012s	coverage: 88.9% of statements
23:31:04 [2019-09-19T23:31:04.715Z] ok  	github.com/docker/docker/pkg/longpath	0.014s	coverage: 100.0% of statements
23:31:04 [2019-09-19T23:31:04.715Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:31:05 [2019-09-19T23:31:05.533Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
23:31:05 [2019-09-19T23:31:05.916Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
23:31:06 [2019-09-19T23:31:06.302Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
23:31:06 [2019-09-19T23:31:06.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:31:06 [2019-09-19T23:31:06.688Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.0% of statements
23:31:06 [2019-09-19T23:31:06.688Z] ok  	github.com/docker/docker/pkg/mount	1.204s	coverage: 70.8% of statements
23:31:06 [2019-09-19T23:31:06.688Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:31:07 [2019-09-19T23:31:07.085Z] ok  	github.com/docker/docker/pkg/pidfile	0.015s	coverage: 82.4% of statements
23:31:07 [2019-09-19T23:31:07.085Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:31:07 [2019-09-19T23:31:07.085Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:31:08 [2019-09-19T23:31:08.702Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.022s	coverage: 56.8% of statements
23:31:09 [2019-09-19T23:31:09.090Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
23:31:09 [2019-09-19T23:31:09.483Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 87.9% of statements
23:31:09 [2019-09-19T23:31:09.860Z] ok  	github.com/docker/docker/pkg/progress	0.003s	coverage: 75.9% of statements
23:31:10 [2019-09-19T23:31:10.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:31:11 [2019-09-19T23:31:11.662Z] ok  	github.com/docker/docker/pkg/pubsub	1.035s	coverage: 72.7% of statements
23:31:11 [2019-09-19T23:31:11.662Z] ok  	github.com/docker/docker/pkg/reexec	0.016s	coverage: 82.4% of statements
23:31:15 [2019-09-19T23:31:15.809Z] ok  	github.com/docker/docker/pkg/signal	2.918s	coverage: 61.0% of statements
23:31:15 [2019-09-19T23:31:15.809Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
23:31:15 [2019-09-19T23:31:15.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:31:16 [2019-09-19T23:31:16.618Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
23:31:16 [2019-09-19T23:31:16.618Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
23:31:17 [2019-09-19T23:31:17.427Z] ok  	github.com/docker/docker/pkg/symlink	0.010s	coverage: 87.7% of statements
23:31:17 [2019-09-19T23:31:17.830Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 81.4% of statements
23:31:18 [2019-09-19T23:31:18.689Z] ok  	github.com/docker/docker/pkg/system	0.034s	coverage: 35.8% of statements
23:31:19 [2019-09-19T23:31:19.090Z] ok  	github.com/docker/docker/pkg/tailfile	0.056s	coverage: 88.6% of statements
23:31:19 [2019-09-19T23:31:19.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:31:19 [2019-09-19T23:31:19.613Z] + return
23:31:19 [2019-09-19T23:31:19.613Z] Removing intermediate container cf75f0fd0c6a
23:31:19 [2019-09-19T23:31:19.613Z]  ---> f18573d032ac
23:31:19 [2019-09-19T23:31:19.613Z] Step 76/126 : FROM runtime-dev AS runc
23:31:19 [2019-09-19T23:31:19.613Z]  ---> 9a0e4813b9e8
23:31:19 [2019-09-19T23:31:19.613Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc
23:31:19 [2019-09-19T23:31:19.613Z]  ---> Running in 90f2f8af9f84
23:31:19 [2019-09-19T23:31:19.613Z] Removing intermediate container 90f2f8af9f84
23:31:19 [2019-09-19T23:31:19.613Z]  ---> 1465a655ddca
23:31:19 [2019-09-19T23:31:19.613Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:31:19 [2019-09-19T23:31:19.613Z]  ---> 83752f06438d
23:31:19 [2019-09-19T23:31:19.613Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:31:19 [2019-09-19T23:31:19.613Z]  ---> 46e369dd823c
23:31:19 [2019-09-19T23:31:19.613Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:31:19 [2019-09-19T23:31:19.613Z]  ---> Running in fe9006181825
23:31:19 [2019-09-19T23:31:19.613Z] + RM_GOPATH=0
23:31:19 [2019-09-19T23:31:19.613Z] + TMP_GOPATH=
23:31:19 [2019-09-19T23:31:19.613Z] + : /build
23:31:19 [2019-09-19T23:31:19.613Z] + '[' -z '' ']'
23:31:19 [2019-09-19T23:31:19.613Z] ++ mktemp -d
23:31:19 [2019-09-19T23:31:19.613Z] + export GOPATH=/tmp/tmp.Pkt9fgpxSg
23:31:19 [2019-09-19T23:31:19.613Z] + GOPATH=/tmp/tmp.Pkt9fgpxSg
23:31:19 [2019-09-19T23:31:19.613Z] + RM_GOPATH=1
23:31:19 [2019-09-19T23:31:19.613Z] ++ dirname ./install.sh
23:31:19 [2019-09-19T23:31:19.613Z] + dir=.
23:31:19 [2019-09-19T23:31:19.613Z] + bin=runc
23:31:19 [2019-09-19T23:31:19.613Z] + shift
23:31:19 [2019-09-19T23:31:19.613Z] + '[' '!' -f ./runc.installer ']'
23:31:19 [2019-09-19T23:31:19.613Z] + . ./runc.installer
23:31:19 [2019-09-19T23:31:19.613Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
23:31:19 [2019-09-19T23:31:19.613Z] + install_runc
23:31:19 [2019-09-19T23:31:19.613Z] + uname -r
23:31:19 [2019-09-19T23:31:19.613Z] + grep -q '^3\.10\.0.*\.el7\.'
23:31:19 [2019-09-19T23:31:19.613Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )
23:31:19 [2019-09-19T23:31:19.613Z] + RUNC_BUILDTAGS='seccomp apparmor selinux '
23:31:19 [2019-09-19T23:31:19.613Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )'
23:31:19 [2019-09-19T23:31:19.613Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Pkt9fgpxSg/src/github.com/opencontainers/runc
23:31:19 [2019-09-19T23:31:19.613Z] Cloning into '/tmp/tmp.Pkt9fgpxSg/src/github.com/opencontainers/runc'...
23:31:19 [2019-09-19T23:31:19.936Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
23:31:20 [2019-09-19T23:31:20.625Z] + cd /tmp/tmp.Pkt9fgpxSg/src/github.com/opencontainers/runc
23:31:20 [2019-09-19T23:31:20.625Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f
23:31:20 [2019-09-19T23:31:20.625Z] + '[' -z '' ']'
23:31:20 [2019-09-19T23:31:20.625Z] + target=static
23:31:20 [2019-09-19T23:31:20.625Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static
23:31:20 [2019-09-19T23:31:20.801Z] ok  	github.com/docker/docker/pkg/term	0.006s	coverage: 84.8% of statements
23:31:21 [2019-09-19T23:31:21.252Z] testing: warning: no tests to run
23:31:21 [2019-09-19T23:31:21.252Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: 0.0% of statements [no tests to run]
23:31:21 [2019-09-19T23:31:21.278Z] CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc .
23:31:22 [2019-09-19T23:31:22.148Z] ok  	github.com/docker/docker/pkg/truncindex	0.103s	coverage: 91.5% of statements
23:31:22 [2019-09-19T23:31:22.148Z] ok  	github.com/docker/docker/pkg/urlutil	0.003s	coverage: 100.0% of statements
23:31:22 [2019-09-19T23:31:22.292Z] tests/integration/api_build_test.py ......................X              [  6%]
23:31:22 [2019-09-19T23:31:22.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:31:22 [2019-09-19T23:31:22.522Z] ok  	github.com/docker/docker/pkg/useragent	0.003s	coverage: 88.9% of statements
23:31:22 [2019-09-19T23:31:22.856Z] tests/integration/api_client_test.py .....                               [  7%]
23:31:24 [2019-09-19T23:31:24.954Z] ok  	github.com/docker/docker/plugin	0.547s	coverage: 27.3% of statements
23:31:25 [2019-09-19T23:31:25.312Z] tests/integration/api_config_test.py .....                               [  8%]
23:31:25 [2019-09-19T23:31:25.665Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
23:31:25 [2019-09-19T23:31:25.665Z] Using test binary docker
23:31:25 [2019-09-19T23:31:25.665Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:31:25 [2019-09-19T23:31:25.665Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:31:25 [2019-09-19T23:31:25.665Z] Warning failed to create cache: (null)
23:31:25 [2019-09-19T23:31:25.665Z] .
23:31:25 [2019-09-19T23:31:25.665Z] Starting dockerd
23:31:25 [2019-09-19T23:31:25.665Z] INFO: Waiting for daemon to start...
23:31:25 [2019-09-19T23:31:25.766Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.5% of statements
23:31:26 [2019-09-19T23:31:26.624Z] ok  	github.com/docker/docker/profiles/seccomp	0.005s	coverage: 76.5% of statements
23:31:27 [2019-09-19T23:31:27.552Z] .
23:31:27 [2019-09-19T23:31:27.552Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
23:31:27 [2019-09-19T23:31:27.552Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
23:31:27 [2019-09-19T23:31:27.552Z] Error: No such image: emptyfs
23:31:27 [2019-09-19T23:31:27.712Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 84.4% of statements
23:31:28 [2019-09-19T23:31:28.113Z] Running integration-test (iteration 1)
23:31:28 [2019-09-19T23:31:28.113Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:31:29 [2019-09-19T23:31:29.561Z] ok  	github.com/docker/docker/registry	0.162s	coverage: 56.4% of statements
23:31:30 [2019-09-19T23:31:30.373Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
23:31:30 [2019-09-19T23:31:30.373Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 49.0% of statements
23:31:31 [2019-09-19T23:31:31.706Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 68.2% of statements
23:31:32 [2019-09-19T23:31:32.558Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
23:31:33 [2019-09-19T23:31:33.549Z] ok  	github.com/docker/docker/volume/local	0.049s	coverage: 73.0% of statements
23:31:34 [2019-09-19T23:31:34.433Z] ok  	github.com/docker/docker/volume/mounts	0.037s	coverage: 67.0% of statements
23:31:35 [2019-09-19T23:31:35.714Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.0% of statements
23:31:41 [2019-09-19T23:31:41.998Z] ok  	github.com/docker/docker/pkg/plugins	33.629s	coverage: 76.8% of statements
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/rootless	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/volume	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:31:41 [2019-09-19T23:31:41.998Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === Skipped
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     exec_linux_test.go:18: requires AppArmor to be enabled
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     exec_linux_test.go:38: requires AppArmor to be enabled
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver btrfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver btrfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver btrfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver btrfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver btrfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:73: No driver to put!
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     overlay_test.go:49: Fails to compute changes intermittently
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     overlay_test.go:65: Cannot run test with naive change algorithm
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.01s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver zfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver zfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver zfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver zfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:46: Driver zfs not supported
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     graphtest_unix.go:73: No driver to put!
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:31:42 [2019-09-19T23:31:42.380Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] 
23:31:42 [2019-09-19T23:31:42.380Z] DONE 2021 tests, 19 skipped in 240.508s
Post stage
[Pipeline] junit
23:31:42 [2019-09-19T23:31:42.908Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:31:45 [2019-09-19T23:31:45.317Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/make.sh dynbinary test-integration
23:31:45 [2019-09-19T23:31:45.693Z] 
23:31:45 [2019-09-19T23:31:45.693Z] Removing bundles/
23:31:45 [2019-09-19T23:31:45.693Z] 
23:31:45 [2019-09-19T23:31:45.693Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:31:45 [2019-09-19T23:31:45.693Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:31:45 [2019-09-19T23:31:45.693Z] GOOS="" GOARCH="" GOARM=""
23:31:48 [2019-09-19T23:31:48.390Z] CGO_ENABLED=1 go build  -tags "seccomp apparmor selinux  netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
23:31:48 [2019-09-19T23:31:48.390Z] + mkdir -p /build
23:31:48 [2019-09-19T23:31:48.390Z] + cp runc /build/runc
23:31:48 [2019-09-19T23:31:48.390Z] Removing intermediate container fe9006181825
23:31:48 [2019-09-19T23:31:48.390Z]  ---> 44444ffad0bb
23:31:48 [2019-09-19T23:31:48.390Z] Step 81/126 : FROM dev-base AS tini
23:31:48 [2019-09-19T23:31:48.390Z]  ---> 437cd2f2d3e2
23:31:48 [2019-09-19T23:31:48.390Z] Step 82/126 : ARG DEBIAN_FRONTEND
23:31:48 [2019-09-19T23:31:48.390Z]  ---> Using cache
23:31:48 [2019-09-19T23:31:48.390Z]  ---> 4a95115df70f
23:31:48 [2019-09-19T23:31:48.390Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	cmake 	vim-common 	&& rm -rf /var/lib/apt/lists/*
23:31:48 [2019-09-19T23:31:48.390Z]  ---> Running in ec8e31b5a24e
23:31:48 [2019-09-19T23:31:48.390Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:31:48 [2019-09-19T23:31:48.390Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:31:48 [2019-09-19T23:31:48.390Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:31:48 [2019-09-19T23:31:48.390Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:31:48 [2019-09-19T23:31:48.390Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:31:48 [2019-09-19T23:31:48.675Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:31:48 [2019-09-19T23:31:48.675Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:31:48 [2019-09-19T23:31:48.971Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:31:51 [2019-09-19T23:31:51.006Z] Fetched 7724 kB in 2s (3006 kB/s)
23:31:52 [2019-09-19T23:31:52.030Z] Reading package lists...
23:31:53 [2019-09-19T23:31:53.502Z] Reading package lists...
23:31:53 [2019-09-19T23:31:53.502Z] Building dependency tree...
23:31:53 [2019-09-19T23:31:53.502Z] Reading state information...
23:31:53 [2019-09-19T23:31:53.502Z] The following additional packages will be installed:
23:31:53 [2019-09-19T23:31:53.502Z]   cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd
23:31:53 [2019-09-19T23:31:53.502Z] Suggested packages:
23:31:53 [2019-09-19T23:31:53.502Z]   codeblocks eclipse ninja-build lrzip
23:31:53 [2019-09-19T23:31:53.502Z] Recommended packages:
23:31:53 [2019-09-19T23:31:53.502Z]   xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:31:53 [2019-09-19T23:31:53.829Z] The following NEW packages will be installed:
23:31:53 [2019-09-19T23:31:53.829Z]   cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2
23:31:53 [2019-09-19T23:31:53.829Z]   vim-common xxd
23:31:53 [2019-09-19T23:31:53.829Z] 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded.
23:31:53 [2019-09-19T23:31:53.829Z] Need to get 13.4 MB of archives.
23:31:53 [2019-09-19T23:31:53.829Z] After this operation, 60.4 MB of additional disk space will be used.
23:31:53 [2019-09-19T23:31:53.829Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB]
23:31:53 [2019-09-19T23:31:53.829Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
23:31:53 [2019-09-19T23:31:53.829Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB]
23:31:54 [2019-09-19T23:31:54.133Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:31:54 [2019-09-19T23:31:54.417Z] debconf: delaying package configuration, since apt-utils is not installed
23:31:54 [2019-09-19T23:31:54.417Z] Fetched 13.4 MB in 0s (28.8 MB/s)
23:31:54 [2019-09-19T23:31:54.417Z] Selecting previously unselected package cmake-data.
23:31:54 [2019-09-19T23:31:54.417Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14950 files and directories currently installed.)
23:31:54 [2019-09-19T23:31:54.417Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
23:31:54 [2019-09-19T23:31:54.417Z] Unpacking cmake-data (3.7.2-1) ...
23:31:55 [2019-09-19T23:31:55.044Z] Selecting previously unselected package liblzo2-2:ppc64el.
23:31:55 [2019-09-19T23:31:55.044Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
23:31:55 [2019-09-19T23:31:55.044Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:31:55 [2019-09-19T23:31:55.328Z] Selecting previously unselected package libicu57:ppc64el.
23:31:55 [2019-09-19T23:31:55.328Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ...
23:31:55 [2019-09-19T23:31:55.328Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ...
23:31:56 [2019-09-19T23:31:56.337Z] Selecting previously unselected package libxml2:ppc64el.
23:31:56 [2019-09-19T23:31:56.337Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ...
23:31:56 [2019-09-19T23:31:56.337Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ...
23:31:56 [2019-09-19T23:31:56.620Z] Selecting previously unselected package libarchive13:ppc64el.
23:31:56 [2019-09-19T23:31:56.620Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ...
23:31:56 [2019-09-19T23:31:56.620Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ...
23:31:56 [2019-09-19T23:31:56.620Z] Selecting previously unselected package libjsoncpp1:ppc64el.
23:31:56 [2019-09-19T23:31:56.620Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ...
23:31:56 [2019-09-19T23:31:56.620Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
23:31:56 [2019-09-19T23:31:56.620Z] Selecting previously unselected package libuv1:ppc64el.
23:31:56 [2019-09-19T23:31:56.620Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ...
23:31:56 [2019-09-19T23:31:56.620Z] Unpacking libuv1:ppc64el (1.9.1-3) ...
23:31:56 [2019-09-19T23:31:56.620Z] Selecting previously unselected package cmake.
23:31:56 [2019-09-19T23:31:56.620Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ...
23:31:56 [2019-09-19T23:31:56.620Z] Unpacking cmake (3.7.2-1) ...
23:31:57 [2019-09-19T23:31:57.237Z] Selecting previously unselected package xxd.
23:31:57 [2019-09-19T23:31:57.237Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
23:31:57 [2019-09-19T23:31:57.237Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Selecting previously unselected package vim-common.
23:31:57 [2019-09-19T23:31:57.237Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:31:57 [2019-09-19T23:31:57.237Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Processing triggers for mime-support (3.60) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up libuv1:ppc64el (1.9.1-3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up cmake-data (3.7.2-1) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ...
23:31:57 [2019-09-19T23:31:57.237Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ...
23:31:57 [2019-09-19T23:31:57.237Z] Setting up cmake (3.7.2-1) ...
23:31:57 [2019-09-19T23:31:57.237Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:31:59 [2019-09-19T23:31:59.260Z] Removing intermediate container ec8e31b5a24e
23:31:59 [2019-09-19T23:31:59.260Z]  ---> 7751a295f0dd
23:31:59 [2019-09-19T23:31:59.260Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:31:59 [2019-09-19T23:31:59.260Z]  ---> 3421a07ac603
23:31:59 [2019-09-19T23:31:59.260Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini
23:31:59 [2019-09-19T23:31:59.260Z]  ---> Running in a5d8da5499f5
23:31:59 [2019-09-19T23:31:59.260Z] Removing intermediate container a5d8da5499f5
23:31:59 [2019-09-19T23:31:59.260Z]  ---> 33f2ac509e3f
23:31:59 [2019-09-19T23:31:59.260Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:31:59 [2019-09-19T23:31:59.543Z]  ---> bcb14ab2dede
23:31:59 [2019-09-19T23:31:59.543Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
23:31:59 [2019-09-19T23:31:59.543Z]  ---> Running in 078e3583f031
23:31:59 [2019-09-19T23:31:59.826Z] + RM_GOPATH=0
23:31:59 [2019-09-19T23:31:59.826Z] + TMP_GOPATH=
23:31:59 [2019-09-19T23:31:59.826Z] + : /build
23:31:59 [2019-09-19T23:31:59.826Z] + '[' -z '' ']'
23:31:59 [2019-09-19T23:31:59.826Z] ++ mktemp -d
23:31:59 [2019-09-19T23:31:59.826Z] + export GOPATH=/tmp/tmp.RXegeDklXW
23:31:59 [2019-09-19T23:31:59.826Z] + GOPATH=/tmp/tmp.RXegeDklXW
23:31:59 [2019-09-19T23:31:59.826Z] + RM_GOPATH=1
23:31:59 [2019-09-19T23:31:59.826Z] ++ dirname ./install.sh
23:31:59 [2019-09-19T23:31:59.826Z] + dir=.
23:31:59 [2019-09-19T23:31:59.826Z] + bin=tini
23:31:59 [2019-09-19T23:31:59.826Z] + shift
23:31:59 [2019-09-19T23:31:59.826Z] + '[' '!' -f ./tini.installer ']'
23:31:59 [2019-09-19T23:31:59.826Z] + . ./tini.installer
23:31:59 [2019-09-19T23:31:59.826Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
23:31:59 [2019-09-19T23:31:59.826Z] + install_tini
23:31:59 [2019-09-19T23:31:59.826Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662'
23:31:59 [2019-09-19T23:31:59.826Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.RXegeDklXW/tini
23:31:59 [2019-09-19T23:31:59.826Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662
23:31:59 [2019-09-19T23:31:59.826Z] Cloning into '/tmp/tmp.RXegeDklXW/tini'...
23:32:00 [2019-09-19T23:32:00.215Z] Loaded image: buildpack-deps:jessie
23:32:00 [2019-09-19T23:32:00.215Z] Loaded image: busybox:latest
23:32:00 [2019-09-19T23:32:00.215Z] Loaded image: busybox:glibc
23:32:00 [2019-09-19T23:32:00.215Z] Loaded image: debian:jessie
23:32:00 [2019-09-19T23:32:00.215Z] Loaded image: hello-world:latest
23:32:00 [2019-09-19T23:32:00.215Z] INFO: Testing against a local daemon
23:32:00 [2019-09-19T23:32:00.215Z] === RUN   TestBuildMultiStageCopy
23:32:00 [2019-09-19T23:32:00.215Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:32:00 [2019-09-19T23:32:00.446Z] + cd /tmp/tmp.RXegeDklXW/tini
23:32:00 [2019-09-19T23:32:00.446Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662
23:32:00 [2019-09-19T23:32:00.446Z] + cmake .
23:32:00 [2019-09-19T23:32:00.446Z] -- The C compiler identification is GNU 6.3.0
23:32:00 [2019-09-19T23:32:00.446Z] -- Check for working C compiler: /usr/bin/cc
23:32:00 [2019-09-19T23:32:00.446Z] -- Check for working C compiler: /usr/bin/cc -- works
23:32:00 [2019-09-19T23:32:00.446Z] -- Detecting C compiler ABI info
23:32:00 [2019-09-19T23:32:00.732Z] -- Detecting C compiler ABI info - done
23:32:00 [2019-09-19T23:32:00.732Z] -- Detecting C compile features
23:32:01 [2019-09-19T23:32:01.017Z] -- Detecting C compile features - done
23:32:01 [2019-09-19T23:32:01.017Z] -- Performing Test HAS_BUILTIN_FORTIFY
23:32:01 [2019-09-19T23:32:01.017Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:32:01 [2019-09-19T23:32:01.299Z] -- Configuring done
23:32:01 [2019-09-19T23:32:01.299Z] -- Generating done
23:32:01 [2019-09-19T23:32:01.299Z] -- Build files have been written to: /tmp/tmp.RXegeDklXW/tini
23:32:01 [2019-09-19T23:32:01.299Z] + make tini-static
23:32:01 [2019-09-19T23:32:01.299Z] Scanning dependencies of target tini-static
23:32:01 [2019-09-19T23:32:01.299Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:32:01 [2019-09-19T23:32:01.582Z] [100%] Linking C executable tini-static
23:32:01 [2019-09-19T23:32:01.866Z] [100%] Built target tini-static
23:32:01 [2019-09-19T23:32:01.866Z] + mkdir -p /build
23:32:01 [2019-09-19T23:32:01.866Z] + cp tini-static /build/docker-init
23:32:02 [2019-09-19T23:32:02.481Z] Removing intermediate container 078e3583f031
23:32:02 [2019-09-19T23:32:02.481Z]  ---> f2fd4c66820a
23:32:02 [2019-09-19T23:32:02.481Z] Step 88/126 : FROM dev-base AS rootlesskit
23:32:02 [2019-09-19T23:32:02.481Z]  ---> 437cd2f2d3e2
23:32:02 [2019-09-19T23:32:02.481Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit
23:32:02 [2019-09-19T23:32:02.481Z]  ---> Running in 860fc0d097eb
23:32:02 [2019-09-19T23:32:02.481Z] Removing intermediate container 860fc0d097eb
23:32:02 [2019-09-19T23:32:02.481Z]  ---> 260e1657936b
23:32:02 [2019-09-19T23:32:02.481Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh
23:32:02 [2019-09-19T23:32:02.768Z]  ---> 5920027387a1
23:32:02 [2019-09-19T23:32:02.768Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
23:32:02 [2019-09-19T23:32:02.768Z]  ---> ad5f8b3a9ca7
23:32:02 [2019-09-19T23:32:02.768Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
23:32:02 [2019-09-19T23:32:02.768Z]  ---> Running in 33df81428168
23:32:03 [2019-09-19T23:32:03.051Z] + RM_GOPATH=0
23:32:03 [2019-09-19T23:32:03.051Z] + TMP_GOPATH=
23:32:03 [2019-09-19T23:32:03.051Z] + : /build/
23:32:03 [2019-09-19T23:32:03.051Z] + '[' -z '' ']'
23:32:03 [2019-09-19T23:32:03.051Z] ++ mktemp -d
23:32:03 [2019-09-19T23:32:03.051Z] + export GOPATH=/tmp/tmp.6OxR4ptsJT
23:32:03 [2019-09-19T23:32:03.051Z] + GOPATH=/tmp/tmp.6OxR4ptsJT
23:32:03 [2019-09-19T23:32:03.051Z] + RM_GOPATH=1
23:32:03 [2019-09-19T23:32:03.051Z] ++ dirname ./install.sh
23:32:03 [2019-09-19T23:32:03.051Z] + dir=.
23:32:03 [2019-09-19T23:32:03.051Z] + bin=rootlesskit
23:32:03 [2019-09-19T23:32:03.051Z] + shift
23:32:03 [2019-09-19T23:32:03.051Z] + '[' '!' -f ./rootlesskit.installer ']'
23:32:03 [2019-09-19T23:32:03.051Z] + . ./rootlesskit.installer
23:32:03 [2019-09-19T23:32:03.051Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f
23:32:03 [2019-09-19T23:32:03.051Z] + install_rootlesskit
23:32:03 [2019-09-19T23:32:03.051Z] + case "$1" in
23:32:03 [2019-09-19T23:32:03.051Z] + export CGO_ENABLED=0
23:32:03 [2019-09-19T23:32:03.051Z] + CGO_ENABLED=0
23:32:03 [2019-09-19T23:32:03.051Z] + _install_rootlesskit
23:32:03 [2019-09-19T23:32:03.051Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f'
23:32:03 [2019-09-19T23:32:03.051Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f
23:32:03 [2019-09-19T23:32:03.051Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.6OxR4ptsJT/src/github.com/rootless-containers/rootlesskit
23:32:03 [2019-09-19T23:32:03.051Z] Cloning into '/tmp/tmp.6OxR4ptsJT/src/github.com/rootless-containers/rootlesskit'...
23:32:04 [2019-09-19T23:32:04.068Z] + cd /tmp/tmp.6OxR4ptsJT/src/github.com/rootless-containers/rootlesskit
23:32:04 [2019-09-19T23:32:04.068Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f
23:32:04 [2019-09-19T23:32:04.351Z] + for f in rootlesskit rootlesskit-docker-proxy
23:32:04 [2019-09-19T23:32:04.351Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
23:32:04 [2019-09-19T23:32:04.420Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:32:04 [2019-09-19T23:32:04.420Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:32:05 [2019-09-19T23:32:05.100Z] 2945147eda09: Pull complete
23:32:05 [2019-09-19T23:32:05.100Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20
23:32:05 [2019-09-19T23:32:05.100Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
23:32:05 [2019-09-19T23:32:05.100Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is ''
23:32:05 [2019-09-19T23:32:05.100Z] WARN: Skipping validation tests
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Running unit tests at 09/19/2019 23:31:55...
23:32:05 [2019-09-19T23:32:05.100Z] INFO: make.ps1 starting at 09/19/2019 23:31:59
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Git commit (a18eea270) assumed from DOCKER_GITCOMMIT environment variable
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Invoking autogen...
23:32:05 [2019-09-19T23:32:05.100Z] INFO: Running unit tests...
23:32:05 [2019-09-19T23:32:05.347Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:32:05 [2019-09-19T23:32:05.717Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
23:32:05 [2019-09-19T23:32:05.909Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:32:06 [2019-09-19T23:32:06.469Z] --- PASS: TestBuildMultiStageCopy (8.13s)
23:32:06 [2019-09-19T23:32:06.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (5.41s)
23:32:06 [2019-09-19T23:32:06.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s)
23:32:06 [2019-09-19T23:32:06.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.66s)
23:32:06 [2019-09-19T23:32:06.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.67s)
23:32:06 [2019-09-19T23:32:06.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s)
23:32:06 [2019-09-19T23:32:06.469Z] === RUN   TestBuildMultiStageCopy
23:32:06 [2019-09-19T23:32:06.469Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:32:06 [2019-09-19T23:32:06.725Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:32:06 [2019-09-19T23:32:06.981Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:32:07 [2019-09-19T23:32:07.237Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:32:07 [2019-09-19T23:32:07.492Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:32:08 [2019-09-19T23:32:08.054Z] --- PASS: TestBuildMultiStageCopy (1.29s)
23:32:08 [2019-09-19T23:32:08.054Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.20s)
23:32:08 [2019-09-19T23:32:08.054Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
23:32:08 [2019-09-19T23:32:08.054Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s)
23:32:08 [2019-09-19T23:32:08.054Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s)
23:32:08 [2019-09-19T23:32:08.054Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s)
23:32:08 [2019-09-19T23:32:08.054Z] === RUN   TestBuildMultiStageCopy
23:32:08 [2019-09-19T23:32:08.054Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:32:08 [2019-09-19T23:32:08.054Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:32:08 [2019-09-19T23:32:08.310Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:32:08 [2019-09-19T23:32:08.565Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:32:08 [2019-09-19T23:32:08.821Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:32:09 [2019-09-19T23:32:09.382Z] --- PASS: TestBuildMultiStageCopy (1.35s)
23:32:09 [2019-09-19T23:32:09.382Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.21s)
23:32:09 [2019-09-19T23:32:09.382Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.26s)
23:32:09 [2019-09-19T23:32:09.382Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s)
23:32:09 [2019-09-19T23:32:09.382Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.29s)
23:32:09 [2019-09-19T23:32:09.382Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.30s)
23:32:09 [2019-09-19T23:32:09.382Z] === RUN   TestBuildMultiStageCopy
23:32:09 [2019-09-19T23:32:09.382Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:32:09 [2019-09-19T23:32:09.382Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:32:09 [2019-09-19T23:32:09.638Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:32:09 [2019-09-19T23:32:09.894Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:32:10 [2019-09-19T23:32:10.149Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:32:10 [2019-09-19T23:32:10.711Z] --- PASS: TestBuildMultiStageCopy (1.38s)
23:32:10 [2019-09-19T23:32:10.711Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.25s)
23:32:10 [2019-09-19T23:32:10.711Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
23:32:10 [2019-09-19T23:32:10.711Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.27s)
23:32:10 [2019-09-19T23:32:10.711Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.30s)
23:32:10 [2019-09-19T23:32:10.711Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s)
23:32:10 [2019-09-19T23:32:10.711Z] === RUN   TestBuildMultiStageCopy
23:32:10 [2019-09-19T23:32:10.711Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:32:10 [2019-09-19T23:32:10.711Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:32:10 [2019-09-19T23:32:10.966Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:32:11 [2019-09-19T23:32:11.222Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:32:11 [2019-09-19T23:32:11.479Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:32:12 [2019-09-19T23:32:12.040Z] --- PASS: TestBuildMultiStageCopy (1.30s)
23:32:12 [2019-09-19T23:32:12.040Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.22s)
23:32:12 [2019-09-19T23:32:12.040Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
23:32:12 [2019-09-19T23:32:12.040Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s)
23:32:12 [2019-09-19T23:32:12.040Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s)
23:32:12 [2019-09-19T23:32:12.040Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s)
23:32:12 [2019-09-19T23:32:12.040Z] PASS
23:32:12 [2019-09-19T23:32:12.041Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:12 [2019-09-19T23:32:12.041Z] INFO: Testing against a local daemon
23:32:12 [2019-09-19T23:32:12.041Z] === RUN   TestConfigDaemonLibtrustID
23:32:12 [2019-09-19T23:32:12.602Z] --- PASS: TestConfigDaemonLibtrustID (0.61s)
23:32:12 [2019-09-19T23:32:12.602Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:32:12 [2019-09-19T23:32:12.602Z]     daemon.go:321: [d435e987d9a91] waiting for daemon to start
23:32:12 [2019-09-19T23:32:12.602Z]     daemon.go:339: [d435e987d9a91] daemon started
23:32:12 [2019-09-19T23:32:12.602Z]     daemon.go:449: [d435e987d9a91] Stopping daemon
23:32:12 [2019-09-19T23:32:12.602Z]     daemon.go:288: [d435e987d9a91] exiting daemon
23:32:12 [2019-09-19T23:32:12.602Z]     daemon.go:436: [d435e987d9a91] Daemon stopped
23:32:12 [2019-09-19T23:32:12.602Z] === RUN   TestConfigDaemonLibtrustID
23:32:13 [2019-09-19T23:32:13.163Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:32:13 [2019-09-19T23:32:13.163Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:32:13 [2019-09-19T23:32:13.163Z]     daemon.go:321: [d1616c5a93351] waiting for daemon to start
23:32:13 [2019-09-19T23:32:13.163Z]     daemon.go:339: [d1616c5a93351] daemon started
23:32:13 [2019-09-19T23:32:13.163Z]     daemon.go:449: [d1616c5a93351] Stopping daemon
23:32:13 [2019-09-19T23:32:13.163Z]     daemon.go:288: [d1616c5a93351] exiting daemon
23:32:13 [2019-09-19T23:32:13.163Z]     daemon.go:436: [d1616c5a93351] Daemon stopped
23:32:13 [2019-09-19T23:32:13.164Z] === RUN   TestConfigDaemonLibtrustID
23:32:13 [2019-09-19T23:32:13.725Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
23:32:13 [2019-09-19T23:32:13.725Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:32:13 [2019-09-19T23:32:13.725Z]     daemon.go:321: [d1b6371b5830d] waiting for daemon to start
23:32:13 [2019-09-19T23:32:13.725Z]     daemon.go:339: [d1b6371b5830d] daemon started
23:32:13 [2019-09-19T23:32:13.725Z]     daemon.go:449: [d1b6371b5830d] Stopping daemon
23:32:13 [2019-09-19T23:32:13.725Z]     daemon.go:288: [d1b6371b5830d] exiting daemon
23:32:13 [2019-09-19T23:32:13.725Z]     daemon.go:436: [d1b6371b5830d] Daemon stopped
23:32:13 [2019-09-19T23:32:13.725Z] === RUN   TestConfigDaemonLibtrustID
23:32:14 [2019-09-19T23:32:14.287Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
23:32:14 [2019-09-19T23:32:14.287Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:32:14 [2019-09-19T23:32:14.287Z]     daemon.go:321: [d7c9fb22a30af] waiting for daemon to start
23:32:14 [2019-09-19T23:32:14.287Z]     daemon.go:339: [d7c9fb22a30af] daemon started
23:32:14 [2019-09-19T23:32:14.287Z]     daemon.go:449: [d7c9fb22a30af] Stopping daemon
23:32:14 [2019-09-19T23:32:14.287Z]     daemon.go:288: [d7c9fb22a30af] exiting daemon
23:32:14 [2019-09-19T23:32:14.287Z]     daemon.go:436: [d7c9fb22a30af] Daemon stopped
23:32:14 [2019-09-19T23:32:14.287Z] === RUN   TestConfigDaemonLibtrustID
23:32:14 [2019-09-19T23:32:14.849Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:32:14 [2019-09-19T23:32:14.849Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:32:14 [2019-09-19T23:32:14.849Z]     daemon.go:321: [d603bcce63bc4] waiting for daemon to start
23:32:14 [2019-09-19T23:32:14.849Z]     daemon.go:339: [d603bcce63bc4] daemon started
23:32:14 [2019-09-19T23:32:14.849Z]     daemon.go:449: [d603bcce63bc4] Stopping daemon
23:32:14 [2019-09-19T23:32:14.849Z]     daemon.go:288: [d603bcce63bc4] exiting daemon
23:32:14 [2019-09-19T23:32:14.849Z]     daemon.go:436: [d603bcce63bc4] Daemon stopped
23:32:14 [2019-09-19T23:32:14.849Z] PASS
23:32:14 [2019-09-19T23:32:14.849Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:15 [2019-09-19T23:32:15.105Z] INFO: Testing against a local daemon
23:32:15 [2019-09-19T23:32:15.105Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:15 [2019-09-19T23:32:15.105Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:32:15 [2019-09-19T23:32:15.105Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:15 [2019-09-19T23:32:15.361Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:32:15 [2019-09-19T23:32:15.361Z] === RUN   TestCopyFromContainer
23:32:17 [2019-09-19T23:32:17.043Z] + for f in rootlesskit rootlesskit-docker-proxy
23:32:17 [2019-09-19T23:32:17.043Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
23:32:18 [2019-09-19T23:32:18.628Z] === RUN   TestCopyFromContainer//
23:32:18 [2019-09-19T23:32:18.628Z] === RUN   TestCopyFromContainer//bar/root
23:32:18 [2019-09-19T23:32:18.628Z] === RUN   TestCopyFromContainer//bar/root/
23:32:18 [2019-09-19T23:32:18.628Z] === RUN   TestCopyFromContainer/bar/quux
23:32:18 [2019-09-19T23:32:18.884Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:19 [2019-09-19T23:32:19.140Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:19 [2019-09-19T23:32:19.140Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:19 [2019-09-19T23:32:19.396Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:19 [2019-09-19T23:32:19.696Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:19 [2019-09-19T23:32:19.696Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:19 [2019-09-19T23:32:19.733Z] Removing intermediate container 33df81428168
23:32:19 [2019-09-19T23:32:19.733Z]  ---> 9e1cd19d0e7f
23:32:19 [2019-09-19T23:32:19.733Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build
23:32:19 [2019-09-19T23:32:19.733Z]  ---> 46d07670c078
23:32:19 [2019-09-19T23:32:19.733Z] Step 94/126 : FROM runtime-dev AS dev
23:32:19 [2019-09-19T23:32:19.733Z]  ---> 9a0e4813b9e8
23:32:19 [2019-09-19T23:32:19.733Z] Step 95/126 : ARG DEBIAN_FRONTEND
23:32:19 [2019-09-19T23:32:19.733Z]  ---> Running in 1f6cffd7ea43
23:32:19 [2019-09-19T23:32:19.733Z] Removing intermediate container 1f6cffd7ea43
23:32:19 [2019-09-19T23:32:19.733Z]  ---> b49e8b926f08
23:32:19 [2019-09-19T23:32:19.733Z] Step 96/126 : RUN groupadd -r docker
23:32:19 [2019-09-19T23:32:19.733Z]  ---> Running in b9e564953aab
23:32:19 [2019-09-19T23:32:19.952Z] --- PASS: TestCopyFromContainer (4.70s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer// (0.20s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer//bar/root (0.22s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.17s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/quux (0.21s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.16s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.19s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.17s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
23:32:19 [2019-09-19T23:32:19.952Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.19s)
23:32:19 [2019-09-19T23:32:19.952Z] === RUN   TestHealthKillContainer
23:32:20 [2019-09-19T23:32:20.745Z] Removing intermediate container b9e564953aab
23:32:20 [2019-09-19T23:32:20.745Z]  ---> 8192255f12a5
23:32:20 [2019-09-19T23:32:20.745Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser
23:32:20 [2019-09-19T23:32:20.745Z]  ---> Running in 71ecf633b063
23:32:21 [2019-09-19T23:32:21.366Z] Removing intermediate container 71ecf633b063
23:32:21 [2019-09-19T23:32:21.366Z]  ---> 423f878c147b
23:32:21 [2019-09-19T23:32:21.366Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:32:21 [2019-09-19T23:32:21.366Z]  ---> Running in cccd56f3b2d1
23:32:21 [2019-09-19T23:32:21.649Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:32:21 [2019-09-19T23:32:21.932Z] Removing intermediate container cccd56f3b2d1
23:32:21 [2019-09-19T23:32:21.932Z]  ---> f849b312be7f
23:32:21 [2019-09-19T23:32:21.932Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:32:22 [2019-09-19T23:32:22.215Z]  ---> Running in ea8227e71535
23:32:22 [2019-09-19T23:32:22.837Z] Removing intermediate container ea8227e71535
23:32:22 [2019-09-19T23:32:22.837Z]  ---> a3c4ba85f155
23:32:22 [2019-09-19T23:32:22.837Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:32:22 [2019-09-19T23:32:22.837Z]  ---> Running in 7edc65599253
23:32:23 [2019-09-19T23:32:23.563Z] Removing intermediate container 7edc65599253
23:32:23 [2019-09-19T23:32:23.563Z]  ---> b75c7db0c97f
23:32:23 [2019-09-19T23:32:23.563Z] Step 101/126 : RUN ldconfig
23:32:23 [2019-09-19T23:32:23.563Z]  ---> Running in 5115fc06cd07
23:32:24 [2019-09-19T23:32:24.158Z] --- PASS: TestHealthKillContainer (3.55s)
23:32:24 [2019-09-19T23:32:24.158Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:24 [2019-09-19T23:32:24.158Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:32:24 [2019-09-19T23:32:24.158Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:24 [2019-09-19T23:32:24.158Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:32:24 [2019-09-19T23:32:24.158Z] === RUN   TestCopyFromContainer
23:32:24 [2019-09-19T23:32:24.573Z] Removing intermediate container 5115fc06cd07
23:32:24 [2019-09-19T23:32:24.573Z]  ---> afd1fa850e7a
23:32:24 [2019-09-19T23:32:24.573Z] Step 102/126 : RUN apt-get update && apt-get install -y --no-install-recommends 	apparmor 	aufs-tools 	bash-completion 	btrfs-tools 	iptables 	jq 	libcap2-bin 	libdevmapper-dev 	libudev-dev 	libsystemd-dev 	binutils-mingw-w64 	g++-mingw-w64-x86-64 	net-tools 	pigz 	python3-pip 	python3-setuptools 	python3-wheel 	thin-provisioning-tools 	vim 	vim-common 	xfsprogs 	zip 	bzip2 	xz-utils 	libprotobuf-c1 	libnet1 	libnl-3-200 	&& rm -rf /var/lib/apt/lists/*
23:32:24 [2019-09-19T23:32:24.573Z]  ---> Running in ca150d238032
23:32:24 [2019-09-19T23:32:24.856Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
23:32:24 [2019-09-19T23:32:24.856Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
23:32:24 [2019-09-19T23:32:24.856Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
23:32:24 [2019-09-19T23:32:24.856Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
23:32:24 [2019-09-19T23:32:24.856Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
23:32:25 [2019-09-19T23:32:25.141Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [485 kB]
23:32:25 [2019-09-19T23:32:25.431Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB]
23:32:25 [2019-09-19T23:32:25.431Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB]
23:32:26 [2019-09-19T23:32:26.271Z] ?   	github.com/docker/docker/api	[no test files]
23:32:26 [2019-09-19T23:32:26.673Z] === RUN   TestCopyFromContainer//
23:32:26 [2019-09-19T23:32:26.673Z] === RUN   TestCopyFromContainer//bar/root
23:32:26 [2019-09-19T23:32:26.929Z] === RUN   TestCopyFromContainer//bar/root/
23:32:26 [2019-09-19T23:32:26.929Z] === RUN   TestCopyFromContainer/bar/quux
23:32:27 [2019-09-19T23:32:27.185Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:27 [2019-09-19T23:32:27.440Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:27 [2019-09-19T23:32:27.456Z] Fetched 7724 kB in 2s (3070 kB/s)
23:32:27 [2019-09-19T23:32:27.696Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:27 [2019-09-19T23:32:27.952Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:27 [2019-09-19T23:32:27.952Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:28 [2019-09-19T23:32:28.207Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:28 [2019-09-19T23:32:28.463Z] --- PASS: TestCopyFromContainer (4.68s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer// (0.17s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer//bar/root (0.19s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.16s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/quux (0.26s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.20s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.17s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
23:32:28 [2019-09-19T23:32:28.463Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.18s)
23:32:28 [2019-09-19T23:32:28.463Z] === RUN   TestHealthKillContainer
23:32:28 [2019-09-19T23:32:28.464Z] Reading package lists...
23:32:29 [2019-09-19T23:32:29.936Z] Reading package lists...
23:32:29 [2019-09-19T23:32:29.936Z] Building dependency tree...
23:32:29 [2019-09-19T23:32:29.936Z] Reading state information...
23:32:29 [2019-09-19T23:32:29.936Z] The following additional packages will be installed:
23:32:29 [2019-09-19T23:32:29.936Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python
23:32:29 [2019-09-19T23:32:29.936Z]   dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl
23:32:29 [2019-09-19T23:32:29.936Z]   libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0
23:32:29 [2019-09-19T23:32:29.936Z]   libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0
23:32:29 [2019-09-19T23:32:29.936Z]   libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
23:32:29 [2019-09-19T23:32:29.936Z]   libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5
23:32:29 [2019-09-19T23:32:29.936Z]   libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12
23:32:29 [2019-09-19T23:32:29.936Z]   mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal
23:32:29 [2019-09-19T23:32:29.936Z]   python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd
23:32:29 [2019-09-19T23:32:29.936Z] Suggested packages:
23:32:29 [2019-09-19T23:32:29.936Z]   apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc
23:32:29 [2019-09-19T23:32:29.936Z]   gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv
23:32:29 [2019-09-19T23:32:29.936Z]   python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags
23:32:29 [2019-09-19T23:32:29.936Z]   vim-doc vim-scripts xfsdump acl attr quota
23:32:29 [2019-09-19T23:32:29.936Z] Recommended packages:
23:32:29 [2019-09-19T23:32:29.936Z]   aufs-dkms libpam-cap build-essential python3-dev python3-keyring
23:32:29 [2019-09-19T23:32:29.936Z]   python3-keyrings.alt python3-xdg unzip
23:32:31 [2019-09-19T23:32:31.420Z] The following NEW packages will be installed:
23:32:31 [2019-09-19T23:32:31.420Z]   apparmor aufs-tools bash-completion binutils-mingw-w64
23:32:31 [2019-09-19T23:32:31.420Z]   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools
23:32:31 [2019-09-19T23:32:31.420Z]   bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base
23:32:31 [2019-09-19T23:32:31.420Z]   gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin
23:32:31 [2019-09-19T23:32:31.420Z]   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2
23:32:31 [2019-09-19T23:32:31.420Z]   libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1
23:32:31 [2019-09-19T23:32:31.420Z]   libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3
23:32:31 [2019-09-19T23:32:31.420Z]   libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib
23:32:31 [2019-09-19T23:32:31.420Z]   libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev
23:32:31 [2019-09-19T23:32:31.420Z]   libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common
23:32:31 [2019-09-19T23:32:31.420Z]   mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal
23:32:31 [2019-09-19T23:32:31.420Z]   python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5
23:32:31 [2019-09-19T23:32:31.420Z]   python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime
23:32:31 [2019-09-19T23:32:31.420Z]   xfsprogs xxd xz-utils zip
23:32:31 [2019-09-19T23:32:31.420Z] The following packages will be upgraded:
23:32:31 [2019-09-19T23:32:31.420Z]   libsystemd0 libudev1
23:32:31 [2019-09-19T23:32:31.420Z] 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded.
23:32:31 [2019-09-19T23:32:31.420Z] Need to get 87.7 MB of archives.
23:32:31 [2019-09-19T23:32:31.420Z] After this operation, 585 MB of additional disk space will be used.
23:32:31 [2019-09-19T23:32:31.420Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd0 ppc64el 232-25+deb9u12 [252 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev1 ppc64el 232-25+deb9u12 [120 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB]
23:32:31 [2019-09-19T23:32:31.420Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B]
23:32:31 [2019-09-19T23:32:31.708Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB]
23:32:31 [2019-09-19T23:32:31.708Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB]
23:32:31 [2019-09-19T23:32:31.993Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB]
23:32:32 [2019-09-19T23:32:32.276Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB]
23:32:32 [2019-09-19T23:32:32.560Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB]
23:32:32 [2019-09-19T23:32:32.560Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB]
23:32:32 [2019-09-19T23:32:32.560Z] Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB]
23:32:32 [2019-09-19T23:32:32.680Z] --- PASS: TestHealthKillContainer (3.62s)
23:32:32 [2019-09-19T23:32:32.680Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:32 [2019-09-19T23:32:32.680Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
23:32:32 [2019-09-19T23:32:32.680Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:32 [2019-09-19T23:32:32.680Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:32:32 [2019-09-19T23:32:32.680Z] === RUN   TestCopyFromContainer
23:32:34 [2019-09-19T23:32:34.040Z] Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB]
23:32:34 [2019-09-19T23:32:34.657Z] debconf: delaying package configuration, since apt-utils is not installed
23:32:34 [2019-09-19T23:32:34.657Z] Fetched 87.7 MB in 3s (28.2 MB/s)
23:32:34 [2019-09-19T23:32:34.657Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15020 files and directories currently installed.)
23:32:34 [2019-09-19T23:32:34.657Z] Preparing to unpack .../libsystemd0_232-25+deb9u12_ppc64el.deb ...
23:32:34 [2019-09-19T23:32:34.657Z] Unpacking libsystemd0:ppc64el (232-25+deb9u12) over (232-25+deb9u11) ...
23:32:34 [2019-09-19T23:32:34.657Z] Setting up libsystemd0:ppc64el (232-25+deb9u12) ...
23:32:34 [2019-09-19T23:32:34.657Z] Selecting previously unselected package bash-completion.
23:32:34 [2019-09-19T23:32:34.657Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15020 files and directories currently installed.)
23:32:34 [2019-09-19T23:32:34.657Z] Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ...
23:32:35 [2019-09-19T23:32:35.189Z] === RUN   TestCopyFromContainer//
23:32:35 [2019-09-19T23:32:35.189Z] === RUN   TestCopyFromContainer//bar/root
23:32:35 [2019-09-19T23:32:35.445Z] === RUN   TestCopyFromContainer//bar/root/
23:32:35 [2019-09-19T23:32:35.445Z] === RUN   TestCopyFromContainer/bar/quux
23:32:35 [2019-09-19T23:32:35.668Z] Unpacking bash-completion (1:2.1-4.3) ...
23:32:35 [2019-09-19T23:32:35.700Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:35 [2019-09-19T23:32:35.955Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:35 [2019-09-19T23:32:35.963Z] Selecting previously unselected package libnet1:ppc64el.
23:32:35 [2019-09-19T23:32:35.963Z] Preparing to unpack .../libnet1_1.1.6+dfsg-3_ppc64el.deb ...
23:32:35 [2019-09-19T23:32:35.963Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ...
23:32:35 [2019-09-19T23:32:35.963Z] Selecting previously unselected package libnfnetlink0:ppc64el.
23:32:35 [2019-09-19T23:32:35.963Z] Preparing to unpack .../libnfnetlink0_1.0.1-3_ppc64el.deb ...
23:32:35 [2019-09-19T23:32:35.963Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ...
23:32:35 [2019-09-19T23:32:35.963Z] Selecting previously unselected package libpcrecpp0v5:ppc64el.
23:32:35 [2019-09-19T23:32:35.963Z] Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ...
23:32:35 [2019-09-19T23:32:35.963Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ...
23:32:35 [2019-09-19T23:32:35.963Z] Preparing to unpack .../libudev1_232-25+deb9u12_ppc64el.deb ...
23:32:35 [2019-09-19T23:32:35.963Z] Unpacking libudev1:ppc64el (232-25+deb9u12) over (232-25+deb9u11) ...
23:32:36 [2019-09-19T23:32:36.211Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:36 [2019-09-19T23:32:36.211Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:36 [2019-09-19T23:32:36.246Z] Setting up libudev1:ppc64el (232-25+deb9u12) ...
23:32:36 [2019-09-19T23:32:36.246Z] Selecting previously unselected package libudev-dev:ppc64el.
23:32:36 [2019-09-19T23:32:36.246Z] (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 ... 15619 files and directories currently installed.)
23:32:36 [2019-09-19T23:32:36.246Z] Preparing to unpack .../0-libudev-dev_232-25+deb9u12_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.246Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ...
23:32:36 [2019-09-19T23:32:36.246Z] Selecting previously unselected package libpython3.5-minimal:ppc64el.
23:32:36 [2019-09-19T23:32:36.246Z] Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.246Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ...
23:32:36 [2019-09-19T23:32:36.246Z] Selecting previously unselected package python3.5-minimal.
23:32:36 [2019-09-19T23:32:36.246Z] Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.246Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ...
23:32:36 [2019-09-19T23:32:36.466Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:36 [2019-09-19T23:32:36.529Z] Selecting previously unselected package python3-minimal.
23:32:36 [2019-09-19T23:32:36.529Z] Preparing to unpack .../3-python3-minimal_3.5.3-1_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.529Z] Unpacking python3-minimal (3.5.3-1) ...
23:32:36 [2019-09-19T23:32:36.529Z] Selecting previously unselected package libmpdec2:ppc64el.
23:32:36 [2019-09-19T23:32:36.529Z] Preparing to unpack .../4-libmpdec2_2.4.2-1_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.529Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ...
23:32:36 [2019-09-19T23:32:36.722Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:36 [2019-09-19T23:32:36.814Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el.
23:32:36 [2019-09-19T23:32:36.814Z] Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ...
23:32:36 [2019-09-19T23:32:36.814Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ...
23:32:36 [2019-09-19T23:32:36.977Z] --- PASS: TestCopyFromContainer (4.65s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer// (0.20s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer//bar/root (0.22s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.15s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.19s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.24s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.22s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s)
23:32:36 [2019-09-19T23:32:36.977Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.20s)
23:32:36 [2019-09-19T23:32:36.977Z] === RUN   TestHealthKillContainer
23:32:37 [2019-09-19T23:32:37.098Z] Selecting previously unselected package python3.5.
23:32:37 [2019-09-19T23:32:37.099Z] Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_ppc64el.deb ...
23:32:37 [2019-09-19T23:32:37.099Z] Unpacking python3.5 (3.5.3-1+deb9u1) ...
23:32:37 [2019-09-19T23:32:37.099Z] Selecting previously unselected package libpython3-stdlib:ppc64el.
23:32:37 [2019-09-19T23:32:37.099Z] Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_ppc64el.deb ...
23:32:37 [2019-09-19T23:32:37.099Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ...
23:32:37 [2019-09-19T23:32:37.099Z] Selecting previously unselected package dh-python.
23:32:37 [2019-09-19T23:32:37.099Z] Preparing to unpack .../8-dh-python_2.20170125_all.deb ...
23:32:37 [2019-09-19T23:32:37.099Z] Unpacking dh-python (2.20170125) ...
23:32:37 [2019-09-19T23:32:37.099Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ...
23:32:37 [2019-09-19T23:32:37.099Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ...
23:32:38 [2019-09-19T23:32:38.109Z] Setting up python3-minimal (3.5.3-1) ...
23:32:38 [2019-09-19T23:32:38.393Z] Selecting previously unselected package python3.
23:32:38 [2019-09-19T23:32:38.393Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16606 files and directories currently installed.)
23:32:38 [2019-09-19T23:32:38.393Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.393Z] Unpacking python3 (3.5.3-1) ...
23:32:38 [2019-09-19T23:32:38.393Z] Selecting previously unselected package pigz.
23:32:38 [2019-09-19T23:32:38.393Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.393Z] Unpacking pigz (2.3.4-1) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package libip4tc0:ppc64el.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package libip6tc0:ppc64el.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package libiptc0:ppc64el.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package libxtables12:ppc64el.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ...
23:32:38 [2019-09-19T23:32:38.678Z] Selecting previously unselected package iptables.
23:32:38 [2019-09-19T23:32:38.678Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.678Z] Unpacking iptables (1.6.0+snapshot20161117-6) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package xxd.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package vim-common.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package bzip2.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking bzip2 (1.0.6-8.1) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package libgpm2:ppc64el.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package xz-utils.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking xz-utils (5.2.2-1.2+b1) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package aufs-tools.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking aufs-tools (1:4.1+20161219-1) ...
23:32:38 [2019-09-19T23:32:38.968Z] Selecting previously unselected package liblzo2-2:ppc64el.
23:32:38 [2019-09-19T23:32:38.968Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ...
23:32:38 [2019-09-19T23:32:38.968Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package btrfs-progs.
23:32:39 [2019-09-19T23:32:39.254Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.254Z] Unpacking btrfs-progs (4.7.3-1) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package btrfs-tools.
23:32:39 [2019-09-19T23:32:39.254Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.254Z] Unpacking btrfs-tools (4.7.3-1) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el.
23:32:39 [2019-09-19T23:32:39.254Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.254Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package dmsetup.
23:32:39 [2019-09-19T23:32:39.254Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.254Z] Unpacking dmsetup (2:1.02.137-2) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package libonig4:ppc64el.
23:32:39 [2019-09-19T23:32:39.254Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.254Z] Unpacking libonig4:ppc64el (6.1.3-2) ...
23:32:39 [2019-09-19T23:32:39.254Z] Selecting previously unselected package libjq1:ppc64el.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package jq.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking jq (1.5+dfsg-1.3) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package libaio1:ppc64el.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libaio1:ppc64el (0.3.110-3) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package libcap2-bin.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libcap2-bin (1:2.25-1) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package libsepol1-dev:ppc64el.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ...
23:32:39 [2019-09-19T23:32:39.537Z] Selecting previously unselected package libpcre16-3:ppc64el.
23:32:39 [2019-09-19T23:32:39.537Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.537Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ...
23:32:39 [2019-09-19T23:32:39.820Z] Selecting previously unselected package libpcre32-3:ppc64el.
23:32:39 [2019-09-19T23:32:39.820Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.820Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ...
23:32:39 [2019-09-19T23:32:39.820Z] Selecting previously unselected package libpcre3-dev:ppc64el.
23:32:39 [2019-09-19T23:32:39.820Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.820Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ...
23:32:39 [2019-09-19T23:32:39.820Z] Selecting previously unselected package libselinux1-dev:ppc64el.
23:32:39 [2019-09-19T23:32:39.820Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.820Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ...
23:32:39 [2019-09-19T23:32:39.820Z] Selecting previously unselected package libdevmapper-dev:ppc64el.
23:32:39 [2019-09-19T23:32:39.820Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ...
23:32:39 [2019-09-19T23:32:39.820Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ...
23:32:40 [2019-09-19T23:32:40.104Z] Selecting previously unselected package libnl-3-200:ppc64el.
23:32:40 [2019-09-19T23:32:40.104Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.104Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ...
23:32:40 [2019-09-19T23:32:40.104Z] Selecting previously unselected package libprotobuf-c1:ppc64el.
23:32:40 [2019-09-19T23:32:40.104Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.104Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ...
23:32:40 [2019-09-19T23:32:40.104Z] Selecting previously unselected package libreadline5:ppc64el.
23:32:40 [2019-09-19T23:32:40.104Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.104Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ...
23:32:40 [2019-09-19T23:32:40.104Z] Selecting previously unselected package libsystemd-dev:ppc64el.
23:32:40 [2019-09-19T23:32:40.104Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.104Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ...
23:32:40 [2019-09-19T23:32:40.388Z] Selecting previously unselected package net-tools.
23:32:40 [2019-09-19T23:32:40.388Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.388Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ...
23:32:40 [2019-09-19T23:32:40.671Z] Selecting previously unselected package python-pip-whl.
23:32:40 [2019-09-19T23:32:40.671Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
23:32:40 [2019-09-19T23:32:40.671Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
23:32:40 [2019-09-19T23:32:40.671Z] Selecting previously unselected package python3-pip.
23:32:40 [2019-09-19T23:32:40.671Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ...
23:32:40 [2019-09-19T23:32:40.671Z] Unpacking python3-pip (9.0.1-2+deb9u1) ...
23:32:40 [2019-09-19T23:32:40.671Z] Selecting previously unselected package python3-pkg-resources.
23:32:40 [2019-09-19T23:32:40.671Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ...
23:32:40 [2019-09-19T23:32:40.671Z] Unpacking python3-pkg-resources (33.1.1-1) ...
23:32:40 [2019-09-19T23:32:40.954Z] Selecting previously unselected package python3-setuptools.
23:32:40 [2019-09-19T23:32:40.954Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ...
23:32:40 [2019-09-19T23:32:40.954Z] Unpacking python3-setuptools (33.1.1-1) ...
23:32:40 [2019-09-19T23:32:40.954Z] Selecting previously unselected package python3-wheel.
23:32:40 [2019-09-19T23:32:40.954Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ...
23:32:40 [2019-09-19T23:32:40.954Z] Unpacking python3-wheel (0.29.0-2) ...
23:32:40 [2019-09-19T23:32:40.954Z] Selecting previously unselected package thin-provisioning-tools.
23:32:40 [2019-09-19T23:32:40.954Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ...
23:32:40 [2019-09-19T23:32:40.954Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ...
23:32:40 [2019-09-19T23:32:40.954Z] Selecting previously unselected package vim-runtime.
23:32:40 [2019-09-19T23:32:40.954Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
23:32:40 [2019-09-19T23:32:40.954Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
23:32:40 [2019-09-19T23:32:40.954Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
23:32:40 [2019-09-19T23:32:40.954Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
23:32:41 [2019-09-19T23:32:41.069Z] ok  	github.com/docker/docker/api/server	0.118s	coverage: 7.9% of statements
23:32:41 [2019-09-19T23:32:41.140Z] --- PASS: TestHealthKillContainer (3.57s)
23:32:41 [2019-09-19T23:32:41.140Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:41 [2019-09-19T23:32:41.140Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
23:32:41 [2019-09-19T23:32:41.140Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:41 [2019-09-19T23:32:41.140Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:32:41 [2019-09-19T23:32:41.140Z] === RUN   TestCopyFromContainer
23:32:41 [2019-09-19T23:32:41.965Z] Selecting previously unselected package vim.
23:32:41 [2019-09-19T23:32:41.966Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ...
23:32:41 [2019-09-19T23:32:41.966Z] Unpacking vim (2:8.0.0197-4+deb9u3) ...
23:32:42 [2019-09-19T23:32:42.249Z] Selecting previously unselected package xfsprogs.
23:32:42 [2019-09-19T23:32:42.249Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.249Z] Unpacking xfsprogs (4.9.0+nmu1) ...
23:32:42 [2019-09-19T23:32:42.249Z] Selecting previously unselected package zip.
23:32:42 [2019-09-19T23:32:42.249Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.249Z] Unpacking zip (3.0-11+b1) ...
23:32:42 [2019-09-19T23:32:42.249Z] Selecting previously unselected package libapparmor-perl.
23:32:42 [2019-09-19T23:32:42.249Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.249Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ...
23:32:42 [2019-09-19T23:32:42.249Z] Selecting previously unselected package apparmor.
23:32:42 [2019-09-19T23:32:42.532Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.532Z] Unpacking apparmor (2.11.0-3+deb9u2) ...
23:32:42 [2019-09-19T23:32:42.532Z] Selecting previously unselected package binutils-mingw-w64-i686.
23:32:42 [2019-09-19T23:32:42.532Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.532Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:32:42 [2019-09-19T23:32:42.815Z] Selecting previously unselected package binutils-mingw-w64-x86-64.
23:32:42 [2019-09-19T23:32:42.815Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ...
23:32:42 [2019-09-19T23:32:42.815Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:32:43 [2019-09-19T23:32:43.435Z] Selecting previously unselected package binutils-mingw-w64.
23:32:43 [2019-09-19T23:32:43.435Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ...
23:32:43 [2019-09-19T23:32:43.435Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:32:43 [2019-09-19T23:32:43.435Z] Selecting previously unselected package mingw-w64-common.
23:32:43 [2019-09-19T23:32:43.435Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ...
23:32:43 [2019-09-19T23:32:43.435Z] Unpacking mingw-w64-common (5.0.1-1) ...
23:32:43 [2019-09-19T23:32:43.651Z] === RUN   TestCopyFromContainer//
23:32:43 [2019-09-19T23:32:43.651Z] === RUN   TestCopyFromContainer//bar/root
23:32:43 [2019-09-19T23:32:43.651Z] === RUN   TestCopyFromContainer//bar/root/
23:32:43 [2019-09-19T23:32:43.906Z] === RUN   TestCopyFromContainer/bar/quux
23:32:44 [2019-09-19T23:32:44.161Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:44 [2019-09-19T23:32:44.161Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:44 [2019-09-19T23:32:44.416Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:44 [2019-09-19T23:32:44.416Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:44 [2019-09-19T23:32:44.447Z] Selecting previously unselected package mingw-w64-x86-64-dev.
23:32:44 [2019-09-19T23:32:44.447Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ...
23:32:44 [2019-09-19T23:32:44.447Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ...
23:32:44 [2019-09-19T23:32:44.672Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:44 [2019-09-19T23:32:44.927Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:44 [2019-09-19T23:32:44.927Z] --- PASS: TestCopyFromContainer (4.34s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer// (0.16s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer//bar/root (0.22s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.16s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/quux (0.19s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.18s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s)
23:32:44 [2019-09-19T23:32:44.927Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
23:32:44 [2019-09-19T23:32:44.927Z] === RUN   TestHealthKillContainer
23:32:45 [2019-09-19T23:32:45.928Z] Selecting previously unselected package gcc-mingw-w64-base.
23:32:45 [2019-09-19T23:32:45.928Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ...
23:32:45 [2019-09-19T23:32:45.928Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:32:45 [2019-09-19T23:32:45.928Z] Selecting previously unselected package gcc-mingw-w64-x86-64.
23:32:45 [2019-09-19T23:32:45.928Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ...
23:32:45 [2019-09-19T23:32:45.928Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:32:49 [2019-09-19T23:32:49.088Z] --- PASS: TestHealthKillContainer (3.52s)
23:32:49 [2019-09-19T23:32:49.088Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:49 [2019-09-19T23:32:49.088Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:32:49 [2019-09-19T23:32:49.088Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:49 [2019-09-19T23:32:49.088Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:32:49 [2019-09-19T23:32:49.088Z] === RUN   TestCopyFromContainer
23:32:50 [2019-09-19T23:32:50.309Z] Selecting previously unselected package g++-mingw-w64-x86-64.
23:32:50 [2019-09-19T23:32:50.309Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ...
23:32:50 [2019-09-19T23:32:50.309Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:32:51 [2019-09-19T23:32:51.601Z] === RUN   TestCopyFromContainer//
23:32:51 [2019-09-19T23:32:51.601Z] === RUN   TestCopyFromContainer//bar/root
23:32:51 [2019-09-19T23:32:51.856Z] === RUN   TestCopyFromContainer//bar/root/
23:32:52 [2019-09-19T23:32:52.111Z] === RUN   TestCopyFromContainer/bar/quux
23:32:52 [2019-09-19T23:32:52.366Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:52 [2019-09-19T23:32:52.366Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:52 [2019-09-19T23:32:52.622Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:52 [2019-09-19T23:32:52.622Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:52 [2019-09-19T23:32:52.877Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:53 [2019-09-19T23:32:53.132Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:53 [2019-09-19T23:32:53.387Z] --- PASS: TestCopyFromContainer (4.56s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer// (0.17s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer//bar/root (0.23s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.20s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/quux (0.21s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.20s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.19s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
23:32:53 [2019-09-19T23:32:53.387Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.15s)
23:32:53 [2019-09-19T23:32:53.387Z] === RUN   TestHealthKillContainer
23:32:53 [2019-09-19T23:32:53.771Z] Setting up aufs-tools (1:4.1+20161219-1) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up libsepol1-dev:ppc64el (2.6-2) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:53 [2019-09-19T23:32:53.771Z] Processing triggers for mime-support (3.60) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up xxd (2:8.0.0197-4+deb9u3) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up libcap2-bin (1:2.25-1) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ...
23:32:53 [2019-09-19T23:32:53.771Z] Setting up bash-completion (1:2.1-4.3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libonig4:ppc64el (6.1.3-2) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up zip (3.0-11+b1) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up bzip2 (1.0.6-8.1) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libaio1:ppc64el (0.3.110-3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up xz-utils (5.2.2-1.2+b1) ...
23:32:54 [2019-09-19T23:32:54.781Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:32:54 [2019-09-19T23:32:54.781Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ...
23:32:54 [2019-09-19T23:32:54.781Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up pigz (2.3.4-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libmpdec2:ppc64el (2.4.2-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up mingw-w64-common (5.0.1-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up jq (1.5+dfsg-1.3) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up xfsprogs (4.9.0+nmu1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up vim (2:8.0.0197-4+deb9u3) ...
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up iptables (1.6.0+snapshot20161117-6) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up btrfs-progs (4.7.3-1) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ...
23:32:55 [2019-09-19T23:32:55.069Z] Setting up python3.5 (3.5.3-1+deb9u1) ...
23:32:56 [2019-09-19T23:32:56.146Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:32:56 [2019-09-19T23:32:56.146Z] 
23:32:56 [2019-09-19T23:32:56.146Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:32:56 [2019-09-19T23:32:56.146Z] PKG_CONFIG=pkg-config
23:32:56 [2019-09-19T23:32:56.146Z] GOLANG_VERSION=1.12.8
23:32:56 [2019-09-19T23:32:56.146Z] HOSTNAME=40c222668466
23:32:56 [2019-09-19T23:32:56.146Z] DOCKER_EXPERIMENTAL=1
23:32:56 [2019-09-19T23:32:56.146Z] container=docker
23:32:56 [2019-09-19T23:32:56.146Z] TEST_SKIP_INTEGRATION_CLI=1
23:32:56 [2019-09-19T23:32:56.146Z] GOMETALINTER_OPTS=--deadline=2m
23:32:56 [2019-09-19T23:32:56.146Z] GOPATH=/go
23:32:56 [2019-09-19T23:32:56.146Z] PWD=/go/src/github.com/docker/docker
23:32:56 [2019-09-19T23:32:56.146Z] HOME=/root
23:32:56 [2019-09-19T23:32:56.146Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:32:56 [2019-09-19T23:32:56.146Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:32:56 [2019-09-19T23:32:56.146Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:32:56 [2019-09-19T23:32:56.146Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:32:56 [2019-09-19T23:32:56.146Z] DOCKER_GRAPHDRIVER=overlay2
23:32:56 [2019-09-19T23:32:56.146Z] TERM=xterm
23:32:56 [2019-09-19T23:32:56.146Z] DEST=bundles/test-integration
23:32:56 [2019-09-19T23:32:56.146Z] SHLVL=1
23:32:56 [2019-09-19T23:32:56.146Z] TIMEOUT=120m
23:32:56 [2019-09-19T23:32:56.146Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:32:56 [2019-09-19T23:32:56.146Z] DOCKER_PKG=github.com/docker/docker
23:32:56 [2019-09-19T23:32:56.146Z] _=/usr/bin/env
23:32:56 [2019-09-19T23:32:56.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:32:57 [2019-09-19T23:32:57.093Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ...
23:32:57 [2019-09-19T23:32:57.093Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] Setting up btrfs-tools (4.7.3-1) ...
23:32:57 [2019-09-19T23:32:57.093Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ...
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] 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
23:32:57 [2019-09-19T23:32:57.093Z] Setting up python3 (3.5.3-1) ...
23:32:57 [2019-09-19T23:32:57.549Z] --- PASS: TestHealthKillContainer (3.73s)
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.549Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.549Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.549Z] PASS
23:32:57 [2019-09-19T23:32:57.549Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.550Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.550Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.550Z] PASS
23:32:57 [2019-09-19T23:32:57.550Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.708Z] Setting up apparmor (2.11.0-3+deb9u2) ...
23:32:57 [2019-09-19T23:32:57.805Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.805Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.805Z] PASS
23:32:57 [2019-09-19T23:32:57.805Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:57 [2019-09-19T23:32:57.805Z] INFO: Testing against a local daemon
23:32:57 [2019-09-19T23:32:57.805Z] testing: warning: no tests to run
23:32:57 [2019-09-19T23:32:57.805Z] PASS
23:32:57 [2019-09-19T23:32:57.805Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:58 [2019-09-19T23:32:58.061Z] INFO: Testing against a local daemon
23:32:58 [2019-09-19T23:32:58.061Z] testing: warning: no tests to run
23:32:58 [2019-09-19T23:32:58.061Z] PASS
23:32:58 [2019-09-19T23:32:58.061Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:58 [2019-09-19T23:32:58.061Z] INFO: Testing against a local daemon
23:32:58 [2019-09-19T23:32:58.061Z] testing: warning: no tests to run
23:32:58 [2019-09-19T23:32:58.061Z] PASS
23:32:58 [2019-09-19T23:32:58.061Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:32:58 [2019-09-19T23:32:58.061Z] INFO: Testing against a local daemon
23:32:58 [2019-09-19T23:32:58.061Z] === RUN   TestDockerNetworkReConnect
23:32:58 [2019-09-19T23:32:58.324Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
23:32:58 [2019-09-19T23:32:58.324Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory
23:32:58 [2019-09-19T23:32:58.324Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ...
23:32:58 [2019-09-19T23:32:58.324Z] Setting up python3-wheel (0.29.0-2) ...
23:32:58 [2019-09-19T23:32:58.609Z] Setting up python3-pkg-resources (33.1.1-1) ...
23:32:59 [2019-09-19T23:32:59.226Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ...
23:32:59 [2019-09-19T23:32:59.226Z] Setting up python3-pip (9.0.1-2+deb9u1) ...
23:32:59 [2019-09-19T23:32:59.510Z] Setting up dmsetup (2:1.02.137-2) ...
23:32:59 [2019-09-19T23:32:59.510Z] Setting up python3-setuptools (33.1.1-1) ...
23:32:59 [2019-09-19T23:32:59.797Z] Setting up dh-python (2.20170125) ...
23:33:00 [2019-09-19T23:33:00.080Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ...
23:33:00 [2019-09-19T23:33:00.080Z] Processing triggers for libc-bin (2.24-11+deb9u4) ...
23:33:06 [2019-09-19T23:33:06.183Z] --- PASS: TestDockerNetworkReConnect (7.41s)
23:33:06 [2019-09-19T23:33:06.183Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:33:06 [2019-09-19T23:33:06.183Z]     daemon.go:321: [d9b4a0a201313] waiting for daemon to start
23:33:06 [2019-09-19T23:33:06.183Z]     daemon.go:339: [d9b4a0a201313] daemon started
23:33:06 [2019-09-19T23:33:06.183Z]     daemon.go:449: [d9b4a0a201313] Stopping daemon
23:33:06 [2019-09-19T23:33:06.183Z]     daemon.go:288: [d9b4a0a201313] exiting daemon
23:33:06 [2019-09-19T23:33:06.183Z]     daemon.go:436: [d9b4a0a201313] Daemon stopped
23:33:06 [2019-09-19T23:33:06.183Z] === RUN   TestServiceUpdateNetwork
23:33:10 [2019-09-19T23:33:10.357Z] Removing intermediate container ca150d238032
23:33:10 [2019-09-19T23:33:10.357Z]  ---> 114ebd71d312
23:33:10 [2019-09-19T23:33:10.357Z] Step 103/126 : RUN pip3 install yamllint==1.16.0
23:33:10 [2019-09-19T23:33:10.357Z]  ---> Running in 9066ab6c5ac2
23:33:13 [2019-09-19T23:33:13.041Z] Collecting yamllint==1.16.0
23:33:13 [2019-09-19T23:33:13.324Z]   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
23:33:13 [2019-09-19T23:33:13.324Z] Collecting pyyaml (from yamllint==1.16.0)
23:33:13 [2019-09-19T23:33:13.606Z]   Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
23:33:14 [2019-09-19T23:33:14.614Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
23:33:14 [2019-09-19T23:33:14.614Z]   Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz
23:33:15 [2019-09-19T23:33:15.229Z] Building wheels for collected packages: pyyaml, pathspec
23:33:15 [2019-09-19T23:33:15.229Z]   Running setup.py bdist_wheel for pyyaml: started
23:33:15 [2019-09-19T23:33:15.856Z]   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
23:33:15 [2019-09-19T23:33:15.856Z]   Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
23:33:16 [2019-09-19T23:33:16.139Z]   Running setup.py bdist_wheel for pathspec: started
23:33:16 [2019-09-19T23:33:16.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:33:16 [2019-09-19T23:33:16.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:33:16 [2019-09-19T23:33:16.757Z]   Running setup.py bdist_wheel for pathspec: finished with status 'done'
23:33:16 [2019-09-19T23:33:16.757Z]   Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b
23:33:16 [2019-09-19T23:33:16.757Z] Successfully built pyyaml pathspec
23:33:16 [2019-09-19T23:33:16.757Z] Installing collected packages: pyyaml, pathspec, yamllint
23:33:16 [2019-09-19T23:33:16.757Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0
23:33:17 [2019-09-19T23:33:17.374Z] Removing intermediate container 9066ab6c5ac2
23:33:17 [2019-09-19T23:33:17.374Z]  ---> 14db21950f92
23:33:17 [2019-09-19T23:33:17.374Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/
23:33:18 [2019-09-19T23:33:18.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:33:19 [2019-09-19T23:33:19.130Z]  ---> 2d0c5d40ff23
23:33:19 [2019-09-19T23:33:19.130Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images
23:33:19 [2019-09-19T23:33:19.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:33:21 [2019-09-19T23:33:21.053Z] .................................................                        [ 30%]
23:33:21 [2019-09-19T23:33:21.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:33:22 [2019-09-19T23:33:22.598Z]  ---> 181cccc2bb8b
23:33:22 [2019-09-19T23:33:22.598Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/
23:33:23 [2019-09-19T23:33:23.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:33:24 [2019-09-19T23:33:24.281Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/3)
23:33:24 [2019-09-19T23:33:24.281Z] Using test binary docker
23:33:24 [2019-09-19T23:33:24.281Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:33:24 [2019-09-19T23:33:24.281Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:33:24 [2019-09-19T23:33:24.281Z] Warning failed to create cache: (null)
23:33:24 [2019-09-19T23:33:24.281Z] .
23:33:24 [2019-09-19T23:33:24.281Z] INFO: Waiting for daemon to start...
23:33:24 [2019-09-19T23:33:24.281Z] Starting dockerd
23:33:24 [2019-09-19T23:33:24.281Z] .---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/2)
23:33:24 [2019-09-19T23:33:24.281Z] Using test binary docker
23:33:24 [2019-09-19T23:33:24.281Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:33:24 [2019-09-19T23:33:24.281Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:33:24 [2019-09-19T23:33:24.281Z] Warning failed to create cache: (null)
23:33:24 [2019-09-19T23:33:24.281Z] .
23:33:24 [2019-09-19T23:33:24.281Z] INFO: Waiting for daemon to start...
23:33:24 [2019-09-19T23:33:24.281Z] Starting dockerd
23:33:24 [2019-09-19T23:33:24.281Z] .--- PASS: TestServiceUpdateNetwork (17.91s)
23:33:24 [2019-09-19T23:33:24.281Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:33:24 [2019-09-19T23:33:24.281Z]     daemon.go:321: [d6c2e97b156b8] waiting for daemon to start
23:33:24 [2019-09-19T23:33:24.281Z]     daemon.go:339: [d6c2e97b156b8] daemon started
23:33:24 [2019-09-19T23:33:24.281Z]     daemon.go:449: [d6c2e97b156b8] Stopping daemon
23:33:24 [2019-09-19T23:33:24.281Z]     daemon.go:288: [d6c2e97b156b8] exiting daemon
23:33:24 [2019-09-19T23:33:24.281Z]     daemon.go:436: [d6c2e97b156b8] Daemon stopped
23:33:24 [2019-09-19T23:33:24.281Z] === RUN   TestDockerNetworkReConnect
23:33:24 [2019-09-19T23:33:24.281Z] 
23:33:24 [2019-09-19T23:33:24.281Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/3)
23:33:24 [2019-09-19T23:33:24.281Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/3)
23:33:24 [2019-09-19T23:33:24.281Z] Error: No such image: emptyfs
23:33:24 [2019-09-19T23:33:24.281Z] Running integration-test (iteration 1)
23:33:24 [2019-09-19T23:33:24.281Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) 
23:33:24 [2019-09-19T23:33:24.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:33:24 [2019-09-19T23:33:24.840Z] 
23:33:24 [2019-09-19T23:33:24.840Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/2)
23:33:24 [2019-09-19T23:33:24.840Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/2)
23:33:24 [2019-09-19T23:33:24.840Z] Error: No such image: emptyfs
23:33:24 [2019-09-19T23:33:24.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:33:25 [2019-09-19T23:33:25.094Z] Running integration-test (iteration 1)
23:33:25 [2019-09-19T23:33:25.094Z] 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) 
23:33:25 [2019-09-19T23:33:25.277Z]  ---> 9255143ebc6a
23:33:25 [2019-09-19T23:33:25.277Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/
23:33:25 [2019-09-19T23:33:25.559Z]  ---> fd5977a29fe8
23:33:25 [2019-09-19T23:33:25.559Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/
23:33:25 [2019-09-19T23:33:25.843Z]  ---> 017b2bd42b87
23:33:25 [2019-09-19T23:33:25.843Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/
23:33:26 [2019-09-19T23:33:26.165Z]  ---> 3802e735af96
23:33:26 [2019-09-19T23:33:26.165Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/
23:33:26 [2019-09-19T23:33:26.448Z]  ---> a04068257ecd
23:33:26 [2019-09-19T23:33:26.448Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/
23:33:26 [2019-09-19T23:33:26.734Z]  ---> 6598b1c587a5
23:33:26 [2019-09-19T23:33:26.734Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/
23:33:26 [2019-09-19T23:33:26.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:33:27 [2019-09-19T23:33:27.770Z]  ---> 784ae7f3eb1c
23:33:27 [2019-09-19T23:33:27.770Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/
23:33:28 [2019-09-19T23:33:28.053Z]  ---> 7870265974fb
23:33:28 [2019-09-19T23:33:28.053Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli
23:33:28 [2019-09-19T23:33:28.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:33:28 [2019-09-19T23:33:28.669Z]  ---> 11801e267026
23:33:28 [2019-09-19T23:33:28.669Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/
23:33:30 [2019-09-19T23:33:30.142Z]  ---> 66be0cda07c5
23:33:30 [2019-09-19T23:33:30.142Z] Step 116/126 : COPY --from=criu /build/ /usr/local/
23:33:30 [2019-09-19T23:33:30.424Z]  ---> bc8978a0283a
23:33:30 [2019-09-19T23:33:30.424Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/
23:33:31 [2019-09-19T23:33:31.082Z]  ---> 2e1dc60aa03f
23:33:31 [2019-09-19T23:33:31.082Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64
23:33:31 [2019-09-19T23:33:31.082Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit
23:33:31 [2019-09-19T23:33:31.082Z] bad55c542dc9: Pulling fs layer
23:33:31 [2019-09-19T23:33:31.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:33:31 [2019-09-19T23:33:31.700Z] bad55c542dc9: Verifying Checksum
23:33:31 [2019-09-19T23:33:31.700Z] bad55c542dc9: Download complete
23:33:32 [2019-09-19T23:33:32.316Z] bad55c542dc9: Pull complete
23:33:32 [2019-09-19T23:33:32.316Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
23:33:32 [2019-09-19T23:33:32.316Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e
23:33:32 [2019-09-19T23:33:32.601Z]  ---> a2c9d25c6e04
23:33:32 [2019-09-19T23:33:32.601Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH
23:33:32 [2019-09-19T23:33:32.601Z]  ---> Running in 20d9d90c9a18
23:33:32 [2019-09-19T23:33:32.883Z] Removing intermediate container 20d9d90c9a18
23:33:32 [2019-09-19T23:33:32.883Z]  ---> e3267f95a115
23:33:32 [2019-09-19T23:33:32.883Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux
23:33:32 [2019-09-19T23:33:32.883Z]  ---> Running in 85f5f4743dc6
23:33:32 [2019-09-19T23:33:32.883Z] Removing intermediate container 85f5f4743dc6
23:33:32 [2019-09-19T23:33:32.883Z]  ---> a1ee078087b5
23:33:32 [2019-09-19T23:33:32.883Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m"
23:33:32 [2019-09-19T23:33:32.883Z]  ---> Running in fd0eec35b7f0
23:33:33 [2019-09-19T23:33:33.165Z] Removing intermediate container fd0eec35b7f0
23:33:33 [2019-09-19T23:33:33.165Z]  ---> ba42340ffeb7
23:33:33 [2019-09-19T23:33:33.165Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker
23:33:33 [2019-09-19T23:33:33.165Z]  ---> Running in 9b0ff062879e
23:33:33 [2019-09-19T23:33:33.165Z] Removing intermediate container 9b0ff062879e
23:33:33 [2019-09-19T23:33:33.165Z]  ---> 4b4b151d97a4
23:33:33 [2019-09-19T23:33:33.165Z] Step 123/126 : VOLUME /var/lib/docker
23:33:33 [2019-09-19T23:33:33.165Z]  ---> Running in 5d281f558b8a
23:33:33 [2019-09-19T23:33:33.166Z] --- PASS: TestDockerNetworkReConnect (9.26s)
23:33:33 [2019-09-19T23:33:33.166Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:33:33 [2019-09-19T23:33:33.166Z]     daemon.go:321: [de3eb1847744a] waiting for daemon to start
23:33:33 [2019-09-19T23:33:33.166Z]     daemon.go:339: [de3eb1847744a] daemon started
23:33:33 [2019-09-19T23:33:33.166Z]     daemon.go:449: [de3eb1847744a] Stopping daemon
23:33:33 [2019-09-19T23:33:33.166Z]     daemon.go:288: [de3eb1847744a] exiting daemon
23:33:33 [2019-09-19T23:33:33.166Z]     daemon.go:436: [de3eb1847744a] Daemon stopped
23:33:33 [2019-09-19T23:33:33.166Z] === RUN   TestServiceUpdateNetwork
23:33:33 [2019-09-19T23:33:33.448Z] Removing intermediate container 5d281f558b8a
23:33:33 [2019-09-19T23:33:33.448Z]  ---> a380170e7a5a
23:33:33 [2019-09-19T23:33:33.448Z] Step 124/126 : ENTRYPOINT ["hack/dind"]
23:33:33 [2019-09-19T23:33:33.448Z]  ---> Running in 6fa2653ba8ee
23:33:33 [2019-09-19T23:33:33.448Z] Removing intermediate container 6fa2653ba8ee
23:33:33 [2019-09-19T23:33:33.448Z]  ---> 849c1313a38c
23:33:33 [2019-09-19T23:33:33.448Z] Step 125/126 : FROM dev AS final
23:33:33 [2019-09-19T23:33:33.448Z]  ---> 849c1313a38c
23:33:33 [2019-09-19T23:33:33.448Z] Step 126/126 : COPY . /go/src/github.com/docker/docker
23:33:38 [2019-09-19T23:33:38.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:33:39 [2019-09-19T23:33:39.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:33:40 [2019-09-19T23:33:40.390Z]  ---> 0523e8b6f319
23:33:40 [2019-09-19T23:33:40.390Z] Successfully built 0523e8b6f319
23:33:40 [2019-09-19T23:33:40.390Z] Successfully tagged docker:a18eea2702791ec0095a2256d4c9906050fcd1a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:33:40 [2019-09-19T23:33:40.829Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/test/unit
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/server/httputils	0.137s	coverage: 14.7% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/server/middleware	0.191s	coverage: 37.7% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/server/router/swarm	0.120s	coverage: 3.1% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/types/filters	0.076s	coverage: 95.2% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/types/strslice	0.041s	coverage: 90.0% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/types/time	0.508s	coverage: 100.0% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ok  	github.com/docker/docker/api/types/versions	0.056s	coverage: 75.0% of statements
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/autogen/winresources/docker	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:33:41 [2019-09-19T23:33:41.487Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:33:41 [2019-09-19T23:33:41.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:33:42 [2019-09-19T23:33:42.516Z] ok  	github.com/docker/docker/builder/dockerfile	0.672s	coverage: 43.2% of statements
23:33:42 [2019-09-19T23:33:42.517Z] ok  	github.com/docker/docker/builder/dockerignore	0.037s	coverage: 96.8% of statements
23:33:42 [2019-09-19T23:33:42.517Z] ok  	github.com/docker/docker/builder/fscache	1.422s	coverage: 69.2% of statements
23:33:43 [2019-09-19T23:33:43.335Z] tests/integration/api_exec_test.py ....................                  [ 35%]
23:33:43 [2019-09-19T23:33:43.484Z] ok  	github.com/docker/docker/builder/remotecontext	1.113s	coverage: 9.2% of statements
23:33:43 [2019-09-19T23:33:43.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:33:45 [2019-09-19T23:33:45.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:33:45 [2019-09-19T23:33:45.322Z] Loaded image: buildpack-deps:jessie
23:33:45 [2019-09-19T23:33:45.322Z] Loaded image: busybox:latest
23:33:45 [2019-09-19T23:33:45.322Z] Loaded image: busybox:glibc
23:33:45 [2019-09-19T23:33:45.322Z] Loaded image: debian:jessie
23:33:45 [2019-09-19T23:33:45.578Z] Loaded image: hello-world:latest
23:33:45 [2019-09-19T23:33:45.578Z] INFO: Testing against a local daemon
23:33:45 [2019-09-19T23:33:45.834Z] Loaded image: buildpack-deps:jessie
23:33:46 [2019-09-19T23:33:46.089Z] Loaded image: busybox:latest
23:33:46 [2019-09-19T23:33:46.332Z] ?   	github.com/docker/docker/api	[no test files]
23:33:46 [2019-09-19T23:33:46.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:33:46 [2019-09-19T23:33:46.344Z] Loaded image: busybox:glibc
23:33:46 [2019-09-19T23:33:46.344Z] Loaded image: debian:jessie
23:33:46 [2019-09-19T23:33:46.599Z] Loaded image: hello-world:latest
23:33:46 [2019-09-19T23:33:46.599Z] INFO: Testing against a local daemon
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported	0.001s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks	0.047s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON	0.008s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON	0.001s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText	0.000s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText	0.009s
23:33:46 [2019-09-19T23:33:46.599Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS	0.004s
23:33:47 [2019-09-19T23:33:47.157Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete	0.481s
23:33:47 [2019-09-19T23:33:47.157Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter	0.076s
23:33:47 [2019-09-19T23:33:47.718Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory	0.329s
23:33:47 [2019-09-19T23:33:47.718Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc	0.024s
23:33:47 [2019-09-19T23:33:47.811Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:33:47 [2019-09-19T23:33:47.811Z] Using test binary docker
23:33:47 [2019-09-19T23:33:47.811Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:33:47 [2019-09-19T23:33:47.811Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:33:47 [2019-09-19T23:33:47.811Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:33:47 [2019-09-19T23:33:47.811Z] Warning failed to create cache: (null)
23:33:47 [2019-09-19T23:33:47.811Z] .
23:33:47 [2019-09-19T23:33:47.811Z] INFO: Waiting for daemon to start...
23:33:47 [2019-09-19T23:33:47.811Z] Starting dockerd
23:33:47 [2019-09-19T23:33:47.973Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad	0.423s
23:33:48 [2019-09-19T23:33:48.229Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType	0.155s
23:33:48 [2019-09-19T23:33:48.229Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility	0.003s
23:33:49 [2019-09-19T23:33:49.590Z] PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect	1.139s
23:33:49 [2019-09-19T23:33:49.647Z] .
23:33:49 [2019-09-19T23:33:49.647Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:33:49 [2019-09-19T23:33:49.647Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:33:49 [2019-09-19T23:33:49.647Z] Error: No such image: emptyfs
23:33:49 [2019-09-19T23:33:49.845Z] PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate	0.102s
23:33:49 [2019-09-19T23:33:49.845Z] PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter	0.002s
23:33:49 [2019-09-19T23:33:49.845Z] PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults	0.002s
23:33:50 [2019-09-19T23:33:50.027Z] Running integration-test (iteration 1)
23:33:50 [2019-09-19T23:33:50.027Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
23:33:50 [2019-09-19T23:33:50.100Z] PASS: docker_cli_daemon_test.go:1748: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool	4.513s
23:33:50 [2019-09-19T23:33:50.659Z] PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks	0.682s
23:33:51 [2019-09-19T23:33:51.585Z] PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge	0.661s
23:33:51 [2019-09-19T23:33:51.585Z] PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork	0.126s
23:33:51 [2019-09-19T23:33:51.585Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute	0.001s
23:33:51 [2019-09-19T23:33:51.585Z] PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound	0.001s
23:33:51 [2019-09-19T23:33:51.840Z] PASS: docker_cli_daemon_test.go:2377: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon	1.573s
23:33:51 [2019-09-19T23:33:51.926Z] tests/integration/api_healthcheck_test.py ....                           [ 36%]
23:33:52 [2019-09-19T23:33:52.431Z] PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock	0.537s
23:33:52 [2019-09-19T23:33:52.431Z] --- PASS: TestServiceUpdateNetwork (19.69s)
23:33:52 [2019-09-19T23:33:52.431Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:33:52 [2019-09-19T23:33:52.431Z]     daemon.go:321: [d9d98e2cef7b3] waiting for daemon to start
23:33:52 [2019-09-19T23:33:52.431Z]     daemon.go:339: [d9d98e2cef7b3] daemon started
23:33:52 [2019-09-19T23:33:52.431Z]     daemon.go:449: [d9d98e2cef7b3] Stopping daemon
23:33:52 [2019-09-19T23:33:52.431Z]     daemon.go:288: [d9d98e2cef7b3] exiting daemon
23:33:52 [2019-09-19T23:33:52.431Z]     daemon.go:436: [d9d98e2cef7b3] Daemon stopped
23:33:52 [2019-09-19T23:33:52.431Z] === RUN   TestDockerNetworkReConnect
23:33:54 [2019-09-19T23:33:54.940Z] PASS: docker_cli_daemon_test.go:1436: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill	2.478s
23:33:56 [2019-09-19T23:33:56.301Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats	4.316s
23:33:57 [2019-09-19T23:33:57.071Z] tests/integration/api_image_test.py ...........s.....                    [ 40%]
23:33:57 [2019-09-19T23:33:57.225Z] PASS: docker_cli_daemon_test.go:2008: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash	2.292s
23:33:58 [2019-09-19T23:33:58.691Z] PASS: docker_cli_daemon_test.go:1474: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown	1.640s
23:33:59 [2019-09-19T23:33:59.294Z] PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning	2.596s
23:33:59 [2019-09-19T23:33:59.503Z] Loaded image: buildpack-deps:jessie
23:33:59 [2019-09-19T23:33:59.503Z] Loaded image: busybox:latest
23:33:59 [2019-09-19T23:33:59.503Z] Loaded image: busybox:glibc
23:33:59 [2019-09-19T23:33:59.503Z] Loaded image: debian:jessie
23:33:59 [2019-09-19T23:33:59.503Z] Loaded image: hello-world:latest
23:33:59 [2019-09-19T23:33:59.503Z] INFO: Testing against a local daemon
23:33:59 [2019-09-19T23:33:59.503Z] === RUN   TestBuildWithSession
23:34:00 [2019-09-19T23:34:00.219Z] PASS: docker_cli_daemon_test.go:530: DockerDaemonSuite.TestDaemonAllocatesListeningPort	1.283s
23:34:02 [2019-09-19T23:34:02.712Z] --- PASS: TestBuildWithSession (3.56s)
23:34:02 [2019-09-19T23:34:02.712Z] === RUN   TestBuildSquashParent
23:34:02 [2019-09-19T23:34:02.726Z] PASS: docker_cli_daemon_test.go:589: DockerDaemonSuite.TestDaemonBridgeExternal	2.258s
23:34:02 [2019-09-19T23:34:02.726Z] PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers	2.773s
23:34:02 [2019-09-19T23:34:02.726Z] --- PASS: TestDockerNetworkReConnect (10.02s)
23:34:02 [2019-09-19T23:34:02.726Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:34:02 [2019-09-19T23:34:02.726Z]     daemon.go:321: [d5c340c5959eb] waiting for daemon to start
23:34:02 [2019-09-19T23:34:02.726Z]     daemon.go:339: [d5c340c5959eb] daemon started
23:34:02 [2019-09-19T23:34:02.726Z]     daemon.go:449: [d5c340c5959eb] Stopping daemon
23:34:02 [2019-09-19T23:34:02.726Z]     daemon.go:288: [d5c340c5959eb] exiting daemon
23:34:02 [2019-09-19T23:34:02.726Z]     daemon.go:436: [d5c340c5959eb] Daemon stopped
23:34:02 [2019-09-19T23:34:02.726Z] === RUN   TestServiceUpdateNetwork
23:34:05 [2019-09-19T23:34:05.236Z] PASS: docker_cli_daemon_test.go:756: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork	2.542s
23:34:05 [2019-09-19T23:34:05.236Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu	2.610s
23:34:06 [2019-09-19T23:34:06.202Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines	0.764s
23:34:07 [2019-09-19T23:34:07.126Z] PASS: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc	0.955s
23:34:08 [2019-09-19T23:34:08.050Z] PASS: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace	0.761s
23:34:08 [2019-09-19T23:34:08.304Z] PASS: docker_cli_daemon_test.go:709: DockerDaemonSuite.TestDaemonBridgeFixedCidr	3.345s
23:34:08 [2019-09-19T23:34:08.728Z] ok  	github.com/docker/docker/api/server	0.016s	coverage: 7.9% of statements
23:34:08 [2019-09-19T23:34:08.866Z] PASS: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf	0.688s
23:34:10 [2019-09-19T23:34:10.748Z] PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach	1.797s
23:34:11 [2019-09-19T23:34:11.674Z] PASS: docker_cli_daemon_test.go:731: DockerDaemonSuite.TestDaemonBridgeFixedCidr2	3.194s
23:34:12 [2019-09-19T23:34:12.103Z] --- PASS: TestBuildSquashParent (7.99s)
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:34:12 [2019-09-19T23:34:12.103Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:34:12 [2019-09-19T23:34:12.103Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:34:12 [2019-09-19T23:34:12.103Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.103Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:34:12 [2019-09-19T23:34:12.600Z] PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop	1.784s
23:34:13 [2019-09-19T23:34:13.522Z] PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach	0.711s
23:34:13 [2019-09-19T23:34:13.777Z] PASS: docker_cli_daemon_test.go:647: DockerDaemonSuite.TestDaemonBridgeIP	2.197s
23:34:13 [2019-09-19T23:34:13.918Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:34:13 [2019-09-19T23:34:13.918Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:34:14 [2019-09-19T23:34:14.337Z] PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect	0.530s
23:34:14 [2019-09-19T23:34:14.896Z] PASS: docker_cli_daemon_test.go:617: DockerDaemonSuite.TestDaemonBridgeNone	1.344s
23:34:16 [2019-09-19T23:34:16.256Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart	1.858s
23:34:16 [2019-09-19T23:34:16.523Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:34:16 [2019-09-19T23:34:16.896Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:34:17 [2019-09-19T23:34:17.181Z] PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer	0.586s
23:34:17 [2019-09-19T23:34:17.181Z] PASS: docker_cli_daemon_test.go:1860: DockerDaemonSuite.TestDaemonCgroupParent	2.106s
23:34:17 [2019-09-19T23:34:17.181Z] PASS: docker_cli_daemon_test.go:1672: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress	0.073s
23:34:17 [2019-09-19T23:34:17.181Z] --- PASS: TestServiceUpdateNetwork (14.80s)
23:34:17 [2019-09-19T23:34:17.181Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:34:17 [2019-09-19T23:34:17.181Z]     daemon.go:321: [d9ce552c00a9d] waiting for daemon to start
23:34:17 [2019-09-19T23:34:17.181Z]     daemon.go:339: [d9ce552c00a9d] daemon started
23:34:17 [2019-09-19T23:34:17.181Z]     daemon.go:449: [d9ce552c00a9d] Stopping daemon
23:34:17 [2019-09-19T23:34:17.181Z]     daemon.go:288: [d9ce552c00a9d] exiting daemon
23:34:17 [2019-09-19T23:34:17.181Z]     daemon.go:436: [d9ce552c00a9d] Daemon stopped
23:34:17 [2019-09-19T23:34:17.181Z] === RUN   TestDockerNetworkReConnect
23:34:17 [2019-09-19T23:34:17.562Z] PASS: docker_cli_daemon_test.go:1664: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress	0.141s
23:34:18 [2019-09-19T23:34:18.508Z] PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin	0.928s
23:34:19 [2019-09-19T23:34:19.068Z] PASS: docker_cli_daemon_test.go:2392: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode	1.540s
23:34:19 [2019-09-19T23:34:19.160Z] ok  	github.com/docker/docker/builder/remotecontext/git	32.271s	coverage: 85.1% of statements
23:34:19 [2019-09-19T23:34:19.160Z] ?   	github.com/docker/docker/cli	[no test files]
23:34:19 [2019-09-19T23:34:19.160Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:34:19 [2019-09-19T23:34:19.160Z] ok  	github.com/docker/docker/cli/debug	0.056s	coverage: 100.0% of statements
23:34:19 [2019-09-19T23:34:19.160Z] ok  	github.com/docker/docker/client	0.647s	coverage: 75.2% of statements
23:34:19 [2019-09-19T23:34:19.322Z] PASS: docker_cli_daemon_test.go:2188: DockerDaemonSuite.TestDaemonDebugLog	0.512s
23:34:19 [2019-09-19T23:34:19.616Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.99s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.91s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.91s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.76s)
23:34:19 [2019-09-19T23:34:19.616Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.75s)
23:34:19 [2019-09-19T23:34:19.616Z] === RUN   TestBuildMultiStageCopy
23:34:19 [2019-09-19T23:34:19.616Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:34:19 [2019-09-19T23:34:19.881Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF	1.381s
23:34:20 [2019-09-19T23:34:20.693Z] ok  	github.com/docker/docker/cmd/dockerd	0.626s	coverage: 18.4% of statements
23:34:21 [2019-09-19T23:34:21.766Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote	2.052s
23:34:22 [2019-09-19T23:34:22.021Z] PASS: docker_cli_daemon_test.go:795: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit	2.470s
23:34:22 [2019-09-19T23:34:22.021Z] --- PASS: TestDockerNetworkReConnect (4.90s)
23:34:22 [2019-09-19T23:34:22.021Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:34:22 [2019-09-19T23:34:22.021Z]     daemon.go:321: [ddf3204fadb8f] waiting for daemon to start
23:34:22 [2019-09-19T23:34:22.021Z]     daemon.go:339: [ddf3204fadb8f] daemon started
23:34:22 [2019-09-19T23:34:22.021Z]     daemon.go:449: [ddf3204fadb8f] Stopping daemon
23:34:22 [2019-09-19T23:34:22.021Z]     daemon.go:288: [ddf3204fadb8f] exiting daemon
23:34:22 [2019-09-19T23:34:22.021Z]     daemon.go:436: [ddf3204fadb8f] Daemon stopped
23:34:22 [2019-09-19T23:34:22.021Z] === RUN   TestServiceUpdateNetwork
23:34:22 [2019-09-19T23:34:22.083Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:34:22 [2019-09-19T23:34:22.465Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:34:22 [2019-09-19T23:34:22.996Z] tests/integration/api_network_test.py ...........................        [ 47%]
23:34:23 [2019-09-19T23:34:23.319Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:34:23 [2019-09-19T23:34:23.382Z] PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile	1.488s
23:34:23 [2019-09-19T23:34:23.382Z] PASS: docker_cli_daemon_test.go:817: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet	1.530s
23:34:23 [2019-09-19T23:34:23.593Z] ok  	github.com/docker/docker/container	0.544s	coverage: 42.8% of statements
23:34:23 [2019-09-19T23:34:23.593Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:34:23 [2019-09-19T23:34:23.593Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:34:23 [2019-09-19T23:34:23.593Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:34:23 [2019-09-19T23:34:23.593Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:34:23 [2019-09-19T23:34:23.713Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:34:24 [2019-09-19T23:34:24.082Z] --- PASS: TestBuildMultiStageCopy (4.74s)
23:34:24 [2019-09-19T23:34:24.082Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s)
23:34:24 [2019-09-19T23:34:24.082Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s)
23:34:24 [2019-09-19T23:34:24.082Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s)
23:34:24 [2019-09-19T23:34:24.082Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s)
23:34:24 [2019-09-19T23:34:24.082Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.49s)
23:34:24 [2019-09-19T23:34:24.082Z] === RUN   TestBuildMultiStageParentConfig
23:34:24 [2019-09-19T23:34:24.741Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile	1.203s
23:34:24 [2019-09-19T23:34:24.741Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext	0.002s
23:34:25 [2019-09-19T23:34:25.889Z] --- PASS: TestBuildMultiStageParentConfig (1.36s)
23:34:25 [2019-09-19T23:34:25.889Z] === RUN   TestBuildLabelWithTargets
23:34:26 [2019-09-19T23:34:26.102Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile	1.294s
23:34:26 [2019-09-19T23:34:26.356Z] PASS: docker_cli_daemon_test.go:774: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit	2.899s
23:34:26 [2019-09-19T23:34:26.610Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths	0.826s
23:34:27 [2019-09-19T23:34:27.533Z] PASS: docker_cli_daemon_test.go:828: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig	1.212s
23:34:27 [2019-09-19T23:34:27.730Z] --- PASS: TestBuildLabelWithTargets (2.18s)
23:34:27 [2019-09-19T23:34:27.730Z] === RUN   TestBuildWithEmptyLayers
23:34:28 [2019-09-19T23:34:28.092Z] PASS: docker_cli_daemon_test.go:2208: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload	0.539s
23:34:29 [2019-09-19T23:34:29.684Z] --- PASS: TestBuildWithEmptyLayers (1.57s)
23:34:29 [2019-09-19T23:34:29.684Z] === RUN   TestBuildMultiStageOnBuild
23:34:31 [2019-09-19T23:34:31.328Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
23:34:32 [2019-09-19T23:34:32.163Z] --- PASS: TestBuildMultiStageOnBuild (3.01s)
23:34:32 [2019-09-19T23:34:32.164Z] === RUN   TestBuildUncleanTarFilenames
23:34:32 [2019-09-19T23:34:32.248Z] PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents	3.559s
23:34:33 [2019-09-19T23:34:33.262Z] tests/integration/api_secret_test.py .....                               [ 52%]
23:34:34 [2019-09-19T23:34:34.014Z] --- PASS: TestBuildUncleanTarFilenames (1.38s)
23:34:34 [2019-09-19T23:34:34.014Z] === RUN   TestBuildMultiStageLayerLeak
23:34:35 [2019-09-19T23:34:35.504Z] PASS: docker_cli_events_unix_test.go:459: DockerDaemonSuite.TestDaemonEventsWithFilters	3.605s
23:34:35 [2019-09-19T23:34:35.505Z] PASS: docker_cli_daemon_test.go:574: DockerDaemonSuite.TestDaemonExitOnFailure	0.083s
23:34:36 [2019-09-19T23:34:36.065Z] PASS: docker_cli_daemon_test.go:503: DockerDaemonSuite.TestDaemonFlagD	0.519s
23:34:36 [2019-09-19T23:34:36.624Z] PASS: docker_cli_daemon_test.go:512: DockerDaemonSuite.TestDaemonFlagDebug	0.507s
23:34:36 [2019-09-19T23:34:36.879Z] PASS: docker_cli_daemon_test.go:521: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal	0.507s
23:34:37 [2019-09-19T23:34:37.292Z] --- PASS: TestBuildMultiStageLayerLeak (3.23s)
23:34:37 [2019-09-19T23:34:37.292Z] === RUN   TestBuildWithHugeFile
23:34:37 [2019-09-19T23:34:37.846Z] --- PASS: TestServiceUpdateNetwork (15.79s)
23:34:37 [2019-09-19T23:34:37.846Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:34:37 [2019-09-19T23:34:37.846Z]     daemon.go:321: [d537ab90b04a6] waiting for daemon to start
23:34:37 [2019-09-19T23:34:37.846Z]     daemon.go:339: [d537ab90b04a6] daemon started
23:34:37 [2019-09-19T23:34:37.846Z]     daemon.go:449: [d537ab90b04a6] Stopping daemon
23:34:37 [2019-09-19T23:34:37.846Z]     daemon.go:288: [d537ab90b04a6] exiting daemon
23:34:37 [2019-09-19T23:34:37.846Z]     daemon.go:436: [d537ab90b04a6] Daemon stopped
23:34:37 [2019-09-19T23:34:37.846Z] === RUN   TestDockerNetworkReConnect
23:34:40 [2019-09-19T23:34:40.121Z] tests/integration/api_service_test.py ................s................. [ 61%]
23:34:40 [2019-09-19T23:34:40.352Z] PASS: docker_cli_daemon_test.go:910: DockerDaemonSuite.TestDaemonICCLinkExpose	3.441s
23:34:40 [2019-09-19T23:34:40.352Z] SKIP: docker_cli_daemon_test.go:874: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables)
23:34:42 [2019-09-19T23:34:42.908Z] --- PASS: TestDockerNetworkReConnect (4.97s)
23:34:42 [2019-09-19T23:34:42.908Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:34:42 [2019-09-19T23:34:42.908Z]     daemon.go:321: [d9a6f019e019e] waiting for daemon to start
23:34:42 [2019-09-19T23:34:42.908Z]     daemon.go:339: [d9a6f019e019e] daemon started
23:34:42 [2019-09-19T23:34:42.908Z]     daemon.go:449: [d9a6f019e019e] Stopping daemon
23:34:42 [2019-09-19T23:34:42.908Z]     daemon.go:288: [d9a6f019e019e] exiting daemon
23:34:42 [2019-09-19T23:34:42.908Z]     daemon.go:436: [d9a6f019e019e] Daemon stopped
23:34:42 [2019-09-19T23:34:42.908Z] === RUN   TestServiceUpdateNetwork
23:34:43 [2019-09-19T23:34:43.468Z] PASS: docker_cli_daemon_test.go:845: DockerDaemonSuite.TestDaemonIP	3.028s
23:34:43 [2019-09-19T23:34:43.468Z] SKIP: docker_cli_daemon_test.go:362: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6)
23:34:46 [2019-09-19T23:34:46.735Z] PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace	19.773s
23:34:46 [2019-09-19T23:34:46.989Z] PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks	0.585s
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon	3.239s	coverage: 9.2% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/cluster	2.345s	coverage: 0.5% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.273s	coverage: 65.3% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/cluster/convert	1.312s	coverage: 35.8% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.242s	coverage: 10.9% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/config	1.392s	coverage: 82.3% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/discovery	0.507s	coverage: 30.4% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/events	0.355s	coverage: 50.0% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/graphdriver	0.202s	coverage: 2.3% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/quota	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/images	0.441s	coverage: 4.9% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/links	0.056s	coverage: 93.0% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/logger	0.391s	coverage: 44.0% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/logger/awslogs	1.021s	coverage: 78.6% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.566s	coverage: 62.1% of statements
23:34:48 [2019-09-19T23:34:48.713Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.496s	coverage: 88.3% of statements
23:34:48 [2019-09-19T23:34:48.871Z] PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume	1.444s
23:34:48 [2019-09-19T23:34:48.871Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar	0.194s
23:34:49 [2019-09-19T23:34:49.171Z] ok  	github.com/docker/docker/daemon/logger/local	0.413s	coverage: 74.7% of statements
23:34:49 [2019-09-19T23:34:49.171Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:34:49 [2019-09-19T23:34:49.429Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange	0.678s
23:34:49 [2019-09-19T23:34:49.628Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.263s	coverage: 18.1% of statements
23:34:51 [2019-09-19T23:34:51.537Z] ........................                                                 [ 67%]
23:34:51 [2019-09-19T23:34:51.982Z] PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership	2.175s
23:34:53 [2019-09-19T23:34:53.357Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.739s	coverage: 84.5% of statements
23:34:53 [2019-09-19T23:34:53.357Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.286s	coverage: 47.8% of statements
23:34:53 [2019-09-19T23:34:53.357Z] ok  	github.com/docker/docker/daemon/logger/templates	0.100s	coverage: 8.3% of statements
23:34:53 [2019-09-19T23:34:53.357Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:34:53 [2019-09-19T23:34:53.357Z] ?   	github.com/docker/docker/daemon/network	[no test files]
23:34:53 [2019-09-19T23:34:53.357Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:34:53 [2019-09-19T23:34:53.864Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache	2.320s
23:34:54 [2019-09-19T23:34:54.787Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache	0.876s
23:34:54 [2019-09-19T23:34:54.893Z] ok  	github.com/docker/docker/distribution	1.602s	coverage: 20.8% of statements
23:34:54 [2019-09-19T23:34:54.893Z] ok  	github.com/docker/docker/distribution/metadata	1.819s	coverage: 48.2% of statements
23:34:54 [2019-09-19T23:34:54.893Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:34:55 [2019-09-19T23:34:55.710Z] PASS: docker_cli_daemon_test.go:421: DockerDaemonSuite.TestDaemonIPv6FixedCIDR	1.730s
23:34:56 [2019-09-19T23:34:56.425Z] ok  	github.com/docker/docker/distribution/xfer	2.047s	coverage: 61.7% of statements
23:34:56 [2019-09-19T23:34:56.425Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:34:56 [2019-09-19T23:34:56.425Z] ok  	github.com/docker/docker/errdefs	0.138s	coverage: 51.6% of statements
23:34:58 [2019-09-19T23:34:58.293Z] --- PASS: TestServiceUpdateNetwork (15.02s)
23:34:58 [2019-09-19T23:34:58.294Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:34:58 [2019-09-19T23:34:58.294Z]     daemon.go:321: [d55d24e945a16] waiting for daemon to start
23:34:58 [2019-09-19T23:34:58.294Z]     daemon.go:339: [d55d24e945a16] daemon started
23:34:58 [2019-09-19T23:34:58.294Z]     daemon.go:449: [d55d24e945a16] Stopping daemon
23:34:58 [2019-09-19T23:34:58.294Z]     daemon.go:288: [d55d24e945a16] exiting daemon
23:34:58 [2019-09-19T23:34:58.294Z]     daemon.go:436: [d55d24e945a16] Daemon stopped
23:34:58 [2019-09-19T23:34:58.294Z] PASS
23:34:58 [2019-09-19T23:34:58.294Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:34:58 [2019-09-19T23:34:58.294Z] INFO: Testing against a local daemon
23:34:58 [2019-09-19T23:34:58.294Z] testing: warning: no tests to run
23:34:58 [2019-09-19T23:34:58.294Z] PASS
23:34:58 [2019-09-19T23:34:58.294Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:34:58 [2019-09-19T23:34:58.294Z] INFO: Testing against a local daemon
23:34:58 [2019-09-19T23:34:58.294Z] testing: warning: no tests to run
23:34:58 [2019-09-19T23:34:58.294Z] PASS
23:34:58 [2019-09-19T23:34:58.294Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:34:58 [2019-09-19T23:34:58.294Z] INFO: Testing against a local daemon
23:34:58 [2019-09-19T23:34:58.294Z] testing: warning: no tests to run
23:34:58 [2019-09-19T23:34:58.294Z] PASS
23:34:58 [2019-09-19T23:34:58.294Z] Running integration-test (iteration 2)
23:34:58 [2019-09-19T23:34:58.294Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:34:58 [2019-09-19T23:34:58.294Z] INFO: Testing against a local daemon
23:34:58 [2019-09-19T23:34:58.294Z] === RUN   TestBuildMultiStageCopy
23:34:58 [2019-09-19T23:34:58.294Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:34:58 [2019-09-19T23:34:58.604Z] ok  	github.com/docker/docker/image	1.092s	coverage: 86.4% of statements
23:34:58 [2019-09-19T23:34:58.604Z] ok  	github.com/docker/docker/image/cache	0.547s	coverage: 19.2% of statements
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ok  	github.com/docker/docker/image/v1	0.240s	coverage: 25.0% of statements
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
23:34:58 [2019-09-19T23:34:58.604Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
23:34:59 [2019-09-19T23:34:59.063Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
23:34:59 [2019-09-19T23:34:59.063Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
23:34:59 [2019-09-19T23:34:59.218Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:34:59 [2019-09-19T23:34:59.218Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:34:59 [2019-09-19T23:34:59.473Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:34:59 [2019-09-19T23:34:59.473Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:34:59 [2019-09-19T23:34:59.728Z] --- PASS: TestBuildMultiStageCopy (1.78s)
23:34:59 [2019-09-19T23:34:59.728Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.03s)
23:34:59 [2019-09-19T23:34:59.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.12s)
23:34:59 [2019-09-19T23:34:59.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.16s)
23:34:59 [2019-09-19T23:34:59.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
23:34:59 [2019-09-19T23:34:59.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
23:34:59 [2019-09-19T23:34:59.983Z] === RUN   TestBuildMultiStageCopy
23:34:59 [2019-09-19T23:34:59.983Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:34:59 [2019-09-19T23:34:59.983Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:35:00 [2019-09-19T23:35:00.031Z] ok  	github.com/docker/docker/internal/testutil	0.316s	coverage: 62.5% of statements
23:35:00 [2019-09-19T23:35:00.285Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:35:00 [2019-09-19T23:35:00.285Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:35:00 [2019-09-19T23:35:00.539Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:35:00 [2019-09-19T23:35:00.795Z] --- PASS: TestBuildMultiStageCopy (0.94s)
23:35:00 [2019-09-19T23:35:00.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.15s)
23:35:00 [2019-09-19T23:35:00.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
23:35:00 [2019-09-19T23:35:00.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s)
23:35:00 [2019-09-19T23:35:00.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:35:00 [2019-09-19T23:35:00.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:35:00 [2019-09-19T23:35:00.795Z] === RUN   TestBuildMultiStageCopy
23:35:00 [2019-09-19T23:35:00.795Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:35:00 [2019-09-19T23:35:00.795Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:35:01 [2019-09-19T23:35:01.050Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:35:01 [2019-09-19T23:35:01.304Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:35:01 [2019-09-19T23:35:01.559Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:35:01 [2019-09-19T23:35:01.559Z] --- PASS: TestBuildMultiStageCopy (0.88s)
23:35:01 [2019-09-19T23:35:01.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.12s)
23:35:01 [2019-09-19T23:35:01.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s)
23:35:01 [2019-09-19T23:35:01.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s)
23:35:01 [2019-09-19T23:35:01.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:35:01 [2019-09-19T23:35:01.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
23:35:01 [2019-09-19T23:35:01.559Z] === RUN   TestBuildMultiStageCopy
23:35:01 [2019-09-19T23:35:01.559Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:35:01 [2019-09-19T23:35:01.814Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:35:02 [2019-09-19T23:35:02.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:35:02 [2019-09-19T23:35:02.070Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:35:02 [2019-09-19T23:35:02.206Z] ok  	github.com/docker/docker/layer	0.433s	coverage: 30.4% of statements
23:35:02 [2019-09-19T23:35:02.206Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:35:02 [2019-09-19T23:35:02.324Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:35:02 [2019-09-19T23:35:02.579Z] --- PASS: TestBuildMultiStageCopy (0.87s)
23:35:02 [2019-09-19T23:35:02.579Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.12s)
23:35:02 [2019-09-19T23:35:02.579Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s)
23:35:02 [2019-09-19T23:35:02.579Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:35:02 [2019-09-19T23:35:02.579Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:35:02 [2019-09-19T23:35:02.579Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s)
23:35:02 [2019-09-19T23:35:02.579Z] === RUN   TestBuildMultiStageCopy
23:35:02 [2019-09-19T23:35:02.579Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:35:02 [2019-09-19T23:35:02.579Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:35:02 [2019-09-19T23:35:02.834Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:35:03 [2019-09-19T23:35:03.090Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:35:03 [2019-09-19T23:35:03.090Z] PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir	8.374s
23:35:03 [2019-09-19T23:35:03.345Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:35:03 [2019-09-19T23:35:03.345Z] --- PASS: TestBuildMultiStageCopy (0.92s)
23:35:03 [2019-09-19T23:35:03.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.15s)
23:35:03 [2019-09-19T23:35:03.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s)
23:35:03 [2019-09-19T23:35:03.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:35:03 [2019-09-19T23:35:03.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:35:03 [2019-09-19T23:35:03.345Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
23:35:03 [2019-09-19T23:35:03.345Z] PASS
23:35:03 [2019-09-19T23:35:03.345Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:03 [2019-09-19T23:35:03.600Z] INFO: Testing against a local daemon
23:35:03 [2019-09-19T23:35:03.600Z] === RUN   TestConfigDaemonLibtrustID
23:35:04 [2019-09-19T23:35:04.204Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:35:04 [2019-09-19T23:35:04.204Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:35:04 [2019-09-19T23:35:04.204Z]     daemon.go:321: [d66fa0860c4c5] waiting for daemon to start
23:35:04 [2019-09-19T23:35:04.204Z]     daemon.go:339: [d66fa0860c4c5] daemon started
23:35:04 [2019-09-19T23:35:04.204Z]     daemon.go:449: [d66fa0860c4c5] Stopping daemon
23:35:04 [2019-09-19T23:35:04.204Z]     daemon.go:288: [d66fa0860c4c5] exiting daemon
23:35:04 [2019-09-19T23:35:04.204Z]     daemon.go:436: [d66fa0860c4c5] Daemon stopped
23:35:04 [2019-09-19T23:35:04.204Z] === RUN   TestConfigDaemonLibtrustID
23:35:04 [2019-09-19T23:35:04.383Z] ok  	github.com/docker/docker/libcontainerd/local	0.335s	coverage: 1.0% of statements
23:35:04 [2019-09-19T23:35:04.383Z] ok  	github.com/docker/docker/libcontainerd/queue	0.166s	coverage: 100.0% of statements
23:35:04 [2019-09-19T23:35:04.383Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:35:04 [2019-09-19T23:35:04.383Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:35:04 [2019-09-19T23:35:04.383Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:35:04 [2019-09-19T23:35:04.383Z] ?   	github.com/docker/docker/oci	[no test files]
23:35:04 [2019-09-19T23:35:04.383Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:35:04 [2019-09-19T23:35:04.383Z] ok  	github.com/docker/docker/opts	0.447s	coverage: 67.3% of statements
23:35:04 [2019-09-19T23:35:04.383Z] ok  	github.com/docker/docker/pkg/aaparser	0.221s	coverage: 50.0% of statements
23:35:04 [2019-09-19T23:35:04.459Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
23:35:04 [2019-09-19T23:35:04.459Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:35:04 [2019-09-19T23:35:04.459Z]     daemon.go:321: [dab3d95761af3] waiting for daemon to start
23:35:04 [2019-09-19T23:35:04.459Z]     daemon.go:339: [dab3d95761af3] daemon started
23:35:04 [2019-09-19T23:35:04.459Z]     daemon.go:449: [dab3d95761af3] Stopping daemon
23:35:04 [2019-09-19T23:35:04.459Z]     daemon.go:288: [dab3d95761af3] exiting daemon
23:35:04 [2019-09-19T23:35:04.459Z]     daemon.go:436: [dab3d95761af3] Daemon stopped
23:35:04 [2019-09-19T23:35:04.459Z] === RUN   TestConfigDaemonLibtrustID
23:35:05 [2019-09-19T23:35:05.019Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:35:05 [2019-09-19T23:35:05.019Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:35:05 [2019-09-19T23:35:05.019Z]     daemon.go:321: [d6c7f1d0703e7] waiting for daemon to start
23:35:05 [2019-09-19T23:35:05.019Z]     daemon.go:339: [d6c7f1d0703e7] daemon started
23:35:05 [2019-09-19T23:35:05.019Z]     daemon.go:449: [d6c7f1d0703e7] Stopping daemon
23:35:05 [2019-09-19T23:35:05.019Z]     daemon.go:288: [d6c7f1d0703e7] exiting daemon
23:35:05 [2019-09-19T23:35:05.019Z]     daemon.go:436: [d6c7f1d0703e7] Daemon stopped
23:35:05 [2019-09-19T23:35:05.019Z] === RUN   TestConfigDaemonLibtrustID
23:35:05 [2019-09-19T23:35:05.619Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:35:05 [2019-09-19T23:35:05.619Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:35:05 [2019-09-19T23:35:05.619Z]     daemon.go:321: [d446e3289cb07] waiting for daemon to start
23:35:05 [2019-09-19T23:35:05.619Z]     daemon.go:339: [d446e3289cb07] daemon started
23:35:05 [2019-09-19T23:35:05.619Z]     daemon.go:449: [d446e3289cb07] Stopping daemon
23:35:05 [2019-09-19T23:35:05.619Z]     daemon.go:288: [d446e3289cb07] exiting daemon
23:35:05 [2019-09-19T23:35:05.619Z]     daemon.go:436: [d446e3289cb07] Daemon stopped
23:35:05 [2019-09-19T23:35:05.619Z] === RUN   TestConfigDaemonLibtrustID
23:35:06 [2019-09-19T23:35:06.177Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:35:06 [2019-09-19T23:35:06.178Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:35:06 [2019-09-19T23:35:06.178Z]     daemon.go:321: [d18d9f81484e7] waiting for daemon to start
23:35:06 [2019-09-19T23:35:06.178Z]     daemon.go:339: [d18d9f81484e7] daemon started
23:35:06 [2019-09-19T23:35:06.178Z]     daemon.go:449: [d18d9f81484e7] Stopping daemon
23:35:06 [2019-09-19T23:35:06.178Z]     daemon.go:288: [d18d9f81484e7] exiting daemon
23:35:06 [2019-09-19T23:35:06.178Z]     daemon.go:436: [d18d9f81484e7] Daemon stopped
23:35:06 [2019-09-19T23:35:06.178Z] PASS
23:35:06 [2019-09-19T23:35:06.178Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:06 [2019-09-19T23:35:06.178Z] INFO: Testing against a local daemon
23:35:06 [2019-09-19T23:35:06.178Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:06 [2019-09-19T23:35:06.433Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s)
23:35:06 [2019-09-19T23:35:06.433Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:06 [2019-09-19T23:35:06.433Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
23:35:06 [2019-09-19T23:35:06.433Z] === RUN   TestCopyFromContainer
23:35:07 [2019-09-19T23:35:07.795Z] PASS: docker_cli_daemon_test.go:448: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac	1.513s
23:35:07 [2019-09-19T23:35:07.795Z] PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot	4.522s
23:35:07 [2019-09-19T23:35:07.795Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound	0.134s
23:35:08 [2019-09-19T23:35:08.720Z] === RUN   TestCopyFromContainer//
23:35:08 [2019-09-19T23:35:08.720Z] === RUN   TestCopyFromContainer//bar/root
23:35:08 [2019-09-19T23:35:08.720Z] === RUN   TestCopyFromContainer//bar/root/
23:35:08 [2019-09-19T23:35:08.975Z] === RUN   TestCopyFromContainer/bar/quux
23:35:08 [2019-09-19T23:35:08.975Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:09 [2019-09-19T23:35:09.230Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:09 [2019-09-19T23:35:09.230Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:09 [2019-09-19T23:35:09.489Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:09 [2019-09-19T23:35:09.489Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:09 [2019-09-19T23:35:09.750Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:09 [2019-09-19T23:35:09.750Z] --- PASS: TestCopyFromContainer (3.27s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer// (0.11s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer//bar/root (0.16s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.15s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:35:09 [2019-09-19T23:35:09.750Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
23:35:09 [2019-09-19T23:35:09.750Z] === RUN   TestHealthKillContainer
23:35:10 [2019-09-19T23:35:10.006Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache	2.201s
23:35:11 [2019-09-19T23:35:11.616Z] --- PASS: TestBuildWithHugeFile (31.54s)
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildWithEmptyDockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:11 [2019-09-19T23:35:11.616Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:35:11 [2019-09-19T23:35:11.616Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
23:35:11 [2019-09-19T23:35:11.616Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
23:35:11 [2019-09-19T23:35:11.616Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildPreserveOwnership
23:35:11 [2019-09-19T23:35:11.616Z] === RUN   TestBuildPreserveOwnership/copy_from
23:35:13 [2019-09-19T23:35:13.126Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:35:13 [2019-09-19T23:35:13.373Z] --- PASS: TestHealthKillContainer (3.04s)
23:35:13 [2019-09-19T23:35:13.373Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:13 [2019-09-19T23:35:13.373Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:35:13 [2019-09-19T23:35:13.373Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:13 [2019-09-19T23:35:13.373Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
23:35:13 [2019-09-19T23:35:13.373Z] === RUN   TestCopyFromContainer
23:35:13 [2019-09-19T23:35:13.627Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache	3.608s
23:35:15 [2019-09-19T23:35:15.026Z] --- PASS: TestBuildPreserveOwnership (6.24s)
23:35:15 [2019-09-19T23:35:15.026Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.13s)
23:35:15 [2019-09-19T23:35:15.026Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s)
23:35:15 [2019-09-19T23:35:15.026Z] PASS
23:35:15 [2019-09-19T23:35:15.026Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
23:35:15 [2019-09-19T23:35:15.032Z] === RUN   TestCopyFromContainer//
23:35:15 [2019-09-19T23:35:15.032Z] === RUN   TestCopyFromContainer//bar/root
23:35:15 [2019-09-19T23:35:15.032Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar	1.295s
23:35:15 [2019-09-19T23:35:15.032Z] === RUN   TestCopyFromContainer//bar/root/
23:35:15 [2019-09-19T23:35:15.032Z] === RUN   TestCopyFromContainer/bar/quux
23:35:15 [2019-09-19T23:35:15.287Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:15 [2019-09-19T23:35:15.287Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:15 [2019-09-19T23:35:15.402Z] INFO: Testing against a local daemon
23:35:15 [2019-09-19T23:35:15.402Z] === RUN   TestConfigList
23:35:15 [2019-09-19T23:35:15.542Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:15 [2019-09-19T23:35:15.542Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:15 [2019-09-19T23:35:15.542Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:15 [2019-09-19T23:35:15.797Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:15 [2019-09-19T23:35:15.797Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict	0.796s
23:35:15 [2019-09-19T23:35:15.797Z] --- PASS: TestCopyFromContainer (2.89s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
23:35:15 [2019-09-19T23:35:15.797Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
23:35:15 [2019-09-19T23:35:15.797Z] === RUN   TestHealthKillContainer
23:35:18 [2019-09-19T23:35:18.606Z] --- PASS: TestConfigList (3.01s)
23:35:18 [2019-09-19T23:35:18.606Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList
23:35:18 [2019-09-19T23:35:18.606Z]     daemon.go:321: [d3a90e50da31d] waiting for daemon to start
23:35:18 [2019-09-19T23:35:18.606Z]     daemon.go:339: [d3a90e50da31d] daemon started
23:35:18 [2019-09-19T23:35:18.606Z]     daemon.go:449: [d3a90e50da31d] Stopping daemon
23:35:18 [2019-09-19T23:35:18.606Z]     daemon.go:288: [d3a90e50da31d] exiting daemon
23:35:18 [2019-09-19T23:35:18.606Z]     daemon.go:436: [d3a90e50da31d] Daemon stopped
23:35:18 [2019-09-19T23:35:18.606Z] === RUN   TestConfigsCreateAndDelete
23:35:19 [2019-09-19T23:35:19.052Z] --- PASS: TestHealthKillContainer (3.02s)
23:35:19 [2019-09-19T23:35:19.053Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:19 [2019-09-19T23:35:19.053Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:35:19 [2019-09-19T23:35:19.053Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:19 [2019-09-19T23:35:19.053Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:35:19 [2019-09-19T23:35:19.053Z] === RUN   TestCopyFromContainer
23:35:19 [2019-09-19T23:35:19.308Z] PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits	3.335s
23:35:19 [2019-09-19T23:35:19.563Z] PASS: docker_cli_daemon_test.go:467: DockerDaemonSuite.TestDaemonIPv6HostMode	1.613s
23:35:20 [2019-09-19T23:35:20.924Z] PASS: docker_cli_daemon_test.go:300: DockerDaemonSuite.TestDaemonIptablesClean	1.553s
23:35:21 [2019-09-19T23:35:21.180Z] === RUN   TestCopyFromContainer//
23:35:21 [2019-09-19T23:35:21.180Z] === RUN   TestCopyFromContainer//bar/root
23:35:21 [2019-09-19T23:35:21.435Z] === RUN   TestCopyFromContainer//bar/root/
23:35:21 [2019-09-19T23:35:21.435Z] === RUN   TestCopyFromContainer/bar/quux
23:35:21 [2019-09-19T23:35:21.435Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:21 [2019-09-19T23:35:21.690Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:21 [2019-09-19T23:35:21.690Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:21 [2019-09-19T23:35:21.690Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:21 [2019-09-19T23:35:21.888Z] --- PASS: TestConfigsCreateAndDelete (2.99s)
23:35:21 [2019-09-19T23:35:21.889Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete
23:35:21 [2019-09-19T23:35:21.889Z]     daemon.go:321: [dcd9c48bd4923] waiting for daemon to start
23:35:21 [2019-09-19T23:35:21.889Z]     daemon.go:339: [dcd9c48bd4923] daemon started
23:35:21 [2019-09-19T23:35:21.889Z]     daemon.go:449: [dcd9c48bd4923] Stopping daemon
23:35:21 [2019-09-19T23:35:21.889Z]     daemon.go:288: [dcd9c48bd4923] exiting daemon
23:35:21 [2019-09-19T23:35:21.889Z]     daemon.go:436: [dcd9c48bd4923] Daemon stopped
23:35:21 [2019-09-19T23:35:21.889Z] === RUN   TestConfigsUpdate
23:35:21 [2019-09-19T23:35:21.945Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:21 [2019-09-19T23:35:21.945Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:22 [2019-09-19T23:35:22.200Z] --- PASS: TestCopyFromContainer (3.00s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:35:22 [2019-09-19T23:35:22.200Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
23:35:22 [2019-09-19T23:35:22.200Z] === RUN   TestHealthKillContainer
23:35:22 [2019-09-19T23:35:22.200Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime	2.971s
23:35:23 [2019-09-19T23:35:23.559Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache	1.155s
23:35:24 [2019-09-19T23:35:24.381Z] --- PASS: TestConfigsUpdate (3.06s)
23:35:24 [2019-09-19T23:35:24.381Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate
23:35:24 [2019-09-19T23:35:24.381Z]     daemon.go:321: [d19b9d1b89b87] waiting for daemon to start
23:35:24 [2019-09-19T23:35:24.381Z]     daemon.go:339: [d19b9d1b89b87] daemon started
23:35:24 [2019-09-19T23:35:24.381Z]     daemon.go:449: [d19b9d1b89b87] Stopping daemon
23:35:24 [2019-09-19T23:35:24.381Z]     daemon.go:288: [d19b9d1b89b87] exiting daemon
23:35:24 [2019-09-19T23:35:24.381Z]     daemon.go:436: [d19b9d1b89b87] Daemon stopped
23:35:24 [2019-09-19T23:35:24.381Z] === RUN   TestTemplatedConfig
23:35:24 [2019-09-19T23:35:24.484Z] PASS: docker_cli_daemon_test.go:318: DockerDaemonSuite.TestDaemonIptablesCreate	2.970s
23:35:24 [2019-09-19T23:35:24.738Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress	1.241s
23:35:24 [2019-09-19T23:35:24.993Z] PASS: docker_cli_daemon_test.go:554: DockerDaemonSuite.TestDaemonKeyGeneration	0.518s
23:35:25 [2019-09-19T23:35:25.247Z] --- PASS: TestHealthKillContainer (3.15s)
23:35:25 [2019-09-19T23:35:25.247Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:25 [2019-09-19T23:35:25.502Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:35:25 [2019-09-19T23:35:25.502Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:25 [2019-09-19T23:35:25.502Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:35:25 [2019-09-19T23:35:25.502Z] === RUN   TestCopyFromContainer
23:35:27 [2019-09-19T23:35:27.385Z] === RUN   TestCopyFromContainer//
23:35:27 [2019-09-19T23:35:27.639Z] === RUN   TestCopyFromContainer//bar/root
23:35:27 [2019-09-19T23:35:27.639Z] === RUN   TestCopyFromContainer//bar/root/
23:35:27 [2019-09-19T23:35:27.639Z] === RUN   TestCopyFromContainer/bar/quux
23:35:27 [2019-09-19T23:35:27.897Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:27 [2019-09-19T23:35:27.897Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:28 [2019-09-19T23:35:28.153Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:28 [2019-09-19T23:35:28.153Z] PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript	3.520s
23:35:28 [2019-09-19T23:35:28.153Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:28 [2019-09-19T23:35:28.408Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:28 [2019-09-19T23:35:28.408Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:28 [2019-09-19T23:35:28.408Z] --- PASS: TestCopyFromContainer (3.00s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer// (0.14s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
23:35:28 [2019-09-19T23:35:28.408Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
23:35:28 [2019-09-19T23:35:28.408Z] === RUN   TestHealthKillContainer
23:35:28 [2019-09-19T23:35:28.445Z] --- PASS: TestTemplatedConfig (3.66s)
23:35:28 [2019-09-19T23:35:28.445Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig
23:35:28 [2019-09-19T23:35:28.445Z]     daemon.go:321: [d8cb88e083969] waiting for daemon to start
23:35:28 [2019-09-19T23:35:28.445Z]     daemon.go:339: [d8cb88e083969] daemon started
23:35:28 [2019-09-19T23:35:28.445Z]     daemon.go:449: [d8cb88e083969] Stopping daemon
23:35:28 [2019-09-19T23:35:28.445Z]     daemon.go:288: [d8cb88e083969] exiting daemon
23:35:28 [2019-09-19T23:35:28.445Z]     daemon.go:436: [d8cb88e083969] Daemon stopped
23:35:28 [2019-09-19T23:35:28.445Z] === RUN   TestConfigInspect
23:35:28 [2019-09-19T23:35:28.663Z] PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins	3.747s
23:35:30 [2019-09-19T23:35:30.976Z] --- PASS: TestConfigInspect (3.00s)
23:35:30 [2019-09-19T23:35:30.976Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect
23:35:30 [2019-09-19T23:35:30.976Z]     daemon.go:321: [db852ece7a49f] waiting for daemon to start
23:35:30 [2019-09-19T23:35:30.976Z]     daemon.go:339: [db852ece7a49f] daemon started
23:35:30 [2019-09-19T23:35:30.976Z]     daemon.go:449: [db852ece7a49f] Stopping daemon
23:35:30 [2019-09-19T23:35:30.976Z]     daemon.go:288: [db852ece7a49f] exiting daemon
23:35:30 [2019-09-19T23:35:30.976Z]     daemon.go:436: [db852ece7a49f] Daemon stopped
23:35:30 [2019-09-19T23:35:30.976Z] === RUN   TestConfigCreateWithLabels
23:35:32 [2019-09-19T23:35:32.009Z] --- PASS: TestHealthKillContainer (3.09s)
23:35:32 [2019-09-19T23:35:32.009Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:32 [2019-09-19T23:35:32.009Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:35:32 [2019-09-19T23:35:32.009Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:32 [2019-09-19T23:35:32.009Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:35:32 [2019-09-19T23:35:32.009Z] === RUN   TestCopyFromContainer
23:35:32 [2019-09-19T23:35:32.568Z] PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins	3.820s
23:35:34 [2019-09-19T23:35:34.209Z] --- PASS: TestConfigCreateWithLabels (2.85s)
23:35:34 [2019-09-19T23:35:34.209Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels
23:35:34 [2019-09-19T23:35:34.209Z]     daemon.go:321: [d7a72b58479b5] waiting for daemon to start
23:35:34 [2019-09-19T23:35:34.209Z]     daemon.go:339: [d7a72b58479b5] daemon started
23:35:34 [2019-09-19T23:35:34.209Z]     daemon.go:449: [d7a72b58479b5] Stopping daemon
23:35:34 [2019-09-19T23:35:34.209Z]     daemon.go:288: [d7a72b58479b5] exiting daemon
23:35:34 [2019-09-19T23:35:34.209Z]     daemon.go:436: [d7a72b58479b5] Daemon stopped
23:35:34 [2019-09-19T23:35:34.209Z] === RUN   TestConfigCreateResolve
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/archive	9.463s	coverage: 62.2% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/authorization	0.466s	coverage: 26.2% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/broadcaster	0.070s	coverage: 100.0% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/capabilities	0.056s	coverage: 87.5% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.215s	coverage: 15.4% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/directory	0.139s	coverage: 80.0% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/discovery	0.204s	coverage: 58.3% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/discovery/file	0.222s	coverage: 92.9% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.753s	coverage: 84.1% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.278s	coverage: 92.3% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.183s	coverage: 93.8% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/filenotify	0.044s	coverage: 43.8% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/fileutils	0.070s	coverage: 87.7% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/homedir	0.044s	coverage: 37.5% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/idtools	0.188s	coverage: 6.3% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/ioutils	0.627s	coverage: 68.2% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.270s	coverage: 91.7% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/locker	0.055s	coverage: 88.9% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/longpath	0.079s	coverage: 100.0% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.079s	coverage: 85.7% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/parsers	0.089s	coverage: 97.0% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ok  	github.com/docker/docker/pkg/pidfile	0.067s	coverage: 82.6% of statements
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:35:34 [2019-09-19T23:35:34.320Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:35:34 [2019-09-19T23:35:34.455Z] === RUN   TestCopyFromContainer//
23:35:34 [2019-09-19T23:35:34.455Z] === RUN   TestCopyFromContainer//bar/root
23:35:34 [2019-09-19T23:35:34.456Z] === RUN   TestCopyFromContainer//bar/root/
23:35:34 [2019-09-19T23:35:34.456Z] === RUN   TestCopyFromContainer/bar/quux
23:35:34 [2019-09-19T23:35:34.713Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:34 [2019-09-19T23:35:34.713Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:34 [2019-09-19T23:35:34.713Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:34 [2019-09-19T23:35:34.877Z] tests/integration/api_swarm_test.py .ssss.s...x.......                   [ 72%]
23:35:34 [2019-09-19T23:35:34.967Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:34 [2019-09-19T23:35:34.967Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:35 [2019-09-19T23:35:35.222Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:35 [2019-09-19T23:35:35.486Z] --- PASS: TestCopyFromContainer (3.54s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer// (0.11s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/quux (0.18s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s)
23:35:35 [2019-09-19T23:35:35.486Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
23:35:35 [2019-09-19T23:35:35.486Z] === RUN   TestHealthKillContainer
23:35:36 [2019-09-19T23:35:36.067Z] PASS: docker_cli_daemon_test.go:936: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink	3.674s
23:35:36 [2019-09-19T23:35:36.650Z] --- PASS: TestConfigCreateResolve (2.58s)
23:35:36 [2019-09-19T23:35:36.650Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve
23:35:36 [2019-09-19T23:35:36.650Z]     daemon.go:321: [db62eab0d05e5] waiting for daemon to start
23:35:36 [2019-09-19T23:35:36.650Z]     daemon.go:339: [db62eab0d05e5] daemon started
23:35:36 [2019-09-19T23:35:36.650Z]     daemon.go:449: [db62eab0d05e5] Stopping daemon
23:35:36 [2019-09-19T23:35:36.650Z]     daemon.go:288: [db62eab0d05e5] exiting daemon
23:35:36 [2019-09-19T23:35:36.650Z]     daemon.go:436: [db62eab0d05e5] Daemon stopped
23:35:36 [2019-09-19T23:35:36.650Z] === RUN   TestConfigDaemonLibtrustID
23:35:36 [2019-09-19T23:35:36.671Z] PASS: docker_cli_daemon_test.go:484: DockerDaemonSuite.TestDaemonLogLevelDebug	0.509s
23:35:36 [2019-09-19T23:35:36.968Z] PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir	8.854s
23:35:37 [2019-09-19T23:35:37.041Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
23:35:37 [2019-09-19T23:35:37.041Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID
23:35:37 [2019-09-19T23:35:37.041Z]     daemon.go:321: [d02389726632a] waiting for daemon to start
23:35:37 [2019-09-19T23:35:37.041Z]     daemon.go:339: [d02389726632a] daemon started
23:35:37 [2019-09-19T23:35:37.041Z]     daemon.go:449: [d02389726632a] Stopping daemon
23:35:37 [2019-09-19T23:35:37.041Z]     daemon.go:288: [d02389726632a] exiting daemon
23:35:37 [2019-09-19T23:35:37.041Z]     daemon.go:436: [d02389726632a] Daemon stopped
23:35:37 [2019-09-19T23:35:37.041Z] PASS
23:35:37 [2019-09-19T23:35:37.041Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
23:35:37 [2019-09-19T23:35:37.223Z] PASS: docker_cli_daemon_test.go:493: DockerDaemonSuite.TestDaemonLogLevelFatal	0.507s
23:35:37 [2019-09-19T23:35:37.223Z] PASS: docker_cli_daemon_test.go:480: DockerDaemonSuite.TestDaemonLogLevelWrong	0.086s
23:35:37 [2019-09-19T23:35:37.411Z] INFO: Testing against a local daemon
23:35:37 [2019-09-19T23:35:37.411Z] === RUN   TestCheckpoint
23:35:37 [2019-09-19T23:35:37.411Z] --- SKIP: TestCheckpoint (0.00s)
23:35:37 [2019-09-19T23:35:37.411Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:35:37 [2019-09-19T23:35:37.411Z] === RUN   TestContainerInvalidJSON
23:35:37 [2019-09-19T23:35:37.411Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:35:37 [2019-09-19T23:35:37.411Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:35:37 [2019-09-19T23:35:37.411Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:35:37 [2019-09-19T23:35:37.411Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:35:37 [2019-09-19T23:35:37.411Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:35:37 [2019-09-19T23:35:37.411Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:35:37 [2019-09-19T23:35:37.412Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:35:37 [2019-09-19T23:35:37.412Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:35:37 [2019-09-19T23:35:37.412Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:35:37 [2019-09-19T23:35:37.412Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:35:37 [2019-09-19T23:35:37.412Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:35:37 [2019-09-19T23:35:37.412Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:35:37 [2019-09-19T23:35:37.412Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:35:37 [2019-09-19T23:35:37.412Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:37 [2019-09-19T23:35:37.412Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
23:35:37 [2019-09-19T23:35:37.412Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:37 [2019-09-19T23:35:37.412Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:35:37 [2019-09-19T23:35:37.412Z] === RUN   TestCopyToContainerPathDoesNotExist
23:35:37 [2019-09-19T23:35:37.778Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s)
23:35:37 [2019-09-19T23:35:37.778Z] === RUN   TestCopyToContainerPathIsNotDir
23:35:37 [2019-09-19T23:35:37.778Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s)
23:35:37 [2019-09-19T23:35:37.778Z] === RUN   TestCopyFromContainer
23:35:38 [2019-09-19T23:35:38.584Z] --- PASS: TestHealthKillContainer (3.17s)
23:35:38 [2019-09-19T23:35:38.584Z] PASS
23:35:38 [2019-09-19T23:35:38.584Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.584Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.584Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.584Z] PASS
23:35:38 [2019-09-19T23:35:38.584Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.584Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.584Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.584Z] PASS
23:35:38 [2019-09-19T23:35:38.584Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.839Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.839Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.839Z] PASS
23:35:38 [2019-09-19T23:35:38.839Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.839Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.839Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.839Z] PASS
23:35:38 [2019-09-19T23:35:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.839Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.839Z] PASS
23:35:38 [2019-09-19T23:35:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.839Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.839Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.839Z] PASS
23:35:38 [2019-09-19T23:35:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:38 [2019-09-19T23:35:38.839Z] INFO: Testing against a local daemon
23:35:38 [2019-09-19T23:35:38.839Z] testing: warning: no tests to run
23:35:38 [2019-09-19T23:35:38.839Z] PASS
23:35:38 [2019-09-19T23:35:38.839Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:39 [2019-09-19T23:35:39.094Z] INFO: Testing against a local daemon
23:35:39 [2019-09-19T23:35:39.094Z] testing: warning: no tests to run
23:35:39 [2019-09-19T23:35:39.094Z] PASS
23:35:39 [2019-09-19T23:35:39.094Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:39 [2019-09-19T23:35:39.094Z] INFO: Testing against a local daemon
23:35:39 [2019-09-19T23:35:39.094Z] testing: warning: no tests to run
23:35:39 [2019-09-19T23:35:39.094Z] PASS
23:35:39 [2019-09-19T23:35:39.094Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:39 [2019-09-19T23:35:39.094Z] INFO: Testing against a local daemon
23:35:39 [2019-09-19T23:35:39.094Z] testing: warning: no tests to run
23:35:39 [2019-09-19T23:35:39.094Z] PASS
23:35:39 [2019-09-19T23:35:39.094Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:39 [2019-09-19T23:35:39.094Z] INFO: Testing against a local daemon
23:35:39 [2019-09-19T23:35:39.094Z] testing: warning: no tests to run
23:35:39 [2019-09-19T23:35:39.094Z] PASS
23:35:39 [2019-09-19T23:35:39.094Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:35:39 [2019-09-19T23:35:39.094Z] PASS: docker_cli_daemon_test.go:2254: DockerDaemonSuite.TestDaemonLogOptions	1.605s
23:35:39 [2019-09-19T23:35:39.355Z] INFO: Testing against a local daemon
23:35:39 [2019-09-19T23:35:39.355Z] === RUN   TestDockerNetworkReConnect
23:35:39 [2019-09-19T23:35:39.604Z] === RUN   TestCopyFromContainer//
23:35:40 [2019-09-19T23:35:40.014Z] === RUN   TestCopyFromContainer//bar/root
23:35:40 [2019-09-19T23:35:40.014Z] === RUN   TestCopyFromContainer//bar/root/
23:35:40 [2019-09-19T23:35:40.014Z] === RUN   TestCopyFromContainer/bar/quux
23:35:40 [2019-09-19T23:35:40.014Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:40 [2019-09-19T23:35:40.384Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:40 [2019-09-19T23:35:40.384Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:40 [2019-09-19T23:35:40.384Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:40 [2019-09-19T23:35:40.384Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:40 [2019-09-19T23:35:40.771Z] --- PASS: TestCopyFromContainer (3.01s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer// (0.09s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.14s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:40 [2019-09-19T23:35:40.771Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateWithInvalidEnv
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateWithInvalidEnv/0
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateWithInvalidEnv/0
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateWithInvalidEnv/1
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateWithInvalidEnv/1
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateWithInvalidEnv/2
23:35:40 [2019-09-19T23:35:40.771Z] === PAUSE TestCreateWithInvalidEnv/2
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateWithInvalidEnv/0
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateWithInvalidEnv/2
23:35:40 [2019-09-19T23:35:40.771Z] === CONT  TestCreateWithInvalidEnv/1
23:35:40 [2019-09-19T23:35:40.771Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:35:40 [2019-09-19T23:35:40.771Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateTmpfsMountsTarget
23:35:40 [2019-09-19T23:35:40.771Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:35:40 [2019-09-19T23:35:40.771Z] === RUN   TestCreateWithCustomMaskedPaths
23:35:41 [2019-09-19T23:35:41.283Z] PASS: docker_cli_daemon_test.go:1035: DockerDaemonSuite.TestDaemonLoggingDriverDefault	1.736s
23:35:42 [2019-09-19T23:35:42.690Z] PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir	5.767s
23:35:42 [2019-09-19T23:35:42.945Z] PASS: docker_cli_daemon_test.go:1073: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride	1.973s
23:35:43 [2019-09-19T23:35:43.359Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s)
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/no_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/no_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/empty_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/valid_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/empty_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/empty_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/empty_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/no_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/empty_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/empty_capdrop
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
23:35:43 [2019-09-19T23:35:43.359Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
23:35:43 [2019-09-19T23:35:43.758Z] === CONT  TestCreateWithCapabilities/valid_capabilities
23:35:43 [2019-09-19T23:35:43.758Z] === CONT  TestCreateWithCapabilities/empty_capabilities
23:35:43 [2019-09-19T23:35:43.758Z] --- PASS: TestCreateWithCapabilities (0.02s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.11s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.11s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s)
23:35:43 [2019-09-19T23:35:43.758Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s)
23:35:43 [2019-09-19T23:35:43.758Z] === RUN   TestCreateWithCustomReadonlyPaths
23:35:44 [2019-09-19T23:35:44.306Z] --- PASS: TestDockerNetworkReConnect (5.01s)
23:35:44 [2019-09-19T23:35:44.306Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:35:44 [2019-09-19T23:35:44.306Z]     daemon.go:321: [dbd0e9b09430a] waiting for daemon to start
23:35:44 [2019-09-19T23:35:44.306Z]     daemon.go:339: [dbd0e9b09430a] daemon started
23:35:44 [2019-09-19T23:35:44.306Z]     daemon.go:449: [dbd0e9b09430a] Stopping daemon
23:35:44 [2019-09-19T23:35:44.306Z]     daemon.go:288: [dbd0e9b09430a] exiting daemon
23:35:44 [2019-09-19T23:35:44.306Z]     daemon.go:436: [dbd0e9b09430a] Daemon stopped
23:35:44 [2019-09-19T23:35:44.306Z] === RUN   TestServiceUpdateNetwork
23:35:44 [2019-09-19T23:35:44.561Z] PASS: docker_cli_daemon_test.go:1090: DockerDaemonSuite.TestDaemonLoggingDriverNone	1.681s
23:35:46 [2019-09-19T23:35:46.449Z] PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot	3.538s
23:35:46 [2019-09-19T23:35:46.450Z] PASS: docker_cli_daemon_test.go:1147: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError	1.767s
23:35:46 [2019-09-19T23:35:46.704Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir	0.457s
23:35:46 [2019-09-19T23:35:46.989Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.81s)
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:35:46 [2019-09-19T23:35:46.989Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:35:46 [2019-09-19T23:35:46.989Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:35:46 [2019-09-19T23:35:46.989Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:35:46 [2019-09-19T23:35:46.989Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:35:46 [2019-09-19T23:35:46.989Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:35:46 [2019-09-19T23:35:46.989Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:35:46 [2019-09-19T23:35:46.989Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:35:46 [2019-09-19T23:35:46.989Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestContainerStartOnDaemonRestart
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestContainerStartOnDaemonRestart
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestDaemonRestartIpcMode
23:35:46 [2019-09-19T23:35:46.989Z] === PAUSE TestDaemonRestartIpcMode
23:35:46 [2019-09-19T23:35:46.989Z] === RUN   TestDiff
23:35:47 [2019-09-19T23:35:47.367Z] --- PASS: TestDiff (0.87s)
23:35:47 [2019-09-19T23:35:47.367Z] === RUN   TestExecWithCloseStdin
23:35:48 [2019-09-19T23:35:48.588Z] PASS: docker_cli_daemon_test.go:1107: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride	1.956s
23:35:48 [2019-09-19T23:35:48.637Z] --- PASS: TestExecWithCloseStdin (1.12s)
23:35:48 [2019-09-19T23:35:48.637Z] === RUN   TestExec
23:35:49 [2019-09-19T23:35:49.543Z] --- PASS: TestExec (1.08s)
23:35:49 [2019-09-19T23:35:49.543Z] === RUN   TestExecUser
23:35:50 [2019-09-19T23:35:50.472Z] PASS: docker_cli_daemon_test.go:1159: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild	1.811s
23:35:50 [2019-09-19T23:35:50.726Z] PASS: docker_cli_daemon_test.go:2267: DockerDaemonSuite.TestDaemonMaxConcurrency	0.507s
23:35:50 [2019-09-19T23:35:50.889Z] --- PASS: TestExecUser (1.12s)
23:35:50 [2019-09-19T23:35:50.889Z] === RUN   TestExportContainerAndImportImage
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/plugins	35.191s	coverage: 73.6% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.111s	coverage: 56.8% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.220s	coverage: 85.7% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/pools	0.053s	coverage: 87.9% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/progress	0.061s	coverage: 75.9% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/pubsub	1.071s	coverage: 72.7% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/reexec	0.108s	coverage: 82.4% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/signal	0.123s	coverage: 20.3% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/stdcopy	0.048s	coverage: 100.0% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/streamformatter	0.162s	coverage: 66.2% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/stringid	0.056s	coverage: 70.6% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/sysinfo	0.112s	coverage: 38.2% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/system	0.065s	coverage: 12.3% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/tailfile	0.084s	coverage: 88.6% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/tarsum	0.197s	coverage: 89.3% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/term	0.057s	coverage: 30.8% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/term/windows	0.081s	coverage: 0.0% of statements [no tests to run]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/truncindex	0.220s	coverage: 91.5% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/urlutil	0.100s	coverage: 100.0% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/pkg/useragent	0.033s	coverage: 88.9% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/plugin	0.312s	coverage: 12.0% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/plugin/v2	0.157s	coverage: 20.1% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/reference	0.146s	coverage: 84.4% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/registry	0.484s	coverage: 52.3% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/registry/resumable	0.269s	coverage: 100.0% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/restartmanager	0.090s	coverage: 49.0% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/rootless	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/runconfig	0.244s	coverage: 54.5% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/volume	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/volume/drivers	0.181s	coverage: 36.1% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/volume/local	0.188s	coverage: 37.7% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/volume/mounts	0.119s	coverage: 66.2% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ok  	github.com/docker/docker/volume/service	0.548s	coverage: 70.3% of statements
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:35:51 [2019-09-19T23:35:51.993Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:35:52 [2019-09-19T23:35:52.148Z] --- PASS: TestExportContainerAndImportImage (1.29s)
23:35:52 [2019-09-19T23:35:52.148Z] === RUN   TestExportContainerAfterDaemonRestart
23:35:52 [2019-09-19T23:35:52.931Z] tests/integration/api_volume_test.py .........                           [ 74%]
23:35:52 [2019-09-19T23:35:52.931Z] tests/integration/client_test.py .....                                   [ 75%]
23:35:52 [2019-09-19T23:35:52.931Z] tests/integration/errors_test.py .                                       [ 76%]
23:35:53 [2019-09-19T23:35:53.436Z] --- PASS: TestExportContainerAfterDaemonRestart (1.51s)
23:35:53 [2019-09-19T23:35:53.436Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart
23:35:53 [2019-09-19T23:35:53.436Z]     daemon.go:321: [df07e2231846b] waiting for daemon to start
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:339: [df07e2231846b] daemon started
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:449: [df07e2231846b] Stopping daemon
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:288: [df07e2231846b] exiting daemon
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:436: [df07e2231846b] Daemon stopped
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:321: [df07e2231846b] waiting for daemon to start
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:339: [df07e2231846b] daemon started
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:449: [df07e2231846b] Stopping daemon
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:288: [df07e2231846b] exiting daemon
23:35:53 [2019-09-19T23:35:53.437Z]     daemon.go:436: [df07e2231846b] Daemon stopped
23:35:53 [2019-09-19T23:35:53.437Z] === RUN   TestHealthCheckWorkdir
23:35:53 [2019-09-19T23:35:53.525Z] INFO: make.ps1 ended at 09/19/2019 23:35:53
23:35:54 [2019-09-19T23:35:54.709Z] --- PASS: TestHealthCheckWorkdir (1.26s)
23:35:54 [2019-09-19T23:35:54.709Z] === RUN   TestHealthKillContainer
23:35:54 [2019-09-19T23:35:54.881Z] PASS: docker_cli_daemon_test.go:2279: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile	3.507s
23:35:55 [2019-09-19T23:35:55.056Z] INFO: Unit tests ended at 09/19/2019 23:35:54. Duration:00:03:58.9003166
23:35:55 [2019-09-19T23:35:55.056Z] INFO: Building busybox
23:35:55 [2019-09-19T23:35:55.056Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile     701B
23:35:55 [2019-09-19T23:35:55.056Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile     701B
23:35:55 [2019-09-19T23:35:55.056Z] 
23:35:55 [2019-09-19T23:35:55.056Z] Sending build context to Docker daemon   2.56kB
23:35:55 [2019-09-19T23:35:55.056Z] 
23:35:55 [2019-09-19T23:35:55.056Z] Step 1/6 : FROM microsoft/windowsservercore
23:35:55 [2019-09-19T23:35:55.056Z]  ---> 1ddfa8bee56a
23:35:55 [2019-09-19T23:35:55.056Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin
23:35:55 [2019-09-19T23:35:55.056Z]  ---> Running in 5a2e298b35e0
23:35:55 [2019-09-19T23:35:55.439Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar	8.593s
23:35:56 [2019-09-19T23:35:56.843Z] PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz	1.252s
23:35:57 [2019-09-19T23:35:57.992Z] --- PASS: TestHealthKillContainer (3.19s)
23:35:57 [2019-09-19T23:35:57.992Z] === RUN   TestInspectCpusetInConfigPre120
23:35:58 [2019-09-19T23:35:58.243Z] PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz	1.271s
23:35:58 [2019-09-19T23:35:58.849Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s)
23:35:58 [2019-09-19T23:35:58.850Z] === RUN   TestIpcModeNone
23:35:59 [2019-09-19T23:35:59.167Z] --- PASS: TestServiceUpdateNetwork (14.87s)
23:35:59 [2019-09-19T23:35:59.167Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:35:59 [2019-09-19T23:35:59.167Z]     daemon.go:321: [d2380d4f275b7] waiting for daemon to start
23:35:59 [2019-09-19T23:35:59.167Z]     daemon.go:339: [d2380d4f275b7] daemon started
23:35:59 [2019-09-19T23:35:59.167Z]     daemon.go:449: [d2380d4f275b7] Stopping daemon
23:35:59 [2019-09-19T23:35:59.167Z]     daemon.go:288: [d2380d4f275b7] exiting daemon
23:35:59 [2019-09-19T23:35:59.167Z]     daemon.go:436: [d2380d4f275b7] Daemon stopped
23:35:59 [2019-09-19T23:35:59.167Z] === RUN   TestDockerNetworkReConnect
23:36:00 [2019-09-19T23:36:00.124Z] --- PASS: TestIpcModeNone (1.09s)
23:36:00 [2019-09-19T23:36:00.124Z] === RUN   TestIpcModePrivate
23:36:00 [2019-09-19T23:36:00.837Z] Removing intermediate container 5a2e298b35e0
23:36:00 [2019-09-19T23:36:00.837Z]  ---> 7c94e52f736a
23:36:00 [2019-09-19T23:36:00.837Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/
23:36:00 [2019-09-19T23:36:00.925Z] --- PASS: TestIpcModePrivate (1.15s)
23:36:00 [2019-09-19T23:36:00.925Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
23:36:00 [2019-09-19T23:36:00.925Z] === RUN   TestIpcModeShareable
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/server/httputils	0.011s	coverage: 14.7% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/server/middleware	0.010s	coverage: 37.7% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 95.2% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/types/strslice	0.017s	coverage: 90.0% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/server/router/swarm	0.027s	coverage: 3.1% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/types/time	0.011s	coverage: 100.0% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/api/types/versions	0.015s	coverage: 75.0% of statements
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:36:00 [2019-09-19T23:36:00.938Z] ok  	github.com/docker/docker/builder/dockerignore	0.039s	coverage: 96.8% of statements
23:36:01 [2019-09-19T23:36:01.049Z] PASS: docker_cli_daemon_test.go:2320: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload	6.508s
23:36:01 [2019-09-19T23:36:01.800Z] 
23:36:01 [2019-09-19T23:36:01.800Z]  ---> cdb9cfa9e60e
23:36:01 [2019-09-19T23:36:01.800Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%"
23:36:01 [2019-09-19T23:36:01.800Z]  ---> Running in 61d3fb8a1c11
23:36:02 [2019-09-19T23:36:02.327Z] --- PASS: TestIpcModeShareable (1.21s)
23:36:02 [2019-09-19T23:36:02.327Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
23:36:02 [2019-09-19T23:36:02.327Z] === RUN   TestAPIIpcModeShareableAndContainer
23:36:02 [2019-09-19T23:36:02.413Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest	4.507s
23:36:03 [2019-09-19T23:36:03.335Z] 
23:36:03 [2019-09-19T23:36:03.335Z] SUCCESS: Specified value was saved.
23:36:04 [2019-09-19T23:36:04.296Z] --- PASS: TestDockerNetworkReConnect (5.01s)
23:36:04 [2019-09-19T23:36:04.296Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:36:04 [2019-09-19T23:36:04.296Z]     daemon.go:321: [d2b514440de81] waiting for daemon to start
23:36:04 [2019-09-19T23:36:04.296Z]     daemon.go:339: [d2b514440de81] daemon started
23:36:04 [2019-09-19T23:36:04.296Z]     daemon.go:449: [d2b514440de81] Stopping daemon
23:36:04 [2019-09-19T23:36:04.296Z]     daemon.go:288: [d2b514440de81] exiting daemon
23:36:04 [2019-09-19T23:36:04.296Z]     daemon.go:436: [d2b514440de81] Daemon stopped
23:36:04 [2019-09-19T23:36:04.296Z] === RUN   TestServiceUpdateNetwork
23:36:05 [2019-09-19T23:36:05.591Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.19s)
23:36:05 [2019-09-19T23:36:05.591Z] === RUN   TestAPIIpcModeHost
23:36:06 [2019-09-19T23:36:06.267Z] Removing intermediate container 61d3fb8a1c11
23:36:06 [2019-09-19T23:36:06.267Z]  ---> bcf53ff68784
23:36:06 [2019-09-19T23:36:06.267Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
23:36:06 [2019-09-19T23:36:06.267Z]  ---> Running in 795b55aa2060
23:36:06 [2019-09-19T23:36:06.380Z] --- PASS: TestAPIIpcModeHost (0.83s)
23:36:06 [2019-09-19T23:36:06.380Z] === RUN   TestDaemonIpcModeShareable
23:36:06 [2019-09-19T23:36:06.803Z] PASS: docker_cli_daemon_test.go:1775: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError	5.788s
23:36:08 [2019-09-19T23:36:08.420Z] --- PASS: TestDaemonIpcModeShareable (2.10s)
23:36:08 [2019-09-19T23:36:08.420Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable
23:36:08 [2019-09-19T23:36:08.420Z]     daemon.go:321: [d8984fef22d18] waiting for daemon to start
23:36:08 [2019-09-19T23:36:08.420Z]     daemon.go:339: [d8984fef22d18] daemon started
23:36:08 [2019-09-19T23:36:08.420Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
23:36:08 [2019-09-19T23:36:08.420Z]     daemon.go:449: [d8984fef22d18] Stopping daemon
23:36:08 [2019-09-19T23:36:08.420Z]     daemon.go:288: [d8984fef22d18] exiting daemon
23:36:08 [2019-09-19T23:36:08.420Z]     daemon.go:436: [d8984fef22d18] Daemon stopped
23:36:08 [2019-09-19T23:36:08.420Z] === RUN   TestDaemonIpcModePrivate
23:36:09 [2019-09-19T23:36:09.311Z] PASS: docker_cli_daemon_test.go:1506: DockerDaemonSuite.TestDaemonRestartCleanupNetns	2.527s
23:36:09 [2019-09-19T23:36:09.371Z] ok  	github.com/docker/docker/builder/fscache	0.153s	coverage: 69.2% of statements
23:36:09 [2019-09-19T23:36:09.997Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.043s	coverage: 85.1% of statements
23:36:10 [2019-09-19T23:36:10.285Z] ok  	github.com/docker/docker/builder/remotecontext	0.421s	coverage: 13.6% of statements
23:36:10 [2019-09-19T23:36:10.897Z] --- PASS: TestDaemonIpcModePrivate (2.23s)
23:36:10 [2019-09-19T23:36:10.897Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate
23:36:10 [2019-09-19T23:36:10.897Z]     daemon.go:321: [d85baf403148a] waiting for daemon to start
23:36:10 [2019-09-19T23:36:10.897Z]     daemon.go:339: [d85baf403148a] daemon started
23:36:10 [2019-09-19T23:36:10.897Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
23:36:10 [2019-09-19T23:36:10.897Z]     daemon.go:449: [d85baf403148a] Stopping daemon
23:36:10 [2019-09-19T23:36:10.897Z]     daemon.go:288: [d85baf403148a] exiting daemon
23:36:10 [2019-09-19T23:36:10.897Z]     daemon.go:436: [d85baf403148a] Daemon stopped
23:36:10 [2019-09-19T23:36:10.897Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:36:11 [2019-09-19T23:36:11.195Z] PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot	8.366s
23:36:11 [2019-09-19T23:36:11.307Z] ok  	github.com/docker/docker/cli/debug	0.021s	coverage: 100.0% of statements
23:36:11 [2019-09-19T23:36:11.450Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName	0.629s
23:36:11 [2019-09-19T23:36:11.593Z] ok  	github.com/docker/docker/builder/dockerfile	1.046s	coverage: 45.1% of statements
23:36:11 [2019-09-19T23:36:11.593Z] ?   	github.com/docker/docker/cli	[no test files]
23:36:11 [2019-09-19T23:36:11.593Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:36:12 [2019-09-19T23:36:12.057Z] Cannot create a file when that file already exists.
23:36:13 [2019-09-19T23:36:13.342Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.70s)
23:36:13 [2019-09-19T23:36:13.342Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig
23:36:13 [2019-09-19T23:36:13.342Z]     daemon.go:321: [d92fb2e52dcb9] waiting for daemon to start
23:36:13 [2019-09-19T23:36:13.342Z]     daemon.go:339: [d92fb2e52dcb9] daemon started
23:36:13 [2019-09-19T23:36:13.342Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
23:36:13 [2019-09-19T23:36:13.342Z]     daemon.go:449: [d92fb2e52dcb9] Stopping daemon
23:36:13 [2019-09-19T23:36:13.342Z]     daemon.go:288: [d92fb2e52dcb9] exiting daemon
23:36:13 [2019-09-19T23:36:13.342Z]     daemon.go:436: [d92fb2e52dcb9] Daemon stopped
23:36:13 [2019-09-19T23:36:13.342Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:36:14 [2019-09-19T23:36:14.709Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg	3.273s
23:36:16 [2019-09-19T23:36:16.648Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.24s)
23:36:16 [2019-09-19T23:36:16.648Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig
23:36:16 [2019-09-19T23:36:16.648Z]     daemon.go:321: [d3dfc86f2bf67] waiting for daemon to start
23:36:16 [2019-09-19T23:36:16.648Z]     daemon.go:339: [d3dfc86f2bf67] daemon started
23:36:16 [2019-09-19T23:36:16.648Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
23:36:16 [2019-09-19T23:36:16.648Z]     daemon.go:449: [d3dfc86f2bf67] Stopping daemon
23:36:16 [2019-09-19T23:36:16.648Z]     daemon.go:288: [d3dfc86f2bf67] exiting daemon
23:36:16 [2019-09-19T23:36:16.648Z]     daemon.go:436: [d3dfc86f2bf67] Daemon stopped
23:36:16 [2019-09-19T23:36:16.648Z] === RUN   TestIpcModeOlderClient
23:36:16 [2019-09-19T23:36:16.648Z] === PAUSE TestIpcModeOlderClient
23:36:16 [2019-09-19T23:36:16.648Z] === RUN   TestKillContainerInvalidSignal
23:36:17 [2019-09-19T23:36:17.465Z] --- PASS: TestKillContainerInvalidSignal (1.01s)
23:36:17 [2019-09-19T23:36:17.465Z] === RUN   TestKillContainer
23:36:17 [2019-09-19T23:36:17.465Z] === RUN   TestKillContainer/no_signal
23:36:17 [2019-09-19T23:36:17.965Z] PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg	2.771s
23:36:18 [2019-09-19T23:36:18.720Z] === RUN   TestKillContainer/non_killing_signal
23:36:19 [2019-09-19T23:36:19.113Z] Removing intermediate container 795b55aa2060
23:36:19 [2019-09-19T23:36:19.113Z]  ---> 7d1c1eab13df
23:36:19 [2019-09-19T23:36:19.113Z] Step 6/6 : CMD ["sh"]
23:36:19 [2019-09-19T23:36:19.113Z]  ---> Running in b746b6d29cff
23:36:19 [2019-09-19T23:36:19.113Z] Removing intermediate container b746b6d29cff
23:36:19 [2019-09-19T23:36:19.113Z]  ---> dec49ce91bdd
23:36:19 [2019-09-19T23:36:19.113Z] Successfully built dec49ce91bdd
23:36:19 [2019-09-19T23:36:19.113Z] Successfully tagged busybox:latest
23:36:19 [2019-09-19T23:36:19.113Z] INFO: Docker images of the daemon under test
23:36:19 [2019-09-19T23:36:19.113Z] 
23:36:19 [2019-09-19T23:36:19.113Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
23:36:19 [2019-09-19T23:36:19.113Z] busybox                                latest              dec49ce91bdd        Less than a second ago   4.75GB
23:36:19 [2019-09-19T23:36:19.113Z] microsoft/windowsservercore            latest              1ddfa8bee56a        9 days ago               4.71GB
23:36:19 [2019-09-19T23:36:19.113Z] mcr.microsoft.com/windows/servercore   ltsc2019            1ddfa8bee56a        9 days ago               4.71GB
23:36:19 [2019-09-19T23:36:19.113Z] 
23:36:19 [2019-09-19T23:36:19.113Z] INFO: Running integration tests at 09/19/2019 23:36:18...
23:36:19 [2019-09-19T23:36:19.113Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
23:36:19 [2019-09-19T23:36:19.113Z] INFO: Integration API tests being run from the host:
23:36:19 [2019-09-19T23:36:19.113Z] INFO: make.ps1 starting at 09/19/2019 23:36:18
23:36:19 [2019-09-19T23:36:19.328Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit	1.769s
23:36:19 [2019-09-19T23:36:19.494Z] === RUN   TestKillContainer/killing_signal
23:36:19 [2019-09-19T23:36:19.571Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build
23:36:19 [2019-09-19T23:36:19.887Z] --- PASS: TestServiceUpdateNetwork (15.70s)
23:36:19 [2019-09-19T23:36:19.887Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:36:19 [2019-09-19T23:36:19.887Z]     daemon.go:321: [dcd9612fb6fea] waiting for daemon to start
23:36:19 [2019-09-19T23:36:19.887Z]     daemon.go:339: [dcd9612fb6fea] daemon started
23:36:19 [2019-09-19T23:36:19.887Z]     daemon.go:449: [dcd9612fb6fea] Stopping daemon
23:36:19 [2019-09-19T23:36:19.887Z]     daemon.go:288: [dcd9612fb6fea] exiting daemon
23:36:19 [2019-09-19T23:36:19.887Z]     daemon.go:436: [dcd9612fb6fea] Daemon stopped
23:36:19 [2019-09-19T23:36:19.887Z] === RUN   TestDockerNetworkReConnect
23:36:22 [2019-09-19T23:36:22.025Z] --- PASS: TestKillContainer (4.11s)
23:36:22 [2019-09-19T23:36:22.025Z]     --- PASS: TestKillContainer/no_signal (1.13s)
23:36:22 [2019-09-19T23:36:22.025Z]     --- PASS: TestKillContainer/non_killing_signal (0.85s)
23:36:22 [2019-09-19T23:36:22.025Z]     --- PASS: TestKillContainer/killing_signal (1.40s)
23:36:22 [2019-09-19T23:36:22.025Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:36:22 [2019-09-19T23:36:22.025Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:36:22 [2019-09-19T23:36:22.396Z] PASS: docker_cli_daemon_test.go:1802: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart	11.206s
23:36:22 [2019-09-19T23:36:22.396Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg	2.913s
23:36:22 [2019-09-19T23:36:22.813Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:36:24 [2019-09-19T23:36:24.056Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.31s)
23:36:24 [2019-09-19T23:36:24.056Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.18s)
23:36:24 [2019-09-19T23:36:24.056Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s)
23:36:24 [2019-09-19T23:36:24.056Z] === RUN   TestKillStoppedContainer
23:36:24 [2019-09-19T23:36:24.433Z] --- PASS: TestKillStoppedContainer (0.26s)
23:36:24 [2019-09-19T23:36:24.433Z] === RUN   TestKillStoppedContainerAPIPre120
23:36:24 [2019-09-19T23:36:24.433Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.29s)
23:36:24 [2019-09-19T23:36:24.433Z] === RUN   TestKillDifferentUserContainer
23:36:24 [2019-09-19T23:36:24.903Z] PASS: docker_cli_daemon_test.go:1248: DockerDaemonSuite.TestDaemonRestartKillWait	2.633s
23:36:24 [2019-09-19T23:36:24.903Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal	2.430s
23:36:25 [2019-09-19T23:36:25.462Z] --- PASS: TestDockerNetworkReConnect (5.55s)
23:36:25 [2019-09-19T23:36:25.462Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:36:25 [2019-09-19T23:36:25.462Z]     daemon.go:321: [d3e6c968f51e1] waiting for daemon to start
23:36:25 [2019-09-19T23:36:25.462Z]     daemon.go:339: [d3e6c968f51e1] daemon started
23:36:25 [2019-09-19T23:36:25.462Z]     daemon.go:449: [d3e6c968f51e1] Stopping daemon
23:36:25 [2019-09-19T23:36:25.462Z]     daemon.go:288: [d3e6c968f51e1] exiting daemon
23:36:25 [2019-09-19T23:36:25.462Z]     daemon.go:436: [d3e6c968f51e1] Daemon stopped
23:36:25 [2019-09-19T23:36:25.462Z] === RUN   TestServiceUpdateNetwork
23:36:25 [2019-09-19T23:36:25.718Z] PASS: docker_cli_daemon_test.go:1652: DockerDaemonSuite.TestDaemonRestartLocalVolumes	1.055s
23:36:26 [2019-09-19T23:36:26.231Z] --- PASS: TestKillDifferentUserContainer (1.57s)
23:36:26 [2019-09-19T23:36:26.231Z] === RUN   TestInspectOomKilledTrue
23:36:26 [2019-09-19T23:36:26.231Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
23:36:26 [2019-09-19T23:36:26.231Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:36:26 [2019-09-19T23:36:26.231Z] === RUN   TestInspectOomKilledFalse
23:36:26 [2019-09-19T23:36:26.231Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:36:26 [2019-09-19T23:36:26.231Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:36:26 [2019-09-19T23:36:26.231Z] === RUN   TestLinksEtcHostsContentMatch
23:36:26 [2019-09-19T23:36:26.877Z] ok  	github.com/docker/docker/client	0.709s	coverage: 75.7% of statements
23:36:27 [2019-09-19T23:36:27.570Z] --- PASS: TestLinksEtcHostsContentMatch (1.06s)
23:36:27 [2019-09-19T23:36:27.570Z] === RUN   TestLinksContainerNames
23:36:28 [2019-09-19T23:36:28.227Z] PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride	3.091s
23:36:29 [2019-09-19T23:36:29.588Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection	1.571s
23:36:30 [2019-09-19T23:36:30.221Z] --- PASS: TestLinksContainerNames (2.64s)
23:36:30 [2019-09-19T23:36:30.222Z] === RUN   TestLogsFollowTailEmpty
23:36:30 [2019-09-19T23:36:30.991Z] PASS: docker_cli_daemon_test.go:177: DockerDaemonSuite.TestDaemonRestartOnFailure	5.114s
23:36:31 [2019-09-19T23:36:31.023Z] --- PASS: TestLogsFollowTailEmpty (1.29s)
23:36:31 [2019-09-19T23:36:31.023Z] === RUN   TestContainerNetworkMountsNoChown
23:36:31 [2019-09-19T23:36:31.796Z] tests/integration/models_containers_test.py ............................ [ 83%]
23:36:32 [2019-09-19T23:36:32.293Z] --- PASS: TestContainerNetworkMountsNoChown (1.03s)
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/default
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/default
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/private
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/private
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rprivate
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rprivate
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/slave
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/slave
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rslave
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rslave
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/shared
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/shared
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rshared
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rshared
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/default
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/rslave
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/default/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/default/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/slave
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/rprivate
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/private
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/private/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/private/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/rshared
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/shared
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/default/bind_root
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/default/mount_root
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:36:32 [2019-09-19T23:36:32.293Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:36:32 [2019-09-19T23:36:32.667Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:36:32 [2019-09-19T23:36:32.667Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:36:32 [2019-09-19T23:36:32.667Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:36:32 [2019-09-19T23:36:32.667Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:36:33 [2019-09-19T23:36:33.064Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/private/bind_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/private/mount_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:36:33 [2019-09-19T23:36:33.065Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:36:33 [2019-09-19T23:36:33.472Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:36:33 [2019-09-19T23:36:33.472Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:36:33 [2019-09-19T23:36:33.472Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:36:33 [2019-09-19T23:36:33.508Z] PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants	3.631s
23:36:33 [2019-09-19T23:36:33.898Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:36:33 [2019-09-19T23:36:33.898Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:36:33 [2019-09-19T23:36:33.898Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:36:33 [2019-09-19T23:36:33.898Z] --- PASS: TestMountDaemonRoot (0.03s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.20s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.21s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.25s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.25s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.14s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.14s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.32s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.21s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.14s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.14s)
23:36:33 [2019-09-19T23:36:33.898Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.15s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
23:36:33 [2019-09-19T23:36:33.898Z] === RUN   TestContainerBindMountNonRecursive
23:36:34 [2019-09-19T23:36:34.433Z] PASS: docker_cli_daemon_test.go:1017: DockerDaemonSuite.TestDaemonRestartRenameContainer	2.981s
23:36:37 [2019-09-19T23:36:37.101Z] --- PASS: TestContainerBindMountNonRecursive (3.38s)
23:36:37 [2019-09-19T23:36:37.101Z] === RUN   TestNetworkNat
23:36:38 [2019-09-19T23:36:38.376Z] --- PASS: TestNetworkNat (0.93s)
23:36:38 [2019-09-19T23:36:38.376Z] === RUN   TestNetworkLocalhostTCPNat
23:36:39 [2019-09-19T23:36:39.157Z] --- PASS: TestNetworkLocalhostTCPNat (1.03s)
23:36:39 [2019-09-19T23:36:39.157Z] === RUN   TestNetworkLoopbackNat
23:36:39 [2019-09-19T23:36:39.668Z] PASS: docker_cli_network_unix_test.go:1667: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork	5.277s
23:36:40 [2019-09-19T23:36:40.545Z] --- PASS: TestNetworkLoopbackNat (1.18s)
23:36:40 [2019-09-19T23:36:40.546Z] === RUN   TestPause
23:36:40 [2019-09-19T23:36:40.663Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config
23:36:41 [2019-09-19T23:36:41.032Z] --- PASS: TestServiceUpdateNetwork (15.32s)
23:36:41 [2019-09-19T23:36:41.032Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:36:41 [2019-09-19T23:36:41.032Z]     daemon.go:321: [d9ad74944fdf3] waiting for daemon to start
23:36:41 [2019-09-19T23:36:41.032Z]     daemon.go:339: [d9ad74944fdf3] daemon started
23:36:41 [2019-09-19T23:36:41.032Z]     daemon.go:449: [d9ad74944fdf3] Stopping daemon
23:36:41 [2019-09-19T23:36:41.032Z]     daemon.go:288: [d9ad74944fdf3] exiting daemon
23:36:41 [2019-09-19T23:36:41.032Z]     daemon.go:436: [d9ad74944fdf3] Daemon stopped
23:36:41 [2019-09-19T23:36:41.033Z] === RUN   TestDockerNetworkReConnect
23:36:41 [2019-09-19T23:36:41.033Z] PASS: docker_cli_daemon_test.go:1639: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse	1.423s
23:36:41 [2019-09-19T23:36:41.374Z] --- PASS: TestPause (1.07s)
23:36:41 [2019-09-19T23:36:41.374Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:36:41 [2019-09-19T23:36:41.374Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:36:41 [2019-09-19T23:36:41.374Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:36:41 [2019-09-19T23:36:41.374Z] === RUN   TestPauseStopPausedContainer
23:36:42 [2019-09-19T23:36:42.655Z] --- PASS: TestPauseStopPausedContainer (1.01s)
23:36:42 [2019-09-19T23:36:42.655Z] === RUN   TestPsFilter
23:36:42 [2019-09-19T23:36:42.655Z] --- PASS: TestPsFilter (0.27s)
23:36:42 [2019-09-19T23:36:42.655Z] === RUN   TestRemoveContainerWithRemovedVolume
23:36:43 [2019-09-19T23:36:43.467Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s)
23:36:43 [2019-09-19T23:36:43.467Z] === RUN   TestRemoveContainerWithVolume
23:36:43 [2019-09-19T23:36:43.545Z] PASS: docker_cli_daemon_test.go:2607: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode	2.345s
23:36:43 [2019-09-19T23:36:43.560Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container
23:36:44 [2019-09-19T23:36:44.734Z] --- PASS: TestRemoveContainerWithVolume (0.95s)
23:36:44 [2019-09-19T23:36:44.734Z] === RUN   TestRemoveContainerRunning
23:36:45 [2019-09-19T23:36:45.427Z] --- PASS: TestDockerNetworkReConnect (4.65s)
23:36:45 [2019-09-19T23:36:45.427Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:36:45 [2019-09-19T23:36:45.427Z]     daemon.go:321: [dfc2e5a7fb362] waiting for daemon to start
23:36:45 [2019-09-19T23:36:45.427Z]     daemon.go:339: [dfc2e5a7fb362] daemon started
23:36:45 [2019-09-19T23:36:45.427Z]     daemon.go:449: [dfc2e5a7fb362] Stopping daemon
23:36:45 [2019-09-19T23:36:45.427Z]     daemon.go:288: [dfc2e5a7fb362] exiting daemon
23:36:45 [2019-09-19T23:36:45.427Z]     daemon.go:436: [dfc2e5a7fb362] Daemon stopped
23:36:45 [2019-09-19T23:36:45.427Z] === RUN   TestServiceUpdateNetwork
23:36:45 [2019-09-19T23:36:45.427Z] PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv	12.384s
23:36:45 [2019-09-19T23:36:45.559Z] --- PASS: TestRemoveContainerRunning (0.86s)
23:36:45 [2019-09-19T23:36:45.559Z] === RUN   TestRemoveContainerForceRemoveRunning
23:36:46 [2019-09-19T23:36:46.368Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.98s)
23:36:46 [2019-09-19T23:36:46.368Z] === RUN   TestRemoveInvalidContainer
23:36:46 [2019-09-19T23:36:46.368Z] --- PASS: TestRemoveInvalidContainer (0.02s)
23:36:46 [2019-09-19T23:36:46.368Z] === RUN   TestRenameLinkedContainer
23:36:46 [2019-09-19T23:36:46.458Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image
23:36:49 [2019-09-19T23:36:49.427Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network
23:36:49 [2019-09-19T23:36:49.627Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion	3.463s
23:36:50 [2019-09-19T23:36:50.421Z] --- PASS: TestRenameLinkedContainer (3.54s)
23:36:50 [2019-09-19T23:36:50.421Z] === RUN   TestRenameStoppedContainer
23:36:50 [2019-09-19T23:36:50.784Z] --- PASS: TestRenameStoppedContainer (0.95s)
23:36:50 [2019-09-19T23:36:50.784Z] === RUN   TestRenameRunningContainerAndReuse
23:36:51 [2019-09-19T23:36:51.601Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan
23:36:52 [2019-09-19T23:36:52.181Z] PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride	3.056s
23:36:52 [2019-09-19T23:36:52.436Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory	0.355s
23:36:52 [2019-09-19T23:36:52.600Z] --- PASS: TestRenameRunningContainerAndReuse (1.76s)
23:36:52 [2019-09-19T23:36:52.600Z] === RUN   TestRenameInvalidName
23:36:52 [2019-09-19T23:36:52.997Z] PASS: docker_cli_daemon_test.go:118: DockerDaemonSuite.TestDaemonRestartUnlessStopped	9.027s
23:36:53 [2019-09-19T23:36:53.064Z] .........                                                                [ 85%]
23:36:53 [2019-09-19T23:36:53.550Z] --- PASS: TestRenameInvalidName (1.04s)
23:36:53 [2019-09-19T23:36:53.550Z] === RUN   TestRenameAnonymousContainer
23:36:54 [2019-09-19T23:36:54.500Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan
23:36:54 [2019-09-19T23:36:54.923Z] PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv	2.253s
23:36:56 [2019-09-19T23:36:56.698Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin
23:36:56 [2019-09-19T23:36:56.814Z] PASS: docker_cli_daemon_test.go:2583: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer	3.743s
23:36:56 [2019-09-19T23:36:56.853Z] --- PASS: TestRenameAnonymousContainer (3.02s)
23:36:56 [2019-09-19T23:36:56.853Z] === RUN   TestRenameContainerWithSameName
23:36:57 [2019-09-19T23:36:57.156Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz
23:36:57 [2019-09-19T23:36:57.373Z] PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg	2.700s
23:36:57 [2019-09-19T23:36:57.664Z] --- PASS: TestRenameContainerWithSameName (0.80s)
23:36:57 [2019-09-19T23:36:57.664Z] === RUN   TestRenameContainerWithLinkedContainer
23:36:58 [2019-09-19T23:36:58.122Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common
23:36:58 [2019-09-19T23:36:58.341Z] PASS: docker_cli_daemon_test.go:689: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange	1.558s
23:36:59 [2019-09-19T23:36:59.169Z] tests/integration/models_images_test.py ...............                  [ 89%]
23:36:59 [2019-09-19T23:36:59.624Z] --- PASS: TestRenameContainerWithLinkedContainer (1.96s)
23:36:59 [2019-09-19T23:36:59.624Z] === RUN   TestResize
23:37:00 [2019-09-19T23:37:00.296Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
23:37:00 [2019-09-19T23:37:00.404Z] --- PASS: TestResize (0.92s)
23:37:00 [2019-09-19T23:37:00.404Z] === RUN   TestResizeWithInvalidSize
23:37:00 [2019-09-19T23:37:00.796Z] tests/integration/models_networks_test.py ....                           [ 90%]
23:37:00 [2019-09-19T23:37:00.898Z] PASS: docker_cli_daemon_test.go:1493: DockerDaemonSuite.TestDaemonRestartWithContainerRunning	2.267s
23:37:01 [2019-09-19T23:37:01.196Z] --- PASS: TestServiceUpdateNetwork (15.71s)
23:37:01 [2019-09-19T23:37:01.196Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:37:01 [2019-09-19T23:37:01.196Z]     daemon.go:321: [d5b74b1343e67] waiting for daemon to start
23:37:01 [2019-09-19T23:37:01.196Z]     daemon.go:339: [d5b74b1343e67] daemon started
23:37:01 [2019-09-19T23:37:01.196Z]     daemon.go:449: [d5b74b1343e67] Stopping daemon
23:37:01 [2019-09-19T23:37:01.196Z]     daemon.go:288: [d5b74b1343e67] exiting daemon
23:37:01 [2019-09-19T23:37:01.196Z]     daemon.go:436: [d5b74b1343e67] Daemon stopped
23:37:01 [2019-09-19T23:37:01.196Z] === RUN   TestDockerNetworkReConnect
23:37:01 [2019-09-19T23:37:01.207Z] --- PASS: TestResizeWithInvalidSize (0.92s)
23:37:01 [2019-09-19T23:37:01.207Z] === RUN   TestResizeWhenContainerNotStarted
23:37:02 [2019-09-19T23:37:02.001Z] --- PASS: TestResizeWhenContainerNotStarted (0.92s)
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:02 [2019-09-19T23:37:02.001Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:03 [2019-09-19T23:37:03.773Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants	6.293s
23:37:04 [2019-09-19T23:37:04.333Z] PASS: docker_cli_daemon_test.go:1567: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways	3.300s
23:37:04 [2019-09-19T23:37:04.333Z] SKIP: docker_cli_daemon_test.go:231: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper)
23:37:04 [2019-09-19T23:37:04.333Z] SKIP: docker_cli_daemon_test.go:211: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper)
23:37:04 [2019-09-19T23:37:04.723Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:04 [2019-09-19T23:37:04.723Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:04 [2019-09-19T23:37:04.987Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging
23:37:05 [2019-09-19T23:37:05.259Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg	1.418s
23:37:06 [2019-09-19T23:37:06.183Z] --- PASS: TestDockerNetworkReConnect (4.96s)
23:37:06 [2019-09-19T23:37:06.183Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:37:06 [2019-09-19T23:37:06.183Z]     daemon.go:321: [d49f2d08cc3cf] waiting for daemon to start
23:37:06 [2019-09-19T23:37:06.183Z]     daemon.go:339: [d49f2d08cc3cf] daemon started
23:37:06 [2019-09-19T23:37:06.183Z]     daemon.go:449: [d49f2d08cc3cf] Stopping daemon
23:37:06 [2019-09-19T23:37:06.183Z]     daemon.go:288: [d49f2d08cc3cf] exiting daemon
23:37:06 [2019-09-19T23:37:06.183Z]     daemon.go:436: [d49f2d08cc3cf] Daemon stopped
23:37:06 [2019-09-19T23:37:06.183Z] === RUN   TestServiceUpdateNetwork
23:37:06 [2019-09-19T23:37:06.742Z] PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse	1.486s
23:37:07 [2019-09-19T23:37:07.339Z] tests/integration/models_nodes_test.py .                                 [ 91%]
23:37:07 [2019-09-19T23:37:07.666Z] PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd	0.694s
23:37:08 [2019-09-19T23:37:08.150Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:08 [2019-09-19T23:37:08.150Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:08 [2019-09-19T23:37:08.225Z] PASS: docker_cli_daemon_test.go:1958: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer	3.791s
23:37:08 [2019-09-19T23:37:08.226Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink	0.729s
23:37:08 [2019-09-19T23:37:08.268Z] tests/integration/models_resources_test.py .                             [ 91%]
23:37:10 [2019-09-19T23:37:10.031Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:10 [2019-09-19T23:37:10.419Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:12 [2019-09-19T23:37:12.060Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes
23:37:12 [2019-09-19T23:37:12.273Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:12 [2019-09-19T23:37:12.738Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:13 [2019-09-19T23:37:13.460Z] PASS: docker_cli_daemon_test.go:1887: DockerDaemonSuite.TestDaemonRestartWithLinks	5.055s
23:37:13 [2019-09-19T23:37:13.560Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:14 [2019-09-19T23:37:14.019Z] PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom	5.791s
23:37:14 [2019-09-19T23:37:14.083Z] tests/integration/models_services_test.py ..............X.               [ 95%]
23:37:14 [2019-09-19T23:37:14.104Z] ok  	github.com/docker/docker/cmd/dockerd/hack	0.041s	coverage: 72.9% of statements
23:37:14 [2019-09-19T23:37:14.370Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:14 [2019-09-19T23:37:14.955Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret
23:37:15 [2019-09-19T23:37:15.902Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength	1.692s
23:37:16 [2019-09-19T23:37:16.827Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource	0.867s
23:37:16 [2019-09-19T23:37:16.827Z] PASS: docker_cli_daemon_test.go:1910: DockerDaemonSuite.TestDaemonRestartWithNames	3.298s
23:37:16 [2019-09-19T23:37:16.836Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [dd3f22356bca4] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [dd3f22356bca4] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [dd3f22356bca4] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [dd3f22356bca4] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [dd3f22356bca4] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [dd3f22356bca4] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [dd3f22356bca4] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [dd3f22356bca4] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.52s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [df0323e06820b] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [df0323e06820b] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [df0323e06820b] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [df0323e06820b] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [df0323e06820b] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [df0323e06820b] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [df0323e06820b] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [df0323e06820b] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.29s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d0a9685801cb8] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d0a9685801cb8] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d0a9685801cb8] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d0a9685801cb8] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d0a9685801cb8] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d0a9685801cb8] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d0a9685801cb8] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d0a9685801cb8] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d0a9685801cb8] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d0a9685801cb8] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.43s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d7b288384b052] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d7b288384b052] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d7b288384b052] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d7b288384b052] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d7b288384b052] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d7b288384b052] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d7b288384b052] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d7b288384b052] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.36s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d98b2228d52c0] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d98b2228d52c0] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d98b2228d52c0] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d98b2228d52c0] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d98b2228d52c0] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d98b2228d52c0] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d98b2228d52c0] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d98b2228d52c0] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d98b2228d52c0] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d98b2228d52c0] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.41s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d1da0bddb8c7f] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d1da0bddb8c7f] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d1da0bddb8c7f] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d1da0bddb8c7f] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d1da0bddb8c7f] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d1da0bddb8c7f] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d1da0bddb8c7f] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d1da0bddb8c7f] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d1f51c64de85f] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d1f51c64de85f] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d1f51c64de85f] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d1f51c64de85f] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d1f51c64de85f] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d1f51c64de85f] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d1f51c64de85f] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d1f51c64de85f] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d1f51c64de85f] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d1f51c64de85f] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s)
23:37:16 [2019-09-19T23:37:16.836Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d981c35045022] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d981c35045022] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d981c35045022] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d981c35045022] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d981c35045022] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:321: [d981c35045022] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:339: [d981c35045022] daemon started
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:449: [d981c35045022] Stopping daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:288: [d981c35045022] exiting daemon
23:37:16 [2019-09-19T23:37:16.836Z]         daemon.go:436: [d981c35045022] Daemon stopped
23:37:16 [2019-09-19T23:37:16.836Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s)
23:37:16 [2019-09-19T23:37:16.837Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d56b9d1a5e67b] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d56b9d1a5e67b] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [d56b9d1a5e67b] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d56b9d1a5e67b] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [d56b9d1a5e67b] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d56b9d1a5e67b] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d56b9d1a5e67b] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [d56b9d1a5e67b] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d56b9d1a5e67b] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [d56b9d1a5e67b] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s)
23:37:16 [2019-09-19T23:37:16.837Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [da17248d7b2e2] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [da17248d7b2e2] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [da17248d7b2e2] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [da17248d7b2e2] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [da17248d7b2e2] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [da17248d7b2e2] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [da17248d7b2e2] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [da17248d7b2e2] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s)
23:37:16 [2019-09-19T23:37:16.837Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d6aa38de056b5] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d6aa38de056b5] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d6aa38de056b5] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d6aa38de056b5] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d6aa38de056b5] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [d6aa38de056b5] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d6aa38de056b5] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [d6aa38de056b5] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s)
23:37:16 [2019-09-19T23:37:16.837Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d8ce8f66a48ac] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d8ce8f66a48ac] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [d8ce8f66a48ac] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d8ce8f66a48ac] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [d8ce8f66a48ac] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:321: [d8ce8f66a48ac] waiting for daemon to start
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:339: [d8ce8f66a48ac] daemon started
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:449: [d8ce8f66a48ac] Stopping daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:288: [d8ce8f66a48ac] exiting daemon
23:37:16 [2019-09-19T23:37:16.837Z]         daemon.go:436: [d8ce8f66a48ac] Daemon stopped
23:37:16 [2019-09-19T23:37:16.837Z] === RUN   TestKernelTCPMemory
23:37:17 [2019-09-19T23:37:17.144Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service
23:37:17 [2019-09-19T23:37:17.598Z] ok  	github.com/docker/docker/cmd/dockerd	0.234s	coverage: 29.5% of statements
23:37:17 [2019-09-19T23:37:17.608Z] --- PASS: TestKernelTCPMemory (1.12s)
23:37:17 [2019-09-19T23:37:17.608Z] === RUN   TestNISDomainname
23:37:17 [2019-09-19T23:37:17.750Z] PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep	0.812s
23:37:18 [2019-09-19T23:37:18.496Z] tests/integration/models_swarm_test.py ..                                [ 96%]
23:37:18 [2019-09-19T23:37:18.496Z] tests/integration/models_volumes_test.py ..                              [ 96%]
23:37:19 [2019-09-19T23:37:19.010Z] --- PASS: TestNISDomainname (1.24s)
23:37:19 [2019-09-19T23:37:19.010Z] === RUN   TestStats
23:37:20 [2019-09-19T23:37:20.259Z] PASS: docker_cli_daemon_test.go:1606: DockerDaemonSuite.TestDaemonRestartWithPausedContainer	2.734s
23:37:20 [2019-09-19T23:37:20.894Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session
23:37:21 [2019-09-19T23:37:21.483Z] --- PASS: TestStats (2.52s)
23:37:21 [2019-09-19T23:37:21.483Z] === RUN   TestStopContainerWithTimeout
23:37:21 [2019-09-19T23:37:21.483Z] === RUN   TestStopContainerWithTimeout/0
23:37:21 [2019-09-19T23:37:21.483Z] === PAUSE TestStopContainerWithTimeout/0
23:37:21 [2019-09-19T23:37:21.483Z] === RUN   TestStopContainerWithTimeout/1
23:37:21 [2019-09-19T23:37:21.483Z] === PAUSE TestStopContainerWithTimeout/1
23:37:21 [2019-09-19T23:37:21.483Z] === RUN   TestStopContainerWithTimeout/3
23:37:21 [2019-09-19T23:37:21.483Z] === PAUSE TestStopContainerWithTimeout/3
23:37:21 [2019-09-19T23:37:21.483Z] === RUN   TestStopContainerWithTimeout/-1
23:37:21 [2019-09-19T23:37:21.483Z] === PAUSE TestStopContainerWithTimeout/-1
23:37:21 [2019-09-19T23:37:21.483Z] === CONT  TestStopContainerWithTimeout/0
23:37:21 [2019-09-19T23:37:21.483Z] === CONT  TestStopContainerWithTimeout/3
23:37:21 [2019-09-19T23:37:21.619Z] --- PASS: TestServiceUpdateNetwork (15.66s)
23:37:21 [2019-09-19T23:37:21.620Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:37:21 [2019-09-19T23:37:21.620Z]     daemon.go:321: [d108a8e096006] waiting for daemon to start
23:37:21 [2019-09-19T23:37:21.620Z]     daemon.go:339: [d108a8e096006] daemon started
23:37:21 [2019-09-19T23:37:21.620Z]     daemon.go:449: [d108a8e096006] Stopping daemon
23:37:21 [2019-09-19T23:37:21.620Z]     daemon.go:288: [d108a8e096006] exiting daemon
23:37:21 [2019-09-19T23:37:21.620Z]     daemon.go:436: [d108a8e096006] Daemon stopped
23:37:21 [2019-09-19T23:37:21.620Z] PASS
23:37:21 [2019-09-19T23:37:21.620Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:21 [2019-09-19T23:37:21.874Z] INFO: Testing against a local daemon
23:37:21 [2019-09-19T23:37:21.874Z] testing: warning: no tests to run
23:37:21 [2019-09-19T23:37:21.874Z] PASS
23:37:21 [2019-09-19T23:37:21.874Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:21 [2019-09-19T23:37:21.874Z] INFO: Testing against a local daemon
23:37:21 [2019-09-19T23:37:21.874Z] testing: warning: no tests to run
23:37:21 [2019-09-19T23:37:21.874Z] PASS
23:37:21 [2019-09-19T23:37:21.874Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:21 [2019-09-19T23:37:21.874Z] PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled	2.073s
23:37:21 [2019-09-19T23:37:21.874Z] INFO: Testing against a local daemon
23:37:21 [2019-09-19T23:37:21.874Z] testing: warning: no tests to run
23:37:21 [2019-09-19T23:37:21.874Z] PASS
23:37:21 [2019-09-19T23:37:21.874Z] Running integration-test (iteration 3)
23:37:21 [2019-09-19T23:37:21.874Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:21 [2019-09-19T23:37:21.874Z] INFO: Testing against a local daemon
23:37:21 [2019-09-19T23:37:21.874Z] === RUN   TestBuildMultiStageCopy
23:37:21 [2019-09-19T23:37:21.874Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:22 [2019-09-19T23:37:22.039Z] ok  	github.com/docker/docker/container	0.176s	coverage: 35.6% of statements
23:37:22 [2019-09-19T23:37:22.039Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:37:22 [2019-09-19T23:37:22.039Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:37:22 [2019-09-19T23:37:22.039Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:37:22 [2019-09-19T23:37:22.039Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:37:22 [2019-09-19T23:37:22.752Z] === CONT  TestStopContainerWithTimeout/-1
23:37:23 [2019-09-19T23:37:23.085Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system
23:37:23 [2019-09-19T23:37:23.233Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:23 [2019-09-19T23:37:23.487Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:23 [2019-09-19T23:37:23.515Z] tests/integration/regression_test.py ......                              [ 98%]
23:37:23 [2019-09-19T23:37:23.742Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:23 [2019-09-19T23:37:23.996Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:23 [2019-09-19T23:37:23.996Z] PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy	6.468s
23:37:24 [2019-09-19T23:37:24.251Z] --- PASS: TestBuildMultiStageCopy (2.16s)
23:37:24 [2019-09-19T23:37:24.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.34s)
23:37:24 [2019-09-19T23:37:24.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
23:37:24 [2019-09-19T23:37:24.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s)
23:37:24 [2019-09-19T23:37:24.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:37:24 [2019-09-19T23:37:24.251Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
23:37:24 [2019-09-19T23:37:24.251Z] === RUN   TestBuildMultiStageCopy
23:37:24 [2019-09-19T23:37:24.251Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:24 [2019-09-19T23:37:24.251Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:24 [2019-09-19T23:37:24.286Z] tests/integration/credentials/store_test.py ......                       [ 99%]
23:37:24 [2019-09-19T23:37:24.286Z] tests/integration/credentials/utils_test.py .                            [100%]
23:37:24 [2019-09-19T23:37:24.286Z] 
23:37:24 [2019-09-19T23:37:24.286Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
23:37:24 [2019-09-19T23:37:24.286Z] =========================== short test summary info ============================
23:37:24 [2019-09-19T23:37:24.286Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:37:24 [2019-09-19T23:37:24.286Z]   CONFIG_RT_GROUP_SCHED isn't enabled
23:37:24 [2019-09-19T23:37:24.286Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:37:24 [2019-09-19T23:37:24.286Z]   Not supported on most drivers
23:37:24 [2019-09-19T23:37:24.286Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:37:24 [2019-09-19T23:37:24.286Z]   This doesn't seem to be taken into account by the engine
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38)
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39)
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39)
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39)
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39)
23:37:24 [2019-09-19T23:37:24.286Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:37:24 [2019-09-19T23:37:24.286Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 388.67 seconds ==
23:37:24 [2019-09-19T23:37:24.506Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:24 [2019-09-19T23:37:24.537Z] === CONT  TestStopContainerWithTimeout/1
23:37:24 [2019-09-19T23:37:24.543Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
23:37:24 [2019-09-19T23:37:24.760Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:25 [2019-09-19T23:37:25.056Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:25 [2019-09-19T23:37:25.258Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume
23:37:25 [2019-09-19T23:37:25.311Z] --- PASS: TestBuildMultiStageCopy (1.03s)
23:37:25 [2019-09-19T23:37:25.311Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:37:25 [2019-09-19T23:37:25.311Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
23:37:25 [2019-09-19T23:37:25.311Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:37:25 [2019-09-19T23:37:25.311Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:37:25 [2019-09-19T23:37:25.311Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s)
23:37:25 [2019-09-19T23:37:25.311Z] === RUN   TestBuildMultiStageCopy
23:37:25 [2019-09-19T23:37:25.311Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:25 [2019-09-19T23:37:25.311Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:25 [2019-09-19T23:37:25.565Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:25 [2019-09-19T23:37:25.565Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:25 [2019-09-19T23:37:25.820Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:26 [2019-09-19T23:37:26.075Z] PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled	4.169s
23:37:26 [2019-09-19T23:37:26.075Z] --- PASS: TestBuildMultiStageCopy (1.01s)
23:37:26 [2019-09-19T23:37:26.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:37:26 [2019-09-19T23:37:26.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s)
23:37:26 [2019-09-19T23:37:26.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:37:26 [2019-09-19T23:37:26.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
23:37:26 [2019-09-19T23:37:26.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.30s)
23:37:26 [2019-09-19T23:37:26.075Z] === RUN   TestBuildMultiStageCopy
23:37:26 [2019-09-19T23:37:26.075Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:26 [2019-09-19T23:37:26.329Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:26 [2019-09-19T23:37:26.458Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:37:26 [2019-09-19T23:37:26.458Z]     --- PASS: TestStopContainerWithTimeout/0 (1.16s)
23:37:26 [2019-09-19T23:37:26.458Z]     --- PASS: TestStopContainerWithTimeout/3 (3.14s)
23:37:26 [2019-09-19T23:37:26.458Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.91s)
23:37:26 [2019-09-19T23:37:26.458Z]     --- PASS: TestStopContainerWithTimeout/1 (2.08s)
23:37:26 [2019-09-19T23:37:26.458Z] === RUN   TestDeleteDevicemapper
23:37:26 [2019-09-19T23:37:26.458Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:37:26 [2019-09-19T23:37:26.458Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:37:26 [2019-09-19T23:37:26.458Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:37:26 [2019-09-19T23:37:26.583Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:26 [2019-09-19T23:37:26.838Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:26 [2019-09-19T23:37:26.838Z] PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile	2.709s
23:37:27 [2019-09-19T23:37:27.093Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:27 [2019-09-19T23:37:27.348Z] --- PASS: TestBuildMultiStageCopy (1.07s)
23:37:27 [2019-09-19T23:37:27.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.15s)
23:37:27 [2019-09-19T23:37:27.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:37:27 [2019-09-19T23:37:27.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:37:27 [2019-09-19T23:37:27.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s)
23:37:27 [2019-09-19T23:37:27.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s)
23:37:27 [2019-09-19T23:37:27.348Z] === RUN   TestBuildMultiStageCopy
23:37:27 [2019-09-19T23:37:27.348Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:27 [2019-09-19T23:37:27.348Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:27 [2019-09-19T23:37:27.603Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:27 [2019-09-19T23:37:27.603Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:27 [2019-09-19T23:37:27.858Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint	1.024s
23:37:28 [2019-09-19T23:37:28.113Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:28 [2019-09-19T23:37:28.113Z] --- PASS: TestBuildMultiStageCopy (0.97s)
23:37:28 [2019-09-19T23:37:28.113Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.11s)
23:37:28 [2019-09-19T23:37:28.113Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:37:28 [2019-09-19T23:37:28.113Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:37:28 [2019-09-19T23:37:28.113Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s)
23:37:28 [2019-09-19T23:37:28.113Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:37:28 [2019-09-19T23:37:28.113Z] PASS
23:37:28 [2019-09-19T23:37:28.154Z] Running D:\gopath\src\github.com\docker\docker\integration\build
23:37:28 [2019-09-19T23:37:28.154Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:37:28 [2019-09-19T23:37:28.154Z] INFO: Testing against a local daemon
23:37:28 [2019-09-19T23:37:28.154Z] === RUN   TestBuildWithSession
23:37:28 [2019-09-19T23:37:28.154Z] --- SKIP: TestBuildWithSession (0.00s)
23:37:28 [2019-09-19T23:37:28.154Z]     build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows"
23:37:28 [2019-09-19T23:37:28.154Z] === RUN   TestBuildSquashParent
23:37:28 [2019-09-19T23:37:28.154Z] --- SKIP: TestBuildSquashParent (0.00s)
23:37:28 [2019-09-19T23:37:28.154Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:37:28 [2019-09-19T23:37:28.154Z] === RUN   TestBuildWithRemoveAndForceRemove
23:37:28 [2019-09-19T23:37:28.154Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s)
23:37:28 [2019-09-19T23:37:28.154Z]     build_test.go:24: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:28 [2019-09-19T23:37:28.154Z] === RUN   TestBuildMultiStageCopy
23:37:28 [2019-09-19T23:37:28.154Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:37:28 [2019-09-19T23:37:28.368Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:28 [2019-09-19T23:37:28.368Z] INFO: Testing against a local daemon
23:37:28 [2019-09-19T23:37:28.368Z] === RUN   TestConfigDaemonLibtrustID
23:37:28 [2019-09-19T23:37:28.368Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd	0.582s
23:37:28 [2019-09-19T23:37:28.939Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd	0.404s
23:37:28 [2019-09-19T23:37:28.939Z] --- PASS: TestConfigDaemonLibtrustID (0.58s)
23:37:28 [2019-09-19T23:37:28.939Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:37:28 [2019-09-19T23:37:28.939Z]     daemon.go:321: [d887c95032c22] waiting for daemon to start
23:37:28 [2019-09-19T23:37:28.939Z]     daemon.go:339: [d887c95032c22] daemon started
23:37:28 [2019-09-19T23:37:28.939Z]     daemon.go:449: [d887c95032c22] Stopping daemon
23:37:28 [2019-09-19T23:37:28.939Z]     daemon.go:288: [d887c95032c22] exiting daemon
23:37:28 [2019-09-19T23:37:28.939Z]     daemon.go:436: [d887c95032c22] Daemon stopped
23:37:28 [2019-09-19T23:37:28.939Z] === RUN   TestConfigDaemonLibtrustID
23:37:29 [2019-09-19T23:37:29.194Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC	0.433s
23:37:29 [2019-09-19T23:37:29.450Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:37:29 [2019-09-19T23:37:29.450Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:37:29 [2019-09-19T23:37:29.450Z]     daemon.go:321: [d7d30b3e681e0] waiting for daemon to start
23:37:29 [2019-09-19T23:37:29.450Z]     daemon.go:339: [d7d30b3e681e0] daemon started
23:37:29 [2019-09-19T23:37:29.450Z]     daemon.go:449: [d7d30b3e681e0] Stopping daemon
23:37:29 [2019-09-19T23:37:29.450Z]     daemon.go:288: [d7d30b3e681e0] exiting daemon
23:37:29 [2019-09-19T23:37:29.450Z]     daemon.go:436: [d7d30b3e681e0] Daemon stopped
23:37:29 [2019-09-19T23:37:29.450Z] === RUN   TestConfigDaemonLibtrustID
23:37:29 [2019-09-19T23:37:29.705Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC	0.412s
23:37:29 [2019-09-19T23:37:29.705Z] SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows)
23:37:29 [2019-09-19T23:37:29.961Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
23:37:29 [2019-09-19T23:37:29.961Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:37:29 [2019-09-19T23:37:29.961Z]     daemon.go:321: [d174ef68d48aa] waiting for daemon to start
23:37:29 [2019-09-19T23:37:29.961Z]     daemon.go:339: [d174ef68d48aa] daemon started
23:37:29 [2019-09-19T23:37:29.961Z]     daemon.go:449: [d174ef68d48aa] Stopping daemon
23:37:29 [2019-09-19T23:37:29.961Z]     daemon.go:288: [d174ef68d48aa] exiting daemon
23:37:29 [2019-09-19T23:37:29.961Z]     daemon.go:436: [d174ef68d48aa] Daemon stopped
23:37:29 [2019-09-19T23:37:29.961Z] === RUN   TestConfigDaemonLibtrustID
23:37:30 [2019-09-19T23:37:30.521Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
23:37:30 [2019-09-19T23:37:30.521Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:37:30 [2019-09-19T23:37:30.522Z]     daemon.go:321: [d687be76e5bf7] waiting for daemon to start
23:37:30 [2019-09-19T23:37:30.522Z]     daemon.go:339: [d687be76e5bf7] daemon started
23:37:30 [2019-09-19T23:37:30.522Z]     daemon.go:449: [d687be76e5bf7] Stopping daemon
23:37:30 [2019-09-19T23:37:30.522Z]     daemon.go:288: [d687be76e5bf7] exiting daemon
23:37:30 [2019-09-19T23:37:30.522Z]     daemon.go:436: [d687be76e5bf7] Daemon stopped
23:37:30 [2019-09-19T23:37:30.522Z] === RUN   TestConfigDaemonLibtrustID
23:37:30 [2019-09-19T23:37:30.522Z] PASS: docker_cli_daemon_test.go:58: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts	4.231s
23:37:30 [2019-09-19T23:37:30.579Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.57s)
23:37:30 [2019-09-19T23:37:30.579Z] === RUN   TestUpdateMemory
23:37:30 [2019-09-19T23:37:30.579Z] --- SKIP: TestUpdateMemory (0.00s)
23:37:30 [2019-09-19T23:37:30.579Z]     update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit
23:37:30 [2019-09-19T23:37:30.579Z] === RUN   TestUpdateCPUQuota
23:37:31 [2019-09-19T23:37:31.140Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
23:37:31 [2019-09-19T23:37:31.140Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:37:31 [2019-09-19T23:37:31.140Z]     daemon.go:321: [de56f39a48beb] waiting for daemon to start
23:37:31 [2019-09-19T23:37:31.140Z]     daemon.go:339: [de56f39a48beb] daemon started
23:37:31 [2019-09-19T23:37:31.140Z]     daemon.go:449: [de56f39a48beb] Stopping daemon
23:37:31 [2019-09-19T23:37:31.140Z]     daemon.go:288: [de56f39a48beb] exiting daemon
23:37:31 [2019-09-19T23:37:31.140Z]     daemon.go:436: [de56f39a48beb] Daemon stopped
23:37:31 [2019-09-19T23:37:31.140Z] PASS
23:37:31 [2019-09-19T23:37:31.140Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:37:31 [2019-09-19T23:37:31.140Z] INFO: Testing against a local daemon
23:37:31 [2019-09-19T23:37:31.140Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:31 [2019-09-19T23:37:31.394Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s)
23:37:31 [2019-09-19T23:37:31.394Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:31 [2019-09-19T23:37:31.394Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces	1.637s
23:37:31 [2019-09-19T23:37:31.394Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:37:31 [2019-09-19T23:37:31.394Z] === RUN   TestCopyFromContainer
23:37:31 [2019-09-19T23:37:31.849Z] --- PASS: TestUpdateCPUQuota (1.77s)
23:37:31 [2019-09-19T23:37:31.849Z] === RUN   TestUpdatePidsLimit
23:37:31 [2019-09-19T23:37:31.849Z] === RUN   TestUpdatePidsLimit/update_from_none
23:37:32 [2019-09-19T23:37:32.306Z] === RUN   TestUpdatePidsLimit/no_change
23:37:32 [2019-09-19T23:37:32.361Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.063s	coverage: 65.3% of statements
23:37:32 [2019-09-19T23:37:32.651Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.071s	coverage: 35.8% of statements
23:37:32 [2019-09-19T23:37:32.707Z] === RUN   TestUpdatePidsLimit/update_lower
23:37:33 [2019-09-19T23:37:33.514Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:37:33 [2019-09-19T23:37:33.897Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:37:33 [2019-09-19T23:37:33.905Z] === RUN   TestCopyFromContainer//
23:37:33 [2019-09-19T23:37:33.905Z] === RUN   TestCopyFromContainer//bar/root
23:37:33 [2019-09-19T23:37:33.905Z] === RUN   TestCopyFromContainer//bar/root/
23:37:33 [2019-09-19T23:37:33.905Z] === RUN   TestCopyFromContainer/bar/quux
23:37:33 [2019-09-19T23:37:33.905Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:34 [2019-09-19T23:37:34.160Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:34 [2019-09-19T23:37:34.160Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:34 [2019-09-19T23:37:34.160Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:34 [2019-09-19T23:37:34.261Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:37:34 [2019-09-19T23:37:34.414Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:34 [2019-09-19T23:37:34.414Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:34 [2019-09-19T23:37:34.641Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:37:34 [2019-09-19T23:37:34.669Z] --- PASS: TestCopyFromContainer (3.22s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
23:37:34 [2019-09-19T23:37:34.669Z] === RUN   TestHealthKillContainer
23:37:35 [2019-09-19T23:37:35.592Z] PASS: docker_cli_daemon_test.go:1424: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume	3.877s
23:37:36 [2019-09-19T23:37:36.470Z] --- PASS: TestUpdatePidsLimit (4.50s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.48s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/no_change (0.48s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.48s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.48s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s)
23:37:36 [2019-09-19T23:37:36.470Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s)
23:37:36 [2019-09-19T23:37:36.470Z] === RUN   TestUpdateRestartPolicy
23:37:36 [2019-09-19T23:37:36.718Z] umount: bundles/test-docker-py/root: mountpoint not found
23:37:36 [2019-09-19T23:37:36.718Z] Clearing AppArmor profiles cache:.
23:37:36 [2019-09-19T23:37:36.718Z] All profile caches have been cleared, but no profiles have been unloaded.
23:37:36 [2019-09-19T23:37:36.718Z] Unloading profiles will leave already running processes permanently
23:37:36 [2019-09-19T23:37:36.718Z] unconfined, which can lead to unexpected situations.
23:37:36 [2019-09-19T23:37:36.718Z] 
23:37:36 [2019-09-19T23:37:36.718Z] To set a process to complain mode, use the command line tool
23:37:36 [2019-09-19T23:37:36.718Z] 'aa-complain'. To really tear down all profiles, run the init script
23:37:36 [2019-09-19T23:37:36.718Z] with the 'teardown' option."
23:37:36 [2019-09-19T23:37:36.718Z] 
Post stage
[Pipeline] junit
23:37:37 [2019-09-19T23:37:37.294Z] Recording test results
[Pipeline] sh
23:37:37 [2019-09-19T23:37:37.691Z] + echo Ensuring container killed.
23:37:37 [2019-09-19T23:37:37.691Z] Ensuring container killed.
23:37:37 [2019-09-19T23:37:37.691Z] + docker rm -vf docker-pr2
23:37:37 [2019-09-19T23:37:37.691Z] Error: No such container: docker-pr2
23:37:37 [2019-09-19T23:37:37.691Z] + true
[Pipeline] sh
23:37:37 [2019-09-19T23:37:37.973Z] + echo Chowning /workspace to jenkins user
23:37:37 [2019-09-19T23:37:37.973Z] Chowning /workspace to jenkins user
23:37:37 [2019-09-19T23:37:37.973Z] + id -u
23:37:37 [2019-09-19T23:37:37.973Z] + id -g
23:37:37 [2019-09-19T23:37:37.973Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-370:/workspace busybox chown -R 1000:1000 /workspace
23:37:38 [2019-09-19T23:37:38.102Z] PASS: docker_cli_daemon_test.go:2055: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer	2.292s
23:37:38 [2019-09-19T23:37:38.102Z] --- PASS: TestHealthKillContainer (3.13s)
23:37:38 [2019-09-19T23:37:38.102Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:38 [2019-09-19T23:37:38.102Z] PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs	6.548s
23:37:38 [2019-09-19T23:37:38.102Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:37:38 [2019-09-19T23:37:38.102Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:38 [2019-09-19T23:37:38.102Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:37:38 [2019-09-19T23:37:38.102Z] === RUN   TestCopyFromContainer
23:37:38 [2019-09-19T23:37:38.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:37:38 [2019-09-19T23:37:38.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:37:39 [2019-09-19T23:37:39.026Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache	0.985s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:37:39 [2019-09-19T23:37:39.419Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:37:39 [2019-09-19T23:37:39.639Z] + bundleName=docker-py
23:37:39 [2019-09-19T23:37:39.639Z] + echo Creating docker-py-bundles.tar.gz
23:37:39 [2019-09-19T23:37:39.639Z] Creating docker-py-bundles.tar.gz
23:37:39 [2019-09-19T23:37:39.639Z] + 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
23:37:39 [2019-09-19T23:37:39.650Z] Archiving artifacts
23:37:39 [2019-09-19T23:37:39.854Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-370/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
23:37:40 [2019-09-19T23:37:40.205Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/make.sh binary-daemon
23:37:40 [2019-09-19T23:37:40.391Z] === RUN   TestCopyFromContainer//
23:37:40 [2019-09-19T23:37:40.391Z] === RUN   TestCopyFromContainer//bar/root
23:37:40 [2019-09-19T23:37:40.391Z] === RUN   TestCopyFromContainer//bar/root/
23:37:40 [2019-09-19T23:37:40.646Z] === RUN   TestCopyFromContainer/bar/quux
23:37:40 [2019-09-19T23:37:40.646Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:40 [2019-09-19T23:37:40.769Z] 
23:37:40 [2019-09-19T23:37:40.900Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:40 [2019-09-19T23:37:40.901Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:40 [2019-09-19T23:37:40.953Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:37:41 [2019-09-19T23:37:41.026Z] Removing bundles/
23:37:41 [2019-09-19T23:37:41.026Z] 
23:37:41 [2019-09-19T23:37:41.026Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
23:37:41 [2019-09-19T23:37:41.026Z] Building: bundles/binary-daemon/dockerd-dev
23:37:41 [2019-09-19T23:37:41.026Z] GOOS="" GOARCH="" GOARM=""
23:37:41 [2019-09-19T23:37:41.086Z] ok  	github.com/docker/docker/daemon/cluster	0.265s	coverage: 0.5% of statements
23:37:41 [2019-09-19T23:37:41.155Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:41 [2019-09-19T23:37:41.155Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:41 [2019-09-19T23:37:41.410Z] PASS: docker_cli_daemon_test.go:92: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs	3.560s
23:37:41 [2019-09-19T23:37:41.410Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:41 [2019-09-19T23:37:41.410Z] --- PASS: TestCopyFromContainer (3.43s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.15s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s)
23:37:41 [2019-09-19T23:37:41.410Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
23:37:41 [2019-09-19T23:37:41.410Z] === RUN   TestHealthKillContainer
23:37:41 [2019-09-19T23:37:41.918Z] --- PASS: TestBuildMultiStageCopy (13.84s)
23:37:41 [2019-09-19T23:37:41.918Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (9.96s)
23:37:41 [2019-09-19T23:37:41.918Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.69s)
23:37:41 [2019-09-19T23:37:41.918Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s)
23:37:41 [2019-09-19T23:37:41.918Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.12s)
23:37:41 [2019-09-19T23:37:41.918Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.16s)
23:37:41 [2019-09-19T23:37:41.918Z] === RUN   TestBuildMultiStageParentConfig
23:37:41 [2019-09-19T23:37:41.918Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s)
23:37:41 [2019-09-19T23:37:41.918Z]     build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:41 [2019-09-19T23:37:41.918Z] === RUN   TestBuildLabelWithTargets
23:37:41 [2019-09-19T23:37:41.918Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
23:37:41 [2019-09-19T23:37:41.918Z]     build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:41 [2019-09-19T23:37:41.918Z] === RUN   TestBuildWithEmptyLayers
23:37:42 [2019-09-19T23:37:42.771Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar	3.802s
23:37:42 [2019-09-19T23:37:42.884Z] --- PASS: TestBuildWithEmptyLayers (0.90s)
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildMultiStageOnBuild
23:37:42 [2019-09-19T23:37:42.884Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildUncleanTarFilenames
23:37:42 [2019-09-19T23:37:42.884Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildMultiStageLayerLeak
23:37:42 [2019-09-19T23:37:42.884Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildWithHugeFile
23:37:42 [2019-09-19T23:37:42.884Z] --- SKIP: TestBuildWithHugeFile (0.01s)
23:37:42 [2019-09-19T23:37:42.884Z]     build_test.go:491: testEnv.OSType == "windows"
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildWithEmptyDockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:37:42 [2019-09-19T23:37:42.884Z] --- PASS: TestBuildWithEmptyDockerfile (0.34s)
23:37:42 [2019-09-19T23:37:42.884Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z] === RUN   TestBuildPreserveOwnership
23:37:42 [2019-09-19T23:37:42.884Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
23:37:42 [2019-09-19T23:37:42.884Z]     build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:42 [2019-09-19T23:37:42.884Z] PASS
23:37:42 [2019-09-19T23:37:42.884Z] Running D:\gopath\src\github.com\docker\docker\integration\config
23:37:43 [2019-09-19T23:37:43.342Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:37:43 [2019-09-19T23:37:43.342Z] INFO: Testing against a local daemon
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigList
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigList (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:27: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigsCreateAndDelete
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:109: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigsUpdate
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigsUpdate (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:137: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestTemplatedConfig
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestTemplatedConfig (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:191: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigInspect
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigInspect (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:323: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigCreateWithLabels
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigCreateWithLabels (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:347: testEnv.DaemonInfo.OSType != "linux"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigCreateResolve
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigCreateResolve (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:374: testEnv.DaemonInfo.OSType != "linux"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestConfigDaemonLibtrustID
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     config_test.go:424: testEnv.DaemonInfo.OSType != "linux"
23:37:43 [2019-09-19T23:37:43.342Z] PASS
23:37:43 [2019-09-19T23:37:43.342Z] Running D:\gopath\src\github.com\docker\docker\integration\container
23:37:43 [2019-09-19T23:37:43.342Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:37:43 [2019-09-19T23:37:43.342Z] INFO: Testing against a local daemon
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCheckpoint
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCheckpoint (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestContainerInvalidJSON
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:37:43 [2019-09-19T23:37:43.342Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.04s)
23:37:43 [2019-09-19T23:37:43.342Z]     copy_test.go:25: testEnv.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s)
23:37:43 [2019-09-19T23:37:43.342Z]     copy_test.go:39: testEnv.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCopyToContainerPathDoesNotExist
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s)
23:37:43 [2019-09-19T23:37:43.342Z]     copy_test.go:51: testEnv.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCopyToContainerPathIsNotDir
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s)
23:37:43 [2019-09-19T23:37:43.342Z]     copy_test.go:65: testEnv.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCopyFromContainer
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCopyFromContainer (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     copy_test.go:76: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:37:43 [2019-09-19T23:37:43.342Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidEnv
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidEnv/0
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidEnv/0
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidEnv/1
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidEnv/1
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidEnv/2
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidEnv/2
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidEnv/0
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidEnv/2
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidEnv/1
23:37:43 [2019-09-19T23:37:43.342Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateTmpfsMountsTarget
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     create_test.go:111: testEnv.DaemonInfo.OSType == "windows"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithCustomMaskedPaths
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     create_test.go:154: testEnv.DaemonInfo.OSType != "linux"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithCapabilities
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCreateWithCapabilities (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     create_test.go:233: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithCustomReadonlyPaths
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     create_test.go:359: testEnv.DaemonInfo.OSType != "linux"
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:37:43 [2019-09-19T23:37:43.342Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:37:43 [2019-09-19T23:37:43.342Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestDiff
23:37:43 [2019-09-19T23:37:43.342Z] --- SKIP: TestDiff (0.00s)
23:37:43 [2019-09-19T23:37:43.342Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
23:37:43 [2019-09-19T23:37:43.342Z] === RUN   TestExecWithCloseStdin
23:37:44 [2019-09-19T23:37:44.130Z] PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent	1.065s
23:37:44 [2019-09-19T23:37:44.130Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup	0.283s
23:37:44 [2019-09-19T23:37:44.689Z] --- PASS: TestHealthKillContainer (3.14s)
23:37:44 [2019-09-19T23:37:44.689Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:44 [2019-09-19T23:37:44.689Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:37:44 [2019-09-19T23:37:44.689Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:44 [2019-09-19T23:37:44.689Z] PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins	3.411s
23:37:44 [2019-09-19T23:37:44.944Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:37:44 [2019-09-19T23:37:44.944Z] === RUN   TestCopyFromContainer
23:37:44 [2019-09-19T23:37:44.944Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild	0.863s
23:37:45 [2019-09-19T23:37:45.511Z] ok  	github.com/docker/docker/daemon/discovery	0.023s	coverage: 30.4% of statements
23:37:45 [2019-09-19T23:37:45.512Z] --- PASS: TestExecWithCloseStdin (1.96s)
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestExec
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestExec (0.00s)
23:37:45 [2019-09-19T23:37:45.512Z]     exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestExecUser
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestExecUser (0.00s)
23:37:45 [2019-09-19T23:37:45.512Z]     exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestExportContainerAndImportImage
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
23:37:45 [2019-09-19T23:37:45.512Z]     export_test.go:22: testEnv.DaemonInfo.OSType == "windows"
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestExportContainerAfterDaemonRestart
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
23:37:45 [2019-09-19T23:37:45.512Z]     export_test.go:60: testEnv.DaemonInfo.OSType == "windows"
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestHealthCheckWorkdir
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
23:37:45 [2019-09-19T23:37:45.512Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
23:37:45 [2019-09-19T23:37:45.512Z] === RUN   TestHealthKillContainer
23:37:45 [2019-09-19T23:37:45.512Z] --- SKIP: TestHealthKillContainer (0.00s)
23:37:45 [2019-09-19T23:37:45.513Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
23:37:45 [2019-09-19T23:37:45.513Z] === RUN   TestInspectCpusetInConfigPre120
23:37:45 [2019-09-19T23:37:45.513Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
23:37:45 [2019-09-19T23:37:45.513Z]     inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
23:37:45 [2019-09-19T23:37:45.513Z] === RUN   TestKillContainerInvalidSignal
23:37:45 [2019-09-19T23:37:45.869Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip	0.670s
23:37:46 [2019-09-19T23:37:46.124Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression	0.357s
23:37:47 [2019-09-19T23:37:47.044Z] --- PASS: TestKillContainerInvalidSignal (1.59s)
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestKillContainer
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestKillContainer (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestKillStoppedContainer
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestKillStoppedContainer (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestKillStoppedContainerAPIPre120
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestKillDifferentUserContainer
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestInspectOomKilledTrue
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestInspectOomKilledFalse
23:37:47 [2019-09-19T23:37:47.044Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:37:47 [2019-09-19T23:37:47.044Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:37:47 [2019-09-19T23:37:47.044Z] === RUN   TestLogsFollowTailEmpty
23:37:47 [2019-09-19T23:37:47.050Z] PASS: docker_cli_daemon_test.go:2679: DockerDaemonSuite.TestDaemonShutdownTimeout	2.084s
23:37:47 [2019-09-19T23:37:47.050Z] === RUN   TestCopyFromContainer//
23:37:47 [2019-09-19T23:37:47.050Z] === RUN   TestCopyFromContainer//bar/root
23:37:47 [2019-09-19T23:37:47.305Z] === RUN   TestCopyFromContainer//bar/root/
23:37:47 [2019-09-19T23:37:47.305Z] === RUN   TestCopyFromContainer/bar/quux
23:37:47 [2019-09-19T23:37:47.305Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:47 [2019-09-19T23:37:47.560Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:47 [2019-09-19T23:37:47.560Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:47 [2019-09-19T23:37:47.814Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:47 [2019-09-19T23:37:47.814Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:47 [2019-09-19T23:37:47.814Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:48 [2019-09-19T23:37:48.069Z] --- PASS: TestCopyFromContainer (3.14s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer// (0.14s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
23:37:48 [2019-09-19T23:37:48.069Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:37:48 [2019-09-19T23:37:48.069Z] === RUN   TestHealthKillContainer
23:37:48 [2019-09-19T23:37:48.577Z] --- PASS: TestLogsFollowTailEmpty (1.57s)
23:37:48 [2019-09-19T23:37:48.577Z] === RUN   TestNetworkNat
23:37:48 [2019-09-19T23:37:48.577Z] --- SKIP: TestNetworkNat (0.00s)
23:37:48 [2019-09-19T23:37:48.577Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
23:37:48 [2019-09-19T23:37:48.577Z] === RUN   TestNetworkLocalhostTCPNat
23:37:48 [2019-09-19T23:37:48.577Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s)
23:37:48 [2019-09-19T23:37:48.577Z]     nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME
23:37:48 [2019-09-19T23:37:48.577Z] === RUN   TestNetworkLoopbackNat
23:37:48 [2019-09-19T23:37:48.577Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
23:37:48 [2019-09-19T23:37:48.577Z]     nat_test.go:61: testEnv.OSType == "windows": FIXME
23:37:48 [2019-09-19T23:37:48.577Z] === RUN   TestPause
23:37:48 [2019-09-19T23:37:48.577Z] --- SKIP: TestPause (0.00s)
23:37:48 [2019-09-19T23:37:48.577Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
23:37:48 [2019-09-19T23:37:48.577Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:37:49 [2019-09-19T23:37:49.004Z] ok  	github.com/docker/docker/daemon/events	0.071s	coverage: 50.0% of statements
23:37:49 [2019-09-19T23:37:49.004Z] ok  	github.com/docker/docker/daemon/config	0.129s	coverage: 84.7% of statements
23:37:50 [2019-09-19T23:37:50.110Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.63s)
23:37:50 [2019-09-19T23:37:50.110Z] === RUN   TestPauseStopPausedContainer
23:37:50 [2019-09-19T23:37:50.110Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
23:37:50 [2019-09-19T23:37:50.110Z]     pause_test.go:68: testEnv.DaemonInfo.OSType == "windows"
23:37:50 [2019-09-19T23:37:50.110Z] === RUN   TestPsFilter
23:37:50 [2019-09-19T23:37:50.110Z] --- PASS: TestPsFilter (0.09s)
23:37:50 [2019-09-19T23:37:50.110Z] === RUN   TestRemoveContainerWithRemovedVolume
23:37:50 [2019-09-19T23:37:50.175Z] --- PASS: TestUpdateRestartPolicy (12.97s)
23:37:50 [2019-09-19T23:37:50.175Z] === RUN   TestUpdateRestartWithAutoRemove
23:37:50 [2019-09-19T23:37:50.175Z] --- PASS: TestUpdateRestartWithAutoRemove (0.98s)
23:37:50 [2019-09-19T23:37:50.175Z] === RUN   TestWaitNonBlocked
23:37:50 [2019-09-19T23:37:50.175Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:37:50 [2019-09-19T23:37:50.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:37:50 [2019-09-19T23:37:50.175Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:37:50 [2019-09-19T23:37:50.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:37:50 [2019-09-19T23:37:50.175Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:37:50 [2019-09-19T23:37:50.175Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:37:50 [2019-09-19T23:37:50.578Z] PASS: docker_cli_daemon_test.go:2700: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile	3.515s
23:37:51 [2019-09-19T23:37:51.138Z] --- PASS: TestHealthKillContainer (3.08s)
23:37:51 [2019-09-19T23:37:51.138Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:51 [2019-09-19T23:37:51.138Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
23:37:51 [2019-09-19T23:37:51.138Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:51 [2019-09-19T23:37:51.393Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:37:51 [2019-09-19T23:37:51.393Z] === RUN   TestCopyFromContainer
23:37:51 [2019-09-19T23:37:51.490Z] --- PASS: TestWaitNonBlocked (0.01s)
23:37:51 [2019-09-19T23:37:51.490Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.16s)
23:37:51 [2019-09-19T23:37:51.490Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.21s)
23:37:51 [2019-09-19T23:37:51.490Z] === RUN   TestWaitBlocked
23:37:51 [2019-09-19T23:37:51.490Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:37:51 [2019-09-19T23:37:51.490Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:37:51 [2019-09-19T23:37:51.490Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:37:51 [2019-09-19T23:37:51.490Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:37:51 [2019-09-19T23:37:51.490Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:37:51 [2019-09-19T23:37:51.490Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:37:53 [2019-09-19T23:37:53.425Z] ok  	github.com/docker/docker/daemon/graphdriver	0.018s	coverage: 2.2% of statements
23:37:53 [2019-09-19T23:37:53.514Z] --- PASS: TestWaitBlocked (0.01s)
23:37:53 [2019-09-19T23:37:53.514Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.36s)
23:37:53 [2019-09-19T23:37:53.514Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.50s)
23:37:53 [2019-09-19T23:37:53.514Z] === CONT  TestContainerStartOnDaemonRestart
23:37:53 [2019-09-19T23:37:53.514Z] === CONT  TestIpcModeOlderClient
23:37:53 [2019-09-19T23:37:53.514Z] --- PASS: TestIpcModeOlderClient (0.20s)
23:37:53 [2019-09-19T23:37:53.514Z] === CONT  TestDaemonRestartIpcMode
23:37:53 [2019-09-19T23:37:53.926Z] === RUN   TestCopyFromContainer//
23:37:53 [2019-09-19T23:37:53.926Z] === RUN   TestCopyFromContainer//bar/root
23:37:53 [2019-09-19T23:37:53.926Z] === RUN   TestCopyFromContainer//bar/root/
23:37:53 [2019-09-19T23:37:53.926Z] === RUN   TestCopyFromContainer/bar/quux
23:37:54 [2019-09-19T23:37:54.180Z] === RUN   TestCopyFromContainer/bar/quux/
23:37:54 [2019-09-19T23:37:54.180Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:37:54 [2019-09-19T23:37:54.180Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:37:54 [2019-09-19T23:37:54.436Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:37:54 [2019-09-19T23:37:54.436Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:37:54 [2019-09-19T23:37:54.436Z] === RUN   TestCopyFromContainer/bar/notarget
23:37:54 [2019-09-19T23:37:54.692Z] --- PASS: TestCopyFromContainer (3.37s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer// (0.09s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:37:54 [2019-09-19T23:37:54.692Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
23:37:54 [2019-09-19T23:37:54.692Z] === RUN   TestHealthKillContainer
23:37:56 [2019-09-19T23:37:56.114Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.503s	coverage: 13.7% of statements
23:37:56 [2019-09-19T23:37:56.576Z] PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins	6.016s
23:37:56 [2019-09-19T23:37:56.762Z] --- PASS: TestContainerStartOnDaemonRestart (3.39s)
23:37:56 [2019-09-19T23:37:56.762Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:321: [d785b1acc9d0d] waiting for daemon to start
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:339: [d785b1acc9d0d] daemon started
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:321: [d785b1acc9d0d] waiting for daemon to start
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:288: [d785b1acc9d0d] exiting daemon
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:339: [d785b1acc9d0d] daemon started
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:449: [d785b1acc9d0d] Stopping daemon
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:288: [d785b1acc9d0d] exiting daemon
23:37:56 [2019-09-19T23:37:56.762Z]     daemon.go:436: [d785b1acc9d0d] Daemon stopped
23:37:57 [2019-09-19T23:37:57.167Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.66s)
23:37:57 [2019-09-19T23:37:57.167Z] === RUN   TestRemoveContainerWithVolume
23:37:57 [2019-09-19T23:37:57.502Z] PASS: docker_cli_daemon_test.go:284: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation	1.050s
23:37:57 [2019-09-19T23:37:57.540Z] --- PASS: TestDaemonRestartIpcMode (4.30s)
23:37:57 [2019-09-19T23:37:57.540Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:321: [d6a06e8b2d7a0] waiting for daemon to start
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:339: [d6a06e8b2d7a0] daemon started
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:449: [d6a06e8b2d7a0] Stopping daemon
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:288: [d6a06e8b2d7a0] exiting daemon
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:436: [d6a06e8b2d7a0] Daemon stopped
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:321: [d6a06e8b2d7a0] waiting for daemon to start
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:339: [d6a06e8b2d7a0] daemon started
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:449: [d6a06e8b2d7a0] Stopping daemon
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:288: [d6a06e8b2d7a0] exiting daemon
23:37:57 [2019-09-19T23:37:57.540Z]     daemon.go:436: [d6a06e8b2d7a0] Daemon stopped
23:37:57 [2019-09-19T23:37:57.540Z] PASS
23:37:57 [2019-09-19T23:37:57.540Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
23:37:57 [2019-09-19T23:37:57.604Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.012s	coverage: 2.9% of statements
23:37:57 [2019-09-19T23:37:57.756Z] --- PASS: TestHealthKillContainer (3.22s)
23:37:57 [2019-09-19T23:37:57.756Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:37:57 [2019-09-19T23:37:57.915Z] INFO: Testing against a local daemon
23:37:57 [2019-09-19T23:37:57.915Z] === RUN   TestCommitInheritsEnv
23:37:58 [2019-09-19T23:37:58.011Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
23:37:58 [2019-09-19T23:37:58.011Z] === RUN   TestCopyFromContainerPathIsNotDir
23:37:58 [2019-09-19T23:37:58.011Z] PASS: docker_cli_daemon_test.go:206: DockerDaemonSuite.TestDaemonStartIptablesFalse	0.511s
23:37:58 [2019-09-19T23:37:58.011Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:37:58 [2019-09-19T23:37:58.011Z] === RUN   TestCopyFromContainer
23:37:58 [2019-09-19T23:37:58.289Z] --- PASS: TestCommitInheritsEnv (0.55s)
23:37:58 [2019-09-19T23:37:58.289Z] === RUN   TestImportExtremelyLargeImageWorks
23:37:58 [2019-09-19T23:37:58.289Z] === PAUSE TestImportExtremelyLargeImageWorks
23:37:58 [2019-09-19T23:37:58.289Z] === RUN   TestImagesFilterMultiReference
23:37:58 [2019-09-19T23:37:58.570Z] PASS: docker_cli_daemon_test.go:1689: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost	0.551s
23:37:58 [2019-09-19T23:37:58.697Z] --- PASS: TestRemoveContainerWithVolume (1.80s)
23:37:58 [2019-09-19T23:37:58.697Z] === RUN   TestRemoveContainerRunning
23:37:58 [2019-09-19T23:37:58.749Z] --- PASS: TestImagesFilterMultiReference (0.11s)
23:37:58 [2019-09-19T23:37:58.749Z] === RUN   TestRemoveImageOrphaning
23:37:59 [2019-09-19T23:37:59.148Z] --- PASS: TestRemoveImageOrphaning (0.58s)
23:37:59 [2019-09-19T23:37:59.148Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:37:59 [2019-09-19T23:37:59.148Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:37:59 [2019-09-19T23:37:59.148Z] === RUN   TestTagInvalidReference
23:37:59 [2019-09-19T23:37:59.148Z] --- PASS: TestTagInvalidReference (0.02s)
23:37:59 [2019-09-19T23:37:59.148Z] === RUN   TestTagValidPrefixedRepo
23:37:59 [2019-09-19T23:37:59.148Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
23:37:59 [2019-09-19T23:37:59.148Z] === RUN   TestTagExistedNameWithoutForce
23:37:59 [2019-09-19T23:37:59.148Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
23:37:59 [2019-09-19T23:37:59.148Z] === RUN   TestTagOfficialNames
23:37:59 [2019-09-19T23:37:59.494Z] PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles	13.430s
23:37:59 [2019-09-19T23:37:59.539Z] --- PASS: TestTagOfficialNames (0.22s)
23:37:59 [2019-09-19T23:37:59.539Z] === RUN   TestTagMatchesDigest
23:37:59 [2019-09-19T23:37:59.539Z] --- PASS: TestTagMatchesDigest (0.01s)
23:37:59 [2019-09-19T23:37:59.539Z] === CONT  TestImportExtremelyLargeImageWorks
23:37:59 [2019-09-19T23:37:59.647Z] ok  	github.com/docker/docker/daemon	12.476s	coverage: 17.5% of statements
23:37:59 [2019-09-19T23:37:59.647Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:37:59 [2019-09-19T23:37:59.647Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:37:59 [2019-09-19T23:37:59.647Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:37:59 [2019-09-19T23:37:59.647Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:38:00 [2019-09-19T23:38:00.054Z] === RUN   TestCopyFromContainer//
23:38:00 [2019-09-19T23:38:00.054Z] === RUN   TestCopyFromContainer//bar/root
23:38:00 [2019-09-19T23:38:00.229Z] --- PASS: TestRemoveContainerRunning (1.47s)
23:38:00 [2019-09-19T23:38:00.229Z] === RUN   TestRemoveContainerForceRemoveRunning
23:38:00 [2019-09-19T23:38:00.309Z] === RUN   TestCopyFromContainer//bar/root/
23:38:00 [2019-09-19T23:38:00.309Z] === RUN   TestCopyFromContainer/bar/quux
23:38:00 [2019-09-19T23:38:00.564Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange	0.989s
23:38:00 [2019-09-19T23:38:00.564Z] === RUN   TestCopyFromContainer/bar/quux/
23:38:00 [2019-09-19T23:38:00.564Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:38:00 [2019-09-19T23:38:00.667Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	1.294s	coverage: 57.8% of statements
23:38:00 [2019-09-19T23:38:00.819Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:38:00 [2019-09-19T23:38:00.819Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:38:01 [2019-09-19T23:38:01.074Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:38:01 [2019-09-19T23:38:01.074Z] === RUN   TestCopyFromContainer/bar/notarget
23:38:01 [2019-09-19T23:38:01.329Z] PASS: docker_cli_daemon_test.go:2944: DockerDaemonSuite.TestDaemonStartWithIpcModes	2.692s
23:38:01 [2019-09-19T23:38:01.330Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile	0.748s
23:38:01 [2019-09-19T23:38:01.330Z] --- PASS: TestCopyFromContainer (3.30s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer// (0.14s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
23:38:01 [2019-09-19T23:38:01.330Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
23:38:01 [2019-09-19T23:38:01.330Z] === RUN   TestHealthKillContainer
23:38:01 [2019-09-19T23:38:01.759Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.57s)
23:38:01 [2019-09-19T23:38:01.760Z] === RUN   TestRemoveInvalidContainer
23:38:01 [2019-09-19T23:38:01.760Z] --- PASS: TestRemoveInvalidContainer (0.02s)
23:38:01 [2019-09-19T23:38:01.760Z] === RUN   TestRenameLinkedContainer
23:38:01 [2019-09-19T23:38:01.760Z] --- SKIP: TestRenameLinkedContainer (0.00s)
23:38:01 [2019-09-19T23:38:01.760Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
23:38:01 [2019-09-19T23:38:01.760Z] === RUN   TestRenameStoppedContainer
23:38:02 [2019-09-19T23:38:02.255Z] PASS: docker_cli_daemon_test.go:2138: DockerDaemonSuite.TestDaemonStartWithoutColors	1.051s
23:38:02 [2019-09-19T23:38:02.815Z] PASS: docker_cli_daemon_test.go:1680: DockerDaemonSuite.TestDaemonStartWithoutHost	0.507s
23:38:03 [2019-09-19T23:38:03.374Z] PASS: docker_cli_daemon_test.go:1544: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964	0.520s
23:38:03 [2019-09-19T23:38:03.932Z] --- PASS: TestRenameStoppedContainer (1.92s)
23:38:03 [2019-09-19T23:38:03.932Z] === RUN   TestRenameRunningContainerAndReuse
23:38:04 [2019-09-19T23:38:04.154Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	10.189s	coverage: 68.5% of statements
23:38:04 [2019-09-19T23:38:04.733Z] --- PASS: TestHealthKillContainer (3.19s)
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.733Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.733Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.733Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.733Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.733Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.733Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.733Z] PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir	3.483s
23:38:04 [2019-09-19T23:38:04.733Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.733Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.733Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.733Z] PASS
23:38:04 [2019-09-19T23:38:04.733Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.989Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.989Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.989Z] PASS
23:38:04 [2019-09-19T23:38:04.989Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.989Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.989Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.989Z] PASS
23:38:04 [2019-09-19T23:38:04.989Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.989Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.989Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.989Z] PASS
23:38:04 [2019-09-19T23:38:04.989Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:04 [2019-09-19T23:38:04.989Z] INFO: Testing against a local daemon
23:38:04 [2019-09-19T23:38:04.989Z] testing: warning: no tests to run
23:38:04 [2019-09-19T23:38:04.989Z] PASS
23:38:04 [2019-09-19T23:38:04.989Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:05 [2019-09-19T23:38:05.244Z] INFO: Testing against a local daemon
23:38:05 [2019-09-19T23:38:05.244Z] testing: warning: no tests to run
23:38:05 [2019-09-19T23:38:05.244Z] PASS
23:38:05 [2019-09-19T23:38:05.244Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:05 [2019-09-19T23:38:05.244Z] INFO: Testing against a local daemon
23:38:05 [2019-09-19T23:38:05.244Z] testing: warning: no tests to run
23:38:05 [2019-09-19T23:38:05.244Z] PASS
23:38:05 [2019-09-19T23:38:05.244Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:38:05 [2019-09-19T23:38:05.244Z] INFO: Testing against a local daemon
23:38:05 [2019-09-19T23:38:05.244Z] === RUN   TestDockerNetworkReConnect
23:38:06 [2019-09-19T23:38:06.758Z] PASS: docker_cli_daemon_test.go:969: DockerDaemonSuite.TestDaemonUlimitDefaults	3.039s
23:38:07 [2019-09-19T23:38:07.056Z] PASS: docker_cli_daemon_test.go:1174: DockerDaemonSuite.TestDaemonUnixSockCleanedUp	0.514s
23:38:07 [2019-09-19T23:38:07.439Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.083s	coverage: 50.8% of statements
23:38:07 [2019-09-19T23:38:07.622Z] --- PASS: TestRenameRunningContainerAndReuse (4.02s)
23:38:07 [2019-09-19T23:38:07.622Z] === RUN   TestRenameInvalidName
23:38:08 [2019-09-19T23:38:08.472Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.446s	coverage: 45.9% of statements
23:38:08 [2019-09-19T23:38:08.472Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:38:09 [2019-09-19T23:38:09.142Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.494s	coverage: 76.1% of statements
23:38:09 [2019-09-19T23:38:09.153Z] --- PASS: TestRenameInvalidName (1.63s)
23:38:09 [2019-09-19T23:38:09.154Z] === RUN   TestRenameAnonymousContainer
23:38:09 [2019-09-19T23:38:09.154Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
23:38:09 [2019-09-19T23:38:09.154Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
23:38:09 [2019-09-19T23:38:09.154Z] === RUN   TestRenameContainerWithSameName
23:38:09 [2019-09-19T23:38:09.565Z] PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot	4.556s
23:38:10 [2019-09-19T23:38:10.661Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	4.492s	coverage: 52.5% of statements
23:38:10 [2019-09-19T23:38:10.661Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:38:10 [2019-09-19T23:38:10.661Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:38:10 [2019-09-19T23:38:10.925Z] --- PASS: TestDockerNetworkReConnect (5.46s)
23:38:10 [2019-09-19T23:38:10.925Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:38:10 [2019-09-19T23:38:10.925Z]     daemon.go:321: [d95ee9b5fd9ce] waiting for daemon to start
23:38:10 [2019-09-19T23:38:10.925Z]     daemon.go:339: [d95ee9b5fd9ce] daemon started
23:38:10 [2019-09-19T23:38:10.925Z]     daemon.go:449: [d95ee9b5fd9ce] Stopping daemon
23:38:10 [2019-09-19T23:38:10.925Z]     daemon.go:288: [d95ee9b5fd9ce] exiting daemon
23:38:10 [2019-09-19T23:38:10.925Z]     daemon.go:436: [d95ee9b5fd9ce] Daemon stopped
23:38:10 [2019-09-19T23:38:10.925Z] === RUN   TestServiceUpdateNetwork
23:38:10 [2019-09-19T23:38:10.925Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir	1.537s
23:38:10 [2019-09-19T23:38:10.925Z] SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows)
23:38:10 [2019-09-19T23:38:10.925Z] SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows)
23:38:10 [2019-09-19T23:38:10.925Z] SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows)
23:38:10 [2019-09-19T23:38:10.925Z] SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows)
23:38:11 [2019-09-19T23:38:11.326Z] --- PASS: TestRenameContainerWithSameName (1.68s)
23:38:11 [2019-09-19T23:38:11.326Z] === RUN   TestRenameContainerWithLinkedContainer
23:38:11 [2019-09-19T23:38:11.326Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
23:38:11 [2019-09-19T23:38:11.326Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
23:38:11 [2019-09-19T23:38:11.326Z] === RUN   TestResize
23:38:11 [2019-09-19T23:38:11.326Z] --- SKIP: TestResize (0.00s)
23:38:11 [2019-09-19T23:38:11.326Z]     resize_test.go:20: testEnv.OSType == "windows": FIXME
23:38:11 [2019-09-19T23:38:11.326Z] === RUN   TestResizeWithInvalidSize
23:38:11 [2019-09-19T23:38:11.326Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
23:38:11 [2019-09-19T23:38:11.326Z]     resize_test.go:38: testEnv.OSType == "windows": FIXME
23:38:11 [2019-09-19T23:38:11.326Z] === RUN   TestResizeWhenContainerNotStarted
23:38:12 [2019-09-19T23:38:12.147Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.035s	coverage: 58.0% of statements
23:38:12 [2019-09-19T23:38:12.858Z] --- PASS: TestResizeWhenContainerNotStarted (1.90s)
23:38:12 [2019-09-19T23:38:12.858Z] === RUN   TestDaemonRestartKillContainers
23:38:12 [2019-09-19T23:38:12.858Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
23:38:12 [2019-09-19T23:38:12.858Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:38:12 [2019-09-19T23:38:12.858Z] === RUN   TestStats
23:38:12 [2019-09-19T23:38:12.858Z] --- SKIP: TestStats (0.00s)
23:38:12 [2019-09-19T23:38:12.858Z]     stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit
23:38:12 [2019-09-19T23:38:12.858Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:38:13 [2019-09-19T23:38:13.632Z] ok  	github.com/docker/docker/daemon/links	0.038s	coverage: 93.0% of statements
23:38:14 [2019-09-19T23:38:14.267Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.045s	coverage: 3.0% of statements
23:38:16 [2019-09-19T23:38:16.156Z] PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir	4.405s
23:38:17 [2019-09-19T23:38:17.538Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.68s)
23:38:17 [2019-09-19T23:38:17.538Z] === RUN   TestStopContainerWithTimeout
23:38:17 [2019-09-19T23:38:17.538Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
23:38:17 [2019-09-19T23:38:17.538Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
23:38:17 [2019-09-19T23:38:17.538Z] === RUN   TestUpdateRestartPolicy
23:38:18 [2019-09-19T23:38:18.683Z] ok  	github.com/docker/docker/daemon/logger	0.278s	coverage: 43.7% of statements
23:38:19 [2019-09-19T23:38:19.802Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.029s	coverage: 68.2% of statements
23:38:20 [2019-09-19T23:38:20.089Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.551s	coverage: 78.2% of statements
23:38:20 [2019-09-19T23:38:20.311Z] PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting	2.502s
23:38:20 [2019-09-19T23:38:20.566Z] PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir	5.267s
23:38:21 [2019-09-19T23:38:21.490Z] PASS: docker_cli_daemon_test.go:1590: DockerDaemonSuite.TestDaemonWideLogConfig	1.507s
23:38:22 [2019-09-19T23:38:22.136Z] ok  	github.com/docker/docker/daemon/images	0.032s	coverage: 4.9% of statements
23:38:22 [2019-09-19T23:38:22.136Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:38:22 [2019-09-19T23:38:22.136Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:38:22 [2019-09-19T23:38:22.136Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:38:22 [2019-09-19T23:38:22.136Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:38:22 [2019-09-19T23:38:22.136Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.022s	coverage: 88.3% of statements
23:38:22 [2019-09-19T23:38:22.759Z] ok  	github.com/docker/docker/daemon/logger/journald	0.035s	coverage: 26.2% of statements
23:38:24 [2019-09-19T23:38:24.009Z] PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot	3.107s
23:38:24 [2019-09-19T23:38:24.009Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir	0.327s
23:38:24 [2019-09-19T23:38:24.823Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.065s	coverage: 62.1% of statements
23:38:25 [2019-09-19T23:38:25.368Z] --- PASS: TestServiceUpdateNetwork (14.70s)
23:38:25 [2019-09-19T23:38:25.368Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:38:25 [2019-09-19T23:38:25.368Z]     daemon.go:321: [d3a3f4629032a] waiting for daemon to start
23:38:25 [2019-09-19T23:38:25.368Z]     daemon.go:339: [d3a3f4629032a] daemon started
23:38:25 [2019-09-19T23:38:25.368Z]     daemon.go:449: [d3a3f4629032a] Stopping daemon
23:38:25 [2019-09-19T23:38:25.368Z]     daemon.go:288: [d3a3f4629032a] exiting daemon
23:38:25 [2019-09-19T23:38:25.368Z]     daemon.go:436: [d3a3f4629032a] Daemon stopped
23:38:25 [2019-09-19T23:38:25.368Z] === RUN   TestDockerNetworkReConnect
23:38:25 [2019-09-19T23:38:25.368Z] PASS: docker_cli_daemon_test.go:2648: DockerDaemonSuite.TestDaemonWithUserlandProxyPath	3.861s
23:38:26 [2019-09-19T23:38:26.291Z] PASS: docker_cli_daemon_test.go:1195: DockerDaemonSuite.TestDaemonWithWrongkey	0.657s
23:38:27 [2019-09-19T23:38:27.526Z] ok  	github.com/docker/docker/daemon/logger/local	0.048s	coverage: 74.7% of statements
23:38:27 [2019-09-19T23:38:27.526Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:38:27 [2019-09-19T23:38:27.526Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.042s	coverage: 18.6% of statements
23:38:28 [2019-09-19T23:38:28.547Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.011s	coverage: 47.8% of statements
23:38:29 [2019-09-19T23:38:29.171Z] ok  	github.com/docker/docker/daemon/logger/templates	0.019s	coverage: 8.3% of statements
23:38:31 [2019-09-19T23:38:31.524Z] --- PASS: TestDockerNetworkReConnect (5.30s)
23:38:31 [2019-09-19T23:38:31.524Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:38:31 [2019-09-19T23:38:31.524Z]     daemon.go:321: [d88ce16fa1894] waiting for daemon to start
23:38:31 [2019-09-19T23:38:31.524Z]     daemon.go:339: [d88ce16fa1894] daemon started
23:38:31 [2019-09-19T23:38:31.524Z]     daemon.go:449: [d88ce16fa1894] Stopping daemon
23:38:31 [2019-09-19T23:38:31.524Z]     daemon.go:288: [d88ce16fa1894] exiting daemon
23:38:31 [2019-09-19T23:38:31.524Z]     daemon.go:436: [d88ce16fa1894] Daemon stopped
23:38:31 [2019-09-19T23:38:31.524Z] === RUN   TestServiceUpdateNetwork
23:38:31 [2019-09-19T23:38:31.524Z] PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot	6.873s
23:38:31 [2019-09-19T23:38:31.779Z] PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork	5.586s
23:38:31 [2019-09-19T23:38:31.869Z] ok  	github.com/docker/docker/daemon/network	0.027s	coverage: 63.8% of statements
23:38:31 [2019-09-19T23:38:31.869Z] ok  	github.com/docker/docker/daemon/logger/splunk	3.035s	coverage: 84.5% of statements
23:38:31 [2019-09-19T23:38:31.869Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:38:31 [2019-09-19T23:38:31.869Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:38:35 [2019-09-19T23:38:35.359Z] ok  	github.com/docker/docker/distribution/metadata	0.171s	coverage: 48.2% of statements
23:38:35 [2019-09-19T23:38:35.981Z] ok  	github.com/docker/docker/errdefs	0.017s	coverage: 51.6% of statements
23:38:36 [2019-09-19T23:38:36.034Z] PASS: docker_cli_exec_test.go:85: DockerDaemonSuite.TestExecAfterDaemonRestart	3.471s
23:38:37 [2019-09-19T23:38:37.442Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard	6.562s
23:38:38 [2019-09-19T23:38:38.003Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache	0.523s
23:38:38 [2019-09-19T23:38:38.032Z] ok  	github.com/docker/docker/distribution	0.762s	coverage: 22.6% of statements
23:38:38 [2019-09-19T23:38:38.032Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:38:38 [2019-09-19T23:38:38.684Z] --- PASS: TestUpdateRestartPolicy (19.62s)
23:38:38 [2019-09-19T23:38:38.685Z] === RUN   TestUpdateRestartWithAutoRemove
23:38:38 [2019-09-19T23:38:38.685Z] --- PASS: TestUpdateRestartWithAutoRemove (1.47s)
23:38:38 [2019-09-19T23:38:38.685Z] === RUN   TestWaitNonBlocked
23:38:38 [2019-09-19T23:38:38.685Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:38 [2019-09-19T23:38:38.685Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:38 [2019-09-19T23:38:38.685Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:38 [2019-09-19T23:38:38.685Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:38 [2019-09-19T23:38:38.685Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:38 [2019-09-19T23:38:38.685Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:39 [2019-09-19T23:38:39.448Z] PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName	1.366s
23:38:40 [2019-09-19T23:38:40.084Z] ok  	github.com/docker/docker/distribution/xfer	1.487s	coverage: 83.4% of statements
23:38:40 [2019-09-19T23:38:40.084Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestWaitNonBlocked (0.02s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.40s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.47s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestWaitBlocked
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestWaitBlocked (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\image
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Testing against a local daemon
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestCommitInheritsEnv
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestCommitInheritsEnv (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestImportExtremelyLargeImageWorks
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     import_test.go:22: testEnv.OSType == "windows": TODO enable on windows
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestImagesFilterMultiReference
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestRemoveImageOrphaning
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestRemoveImageOrphaning (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagInvalidReference
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestTagInvalidReference (0.02s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagValidPrefixedRepo
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagExistedNameWithoutForce
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagOfficialNames
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestTagOfficialNames (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     tag_test.go:98: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestTagMatchesDigest
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestTagMatchesDigest (0.02s)
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\network
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Testing against a local daemon
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestNetworkCreateDelete
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestNetworkCreateDelete (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDockerNetworkDeletePreferID
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestInspectNetwork
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestInspectNetwork (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestRunContainerWithBridgeNone
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     network_test.go:22: testEnv.DaemonInfo.OSType != "linux"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestNetworkInvalidJSON
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestNetworkInvalidJSON//networks/create
23:38:41 [2019-09-19T23:38:41.613Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:38:41 [2019-09-19T23:38:41.613Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:41 [2019-09-19T23:38:41.613Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:41 [2019-09-19T23:38:41.613Z] === CONT  TestNetworkInvalidJSON//networks/create
23:38:41 [2019-09-19T23:38:41.613Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:38:41 [2019-09-19T23:38:41.613Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDaemonRestartWithLiveRestore
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:29: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDaemonDefaultNetworkPools
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:51: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDaemonRestartWithExistingNetwork
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:94: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:127: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:177: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestServiceWithPredefinedNetwork
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:201: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:230: FLAKY_TEST
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestServiceWithDataPathPortInit
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:333: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:38:41 [2019-09-19T23:38:41.613Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
23:38:41 [2019-09-19T23:38:41.613Z]     service_test.go:392: testEnv.OSType == "windows"
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Testing against a local daemon
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Testing against a local daemon
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:41 [2019-09-19T23:38:41.613Z] INFO: Testing against a local daemon
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestPluginInvalidJSON
23:38:41 [2019-09-19T23:38:41.613Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:38:41 [2019-09-19T23:38:41.613Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:38:41 [2019-09-19T23:38:41.613Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:38:41 [2019-09-19T23:38:41.613Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:38:41 [2019-09-19T23:38:41.613Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
23:38:41 [2019-09-19T23:38:41.613Z] PASS
23:38:41 [2019-09-19T23:38:41.613Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
23:38:41 [2019-09-19T23:38:41.631Z] ok  	github.com/docker/docker/image/cache	0.043s	coverage: 19.2% of statements
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestExternalGraphDriver
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestExternalGraphDriver (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     external_test.go:48: runtime.GOOS == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestGraphdriverPluginV2
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     external_test.go:407: runtime.GOOS == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] PASS
23:38:42 [2019-09-19T23:38:42.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.071Z] PASS
23:38:42 [2019-09-19T23:38:42.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.071Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestSecretInspect
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestSecretInspect (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:22: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestSecretList
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestSecretList (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:45: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestSecretsCreateAndDelete
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:122: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestSecretsUpdate
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestSecretsUpdate (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:169: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestTemplatedSecret
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestTemplatedSecret (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:220: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestSecretCreateResolve
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestSecretCreateResolve (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     secret_test.go:339: testEnv.DaemonInfo.OSType != "linux"
23:38:42 [2019-09-19T23:38:42.071Z] PASS
23:38:42 [2019-09-19T23:38:42.071Z] Running D:\gopath\src\github.com\docker\docker\integration\service
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.071Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceCreateInit
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:38:42 [2019-09-19T23:38:42.071Z] --- PASS: TestServiceCreateInit (0.03s)
23:38:42 [2019-09-19T23:38:42.071Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]         create_test.go:38: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]         create_test.go:38: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceMultipleTimes
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:78: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceConflict
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceConflict (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:127: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceMaxReplicas
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:150: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateWithDuplicateNetworkNames
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:169: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceSecretFileMode
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:222: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceConfigFileMode
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:286: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestCreateServiceSysctls
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestCreateServiceSysctls (0.02s)
23:38:42 [2019-09-19T23:38:42.071Z]     create_test.go:378: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestInspect
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestInspect (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     inspect_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestDockerNetworkConnectAlias
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestDockerNetworkReConnect
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServicePlugin
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestServicePlugin (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     plugin_test.go:25: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceUpdateLabel
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestServiceUpdateLabel (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     update_test.go:19: testEnv.DaemonInfo.OSType != "linux"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceUpdateSecrets
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     update_test.go:75: testEnv.DaemonInfo.OSType != "linux"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceUpdateConfigs
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     update_test.go:137: testEnv.DaemonInfo.OSType != "linux"
23:38:42 [2019-09-19T23:38:42.071Z] === RUN   TestServiceUpdateNetwork
23:38:42 [2019-09-19T23:38:42.071Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
23:38:42 [2019-09-19T23:38:42.071Z]     update_test.go:199: testEnv.DaemonInfo.OSType != "linux"
23:38:42 [2019-09-19T23:38:42.071Z] PASS
23:38:42 [2019-09-19T23:38:42.071Z] Running D:\gopath\src\github.com\docker\docker\integration\session
23:38:42 [2019-09-19T23:38:42.269Z] ok  	github.com/docker/docker/image	0.085s	coverage: 86.4% of statements
23:38:42 [2019-09-19T23:38:42.269Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:38:42 [2019-09-19T23:38:42.529Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.529Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestSessionCreate
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestSessionCreate (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestSessionCreateWithBadUpgrade
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     session_test.go:43: testEnv.OSType == "windows": FIXME
23:38:42 [2019-09-19T23:38:42.529Z] PASS
23:38:42 [2019-09-19T23:38:42.529Z] Running D:\gopath\src\github.com\docker\docker\integration\system
23:38:42 [2019-09-19T23:38:42.529Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:42 [2019-09-19T23:38:42.529Z] INFO: Testing against a local daemon
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestEventsExecDie
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestEventsExecDie (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestEventsBackwardsCompatible
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestInfoAPI
23:38:42 [2019-09-19T23:38:42.529Z] --- PASS: TestInfoAPI (0.03s)
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestInfoAPIWarnings
23:38:42 [2019-09-19T23:38:42.529Z] --- SKIP: TestInfoAPIWarnings (0.00s)
23:38:42 [2019-09-19T23:38:42.529Z]     info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME
23:38:42 [2019-09-19T23:38:42.529Z] === RUN   TestLoginFailsWithBadCredentials
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestPingCacheHeaders
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestPingCacheHeaders (0.02s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestPingGet
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestPingGet (0.02s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestPingHead
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestPingHead (0.03s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVersion
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestVersion (0.02s)
23:38:43 [2019-09-19T23:38:43.494Z] PASS
23:38:43 [2019-09-19T23:38:43.494Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
23:38:43 [2019-09-19T23:38:43.494Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:43 [2019-09-19T23:38:43.494Z] INFO: Testing against a local daemon
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVolumesCreateAndList
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestVolumesCreateAndList (0.03s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVolumesRemove
23:38:43 [2019-09-19T23:38:43.494Z] --- SKIP: TestVolumesRemove (0.00s)
23:38:43 [2019-09-19T23:38:43.494Z]     volume_test.go:64: testEnv.OSType == "windows": FIXME
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVolumesInspect
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestVolumesInspect (0.03s)
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVolumesInvalidJSON
23:38:43 [2019-09-19T23:38:43.494Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:38:43 [2019-09-19T23:38:43.494Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:38:43 [2019-09-19T23:38:43.494Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:38:43 [2019-09-19T23:38:43.494Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:38:43 [2019-09-19T23:38:43.494Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:38:43 [2019-09-19T23:38:43.494Z] PASS
23:38:43 [2019-09-19T23:38:43.494Z] INFO: make.ps1 ended at 09/19/2019 23:38:43
23:38:43 [2019-09-19T23:38:43.494Z] INFO: Integration CLI tests being run from the host:
23:38:43 [2019-09-19T23:38:43.494Z] INFO: go test "-check.v" "-tags" "autogen" "-check.timeout" "10m" "-test.timeout" "200m" 
23:38:43 [2019-09-19T23:38:43.762Z] ok  	github.com/docker/docker/image/v1	0.063s	coverage: 25.0% of statements
23:38:43 [2019-09-19T23:38:43.762Z] ?   	github.com/docker/docker/internal/test	[no test files]
23:38:43 [2019-09-19T23:38:43.945Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile	4.070s
23:38:44 [2019-09-19T23:38:44.200Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin	0.544s
23:38:44 [2019-09-19T23:38:44.200Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict	0.010s
23:38:45 [2019-09-19T23:38:45.254Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
23:38:45 [2019-09-19T23:38:45.254Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
23:38:45 [2019-09-19T23:38:45.254Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
23:38:45 [2019-09-19T23:38:45.254Z] ok  	github.com/docker/docker/internal/testutil	0.012s	coverage: 62.5% of statements
23:38:45 [2019-09-19T23:38:45.604Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore	1.142s
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
23:38:45 [2019-09-19T23:38:45.883Z] ok  	github.com/docker/docker/libcontainerd/queue	0.027s	coverage: 100.0% of statements
23:38:46 [2019-09-19T23:38:46.164Z] --- PASS: TestServiceUpdateNetwork (15.55s)
23:38:46 [2019-09-19T23:38:46.164Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:38:46 [2019-09-19T23:38:46.164Z]     daemon.go:321: [dc3574332ed9b] waiting for daemon to start
23:38:46 [2019-09-19T23:38:46.164Z]     daemon.go:339: [dc3574332ed9b] daemon started
23:38:46 [2019-09-19T23:38:46.164Z]     daemon.go:449: [dc3574332ed9b] Stopping daemon
23:38:46 [2019-09-19T23:38:46.164Z]     daemon.go:288: [dc3574332ed9b] exiting daemon
23:38:46 [2019-09-19T23:38:46.164Z]     daemon.go:436: [dc3574332ed9b] Daemon stopped
23:38:46 [2019-09-19T23:38:46.164Z] === RUN   TestDockerNetworkReConnect
23:38:46 [2019-09-19T23:38:46.420Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored	1.220s
23:38:47 [2019-09-19T23:38:47.780Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles	1.132s
23:38:48 [2019-09-19T23:38:48.706Z] PASS: docker_cli_daemon_test.go:2734: DockerDaemonSuite.TestExecWithUserAfterLiveRestore	12.943s
23:38:50 [2019-09-19T23:38:50.325Z] ok  	github.com/docker/docker/pkg/aaparser	0.007s	coverage: 50.0% of statements
23:38:50 [2019-09-19T23:38:50.635Z] PASS: docker_cli_daemon_test.go:2968: DockerDaemonSuite.TestFailedPluginRemove	2.045s
23:38:51 [2019-09-19T23:38:51.194Z] PASS: docker_cli_daemon_test.go:1282: DockerDaemonSuite.TestHTTPSInfo	0.536s
23:38:51 [2019-09-19T23:38:51.492Z] --- PASS: TestDockerNetworkReConnect (5.10s)
23:38:51 [2019-09-19T23:38:51.492Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:38:51 [2019-09-19T23:38:51.492Z]     daemon.go:321: [d8fdd7eb632ac] waiting for daemon to start
23:38:51 [2019-09-19T23:38:51.492Z]     daemon.go:339: [d8fdd7eb632ac] daemon started
23:38:51 [2019-09-19T23:38:51.492Z]     daemon.go:449: [d8fdd7eb632ac] Stopping daemon
23:38:51 [2019-09-19T23:38:51.492Z]     daemon.go:288: [d8fdd7eb632ac] exiting daemon
23:38:51 [2019-09-19T23:38:51.492Z]     daemon.go:436: [d8fdd7eb632ac] Daemon stopped
23:38:51 [2019-09-19T23:38:51.492Z] === RUN   TestServiceUpdateNetwork
23:38:51 [2019-09-19T23:38:51.747Z] PASS: docker_cli_daemon_test.go:1345: DockerDaemonSuite.TestHTTPSInfoRogueCert	0.521s
23:38:51 [2019-09-19T23:38:51.838Z] ok  	github.com/docker/docker/opts	0.154s	coverage: 66.9% of statements
23:38:52 [2019-09-19T23:38:52.306Z] PASS: docker_cli_daemon_test.go:1374: DockerDaemonSuite.TestHTTPSInfoRogueServerCert	0.523s
23:38:53 [2019-09-19T23:38:53.328Z] ok  	github.com/docker/docker/pkg/broadcaster	0.006s	coverage: 100.0% of statements
23:38:53 [2019-09-19T23:38:53.819Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:38:53 [2019-09-19T23:38:53.819Z] INFO: Testing against a local daemon
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported	0.002s
23:38:53 [2019-09-19T23:38:53.819Z] SKIP: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks (unmatched requirement DaemonIsLinux)
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON	0.001s
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON	0.001s
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText	0.001s
23:38:53 [2019-09-19T23:38:53.819Z] SKIP: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText (unmatched requirement DaemonIsLinux)
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS	0.001s
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete	0.568s
23:38:53 [2019-09-19T23:38:53.819Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter	0.238s
23:38:54 [2019-09-19T23:38:54.348Z] ok  	github.com/docker/docker/pkg/capabilities	0.013s	coverage: 87.5% of statements
23:38:54 [2019-09-19T23:38:54.348Z] ok  	github.com/docker/docker/pkg/archive	1.506s	coverage: 76.7% of statements
23:38:54 [2019-09-19T23:38:54.784Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory	0.591s
23:38:54 [2019-09-19T23:38:54.784Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc	0.331s
23:38:54 [2019-09-19T23:38:54.846Z] PASS: docker_cli_daemon_test.go:1310: DockerDaemonSuite.TestHTTPSRun	2.006s
23:38:54 [2019-09-19T23:38:54.846Z] PASS: docker_cli_daemon_test.go:50: DockerDaemonSuite.TestLegacyDaemonCommand	0.000s
23:38:55 [2019-09-19T23:38:55.364Z] ok  	github.com/docker/docker/pkg/authorization	1.652s	coverage: 66.7% of statements
23:38:55 [2019-09-19T23:38:55.650Z] ok  	github.com/docker/docker/pkg/directory	0.008s	coverage: 80.0% of statements
23:38:56 [2019-09-19T23:38:56.206Z] PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability	1.922s
23:38:57 [2019-09-19T23:38:57.692Z] ok  	github.com/docker/docker/pkg/discovery	0.020s	coverage: 58.3% of statements
23:38:58 [2019-09-19T23:38:58.088Z] PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled	1.481s
23:38:58 [2019-09-19T23:38:58.708Z] ok  	github.com/docker/docker/pkg/discovery/file	0.009s	coverage: 92.9% of statements
23:38:59 [2019-09-19T23:38:59.748Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
23:38:59 [2019-09-19T23:38:59.970Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore	12.376s
23:39:00 [2019-09-19T23:39:00.370Z] ok  	github.com/docker/docker/layer	8.081s	coverage: 72.0% of statements
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/oci	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:39:00 [2019-09-19T23:39:00.370Z] ok  	github.com/docker/docker/pkg/dmesg	0.015s	coverage: 83.3% of statements
23:39:00 [2019-09-19T23:39:00.666Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.023s	coverage: 93.8% of statements
23:39:01 [2019-09-19T23:39:01.329Z] PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart	3.560s
23:39:01 [2019-09-19T23:39:01.584Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths	1.655s
23:39:02 [2019-09-19T23:39:02.160Z] ok  	github.com/docker/docker/pkg/chrootarchive	4.626s	coverage: 43.2% of statements
23:39:02 [2019-09-19T23:39:02.160Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:39:02 [2019-09-19T23:39:02.160Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:39:02 [2019-09-19T23:39:02.160Z] ok  	github.com/docker/docker/pkg/filenotify	0.628s	coverage: 66.3% of statements
23:39:02 [2019-09-19T23:39:02.419Z] Created binary: bundles/binary-daemon/dockerd-dev
23:39:02 [2019-09-19T23:39:02.419Z] Copying nested executables into bundles/binary-daemon
23:39:02 [2019-09-19T23:39:02.419Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
23:39:02 [2019-09-19T23:39:02.507Z] PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling	1.198s
23:39:02 [2019-09-19T23:39:02.753Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/make.sh cross
23:39:02 [2019-09-19T23:39:02.786Z] ok  	github.com/docker/docker/pkg/fileutils	0.031s	coverage: 89.5% of statements
23:39:03 [2019-09-19T23:39:03.317Z] 
23:39:03 [2019-09-19T23:39:03.574Z] Removing bundles/
23:39:03 [2019-09-19T23:39:03.574Z] 
23:39:03 [2019-09-19T23:39:03.574Z] ---> Making bundle: cross (in bundles/cross)
23:39:03 [2019-09-19T23:39:03.574Z] Cross building: bundles/cross/linux/amd64
23:39:03 [2019-09-19T23:39:03.574Z] Building: bundles/cross/linux/amd64/dockerd-dev
23:39:03 [2019-09-19T23:39:03.574Z] GOOS="linux" GOARCH="amd64" GOARM=""
23:39:03 [2019-09-19T23:39:03.809Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.255s	coverage: 84.1% of statements
23:39:04 [2019-09-19T23:39:04.114Z] ok  	github.com/docker/docker/pkg/fsutils	0.465s	coverage: 85.1% of statements
23:39:04 [2019-09-19T23:39:04.388Z] PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel	1.512s
23:39:04 [2019-09-19T23:39:04.642Z] PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors	0.531s
23:39:04 [2019-09-19T23:39:04.740Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 10.2% of statements
23:39:04 [2019-09-19T23:39:04.896Z] PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment	3.233s
23:39:06 [2019-09-19T23:39:06.801Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.038s	coverage: 91.7% of statements
23:39:06 [2019-09-19T23:39:06.801Z] ok  	github.com/docker/docker/pkg/locker	0.049s	coverage: 88.9% of statements
23:39:06 [2019-09-19T23:39:06.823Z] --- PASS: TestServiceUpdateNetwork (15.11s)
23:39:06 [2019-09-19T23:39:06.823Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:39:06 [2019-09-19T23:39:06.823Z]     daemon.go:321: [d10595e301054] waiting for daemon to start
23:39:06 [2019-09-19T23:39:06.823Z]     daemon.go:339: [d10595e301054] daemon started
23:39:06 [2019-09-19T23:39:06.823Z]     daemon.go:449: [d10595e301054] Stopping daemon
23:39:06 [2019-09-19T23:39:06.823Z]     daemon.go:288: [d10595e301054] exiting daemon
23:39:06 [2019-09-19T23:39:06.823Z]     daemon.go:436: [d10595e301054] Daemon stopped
23:39:06 [2019-09-19T23:39:06.823Z] === RUN   TestDockerNetworkReConnect
23:39:07 [2019-09-19T23:39:07.430Z] ok  	github.com/docker/docker/pkg/idtools	0.969s	coverage: 70.1% of statements
23:39:07 [2019-09-19T23:39:07.717Z] ok  	github.com/docker/docker/pkg/longpath	0.022s	coverage: 100.0% of statements
23:39:08 [2019-09-19T23:39:08.185Z] PASS: docker_cli_daemon_test.go:2762: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore	3.527s
23:39:09 [2019-09-19T23:39:09.211Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.043s	coverage: 85.7% of statements
23:39:09 [2019-09-19T23:39:09.211Z] ok  	github.com/docker/docker/pkg/ioutils	2.572s	coverage: 69.1% of statements
23:39:09 [2019-09-19T23:39:09.211Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:39:09 [2019-09-19T23:39:09.498Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
23:39:10 [2019-09-19T23:39:10.124Z] ok  	github.com/docker/docker/pkg/mount	0.970s	coverage: 70.8% of statements
23:39:10 [2019-09-19T23:39:10.124Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:39:10 [2019-09-19T23:39:10.124Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
23:39:10 [2019-09-19T23:39:10.751Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.024s	coverage: 90.0% of statements
23:39:11 [2019-09-19T23:39:11.038Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 82.4% of statements
23:39:11 [2019-09-19T23:39:11.038Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:39:11 [2019-09-19T23:39:11.038Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:39:11 [2019-09-19T23:39:11.449Z] --- PASS: TestDockerNetworkReConnect (4.83s)
23:39:11 [2019-09-19T23:39:11.449Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:39:11 [2019-09-19T23:39:11.449Z]     daemon.go:321: [d68861ad4e7e7] waiting for daemon to start
23:39:11 [2019-09-19T23:39:11.449Z]     daemon.go:339: [d68861ad4e7e7] daemon started
23:39:11 [2019-09-19T23:39:11.449Z]     daemon.go:449: [d68861ad4e7e7] Stopping daemon
23:39:11 [2019-09-19T23:39:11.449Z]     daemon.go:288: [d68861ad4e7e7] exiting daemon
23:39:11 [2019-09-19T23:39:11.449Z]     daemon.go:436: [d68861ad4e7e7] Daemon stopped
23:39:11 [2019-09-19T23:39:11.449Z] === RUN   TestServiceUpdateNetwork
23:39:11 [2019-09-19T23:39:11.704Z] PASS: docker_cli_daemon_test.go:2795: DockerDaemonSuite.TestRestartPolicyWithLiveRestore	3.430s
23:39:12 [2019-09-19T23:39:12.528Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.023s	coverage: 56.8% of statements
23:39:13 [2019-09-19T23:39:13.574Z] ok  	github.com/docker/docker/pkg/pools	0.027s	coverage: 87.9% of statements
23:39:13 [2019-09-19T23:39:13.860Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.021s	coverage: 85.7% of statements
23:39:13 [2019-09-19T23:39:13.860Z] ok  	github.com/docker/docker/pkg/progress	0.018s	coverage: 75.9% of statements
23:39:15 [2019-09-19T23:39:15.344Z] ok  	github.com/docker/docker/pkg/reexec	0.013s	coverage: 82.4% of statements
23:39:15 [2019-09-19T23:39:15.969Z] ok  	github.com/docker/docker/pkg/pubsub	1.202s	coverage: 72.7% of statements
23:39:16 [2019-09-19T23:39:16.594Z] ok  	github.com/docker/docker/pkg/stdcopy	0.029s	coverage: 100.0% of statements
23:39:16 [2019-09-19T23:39:16.938Z] PASS: docker_cli_daemon_test.go:2112: DockerDaemonSuite.TestRunLinksChanged	4.894s
23:39:18 [2019-09-19T23:39:18.087Z] ok  	github.com/docker/docker/pkg/stringid	0.007s	coverage: 70.6% of statements
23:39:18 [2019-09-19T23:39:18.087Z] ok  	github.com/docker/docker/pkg/streamformatter	0.009s	coverage: 66.2% of statements
23:39:18 [2019-09-19T23:39:18.298Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions	13.059s
23:39:18 [2019-09-19T23:39:18.298Z] PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat	1.486s
23:39:18 [2019-09-19T23:39:18.857Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile	0.757s
23:39:18 [2019-09-19T23:39:18.857Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion	0.015s
23:39:19 [2019-09-19T23:39:19.102Z] ok  	github.com/docker/docker/pkg/symlink	0.018s	coverage: 87.7% of statements
23:39:19 [2019-09-19T23:39:19.112Z] PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap	1.046s
23:39:19 [2019-09-19T23:39:19.722Z] ok  	github.com/docker/docker/pkg/sysinfo	0.014s	coverage: 80.8% of statements
23:39:20 [2019-09-19T23:39:20.472Z] PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames	1.089s
23:39:20 [2019-09-19T23:39:20.747Z] ok  	github.com/docker/docker/pkg/system	0.029s	coverage: 35.8% of statements
23:39:21 [2019-09-19T23:39:21.034Z] ok  	github.com/docker/docker/pkg/tailfile	0.096s	coverage: 88.6% of statements
23:39:21 [2019-09-19T23:39:21.034Z] ok  	github.com/docker/docker/pkg/signal	5.624s	coverage: 61.0% of statements
23:39:23 [2019-09-19T23:39:23.121Z] ok  	github.com/docker/docker/pkg/term	0.010s	coverage: 85.9% of statements
23:39:23 [2019-09-19T23:39:23.121Z] testing: warning: no tests to run
23:39:23 [2019-09-19T23:39:23.121Z] ok  	github.com/docker/docker/pkg/term/windows	0.005s	coverage: 0.0% of statements [no tests to run]
23:39:23 [2019-09-19T23:39:23.748Z] ok  	github.com/docker/docker/pkg/tarsum	0.182s	coverage: 89.3% of statements
23:39:23 [2019-09-19T23:39:23.749Z] PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile	3.205s
23:39:23 [2019-09-19T23:39:23.749Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile	4.892s
23:39:24 [2019-09-19T23:39:24.034Z] ok  	github.com/docker/docker/pkg/urlutil	0.013s	coverage: 100.0% of statements
23:39:24 [2019-09-19T23:39:24.321Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
23:39:24 [2019-09-19T23:39:24.948Z] ok  	github.com/docker/docker/pkg/useragent	0.018s	coverage: 88.9% of statements
23:39:26 [2019-09-19T23:39:26.345Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore	2.290s
23:39:26 [2019-09-19T23:39:26.991Z] ok  	github.com/docker/docker/plugin/v2	0.008s	coverage: 14.5% of statements
23:39:27 [2019-09-19T23:39:27.316Z] --- PASS: TestServiceUpdateNetwork (15.73s)
23:39:27 [2019-09-19T23:39:27.316Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:39:27 [2019-09-19T23:39:27.316Z]     daemon.go:321: [d3e66979e1216] waiting for daemon to start
23:39:27 [2019-09-19T23:39:27.316Z]     daemon.go:339: [d3e66979e1216] daemon started
23:39:27 [2019-09-19T23:39:27.316Z]     daemon.go:449: [d3e66979e1216] Stopping daemon
23:39:27 [2019-09-19T23:39:27.316Z]     daemon.go:288: [d3e66979e1216] exiting daemon
23:39:27 [2019-09-19T23:39:27.316Z]     daemon.go:436: [d3e66979e1216] Daemon stopped
23:39:27 [2019-09-19T23:39:27.316Z] === RUN   TestDockerNetworkReConnect
23:39:28 [2019-09-19T23:39:28.336Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles	2.403s
23:39:29 [2019-09-19T23:39:29.766Z] ok  	github.com/docker/docker/reference	0.037s	coverage: 84.4% of statements
23:39:30 [2019-09-19T23:39:30.389Z] ok  	github.com/docker/docker/profiles/seccomp	0.019s	coverage: 69.1% of statements
23:39:31 [2019-09-19T23:39:31.016Z] PASS: docker_cli_daemon_test.go:2524: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine	7.406s
23:39:31 [2019-09-19T23:39:31.415Z] ok  	github.com/docker/docker/plugin	0.607s	coverage: 27.3% of statements
23:39:32 [2019-09-19T23:39:32.111Z] --- PASS: TestDockerNetworkReConnect (4.94s)
23:39:32 [2019-09-19T23:39:32.111Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:39:32 [2019-09-19T23:39:32.111Z]     daemon.go:321: [d1b145f93b846] waiting for daemon to start
23:39:32 [2019-09-19T23:39:32.111Z]     daemon.go:339: [d1b145f93b846] daemon started
23:39:32 [2019-09-19T23:39:32.111Z]     daemon.go:449: [d1b145f93b846] Stopping daemon
23:39:32 [2019-09-19T23:39:32.111Z]     daemon.go:288: [d1b145f93b846] exiting daemon
23:39:32 [2019-09-19T23:39:32.111Z]     daemon.go:436: [d1b145f93b846] Daemon stopped
23:39:32 [2019-09-19T23:39:32.111Z] === RUN   TestServiceUpdateNetwork
23:39:32 [2019-09-19T23:39:32.904Z] ok  	github.com/docker/docker/restartmanager	0.020s	coverage: 47.1% of statements
23:39:33 [2019-09-19T23:39:33.191Z] ok  	github.com/docker/docker/registry/resumable	0.047s	coverage: 100.0% of statements
23:39:35 [2019-09-19T23:39:35.907Z] ok  	github.com/docker/docker/registry	0.570s	coverage: 56.4% of statements
23:39:35 [2019-09-19T23:39:35.907Z] ok  	github.com/docker/docker/runconfig	0.029s	coverage: 68.2% of statements
23:39:36 [2019-09-19T23:39:36.210Z] ok  	github.com/docker/docker/volume/drivers	0.015s	coverage: 36.1% of statements
23:39:36 [2019-09-19T23:39:36.277Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile	7.391s
23:39:38 [2019-09-19T23:39:38.252Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir	2.273s
23:39:38 [2019-09-19T23:39:38.918Z] ok  	github.com/docker/docker/volume/mounts	0.071s	coverage: 67.0% of statements
23:39:39 [2019-09-19T23:39:39.546Z] ok  	github.com/docker/docker/volume/local	0.041s	coverage: 73.0% of statements
23:39:39 [2019-09-19T23:39:39.883Z] --- PASS: TestImportExtremelyLargeImageWorks (92.19s)
23:39:39 [2019-09-19T23:39:39.883Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks
23:39:39 [2019-09-19T23:39:39.883Z]     daemon.go:321: [d9dcd02dd6f51] waiting for daemon to start
23:39:39 [2019-09-19T23:39:39.883Z]     daemon.go:339: [d9dcd02dd6f51] daemon started
23:39:39 [2019-09-19T23:39:39.883Z]     daemon.go:449: [d9dcd02dd6f51] Stopping daemon
23:39:39 [2019-09-19T23:39:39.883Z]     daemon.go:288: [d9dcd02dd6f51] exiting daemon
23:39:39 [2019-09-19T23:39:39.883Z]     daemon.go:436: [d9dcd02dd6f51] Daemon stopped
23:39:39 [2019-09-19T23:39:39.883Z] PASS
23:39:39 [2019-09-19T23:39:39.883Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
23:39:39 [2019-09-19T23:39:39.883Z] INFO: Testing against a local daemon
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestNetworkCreateDelete
23:39:39 [2019-09-19T23:39:39.883Z] --- PASS: TestNetworkCreateDelete (0.22s)
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestDockerNetworkDeletePreferID
23:39:39 [2019-09-19T23:39:39.883Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s)
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestInspectNetwork
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestInspectNetwork/full_network_id
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestInspectNetwork/partial_network_id
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestInspectNetwork/network_name
23:39:39 [2019-09-19T23:39:39.883Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:39:40 [2019-09-19T23:39:40.451Z] PASS: docker_cli_daemon_test.go:2406: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile	9.626s
23:39:40 [2019-09-19T23:39:40.451Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs	2.390s
23:39:41 [2019-09-19T23:39:41.068Z] ok  	github.com/docker/docker/volume/service	0.034s	coverage: 73.0% of statements
23:39:42 [2019-09-19T23:39:42.416Z] --- PASS: TestInspectNetwork (9.84s)
23:39:42 [2019-09-19T23:39:42.416Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork
23:39:42 [2019-09-19T23:39:42.416Z]     daemon.go:321: [def67f8c5cc07] waiting for daemon to start
23:39:42 [2019-09-19T23:39:42.416Z]     daemon.go:339: [def67f8c5cc07] daemon started
23:39:42 [2019-09-19T23:39:42.416Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:39:42 [2019-09-19T23:39:42.416Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:39:42 [2019-09-19T23:39:42.416Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:39:42 [2019-09-19T23:39:42.416Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:39:42 [2019-09-19T23:39:42.416Z]     daemon.go:449: [def67f8c5cc07] Stopping daemon
23:39:42 [2019-09-19T23:39:42.416Z]     daemon.go:288: [def67f8c5cc07] exiting daemon
23:39:42 [2019-09-19T23:39:42.416Z]     daemon.go:436: [def67f8c5cc07] Daemon stopped
23:39:42 [2019-09-19T23:39:42.416Z] === RUN   TestRunContainerWithBridgeNone
23:39:43 [2019-09-19T23:39:43.710Z] PASS: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault	2.282s
23:39:44 [2019-09-19T23:39:44.928Z] --- PASS: TestRunContainerWithBridgeNone (2.63s)
23:39:44 [2019-09-19T23:39:44.928Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone
23:39:44 [2019-09-19T23:39:44.928Z]     daemon.go:321: [d9a85045876f4] waiting for daemon to start
23:39:44 [2019-09-19T23:39:44.928Z]     daemon.go:339: [d9a85045876f4] daemon started
23:39:44 [2019-09-19T23:39:44.928Z]     daemon.go:449: [d9a85045876f4] Stopping daemon
23:39:44 [2019-09-19T23:39:44.928Z]     daemon.go:288: [d9a85045876f4] exiting daemon
23:39:44 [2019-09-19T23:39:44.928Z]     daemon.go:436: [d9a85045876f4] Daemon stopped
23:39:44 [2019-09-19T23:39:44.928Z] === RUN   TestNetworkInvalidJSON
23:39:44 [2019-09-19T23:39:44.928Z] === RUN   TestNetworkInvalidJSON//networks/create
23:39:44 [2019-09-19T23:39:44.928Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:39:44 [2019-09-19T23:39:44.928Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:39:44 [2019-09-19T23:39:44.928Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:39:44 [2019-09-19T23:39:44.928Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:39:44 [2019-09-19T23:39:44.928Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:39:45 [2019-09-19T23:39:45.070Z] PASS: docker_cli_daemon_test.go:2852: DockerDaemonSuite.TestShmSize	1.655s
23:39:45 [2019-09-19T23:39:45.292Z] === CONT  TestNetworkInvalidJSON//networks/create
23:39:45 [2019-09-19T23:39:45.292Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:39:45 [2019-09-19T23:39:45.292Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:39:45 [2019-09-19T23:39:45.292Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:39:45 [2019-09-19T23:39:45.292Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:39:45 [2019-09-19T23:39:45.292Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:39:45 [2019-09-19T23:39:45.292Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:39:45 [2019-09-19T23:39:45.292Z] === RUN   TestDaemonRestartWithLiveRestore
23:39:46 [2019-09-19T23:39:46.067Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
23:39:46 [2019-09-19T23:39:46.067Z]     service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:321: [d3e61c557dcdd] waiting for daemon to start
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:339: [d3e61c557dcdd] daemon started
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:449: [d3e61c557dcdd] Stopping daemon
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:288: [d3e61c557dcdd] exiting daemon
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:436: [d3e61c557dcdd] Daemon stopped
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:321: [d3e61c557dcdd] waiting for daemon to start
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:339: [d3e61c557dcdd] daemon started
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:449: [d3e61c557dcdd] Stopping daemon
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:288: [d3e61c557dcdd] exiting daemon
23:39:46 [2019-09-19T23:39:46.067Z]     daemon.go:436: [d3e61c557dcdd] Daemon stopped
23:39:46 [2019-09-19T23:39:46.067Z] === RUN   TestDaemonDefaultNetworkPools
23:39:46 [2019-09-19T23:39:46.878Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
23:39:46 [2019-09-19T23:39:46.878Z]     service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools
23:39:46 [2019-09-19T23:39:46.878Z]     daemon.go:321: [dc2592d7ce7a3] waiting for daemon to start
23:39:46 [2019-09-19T23:39:46.878Z]     daemon.go:339: [dc2592d7ce7a3] daemon started
23:39:46 [2019-09-19T23:39:46.878Z]     daemon.go:449: [dc2592d7ce7a3] Stopping daemon
23:39:46 [2019-09-19T23:39:46.878Z]     daemon.go:288: [dc2592d7ce7a3] exiting daemon
23:39:46 [2019-09-19T23:39:46.878Z]     daemon.go:436: [dc2592d7ce7a3] Daemon stopped
23:39:46 [2019-09-19T23:39:46.878Z] === RUN   TestDaemonRestartWithExistingNetwork
23:39:47 [2019-09-19T23:39:47.584Z] --- PASS: TestServiceUpdateNetwork (15.28s)
23:39:47 [2019-09-19T23:39:47.584Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:39:47 [2019-09-19T23:39:47.584Z]     daemon.go:321: [dd7f14a6d538c] waiting for daemon to start
23:39:47 [2019-09-19T23:39:47.584Z]     daemon.go:339: [dd7f14a6d538c] daemon started
23:39:47 [2019-09-19T23:39:47.584Z]     daemon.go:449: [dd7f14a6d538c] Stopping daemon
23:39:47 [2019-09-19T23:39:47.584Z]     daemon.go:288: [dd7f14a6d538c] exiting daemon
23:39:47 [2019-09-19T23:39:47.584Z]     daemon.go:436: [dd7f14a6d538c] Daemon stopped
23:39:47 [2019-09-19T23:39:47.584Z] PASS
23:39:47 [2019-09-19T23:39:47.584Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:47 [2019-09-19T23:39:47.584Z] INFO: Testing against a local daemon
23:39:47 [2019-09-19T23:39:47.584Z] testing: warning: no tests to run
23:39:47 [2019-09-19T23:39:47.584Z] PASS
23:39:47 [2019-09-19T23:39:47.584Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:47 [2019-09-19T23:39:47.584Z] INFO: Testing against a local daemon
23:39:47 [2019-09-19T23:39:47.584Z] testing: warning: no tests to run
23:39:47 [2019-09-19T23:39:47.584Z] PASS
23:39:47 [2019-09-19T23:39:47.584Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:47 [2019-09-19T23:39:47.584Z] INFO: Testing against a local daemon
23:39:47 [2019-09-19T23:39:47.584Z] testing: warning: no tests to run
23:39:47 [2019-09-19T23:39:47.584Z] PASS
23:39:47 [2019-09-19T23:39:47.584Z] Running integration-test (iteration 4)
23:39:47 [2019-09-19T23:39:47.584Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:47 [2019-09-19T23:39:47.584Z] INFO: Testing against a local daemon
23:39:47 [2019-09-19T23:39:47.584Z] === RUN   TestBuildMultiStageCopy
23:39:47 [2019-09-19T23:39:47.584Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:39:47 [2019-09-19T23:39:47.584Z] PASS: docker_cli_daemon_test.go:2869: DockerDaemonSuite.TestShmSizeReload	2.666s
23:39:47 [2019-09-19T23:39:47.584Z] PASS: docker_cli_daemon_test.go:1336: DockerDaemonSuite.TestTLSVerify	0.101s
23:39:47 [2019-09-19T23:39:47.885Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.8% of statements
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/rootless	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/volume	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === Skipped
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     exec_linux_test.go:18: requires AppArmor to be enabled
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     exec_linux_test.go:38: requires AppArmor to be enabled
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver btrfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver btrfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver btrfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver btrfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver btrfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:73: No driver to put!
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     overlay_test.go:49: Fails to compute changes intermittently
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     overlay_test.go:65: Cannot run test with naive change algorithm
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver zfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver zfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver zfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver zfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:46: Driver zfs not supported
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     graphtest_unix.go:73: No driver to put!
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:39:47 [2019-09-19T23:39:47.885Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] 
23:39:47 [2019-09-19T23:39:47.885Z] DONE 2021 tests, 19 skipped in 364.607s
23:39:48 [2019-09-19T23:39:48.304Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
23:39:48 [2019-09-19T23:39:48.305Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:321: [d0ca77d73c103] waiting for daemon to start
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:339: [d0ca77d73c103] daemon started
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:449: [d0ca77d73c103] Stopping daemon
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:288: [d0ca77d73c103] exiting daemon
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:436: [d0ca77d73c103] Daemon stopped
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:321: [d0ca77d73c103] waiting for daemon to start
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:339: [d0ca77d73c103] daemon started
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:449: [d0ca77d73c103] Stopping daemon
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:288: [d0ca77d73c103] exiting daemon
23:39:48 [2019-09-19T23:39:48.305Z]     daemon.go:436: [d0ca77d73c103] Daemon stopped
23:39:48 [2019-09-19T23:39:48.305Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
Post stage
[Pipeline] junit
23:39:48 [2019-09-19T23:39:48.536Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:39:48 [2019-09-19T23:39:48.945Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:39:48 [2019-09-19T23:39:48.945Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:39:49 [2019-09-19T23:39:49.200Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:39:49 [2019-09-19T23:39:49.253Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/make.sh dynbinary test-integration
23:39:49 [2019-09-19T23:39:49.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:39:49 [2019-09-19T23:39:49.535Z] 
23:39:49 [2019-09-19T23:39:49.565Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s)
23:39:49 [2019-09-19T23:39:49.565Z]     service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:321: [dcde9c25f83a0] waiting for daemon to start
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:339: [dcde9c25f83a0] daemon started
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:449: [dcde9c25f83a0] Stopping daemon
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:288: [dcde9c25f83a0] exiting daemon
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:436: [dcde9c25f83a0] Daemon stopped
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:321: [dcde9c25f83a0] waiting for daemon to start
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:339: [dcde9c25f83a0] daemon started
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:449: [dcde9c25f83a0] Stopping daemon
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:288: [dcde9c25f83a0] exiting daemon
23:39:49 [2019-09-19T23:39:49.565Z]     daemon.go:436: [dcde9c25f83a0] Daemon stopped
23:39:49 [2019-09-19T23:39:49.565Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:39:49 [2019-09-19T23:39:49.709Z] --- PASS: TestBuildMultiStageCopy (2.23s)
23:39:49 [2019-09-19T23:39:49.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.18s)
23:39:49 [2019-09-19T23:39:49.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:39:49 [2019-09-19T23:39:49.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s)
23:39:49 [2019-09-19T23:39:49.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
23:39:49 [2019-09-19T23:39:49.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
23:39:49 [2019-09-19T23:39:49.709Z] === RUN   TestBuildMultiStageCopy
23:39:49 [2019-09-19T23:39:49.709Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:39:49 [2019-09-19T23:39:49.820Z] Removing bundles/
23:39:49 [2019-09-19T23:39:49.820Z] 
23:39:49 [2019-09-19T23:39:49.820Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:39:49 [2019-09-19T23:39:49.820Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:39:49 [2019-09-19T23:39:49.820Z] GOOS="" GOARCH="" GOARM=""
23:39:49 [2019-09-19T23:39:49.965Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:39:49 [2019-09-19T23:39:49.965Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:39:50 [2019-09-19T23:39:50.221Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:39:50 [2019-09-19T23:39:50.347Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s)
23:39:50 [2019-09-19T23:39:50.347Z]     service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool
23:39:50 [2019-09-19T23:39:50.347Z]     daemon.go:321: [dcf3e6250d697] waiting for daemon to start
23:39:50 [2019-09-19T23:39:50.347Z]     daemon.go:339: [dcf3e6250d697] daemon started
23:39:50 [2019-09-19T23:39:50.347Z]     daemon.go:449: [dcf3e6250d697] Stopping daemon
23:39:50 [2019-09-19T23:39:50.347Z]     daemon.go:288: [dcf3e6250d697] exiting daemon
23:39:50 [2019-09-19T23:39:50.347Z]     daemon.go:436: [dcf3e6250d697] Daemon stopped
23:39:50 [2019-09-19T23:39:50.347Z] === RUN   TestServiceWithPredefinedNetwork
23:39:50 [2019-09-19T23:39:50.476Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:39:50 [2019-09-19T23:39:50.730Z] --- PASS: TestBuildMultiStageCopy (1.04s)
23:39:50 [2019-09-19T23:39:50.730Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.15s)
23:39:50 [2019-09-19T23:39:50.730Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:39:50 [2019-09-19T23:39:50.730Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:39:50 [2019-09-19T23:39:50.730Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
23:39:50 [2019-09-19T23:39:50.730Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.30s)
23:39:50 [2019-09-19T23:39:50.730Z] === RUN   TestBuildMultiStageCopy
23:39:50 [2019-09-19T23:39:50.730Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:39:50 [2019-09-19T23:39:50.984Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:39:51 [2019-09-19T23:39:51.238Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:39:51 [2019-09-19T23:39:51.238Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:39:51 [2019-09-19T23:39:51.493Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:39:51 [2019-09-19T23:39:51.761Z] --- PASS: TestBuildMultiStageCopy (1.03s)
23:39:51 [2019-09-19T23:39:51.761Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:39:51 [2019-09-19T23:39:51.761Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
23:39:51 [2019-09-19T23:39:51.761Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:39:51 [2019-09-19T23:39:51.761Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
23:39:51 [2019-09-19T23:39:51.761Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s)
23:39:51 [2019-09-19T23:39:51.761Z] === RUN   TestBuildMultiStageCopy
23:39:51 [2019-09-19T23:39:51.761Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:39:52 [2019-09-19T23:39:52.018Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:39:52 [2019-09-19T23:39:52.273Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:39:52 [2019-09-19T23:39:52.527Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:39:52 [2019-09-19T23:39:52.782Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:39:52 [2019-09-19T23:39:52.782Z] PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin	5.260s
23:39:53 [2019-09-19T23:39:53.037Z] --- PASS: TestBuildMultiStageCopy (1.16s)
23:39:53 [2019-09-19T23:39:53.037Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.13s)
23:39:53 [2019-09-19T23:39:53.037Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s)
23:39:53 [2019-09-19T23:39:53.037Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s)
23:39:53 [2019-09-19T23:39:53.037Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:39:53 [2019-09-19T23:39:53.037Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.27s)
23:39:53 [2019-09-19T23:39:53.037Z] === RUN   TestBuildMultiStageCopy
23:39:53 [2019-09-19T23:39:53.037Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:39:53 [2019-09-19T23:39:53.037Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:39:53 [2019-09-19T23:39:53.291Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:39:53 [2019-09-19T23:39:53.547Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:39:53 [2019-09-19T23:39:53.712Z] --- PASS: TestServiceWithPredefinedNetwork (2.92s)
23:39:53 [2019-09-19T23:39:53.712Z]     service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork
23:39:53 [2019-09-19T23:39:53.712Z]     daemon.go:321: [d60642f31e301] waiting for daemon to start
23:39:53 [2019-09-19T23:39:53.712Z]     daemon.go:339: [d60642f31e301] daemon started
23:39:53 [2019-09-19T23:39:53.712Z]     daemon.go:449: [d60642f31e301] Stopping daemon
23:39:53 [2019-09-19T23:39:53.712Z]     daemon.go:288: [d60642f31e301] exiting daemon
23:39:53 [2019-09-19T23:39:53.712Z]     daemon.go:436: [d60642f31e301] Daemon stopped
23:39:53 [2019-09-19T23:39:53.712Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:39:53 [2019-09-19T23:39:53.712Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:39:53 [2019-09-19T23:39:53.712Z]     service_test.go:230: FLAKY_TEST
23:39:53 [2019-09-19T23:39:53.712Z] === RUN   TestServiceWithDataPathPortInit
23:39:53 [2019-09-19T23:39:53.801Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:39:54 [2019-09-19T23:39:54.055Z] --- PASS: TestBuildMultiStageCopy (1.03s)
23:39:54 [2019-09-19T23:39:54.055Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:39:54 [2019-09-19T23:39:54.055Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s)
23:39:54 [2019-09-19T23:39:54.055Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:39:54 [2019-09-19T23:39:54.055Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.30s)
23:39:54 [2019-09-19T23:39:54.055Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
23:39:54 [2019-09-19T23:39:54.055Z] PASS
23:39:54 [2019-09-19T23:39:54.055Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:54 [2019-09-19T23:39:54.055Z] INFO: Testing against a local daemon
23:39:54 [2019-09-19T23:39:54.055Z] === RUN   TestConfigDaemonLibtrustID
23:39:54 [2019-09-19T23:39:54.615Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:39:54 [2019-09-19T23:39:54.615Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:39:54 [2019-09-19T23:39:54.615Z]     daemon.go:321: [df7dc4c2e7f51] waiting for daemon to start
23:39:54 [2019-09-19T23:39:54.615Z]     daemon.go:339: [df7dc4c2e7f51] daemon started
23:39:54 [2019-09-19T23:39:54.615Z]     daemon.go:449: [df7dc4c2e7f51] Stopping daemon
23:39:54 [2019-09-19T23:39:54.615Z]     daemon.go:288: [df7dc4c2e7f51] exiting daemon
23:39:54 [2019-09-19T23:39:54.615Z]     daemon.go:436: [df7dc4c2e7f51] Daemon stopped
23:39:54 [2019-09-19T23:39:54.615Z] === RUN   TestConfigDaemonLibtrustID
23:39:55 [2019-09-19T23:39:55.173Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:39:55 [2019-09-19T23:39:55.173Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:39:55 [2019-09-19T23:39:55.173Z]     daemon.go:321: [d306b2b6bd6b1] waiting for daemon to start
23:39:55 [2019-09-19T23:39:55.173Z]     daemon.go:339: [d306b2b6bd6b1] daemon started
23:39:55 [2019-09-19T23:39:55.173Z]     daemon.go:449: [d306b2b6bd6b1] Stopping daemon
23:39:55 [2019-09-19T23:39:55.173Z]     daemon.go:288: [d306b2b6bd6b1] exiting daemon
23:39:55 [2019-09-19T23:39:55.173Z]     daemon.go:436: [d306b2b6bd6b1] Daemon stopped
23:39:55 [2019-09-19T23:39:55.173Z] === RUN   TestConfigDaemonLibtrustID
23:39:55 [2019-09-19T23:39:55.734Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:39:55 [2019-09-19T23:39:55.734Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:39:55 [2019-09-19T23:39:55.734Z]     daemon.go:321: [d811b65ecb6df] waiting for daemon to start
23:39:55 [2019-09-19T23:39:55.734Z]     daemon.go:339: [d811b65ecb6df] daemon started
23:39:55 [2019-09-19T23:39:55.734Z]     daemon.go:449: [d811b65ecb6df] Stopping daemon
23:39:55 [2019-09-19T23:39:55.734Z]     daemon.go:288: [d811b65ecb6df] exiting daemon
23:39:55 [2019-09-19T23:39:55.734Z]     daemon.go:436: [d811b65ecb6df] Daemon stopped
23:39:55 [2019-09-19T23:39:55.734Z] === RUN   TestConfigDaemonLibtrustID
23:39:56 [2019-09-19T23:39:56.293Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:39:56 [2019-09-19T23:39:56.293Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:39:56 [2019-09-19T23:39:56.293Z]     daemon.go:321: [da329ce352815] waiting for daemon to start
23:39:56 [2019-09-19T23:39:56.293Z]     daemon.go:339: [da329ce352815] daemon started
23:39:56 [2019-09-19T23:39:56.293Z]     daemon.go:449: [da329ce352815] Stopping daemon
23:39:56 [2019-09-19T23:39:56.293Z]     daemon.go:288: [da329ce352815] exiting daemon
23:39:56 [2019-09-19T23:39:56.293Z]     daemon.go:436: [da329ce352815] Daemon stopped
23:39:56 [2019-09-19T23:39:56.293Z] === RUN   TestConfigDaemonLibtrustID
23:39:56 [2019-09-19T23:39:56.852Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
23:39:56 [2019-09-19T23:39:56.852Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:39:56 [2019-09-19T23:39:56.852Z]     daemon.go:321: [d66a8bb163326] waiting for daemon to start
23:39:56 [2019-09-19T23:39:56.852Z]     daemon.go:339: [d66a8bb163326] daemon started
23:39:56 [2019-09-19T23:39:56.852Z]     daemon.go:449: [d66a8bb163326] Stopping daemon
23:39:56 [2019-09-19T23:39:56.852Z]     daemon.go:288: [d66a8bb163326] exiting daemon
23:39:56 [2019-09-19T23:39:56.852Z]     daemon.go:436: [d66a8bb163326] Daemon stopped
23:39:56 [2019-09-19T23:39:56.852Z] PASS
23:39:56 [2019-09-19T23:39:56.852Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:39:56 [2019-09-19T23:39:56.852Z] INFO: Testing against a local daemon
23:39:56 [2019-09-19T23:39:56.852Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:39:56 [2019-09-19T23:39:56.852Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:39:56 [2019-09-19T23:39:56.852Z] === RUN   TestCopyFromContainerPathIsNotDir
23:39:57 [2019-09-19T23:39:57.106Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
23:39:57 [2019-09-19T23:39:57.106Z] === RUN   TestCopyFromContainer
23:39:57 [2019-09-19T23:39:57.106Z] PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks	2.465s
23:39:58 [2019-09-19T23:39:58.467Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir	17.972s
23:39:58 [2019-09-19T23:39:58.721Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile	0.170s
23:39:58 [2019-09-19T23:39:58.976Z] === RUN   TestCopyFromContainer//
23:39:58 [2019-09-19T23:39:58.976Z] === RUN   TestCopyFromContainer//bar/root
23:39:59 [2019-09-19T23:39:59.230Z] === RUN   TestCopyFromContainer//bar/root/
23:39:59 [2019-09-19T23:39:59.230Z] === RUN   TestCopyFromContainer/bar/quux
23:39:59 [2019-09-19T23:39:59.485Z] === RUN   TestCopyFromContainer/bar/quux/
23:39:59 [2019-09-19T23:39:59.740Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:39:59 [2019-09-19T23:39:59.740Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:39:59 [2019-09-19T23:39:59.740Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:39:59 [2019-09-19T23:39:59.950Z] --- PASS: TestServiceWithDataPathPortInit (5.84s)
23:39:59 [2019-09-19T23:39:59.950Z]     service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:321: [dc30b7ac9dcf6] waiting for daemon to start
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:339: [dc30b7ac9dcf6] daemon started
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:449: [dc30b7ac9dcf6] Stopping daemon
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:288: [dc30b7ac9dcf6] exiting daemon
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:436: [dc30b7ac9dcf6] Daemon stopped
23:39:59 [2019-09-19T23:39:59.950Z]     service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:321: [de1e8c4322c4f] waiting for daemon to start
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:339: [de1e8c4322c4f] daemon started
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:449: [de1e8c4322c4f] Stopping daemon
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:288: [de1e8c4322c4f] exiting daemon
23:39:59 [2019-09-19T23:39:59.950Z]     daemon.go:436: [de1e8c4322c4f] Daemon stopped
23:39:59 [2019-09-19T23:39:59.950Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:39:59 [2019-09-19T23:39:59.994Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:39:59 [2019-09-19T23:39:59.994Z] === RUN   TestCopyFromContainer/bar/notarget
23:40:00 [2019-09-19T23:40:00.249Z] --- PASS: TestCopyFromContainer (3.22s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer// (0.06s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/quux (0.19s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.15s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:40:00 [2019-09-19T23:40:00.249Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.15s)
23:40:00 [2019-09-19T23:40:00.249Z] === RUN   TestHealthKillContainer
23:40:00 [2019-09-19T23:40:00.504Z] PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope	1.566s
23:40:03 [2019-09-19T23:40:03.762Z] --- PASS: TestHealthKillContainer (3.24s)
23:40:03 [2019-09-19T23:40:03.762Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:40:03 [2019-09-19T23:40:03.762Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:40:03 [2019-09-19T23:40:03.762Z] === RUN   TestCopyFromContainerPathIsNotDir
23:40:03 [2019-09-19T23:40:03.762Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:40:03 [2019-09-19T23:40:03.762Z] === RUN   TestCopyFromContainer
23:40:03 [2019-09-19T23:40:03.762Z] PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine	5.112s
23:40:04 [2019-09-19T23:40:04.322Z] PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd	0.400s
23:40:04 [2019-09-19T23:40:04.881Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint	0.500s
23:40:05 [2019-09-19T23:40:05.164Z] --- PASS: TestServiceWithDefaultAddressPoolInit (5.76s)
23:40:05 [2019-09-19T23:40:05.164Z]     service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:321: [d2b8e3c501c6b] waiting for daemon to start
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:339: [d2b8e3c501c6b] daemon started
23:40:05 [2019-09-19T23:40:05.164Z]     service_test.go:423: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:saanvisthiraTestServiceWithDefaultAddressPoolInit ID:23k8psg18sx1zq19tk0kqkj09 Created:2019-09-19 23:40:00.214650282 +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:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:449: [d2b8e3c501c6b] Stopping daemon
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:288: [d2b8e3c501c6b] exiting daemon
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:436: [d2b8e3c501c6b] Daemon stopped
23:40:05 [2019-09-19T23:40:05.164Z]     service_test.go:436: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:321: [d70b26e8b4c1f] waiting for daemon to start
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:339: [d70b26e8b4c1f] daemon started
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:449: [d70b26e8b4c1f] Stopping daemon
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:288: [d70b26e8b4c1f] exiting daemon
23:40:05 [2019-09-19T23:40:05.164Z]     daemon.go:436: [d70b26e8b4c1f] Daemon stopped
23:40:05 [2019-09-19T23:40:05.164Z] PASS
23:40:05 [2019-09-19T23:40:05.164Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
23:40:05 [2019-09-19T23:40:05.164Z] INFO: Testing against a local daemon
23:40:05 [2019-09-19T23:40:05.164Z] === RUN   TestDockerNetworkIpvlanPersistance
23:40:05 [2019-09-19T23:40:05.164Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:40:05 [2019-09-19T23:40:05.164Z]     ipvlan_test.go:27: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:40:05 [2019-09-19T23:40:05.164Z] === RUN   TestDockerNetworkIpvlan
23:40:05 [2019-09-19T23:40:05.164Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:40:05 [2019-09-19T23:40:05.164Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:40:05 [2019-09-19T23:40:05.164Z] PASS
23:40:05 [2019-09-19T23:40:05.164Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
23:40:05 [2019-09-19T23:40:05.164Z] INFO: Testing against a local daemon
23:40:05 [2019-09-19T23:40:05.164Z] === RUN   TestDockerNetworkMacvlanPersistance
23:40:05 [2019-09-19T23:40:05.440Z] PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort	3.739s
23:40:05 [2019-09-19T23:40:05.440Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance	0.738s
23:40:05 [2019-09-19T23:40:05.695Z] PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch	0.128s
23:40:05 [2019-09-19T23:40:05.950Z] === RUN   TestCopyFromContainer//
23:40:05 [2019-09-19T23:40:05.950Z] === RUN   TestCopyFromContainer//bar/root
23:40:05 [2019-09-19T23:40:05.950Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume	0.380s
23:40:06 [2019-09-19T23:40:06.206Z] === RUN   TestCopyFromContainer//bar/root/
23:40:06 [2019-09-19T23:40:06.206Z] === RUN   TestCopyFromContainer/bar/quux
23:40:06 [2019-09-19T23:40:06.451Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
23:40:06 [2019-09-19T23:40:06.451Z]     macvlan_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:321: [d8f995ab2aa14] waiting for daemon to start
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:339: [d8f995ab2aa14] daemon started
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:449: [d8f995ab2aa14] Stopping daemon
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:288: [d8f995ab2aa14] exiting daemon
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:436: [d8f995ab2aa14] Daemon stopped
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:321: [d8f995ab2aa14] waiting for daemon to start
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:339: [d8f995ab2aa14] daemon started
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:449: [d8f995ab2aa14] Stopping daemon
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:288: [d8f995ab2aa14] exiting daemon
23:40:06 [2019-09-19T23:40:06.451Z]     daemon.go:436: [d8f995ab2aa14] Daemon stopped
23:40:06 [2019-09-19T23:40:06.451Z] === RUN   TestDockerNetworkMacvlan
23:40:06 [2019-09-19T23:40:06.461Z] === RUN   TestCopyFromContainer/bar/quux/
23:40:06 [2019-09-19T23:40:06.461Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint	0.419s
23:40:06 [2019-09-19T23:40:06.461Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:40:06 [2019-09-19T23:40:06.716Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:40:06 [2019-09-19T23:40:06.716Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:40:06 [2019-09-19T23:40:06.970Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:40:06 [2019-09-19T23:40:06.970Z] === RUN   TestCopyFromContainer/bar/notarget
23:40:07 [2019-09-19T23:40:07.226Z] --- PASS: TestCopyFromContainer (3.46s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/quux (0.13s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
23:40:07 [2019-09-19T23:40:07.226Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:40:07 [2019-09-19T23:40:07.226Z] === RUN   TestHealthKillContainer
23:40:07 [2019-09-19T23:40:07.242Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:40:08 [2019-09-19T23:40:08.527Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:40:09 [2019-09-19T23:40:09.342Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:40:09 [2019-09-19T23:40:09.734Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild	2.778s
23:40:10 [2019-09-19T23:40:10.335Z] --- PASS: TestHealthKillContainer (3.13s)
23:40:10 [2019-09-19T23:40:10.335Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:40:10 [2019-09-19T23:40:10.335Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
23:40:10 [2019-09-19T23:40:10.335Z] === RUN   TestCopyFromContainerPathIsNotDir
23:40:10 [2019-09-19T23:40:10.590Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:40:10 [2019-09-19T23:40:10.590Z] === RUN   TestCopyFromContainer
23:40:10 [2019-09-19T23:40:10.844Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect	1.408s
23:40:11 [2019-09-19T23:40:11.914Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:40:12 [2019-09-19T23:40:12.204Z] === RUN   TestCopyFromContainer//
23:40:12 [2019-09-19T23:40:12.204Z] === RUN   TestCopyFromContainer//bar/root
23:40:12 [2019-09-19T23:40:12.459Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup	1.654s
23:40:12 [2019-09-19T23:40:12.459Z] === RUN   TestCopyFromContainer//bar/root/
23:40:12 [2019-09-19T23:40:12.459Z] === RUN   TestCopyFromContainer/bar/quux
23:40:12 [2019-09-19T23:40:12.756Z] === RUN   TestCopyFromContainer/bar/quux/
23:40:12 [2019-09-19T23:40:12.756Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:40:12 [2019-09-19T23:40:12.756Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:40:13 [2019-09-19T23:40:13.012Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:40:13 [2019-09-19T23:40:13.012Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:40:13 [2019-09-19T23:40:13.012Z] === RUN   TestCopyFromContainer/bar/notarget
23:40:13 [2019-09-19T23:40:13.267Z] --- PASS: TestCopyFromContainer (2.75s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer// (0.09s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:40:13 [2019-09-19T23:40:13.267Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:40:13 [2019-09-19T23:40:13.267Z] === RUN   TestHealthKillContainer
23:40:13 [2019-09-19T23:40:13.828Z] PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv	1.504s
23:40:15 [2019-09-19T23:40:15.207Z] PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes	1.376s
23:40:15 [2019-09-19T23:40:15.955Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:40:16 [2019-09-19T23:40:16.130Z] --- PASS: TestHealthKillContainer (2.79s)
23:40:16 [2019-09-19T23:40:16.130Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:40:16 [2019-09-19T23:40:16.384Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s)
23:40:16 [2019-09-19T23:40:16.384Z] === RUN   TestCopyFromContainerPathIsNotDir
23:40:16 [2019-09-19T23:40:16.384Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:40:16 [2019-09-19T23:40:16.384Z] === RUN   TestCopyFromContainer
23:40:16 [2019-09-19T23:40:16.639Z] PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite	1.234s
23:40:18 [2019-09-19T23:40:18.000Z] PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash	12.283s
23:40:18 [2019-09-19T23:40:18.559Z] === RUN   TestCopyFromContainer//
23:40:18 [2019-09-19T23:40:18.559Z] === RUN   TestCopyFromContainer//bar/root
23:40:18 [2019-09-19T23:40:18.559Z] === RUN   TestCopyFromContainer//bar/root/
23:40:18 [2019-09-19T23:40:18.815Z] === RUN   TestCopyFromContainer/bar/quux
23:40:18 [2019-09-19T23:40:18.815Z] === RUN   TestCopyFromContainer/bar/quux/
23:40:19 [2019-09-19T23:40:19.070Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:40:19 [2019-09-19T23:40:19.070Z] PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling	0.918s
23:40:19 [2019-09-19T23:40:19.070Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:40:19 [2019-09-19T23:40:19.325Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:40:19 [2019-09-19T23:40:19.325Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:40:19 [2019-09-19T23:40:19.325Z] === RUN   TestCopyFromContainer/bar/notarget
23:40:19 [2019-09-19T23:40:19.580Z] --- PASS: TestCopyFromContainer (3.15s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer// (0.07s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/quux (0.17s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:40:19 [2019-09-19T23:40:19.580Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:40:19 [2019-09-19T23:40:19.580Z] === RUN   TestHealthKillContainer
23:40:22 [2019-09-19T23:40:22.882Z] --- PASS: TestHealthKillContainer (3.18s)
23:40:22 [2019-09-19T23:40:22.882Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:40:22 [2019-09-19T23:40:22.882Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
23:40:22 [2019-09-19T23:40:22.882Z] === RUN   TestCopyFromContainerPathIsNotDir
23:40:22 [2019-09-19T23:40:22.882Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:40:22 [2019-09-19T23:40:22.882Z] === RUN   TestCopyFromContainer
23:40:24 [2019-09-19T23:40:24.765Z] PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage	8.280s
23:40:24 [2019-09-19T23:40:24.980Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
23:40:24 [2019-09-19T23:40:24.980Z] Copying nested executables into bundles/cross/linux/amd64
23:40:24 [2019-09-19T23:40:24.980Z] Cross building: bundles/cross/windows/amd64
23:40:24 [2019-09-19T23:40:24.980Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
23:40:24 [2019-09-19T23:40:24.980Z] GOOS="windows" GOARCH="amd64" GOARM=""
23:40:25 [2019-09-19T23:40:25.020Z] === RUN   TestCopyFromContainer//
23:40:25 [2019-09-19T23:40:25.020Z] === RUN   TestCopyFromContainer//bar/root
23:40:25 [2019-09-19T23:40:25.275Z] === RUN   TestCopyFromContainer//bar/root/
23:40:25 [2019-09-19T23:40:25.275Z] === RUN   TestCopyFromContainer/bar/quux
23:40:25 [2019-09-19T23:40:25.530Z] === RUN   TestCopyFromContainer/bar/quux/
23:40:25 [2019-09-19T23:40:25.785Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:40:25 [2019-09-19T23:40:25.785Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:40:25 [2019-09-19T23:40:25.785Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:40:26 [2019-09-19T23:40:26.039Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:40:26 [2019-09-19T23:40:26.039Z] === RUN   TestCopyFromContainer/bar/notarget
23:40:26 [2019-09-19T23:40:26.294Z] --- PASS: TestCopyFromContainer (3.26s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer// (0.15s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.14s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
23:40:26 [2019-09-19T23:40:26.294Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:40:26 [2019-09-19T23:40:26.294Z] === RUN   TestHealthKillContainer
23:40:29 [2019-09-19T23:40:29.549Z] --- PASS: TestHealthKillContainer (3.01s)
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] testing: warning: no tests to run
23:40:29 [2019-09-19T23:40:29.549Z] PASS
23:40:29 [2019-09-19T23:40:29.549Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:40:29 [2019-09-19T23:40:29.549Z] INFO: Testing against a local daemon
23:40:29 [2019-09-19T23:40:29.549Z] === RUN   TestDockerNetworkReConnect
23:40:32 [2019-09-19T23:40:32.455Z] --- PASS: TestDockerNetworkMacvlan (25.58s)
23:40:32 [2019-09-19T23:40:32.455Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:321: [d8f46caaf6bdf] waiting for daemon to start
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:339: [d8f46caaf6bdf] daemon started
23:40:32 [2019-09-19T23:40:32.455Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:449: [d8f46caaf6bdf] Stopping daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:288: [d8f46caaf6bdf] exiting daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:436: [d8f46caaf6bdf] Daemon stopped
23:40:32 [2019-09-19T23:40:32.455Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:321: [d165cc7e61e1a] waiting for daemon to start
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:339: [d165cc7e61e1a] daemon started
23:40:32 [2019-09-19T23:40:32.455Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:449: [d165cc7e61e1a] Stopping daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:288: [d165cc7e61e1a] exiting daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:436: [d165cc7e61e1a] Daemon stopped
23:40:32 [2019-09-19T23:40:32.455Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:321: [d8e023bb697f5] waiting for daemon to start
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:339: [d8e023bb697f5] daemon started
23:40:32 [2019-09-19T23:40:32.455Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.38s)
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:449: [d8e023bb697f5] Stopping daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:288: [d8e023bb697f5] exiting daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:436: [d8e023bb697f5] Daemon stopped
23:40:32 [2019-09-19T23:40:32.455Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:321: [d79089dfea1f7] waiting for daemon to start
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:339: [d79089dfea1f7] daemon started
23:40:32 [2019-09-19T23:40:32.455Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s)
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:449: [d79089dfea1f7] Stopping daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:288: [d79089dfea1f7] exiting daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:436: [d79089dfea1f7] Daemon stopped
23:40:32 [2019-09-19T23:40:32.455Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:321: [dcab3ec36a339] waiting for daemon to start
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:339: [dcab3ec36a339] daemon started
23:40:32 [2019-09-19T23:40:32.455Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (16.00s)
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:449: [dcab3ec36a339] Stopping daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:288: [dcab3ec36a339] exiting daemon
23:40:32 [2019-09-19T23:40:32.455Z]     daemon.go:436: [dcab3ec36a339] Daemon stopped
23:40:32 [2019-09-19T23:40:32.455Z] PASS
23:40:32 [2019-09-19T23:40:32.455Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
23:40:32 [2019-09-19T23:40:32.455Z] testing: warning: no tests to run
23:40:32 [2019-09-19T23:40:32.455Z] PASS
23:40:32 [2019-09-19T23:40:32.455Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
23:40:32 [2019-09-19T23:40:32.455Z] INFO: Testing against a local daemon
23:40:32 [2019-09-19T23:40:32.455Z] === RUN   TestAuthZPluginAllowRequest
23:40:34 [2019-09-19T23:40:34.358Z] --- PASS: TestAuthZPluginAllowRequest (1.74s)
23:40:34 [2019-09-19T23:40:34.358Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest
23:40:34 [2019-09-19T23:40:34.358Z]     daemon.go:321: [d3a283e7fa3bd] waiting for daemon to start
23:40:34 [2019-09-19T23:40:34.358Z]     daemon.go:339: [d3a283e7fa3bd] daemon started
23:40:34 [2019-09-19T23:40:34.358Z]     daemon.go:449: [d3a283e7fa3bd] Stopping daemon
23:40:34 [2019-09-19T23:40:34.358Z]     daemon.go:288: [d3a283e7fa3bd] exiting daemon
23:40:34 [2019-09-19T23:40:34.358Z]     daemon.go:436: [d3a283e7fa3bd] Daemon stopped
23:40:34 [2019-09-19T23:40:34.358Z] === RUN   TestAuthZPluginTLS
23:40:34 [2019-09-19T23:40:34.722Z] --- PASS: TestAuthZPluginTLS (0.57s)
23:40:34 [2019-09-19T23:40:34.722Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS
23:40:34 [2019-09-19T23:40:34.722Z]     daemon.go:321: [dcf92d5947df5] waiting for daemon to start
23:40:34 [2019-09-19T23:40:34.722Z]     daemon.go:339: [dcf92d5947df5] daemon started
23:40:34 [2019-09-19T23:40:34.722Z]     daemon.go:449: [dcf92d5947df5] Stopping daemon
23:40:34 [2019-09-19T23:40:34.722Z]     daemon.go:288: [dcf92d5947df5] exiting daemon
23:40:34 [2019-09-19T23:40:34.722Z]     daemon.go:436: [dcf92d5947df5] Daemon stopped
23:40:34 [2019-09-19T23:40:34.722Z] === RUN   TestAuthZPluginDenyRequest
23:40:35 [2019-09-19T23:40:35.503Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
23:40:35 [2019-09-19T23:40:35.503Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest
23:40:35 [2019-09-19T23:40:35.503Z]     daemon.go:321: [d2ca8f9bc1790] waiting for daemon to start
23:40:35 [2019-09-19T23:40:35.503Z]     daemon.go:339: [d2ca8f9bc1790] daemon started
23:40:35 [2019-09-19T23:40:35.503Z]     daemon.go:449: [d2ca8f9bc1790] Stopping daemon
23:40:35 [2019-09-19T23:40:35.503Z]     daemon.go:288: [d2ca8f9bc1790] exiting daemon
23:40:35 [2019-09-19T23:40:35.503Z]     daemon.go:436: [d2ca8f9bc1790] Daemon stopped
23:40:35 [2019-09-19T23:40:35.503Z] === RUN   TestAuthZPluginAPIDenyResponse
23:40:35 [2019-09-19T23:40:35.882Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
23:40:35 [2019-09-19T23:40:35.882Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse
23:40:35 [2019-09-19T23:40:35.882Z]     daemon.go:321: [dfefaab0f1d8f] waiting for daemon to start
23:40:35 [2019-09-19T23:40:35.882Z]     daemon.go:339: [dfefaab0f1d8f] daemon started
23:40:35 [2019-09-19T23:40:35.882Z]     daemon.go:449: [dfefaab0f1d8f] Stopping daemon
23:40:35 [2019-09-19T23:40:35.882Z]     daemon.go:288: [dfefaab0f1d8f] exiting daemon
23:40:35 [2019-09-19T23:40:35.882Z]     daemon.go:436: [dfefaab0f1d8f] Daemon stopped
23:40:35 [2019-09-19T23:40:35.882Z] === RUN   TestAuthZPluginDenyResponse
23:40:36 [2019-09-19T23:40:36.158Z] --- PASS: TestDockerNetworkReConnect (5.62s)
23:40:36 [2019-09-19T23:40:36.158Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:40:36 [2019-09-19T23:40:36.158Z]     daemon.go:321: [de6ac252a2c80] waiting for daemon to start
23:40:36 [2019-09-19T23:40:36.158Z]     daemon.go:339: [de6ac252a2c80] daemon started
23:40:36 [2019-09-19T23:40:36.158Z]     daemon.go:449: [de6ac252a2c80] Stopping daemon
23:40:36 [2019-09-19T23:40:36.158Z]     daemon.go:288: [de6ac252a2c80] exiting daemon
23:40:36 [2019-09-19T23:40:36.158Z]     daemon.go:436: [de6ac252a2c80] Daemon stopped
23:40:36 [2019-09-19T23:40:36.158Z] === RUN   TestServiceUpdateNetwork
23:40:36 [2019-09-19T23:40:36.681Z] --- PASS: TestAuthZPluginDenyResponse (0.66s)
23:40:36 [2019-09-19T23:40:36.681Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse
23:40:36 [2019-09-19T23:40:36.681Z]     daemon.go:321: [da7ee0f760350] waiting for daemon to start
23:40:36 [2019-09-19T23:40:36.681Z]     daemon.go:339: [da7ee0f760350] daemon started
23:40:36 [2019-09-19T23:40:36.681Z]     daemon.go:449: [da7ee0f760350] Stopping daemon
23:40:36 [2019-09-19T23:40:36.681Z]     daemon.go:288: [da7ee0f760350] exiting daemon
23:40:36 [2019-09-19T23:40:36.681Z]     daemon.go:436: [da7ee0f760350] Daemon stopped
23:40:36 [2019-09-19T23:40:36.681Z] === RUN   TestAuthZPluginAllowEventStream
23:40:38 [2019-09-19T23:40:38.737Z] --- PASS: TestAuthZPluginAllowEventStream (2.01s)
23:40:38 [2019-09-19T23:40:38.737Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream
23:40:38 [2019-09-19T23:40:38.737Z]     daemon.go:321: [d1816d390f7aa] waiting for daemon to start
23:40:38 [2019-09-19T23:40:38.737Z]     daemon.go:339: [d1816d390f7aa] daemon started
23:40:38 [2019-09-19T23:40:38.737Z]     daemon.go:449: [d1816d390f7aa] Stopping daemon
23:40:38 [2019-09-19T23:40:38.737Z]     daemon.go:288: [d1816d390f7aa] exiting daemon
23:40:38 [2019-09-19T23:40:38.737Z]     daemon.go:436: [d1816d390f7aa] Daemon stopped
23:40:38 [2019-09-19T23:40:38.737Z] === RUN   TestAuthZPluginErrorResponse
23:40:39 [2019-09-19T23:40:39.148Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
23:40:39 [2019-09-19T23:40:39.148Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse
23:40:39 [2019-09-19T23:40:39.148Z]     daemon.go:321: [d36085bf33f31] waiting for daemon to start
23:40:39 [2019-09-19T23:40:39.148Z]     daemon.go:339: [d36085bf33f31] daemon started
23:40:39 [2019-09-19T23:40:39.148Z]     daemon.go:449: [d36085bf33f31] Stopping daemon
23:40:39 [2019-09-19T23:40:39.148Z]     daemon.go:288: [d36085bf33f31] exiting daemon
23:40:39 [2019-09-19T23:40:39.148Z]     daemon.go:436: [d36085bf33f31] Daemon stopped
23:40:39 [2019-09-19T23:40:39.148Z] === RUN   TestAuthZPluginErrorRequest
23:40:39 [2019-09-19T23:40:39.525Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
23:40:39 [2019-09-19T23:40:39.525Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest
23:40:39 [2019-09-19T23:40:39.525Z]     daemon.go:321: [dd43e89313751] waiting for daemon to start
23:40:39 [2019-09-19T23:40:39.525Z]     daemon.go:339: [dd43e89313751] daemon started
23:40:39 [2019-09-19T23:40:39.525Z]     daemon.go:449: [dd43e89313751] Stopping daemon
23:40:39 [2019-09-19T23:40:39.525Z]     daemon.go:288: [dd43e89313751] exiting daemon
23:40:39 [2019-09-19T23:40:39.525Z]     daemon.go:436: [dd43e89313751] Daemon stopped
23:40:39 [2019-09-19T23:40:39.525Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:40:40 [2019-09-19T23:40:40.330Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
23:40:40 [2019-09-19T23:40:40.330Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:40:40 [2019-09-19T23:40:40.330Z]     daemon.go:321: [da27be4c4a8ac] waiting for daemon to start
23:40:40 [2019-09-19T23:40:40.330Z]     daemon.go:339: [da27be4c4a8ac] daemon started
23:40:40 [2019-09-19T23:40:40.330Z]     daemon.go:449: [da27be4c4a8ac] Stopping daemon
23:40:40 [2019-09-19T23:40:40.330Z]     daemon.go:288: [da27be4c4a8ac] exiting daemon
23:40:40 [2019-09-19T23:40:40.330Z]     daemon.go:436: [da27be4c4a8ac] Daemon stopped
23:40:40 [2019-09-19T23:40:40.330Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:40:42 [2019-09-19T23:40:42.186Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s)
23:40:42 [2019-09-19T23:40:42.186Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking
23:40:42 [2019-09-19T23:40:42.186Z]     daemon.go:321: [de9dfb53b9d41] waiting for daemon to start
23:40:42 [2019-09-19T23:40:42.186Z]     daemon.go:339: [de9dfb53b9d41] daemon started
23:40:42 [2019-09-19T23:40:42.186Z]     daemon.go:449: [de9dfb53b9d41] Stopping daemon
23:40:42 [2019-09-19T23:40:42.186Z]     daemon.go:288: [de9dfb53b9d41] exiting daemon
23:40:42 [2019-09-19T23:40:42.186Z]     daemon.go:436: [de9dfb53b9d41] Daemon stopped
23:40:42 [2019-09-19T23:40:42.186Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:40:44 [2019-09-19T23:40:44.788Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s)
23:40:44 [2019-09-19T23:40:44.789Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom
23:40:44 [2019-09-19T23:40:44.789Z]     daemon.go:321: [da898c0e4180c] waiting for daemon to start
23:40:44 [2019-09-19T23:40:44.789Z]     daemon.go:339: [da898c0e4180c] daemon started
23:40:44 [2019-09-19T23:40:44.789Z]     daemon.go:449: [da898c0e4180c] Stopping daemon
23:40:44 [2019-09-19T23:40:44.789Z]     daemon.go:288: [da898c0e4180c] exiting daemon
23:40:44 [2019-09-19T23:40:44.789Z]     daemon.go:436: [da898c0e4180c] Daemon stopped
23:40:44 [2019-09-19T23:40:44.789Z] === RUN   TestAuthZPluginHeader
23:40:45 [2019-09-19T23:40:45.179Z] --- PASS: TestAuthZPluginHeader (0.91s)
23:40:45 [2019-09-19T23:40:45.179Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader
23:40:45 [2019-09-19T23:40:45.179Z]     daemon.go:321: [d593b2d0b92e4] waiting for daemon to start
23:40:45 [2019-09-19T23:40:45.179Z]     daemon.go:339: [d593b2d0b92e4] daemon started
23:40:45 [2019-09-19T23:40:45.179Z]     daemon.go:449: [d593b2d0b92e4] Stopping daemon
23:40:45 [2019-09-19T23:40:45.179Z]     daemon.go:288: [d593b2d0b92e4] exiting daemon
23:40:45 [2019-09-19T23:40:45.179Z]     daemon.go:436: [d593b2d0b92e4] Daemon stopped
23:40:45 [2019-09-19T23:40:45.179Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:40:45 [2019-09-19T23:40:45.179Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:40:45 [2019-09-19T23:40:45.179Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:40:45 [2019-09-19T23:40:45.179Z] === RUN   TestAuthZPluginV2Disable
23:40:45 [2019-09-19T23:40:45.179Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:40:45 [2019-09-19T23:40:45.179Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:40:45 [2019-09-19T23:40:45.179Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:40:45 [2019-09-19T23:40:45.179Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:40:45 [2019-09-19T23:40:45.179Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:40:45 [2019-09-19T23:40:45.179Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:40:45 [2019-09-19T23:40:45.179Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:40:45 [2019-09-19T23:40:45.179Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:40:45 [2019-09-19T23:40:45.179Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:40:48 [2019-09-19T23:40:48.392Z] PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster	17.334s
23:40:48 [2019-09-19T23:40:48.392Z] SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed)
23:40:48 [2019-09-19T23:40:48.950Z] PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2	24.071s
23:40:50 [2019-09-19T23:40:50.320Z] --- PASS: TestServiceUpdateNetwork (15.07s)
23:40:50 [2019-09-19T23:40:50.320Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:40:50 [2019-09-19T23:40:50.320Z]     daemon.go:321: [d51efe487abb6] waiting for daemon to start
23:40:50 [2019-09-19T23:40:50.320Z]     daemon.go:339: [d51efe487abb6] daemon started
23:40:50 [2019-09-19T23:40:50.320Z]     daemon.go:449: [d51efe487abb6] Stopping daemon
23:40:50 [2019-09-19T23:40:50.320Z]     daemon.go:288: [d51efe487abb6] exiting daemon
23:40:50 [2019-09-19T23:40:50.320Z]     daemon.go:436: [d51efe487abb6] Daemon stopped
23:40:50 [2019-09-19T23:40:50.320Z] === RUN   TestDockerNetworkReConnect
23:40:50 [2019-09-19T23:40:50.884Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy	2.012s
23:40:56 [2019-09-19T23:40:56.116Z] --- PASS: TestDockerNetworkReConnect (4.86s)
23:40:56 [2019-09-19T23:40:56.116Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:40:56 [2019-09-19T23:40:56.116Z]     daemon.go:321: [daf33688f3403] waiting for daemon to start
23:40:56 [2019-09-19T23:40:56.116Z]     daemon.go:339: [daf33688f3403] daemon started
23:40:56 [2019-09-19T23:40:56.116Z]     daemon.go:449: [daf33688f3403] Stopping daemon
23:40:56 [2019-09-19T23:40:56.116Z]     daemon.go:288: [daf33688f3403] exiting daemon
23:40:56 [2019-09-19T23:40:56.117Z]     daemon.go:436: [daf33688f3403] Daemon stopped
23:40:56 [2019-09-19T23:40:56.117Z] === RUN   TestServiceUpdateNetwork
23:41:01 [2019-09-19T23:41:01.395Z] PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv	10.203s
23:41:02 [2019-09-19T23:41:02.319Z] PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose	0.926s
23:41:02 [2019-09-19T23:41:02.574Z] PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser	0.467s
23:41:03 [2019-09-19T23:41:03.133Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume	0.485s
23:41:04 [2019-09-19T23:41:04.856Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.66s)
23:41:04 [2019-09-19T23:41:04.856Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:339: [d584412321bb5] daemon started
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:449: [d584412321bb5] Stopping daemon
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:288: [d584412321bb5] exiting daemon
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:436: [d584412321bb5] Daemon stopped
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: context deadline exceeded
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: read unix @->/tmp/docker-integration/d584412321bb5.sock: read: connection reset by peer
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:288: [d584412321bb5] exiting daemon
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:331: [d584412321bb5] error pinging daemon on start: Get http://d584412321bb5.sock/_ping: dial unix /tmp/docker-integration/d584412321bb5.sock: connect: connection refused
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:321: [d584412321bb5] waiting for daemon to start
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:339: [d584412321bb5] daemon started
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:449: [d584412321bb5] Stopping daemon
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:288: [d584412321bb5] exiting daemon
23:41:04 [2019-09-19T23:41:04.856Z]     daemon.go:436: [d584412321bb5] Daemon stopped
23:41:04 [2019-09-19T23:41:04.856Z] PASS
23:41:04 [2019-09-19T23:41:04.857Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
23:41:04 [2019-09-19T23:41:04.857Z] INFO: Testing against a local daemon
23:41:04 [2019-09-19T23:41:04.857Z] === RUN   TestPluginInvalidJSON
23:41:04 [2019-09-19T23:41:04.857Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:41:04 [2019-09-19T23:41:04.857Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:41:04 [2019-09-19T23:41:04.857Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:41:04 [2019-09-19T23:41:04.857Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:41:04 [2019-09-19T23:41:04.857Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:41:04 [2019-09-19T23:41:04.857Z] PASS
23:41:04 [2019-09-19T23:41:04.857Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
23:41:04 [2019-09-19T23:41:04.857Z] INFO: Testing against a local daemon
23:41:04 [2019-09-19T23:41:04.857Z] === RUN   TestExternalGraphDriver
23:41:04 [2019-09-19T23:41:04.857Z] === RUN   TestExternalGraphDriver/json
23:41:04 [2019-09-19T23:41:04.857Z] === RUN   TestExternalGraphDriver/spec
23:41:05 [2019-09-19T23:41:05.020Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir	1.823s
23:41:05 [2019-09-19T23:41:05.020Z] SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows)
23:41:05 [2019-09-19T23:41:05.275Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace	0.299s
23:41:07 [2019-09-19T23:41:07.158Z] PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit	14.288s
23:41:08 [2019-09-19T23:41:08.025Z] === RUN   TestExternalGraphDriver/pull
23:41:08 [2019-09-19T23:41:08.083Z] PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress	0.776s
23:41:09 [2019-09-19T23:41:09.919Z] --- PASS: TestExternalGraphDriver (7.45s)
23:41:09 [2019-09-19T23:41:09.919Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:321: [d049388dc0250] waiting for daemon to start
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:339: [d049388dc0250] daemon started
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:449: [d049388dc0250] Stopping daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:288: [d049388dc0250] exiting daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:436: [d049388dc0250] Daemon stopped
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:321: [d049388dc0250] waiting for daemon to start
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:339: [d049388dc0250] daemon started
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:449: [d049388dc0250] Stopping daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:288: [d049388dc0250] exiting daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:436: [d049388dc0250] Daemon stopped
23:41:09 [2019-09-19T23:41:09.919Z]     --- PASS: TestExternalGraphDriver/json (2.37s)
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:321: [d049388dc0250] waiting for daemon to start
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:339: [d049388dc0250] daemon started
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:449: [d049388dc0250] Stopping daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:288: [d049388dc0250] exiting daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:436: [d049388dc0250] Daemon stopped
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:321: [d049388dc0250] waiting for daemon to start
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:339: [d049388dc0250] daemon started
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:449: [d049388dc0250] Stopping daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:288: [d049388dc0250] exiting daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:436: [d049388dc0250] Daemon stopped
23:41:09 [2019-09-19T23:41:09.919Z]     --- PASS: TestExternalGraphDriver/spec (2.58s)
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:321: [d049388dc0250] waiting for daemon to start
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:339: [d049388dc0250] daemon started
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:449: [d049388dc0250] Stopping daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:288: [d049388dc0250] exiting daemon
23:41:09 [2019-09-19T23:41:09.919Z]     daemon.go:436: [d049388dc0250] Daemon stopped
23:41:09 [2019-09-19T23:41:09.919Z]     --- PASS: TestExternalGraphDriver/pull (2.34s)
23:41:09 [2019-09-19T23:41:09.919Z] === RUN   TestGraphdriverPluginV2
23:41:09 [2019-09-19T23:41:09.919Z] --- SKIP: TestGraphdriverPluginV2 (0.07s)
23:41:09 [2019-09-19T23:41:09.919Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:41:09 [2019-09-19T23:41:09.919Z] PASS
23:41:09 [2019-09-19T23:41:09.919Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
23:41:10 [2019-09-19T23:41:10.304Z] INFO: Testing against a local daemon
23:41:10 [2019-09-19T23:41:10.304Z] === RUN   TestContinueAfterPluginCrash
23:41:10 [2019-09-19T23:41:10.304Z] === PAUSE TestContinueAfterPluginCrash
23:41:10 [2019-09-19T23:41:10.304Z] === RUN   TestDaemonStartWithLogOpt
23:41:10 [2019-09-19T23:41:10.304Z] === PAUSE TestDaemonStartWithLogOpt
23:41:10 [2019-09-19T23:41:10.304Z] === CONT  TestContinueAfterPluginCrash
23:41:10 [2019-09-19T23:41:10.304Z] === CONT  TestDaemonStartWithLogOpt
23:41:10 [2019-09-19T23:41:10.592Z] --- PASS: TestServiceUpdateNetwork (14.89s)
23:41:10 [2019-09-19T23:41:10.592Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:41:10 [2019-09-19T23:41:10.592Z]     daemon.go:321: [d7bed1eeb5ac6] waiting for daemon to start
23:41:10 [2019-09-19T23:41:10.592Z]     daemon.go:339: [d7bed1eeb5ac6] daemon started
23:41:10 [2019-09-19T23:41:10.592Z]     daemon.go:449: [d7bed1eeb5ac6] Stopping daemon
23:41:10 [2019-09-19T23:41:10.593Z]     daemon.go:288: [d7bed1eeb5ac6] exiting daemon
23:41:10 [2019-09-19T23:41:10.593Z]     daemon.go:436: [d7bed1eeb5ac6] Daemon stopped
23:41:10 [2019-09-19T23:41:10.593Z] === RUN   TestDockerNetworkReConnect
23:41:15 [2019-09-19T23:41:15.825Z] --- PASS: TestDockerNetworkReConnect (4.85s)
23:41:15 [2019-09-19T23:41:15.825Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:41:15 [2019-09-19T23:41:15.825Z]     daemon.go:321: [dd2b2bc36253f] waiting for daemon to start
23:41:15 [2019-09-19T23:41:15.825Z]     daemon.go:339: [dd2b2bc36253f] daemon started
23:41:15 [2019-09-19T23:41:15.825Z]     daemon.go:449: [dd2b2bc36253f] Stopping daemon
23:41:15 [2019-09-19T23:41:15.825Z]     daemon.go:288: [dd2b2bc36253f] exiting daemon
23:41:15 [2019-09-19T23:41:15.825Z]     daemon.go:436: [dd2b2bc36253f] Daemon stopped
23:41:15 [2019-09-19T23:41:15.825Z] === RUN   TestServiceUpdateNetwork
23:41:17 [2019-09-19T23:41:17.709Z] PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation	12.043s
23:41:17 [2019-09-19T23:41:17.709Z] PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose	0.329s
23:41:18 [2019-09-19T23:41:18.633Z] PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts	0.624s
23:41:18 [2019-09-19T23:41:18.890Z] PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder	0.447s
23:41:19 [2019-09-19T23:41:19.448Z] PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto	0.347s
23:41:20 [2019-09-19T23:41:20.372Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails	0.816s
23:41:20 [2019-09-19T23:41:20.372Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable	0.018s
23:41:21 [2019-09-19T23:41:21.628Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad	143.323s
23:41:21 [2019-09-19T23:41:21.628Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType	0.646s
23:41:21 [2019-09-19T23:41:21.628Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility	0.020s
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork (unmatched requirement DaemonIsLinux)
23:41:21 [2019-09-19T23:41:21.628Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute	0.003s
23:41:21 [2019-09-19T23:41:21.628Z] SKIP: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound (unmatched requirement DaemonIsLinux)
23:41:22 [2019-09-19T23:41:22.899Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir	2.281s
23:41:23 [2019-09-19T23:41:23.962Z] --- PASS: TestDaemonStartWithLogOpt (12.14s)
23:41:23 [2019-09-19T23:41:23.962Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:321: [d22435ada9d1a] waiting for daemon to start
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:339: [d22435ada9d1a] daemon started
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:449: [d22435ada9d1a] Stopping daemon
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:288: [d22435ada9d1a] exiting daemon
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:436: [d22435ada9d1a] Daemon stopped
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:321: [d22435ada9d1a] waiting for daemon to start
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:339: [d22435ada9d1a] daemon started
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:449: [d22435ada9d1a] Stopping daemon
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:288: [d22435ada9d1a] exiting daemon
23:41:23 [2019-09-19T23:41:23.962Z]     daemon.go:436: [d22435ada9d1a] Daemon stopped
23:41:25 [2019-09-19T23:41:25.413Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile	2.681s
23:41:27 [2019-09-19T23:41:27.227Z] --- PASS: TestContinueAfterPluginCrash (16.64s)
23:41:27 [2019-09-19T23:41:27.227Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash
23:41:27 [2019-09-19T23:41:27.227Z]     daemon.go:321: [d495ffe3a86bf] waiting for daemon to start
23:41:27 [2019-09-19T23:41:27.227Z]     daemon.go:339: [d495ffe3a86bf] daemon started
23:41:27 [2019-09-19T23:41:27.227Z]     daemon.go:449: [d495ffe3a86bf] Stopping daemon
23:41:27 [2019-09-19T23:41:27.227Z]     daemon.go:288: [d495ffe3a86bf] exiting daemon
23:41:27 [2019-09-19T23:41:27.227Z]     daemon.go:436: [d495ffe3a86bf] Daemon stopped
23:41:27 [2019-09-19T23:41:27.227Z] PASS
23:41:27 [2019-09-19T23:41:27.227Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
23:41:27 [2019-09-19T23:41:27.227Z] INFO: Testing against a local daemon
23:41:27 [2019-09-19T23:41:27.227Z] === RUN   TestPluginWithDevMounts
23:41:27 [2019-09-19T23:41:27.227Z] === PAUSE TestPluginWithDevMounts
23:41:27 [2019-09-19T23:41:27.227Z] === CONT  TestPluginWithDevMounts
23:41:27 [2019-09-19T23:41:27.336Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm	1.867s
23:41:27 [2019-09-19T23:41:27.406Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats	7.263s
23:41:27 [2019-09-19T23:41:27.406Z] SKIP: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning (unmatched requirement DaemonIsLinux)
23:41:27 [2019-09-19T23:41:27.406Z] SKIP: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers (unmatched requirement DaemonIsLinux)
23:41:28 [2019-09-19T23:41:28.695Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit	1.407s
23:41:28 [2019-09-19T23:41:28.949Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext	0.316s
23:41:29 [2019-09-19T23:41:29.020Z] --- PASS: TestPluginWithDevMounts (1.93s)
23:41:29 [2019-09-19T23:41:29.020Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts
23:41:29 [2019-09-19T23:41:29.020Z]     daemon.go:321: [df3b43999481d] waiting for daemon to start
23:41:29 [2019-09-19T23:41:29.020Z]     daemon.go:339: [df3b43999481d] daemon started
23:41:29 [2019-09-19T23:41:29.020Z]     daemon.go:449: [df3b43999481d] Stopping daemon
23:41:29 [2019-09-19T23:41:29.020Z]     daemon.go:288: [df3b43999481d] exiting daemon
23:41:29 [2019-09-19T23:41:29.020Z]     daemon.go:436: [df3b43999481d] Daemon stopped
23:41:29 [2019-09-19T23:41:29.020Z] PASS
23:41:29 [2019-09-19T23:41:29.020Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
23:41:29 [2019-09-19T23:41:29.020Z] INFO: Testing against a local daemon
23:41:29 [2019-09-19T23:41:29.020Z] === RUN   TestSecretInspect
23:41:29 [2019-09-19T23:41:29.872Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF	1.104s
23:41:30 [2019-09-19T23:41:30.431Z] --- PASS: TestServiceUpdateNetwork (15.51s)
23:41:30 [2019-09-19T23:41:30.431Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:41:30 [2019-09-19T23:41:30.431Z]     daemon.go:321: [d9c6fe60db57e] waiting for daemon to start
23:41:30 [2019-09-19T23:41:30.431Z]     daemon.go:339: [d9c6fe60db57e] daemon started
23:41:30 [2019-09-19T23:41:30.431Z]     daemon.go:449: [d9c6fe60db57e] Stopping daemon
23:41:30 [2019-09-19T23:41:30.431Z]     daemon.go:288: [d9c6fe60db57e] exiting daemon
23:41:30 [2019-09-19T23:41:30.431Z]     daemon.go:436: [d9c6fe60db57e] Daemon stopped
23:41:30 [2019-09-19T23:41:30.431Z] === RUN   TestDockerNetworkReConnect
23:41:31 [2019-09-19T23:41:31.131Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu	3.511s
23:41:31 [2019-09-19T23:41:31.682Z] --- PASS: TestSecretInspect (2.62s)
23:41:31 [2019-09-19T23:41:31.682Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect
23:41:31 [2019-09-19T23:41:31.682Z]     daemon.go:321: [d449198c7224c] waiting for daemon to start
23:41:31 [2019-09-19T23:41:31.682Z]     daemon.go:339: [d449198c7224c] daemon started
23:41:31 [2019-09-19T23:41:31.682Z]     daemon.go:449: [d449198c7224c] Stopping daemon
23:41:31 [2019-09-19T23:41:31.682Z]     daemon.go:288: [d449198c7224c] exiting daemon
23:41:31 [2019-09-19T23:41:31.682Z]     daemon.go:436: [d449198c7224c] Daemon stopped
23:41:31 [2019-09-19T23:41:31.682Z] === RUN   TestSecretList
23:41:32 [2019-09-19T23:41:32.314Z] PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile	2.203s
23:41:32 [2019-09-19T23:41:32.634Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
23:41:32 [2019-09-19T23:41:32.634Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
23:41:32 [2019-09-19T23:41:32.634Z] remote: Enumerating objects: 19, done.
23:41:32 [2019-09-19T23:41:32.634Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19
23:41:32 [2019-09-19T23:41:32.634Z] 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.
23:41:32 [2019-09-19T23:41:32.634Z] Building: bundles/cross/windows/amd64/containerutility.exe
23:41:32 [2019-09-19T23:41:32.634Z] 
[Pipeline] }
[Pipeline] // stage
23:41:32 [2019-09-19T23:41:32.662Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines	1.276s
23:41:32 [2019-09-19T23:41:32.662Z] SKIP: docker_cli_run_test.go:3187: DockerSuite.TestAppArmorDeniesChmodProc (unmatched requirement Apparmor)
23:41:32 [2019-09-19T23:41:32.662Z] SKIP: docker_cli_run_test.go:3165: DockerSuite.TestAppArmorDeniesPtrace (unmatched requirement Apparmor)
23:41:32 [2019-09-19T23:41:32.662Z] SKIP: docker_cli_run_test.go:3177: DockerSuite.TestAppArmorTraceSelf (unmatched requirement DaemonIsLinux)
23:41:32 [2019-09-19T23:41:32.662Z] SKIP: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect (unmatched requirement DaemonIsLinux)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:41:32 [2019-09-19T23:41:32.873Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames	0.775s
23:41:32 [2019-09-19T23:41:32.959Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/test/unit
23:41:33 [2019-09-19T23:41:33.433Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball	0.371s
23:41:34 [2019-09-19T23:41:34.876Z] --- PASS: TestSecretList (2.94s)
23:41:34 [2019-09-19T23:41:34.876Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList
23:41:34 [2019-09-19T23:41:34.876Z]     daemon.go:321: [d91de0dd71b9e] waiting for daemon to start
23:41:34 [2019-09-19T23:41:34.876Z]     daemon.go:339: [d91de0dd71b9e] daemon started
23:41:34 [2019-09-19T23:41:34.876Z]     daemon.go:449: [d91de0dd71b9e] Stopping daemon
23:41:34 [2019-09-19T23:41:34.876Z]     daemon.go:288: [d91de0dd71b9e] exiting daemon
23:41:34 [2019-09-19T23:41:34.876Z]     daemon.go:436: [d91de0dd71b9e] Daemon stopped
23:41:34 [2019-09-19T23:41:34.876Z] === RUN   TestSecretsCreateAndDelete
23:41:35 [2019-09-19T23:41:35.484Z] ?   	github.com/docker/docker/api	[no test files]
23:41:35 [2019-09-19T23:41:35.561Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart	2.920s
23:41:35 [2019-09-19T23:41:35.561Z] SKIP: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer (unmatched requirement IsPausable)
23:41:35 [2019-09-19T23:41:35.561Z] SKIP: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin (unmatched requirement DaemonIsLinux)
23:41:35 [2019-09-19T23:41:35.940Z] --- PASS: TestDockerNetworkReConnect (5.06s)
23:41:35 [2019-09-19T23:41:35.940Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:41:35 [2019-09-19T23:41:35.940Z]     daemon.go:321: [ded03ffa4892c] waiting for daemon to start
23:41:35 [2019-09-19T23:41:35.940Z]     daemon.go:339: [ded03ffa4892c] daemon started
23:41:35 [2019-09-19T23:41:35.940Z]     daemon.go:449: [ded03ffa4892c] Stopping daemon
23:41:35 [2019-09-19T23:41:35.940Z]     daemon.go:288: [ded03ffa4892c] exiting daemon
23:41:35 [2019-09-19T23:41:35.940Z]     daemon.go:436: [ded03ffa4892c] Daemon stopped
23:41:35 [2019-09-19T23:41:35.940Z] === RUN   TestServiceUpdateNetwork
23:41:35 [2019-09-19T23:41:35.940Z] PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF	2.375s
23:41:38 [2019-09-19T23:41:38.067Z] --- PASS: TestSecretsCreateAndDelete (3.04s)
23:41:38 [2019-09-19T23:41:38.067Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete
23:41:38 [2019-09-19T23:41:38.067Z]     daemon.go:321: [d35cdb6d71a1e] waiting for daemon to start
23:41:38 [2019-09-19T23:41:38.067Z]     daemon.go:339: [d35cdb6d71a1e] daemon started
23:41:38 [2019-09-19T23:41:38.067Z]     daemon.go:449: [d35cdb6d71a1e] Stopping daemon
23:41:38 [2019-09-19T23:41:38.067Z]     daemon.go:288: [d35cdb6d71a1e] exiting daemon
23:41:38 [2019-09-19T23:41:38.067Z]     daemon.go:436: [d35cdb6d71a1e] Daemon stopped
23:41:38 [2019-09-19T23:41:38.067Z] === RUN   TestSecretsUpdate
23:41:38 [2019-09-19T23:41:38.447Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF	2.417s
23:41:39 [2019-09-19T23:41:39.805Z] PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume	1.572s
23:41:41 [2019-09-19T23:41:41.351Z] --- PASS: TestSecretsUpdate (3.02s)
23:41:41 [2019-09-19T23:41:41.351Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate
23:41:41 [2019-09-19T23:41:41.351Z]     daemon.go:321: [d93303f50aa39] waiting for daemon to start
23:41:41 [2019-09-19T23:41:41.351Z]     daemon.go:339: [d93303f50aa39] daemon started
23:41:41 [2019-09-19T23:41:41.351Z]     daemon.go:449: [d93303f50aa39] Stopping daemon
23:41:41 [2019-09-19T23:41:41.351Z]     daemon.go:288: [d93303f50aa39] exiting daemon
23:41:41 [2019-09-19T23:41:41.351Z]     daemon.go:436: [d93303f50aa39] Daemon stopped
23:41:41 [2019-09-19T23:41:41.351Z] === RUN   TestTemplatedSecret
23:41:44 [2019-09-19T23:41:44.674Z] --- PASS: TestTemplatedSecret (3.82s)
23:41:44 [2019-09-19T23:41:44.674Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret
23:41:44 [2019-09-19T23:41:44.674Z]     daemon.go:321: [d254cd9da06a7] waiting for daemon to start
23:41:44 [2019-09-19T23:41:44.674Z]     daemon.go:339: [d254cd9da06a7] daemon started
23:41:44 [2019-09-19T23:41:44.674Z]     daemon.go:449: [d254cd9da06a7] Stopping daemon
23:41:44 [2019-09-19T23:41:44.674Z]     daemon.go:288: [d254cd9da06a7] exiting daemon
23:41:44 [2019-09-19T23:41:44.674Z]     daemon.go:436: [d254cd9da06a7] Daemon stopped
23:41:44 [2019-09-19T23:41:44.674Z] === RUN   TestSecretCreateResolve
23:41:45 [2019-09-19T23:41:45.080Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory	4.492s
23:41:45 [2019-09-19T23:41:45.080Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile	0.491s
23:41:45 [2019-09-19T23:41:45.640Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail	0.947s
23:41:45 [2019-09-19T23:41:45.887Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF	8.542s
23:41:46 [2019-09-19T23:41:46.564Z] PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance	0.567s
23:41:46 [2019-09-19T23:41:46.819Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget	0.518s
23:41:46 [2019-09-19T23:41:46.819Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag	0.013s
23:41:48 [2019-09-19T23:41:48.174Z] --- PASS: TestSecretCreateResolve (3.05s)
23:41:48 [2019-09-19T23:41:48.175Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve
23:41:48 [2019-09-19T23:41:48.175Z]     daemon.go:321: [d0f5db86e0c56] waiting for daemon to start
23:41:48 [2019-09-19T23:41:48.175Z]     daemon.go:339: [d0f5db86e0c56] daemon started
23:41:48 [2019-09-19T23:41:48.175Z]     daemon.go:449: [d0f5db86e0c56] Stopping daemon
23:41:48 [2019-09-19T23:41:48.175Z]     daemon.go:288: [d0f5db86e0c56] exiting daemon
23:41:48 [2019-09-19T23:41:48.175Z]     daemon.go:436: [d0f5db86e0c56] Daemon stopped
23:41:48 [2019-09-19T23:41:48.175Z] PASS
23:41:48 [2019-09-19T23:41:48.175Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
23:41:48 [2019-09-19T23:41:48.175Z] INFO: Testing against a local daemon
23:41:48 [2019-09-19T23:41:48.175Z] === RUN   TestServiceCreateInit
23:41:48 [2019-09-19T23:41:48.175Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:41:48 [2019-09-19T23:41:48.220Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun	1.053s
23:41:48 [2019-09-19T23:41:48.475Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel	0.449s
23:41:48 [2019-09-19T23:41:48.729Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit	0.410s
23:41:49 [2019-09-19T23:41:49.288Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple	0.452s
23:41:49 [2019-09-19T23:41:49.585Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode	0.301s
23:41:50 [2019-09-19T23:41:50.188Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels	0.480s
23:41:50 [2019-09-19T23:41:50.434Z] ok  	github.com/docker/docker/api/server	0.022s	coverage: 7.9% of statements
23:41:50 [2019-09-19T23:41:50.443Z] --- PASS: TestServiceUpdateNetwork (14.95s)
23:41:50 [2019-09-19T23:41:50.443Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:41:50 [2019-09-19T23:41:50.443Z]     daemon.go:321: [d0c22c34403d1] waiting for daemon to start
23:41:50 [2019-09-19T23:41:50.443Z]     daemon.go:339: [d0c22c34403d1] daemon started
23:41:50 [2019-09-19T23:41:50.443Z]     daemon.go:449: [d0c22c34403d1] Stopping daemon
23:41:50 [2019-09-19T23:41:50.443Z]     daemon.go:288: [d0c22c34403d1] exiting daemon
23:41:50 [2019-09-19T23:41:50.443Z]     daemon.go:436: [d0c22c34403d1] Daemon stopped
23:41:50 [2019-09-19T23:41:50.443Z] === RUN   TestDockerNetworkReConnect
23:41:51 [2019-09-19T23:41:51.377Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache	1.218s
23:41:53 [2019-09-19T23:41:53.354Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:41:54 [2019-09-19T23:41:54.636Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride	3.129s
23:41:56 [2019-09-19T23:41:56.040Z] --- PASS: TestDockerNetworkReConnect (5.32s)
23:41:56 [2019-09-19T23:41:56.040Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:41:56 [2019-09-19T23:41:56.040Z]     daemon.go:321: [d3617948d3c72] waiting for daemon to start
23:41:56 [2019-09-19T23:41:56.040Z]     daemon.go:339: [d3617948d3c72] daemon started
23:41:56 [2019-09-19T23:41:56.040Z]     daemon.go:449: [d3617948d3c72] Stopping daemon
23:41:56 [2019-09-19T23:41:56.040Z]     daemon.go:288: [d3617948d3c72] exiting daemon
23:41:56 [2019-09-19T23:41:56.040Z]     daemon.go:436: [d3617948d3c72] Daemon stopped
23:41:56 [2019-09-19T23:41:56.040Z] === RUN   TestServiceUpdateNetwork
23:41:56 [2019-09-19T23:41:56.342Z] PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken	47.929s
23:41:56 [2019-09-19T23:41:56.990Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:41:56 [2019-09-19T23:41:56.990Z] 
23:41:56 [2019-09-19T23:41:56.990Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:41:56 [2019-09-19T23:41:56.990Z] PKG_CONFIG=pkg-config
23:41:56 [2019-09-19T23:41:56.990Z] GOLANG_VERSION=1.12.8
23:41:56 [2019-09-19T23:41:56.990Z] HOSTNAME=ee21278b1fb4
23:41:56 [2019-09-19T23:41:56.990Z] DOCKER_EXPERIMENTAL=1
23:41:56 [2019-09-19T23:41:56.990Z] container=docker
23:41:56 [2019-09-19T23:41:56.990Z] TEST_SKIP_INTEGRATION_CLI=1
23:41:56 [2019-09-19T23:41:56.990Z] GOMETALINTER_OPTS=--deadline=2m
23:41:56 [2019-09-19T23:41:56.990Z] GOPATH=/go
23:41:56 [2019-09-19T23:41:56.990Z] PWD=/go/src/github.com/docker/docker
23:41:56 [2019-09-19T23:41:56.990Z] HOME=/root
23:41:56 [2019-09-19T23:41:56.990Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:41:56 [2019-09-19T23:41:56.990Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:41:56 [2019-09-19T23:41:56.990Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:41:56 [2019-09-19T23:41:56.990Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:41:56 [2019-09-19T23:41:56.990Z] DOCKER_GRAPHDRIVER=overlay2
23:41:56 [2019-09-19T23:41:56.990Z] TERM=xterm
23:41:56 [2019-09-19T23:41:56.990Z] DEST=bundles/test-integration
23:41:56 [2019-09-19T23:41:56.990Z] SHLVL=1
23:41:56 [2019-09-19T23:41:56.990Z] TIMEOUT=120m
23:41:56 [2019-09-19T23:41:56.990Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:41:56 [2019-09-19T23:41:56.990Z] DOCKER_PKG=github.com/docker/docker
23:41:56 [2019-09-19T23:41:56.990Z] _=/usr/bin/env
23:41:56 [2019-09-19T23:41:56.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:41:58 [2019-09-19T23:41:58.796Z] --- PASS: TestServiceCreateInit (10.76s)
23:41:58 [2019-09-19T23:41:58.796Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.37s)
23:41:58 [2019-09-19T23:41:58.796Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:321: [db67b6ab05361] waiting for daemon to start
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:339: [db67b6ab05361] daemon started
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:449: [db67b6ab05361] Stopping daemon
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:288: [db67b6ab05361] exiting daemon
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:436: [db67b6ab05361] Daemon stopped
23:41:58 [2019-09-19T23:41:58.796Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.38s)
23:41:58 [2019-09-19T23:41:58.796Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:321: [d235732b116b0] waiting for daemon to start
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:339: [d235732b116b0] daemon started
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:449: [d235732b116b0] Stopping daemon
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:288: [d235732b116b0] exiting daemon
23:41:58 [2019-09-19T23:41:58.796Z]         daemon.go:436: [d235732b116b0] Daemon stopped
23:41:58 [2019-09-19T23:41:58.796Z] === RUN   TestCreateServiceMultipleTimes
23:42:01 [2019-09-19T23:42:01.617Z] PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified	6.268s
23:42:04 [2019-09-19T23:42:04.874Z] PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak	3.945s
23:42:04 [2019-09-19T23:42:04.874Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild	0.099s
23:42:05 [2019-09-19T23:42:05.129Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction	0.096s
23:42:05 [2019-09-19T23:42:05.129Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments	0.122s
23:42:05 [2019-09-19T23:42:05.129Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines	0.101s
23:42:05 [2019-09-19T23:42:05.689Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer	0.334s
23:42:07 [2019-09-19T23:42:07.573Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs	1.586s
23:42:08 [2019-09-19T23:42:08.933Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder	1.601s
23:42:09 [2019-09-19T23:42:09.188Z] PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch	0.462s
23:42:11 [2019-09-19T23:42:11.695Z] --- PASS: TestServiceUpdateNetwork (15.79s)
23:42:11 [2019-09-19T23:42:11.695Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:42:11 [2019-09-19T23:42:11.695Z]     daemon.go:321: [d3ae4e4616903] waiting for daemon to start
23:42:11 [2019-09-19T23:42:11.695Z]     daemon.go:339: [d3ae4e4616903] daemon started
23:42:11 [2019-09-19T23:42:11.695Z]     daemon.go:449: [d3ae4e4616903] Stopping daemon
23:42:11 [2019-09-19T23:42:11.695Z]     daemon.go:288: [d3ae4e4616903] exiting daemon
23:42:11 [2019-09-19T23:42:11.695Z]     daemon.go:436: [d3ae4e4616903] Daemon stopped
23:42:11 [2019-09-19T23:42:11.695Z] PASS
23:42:11 [2019-09-19T23:42:11.695Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:11 [2019-09-19T23:42:11.695Z] INFO: Testing against a local daemon
23:42:11 [2019-09-19T23:42:11.695Z] testing: warning: no tests to run
23:42:11 [2019-09-19T23:42:11.695Z] PASS
23:42:11 [2019-09-19T23:42:11.695Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:11 [2019-09-19T23:42:11.695Z] INFO: Testing against a local daemon
23:42:11 [2019-09-19T23:42:11.695Z] testing: warning: no tests to run
23:42:11 [2019-09-19T23:42:11.695Z] PASS
23:42:11 [2019-09-19T23:42:11.695Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:11 [2019-09-19T23:42:11.695Z] INFO: Testing against a local daemon
23:42:11 [2019-09-19T23:42:11.695Z] testing: warning: no tests to run
23:42:11 [2019-09-19T23:42:11.695Z] PASS
23:42:11 [2019-09-19T23:42:11.695Z] Running integration-test (iteration 5)
23:42:11 [2019-09-19T23:42:11.695Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:11 [2019-09-19T23:42:11.695Z] INFO: Testing against a local daemon
23:42:11 [2019-09-19T23:42:11.695Z] === RUN   TestBuildMultiStageCopy
23:42:11 [2019-09-19T23:42:11.695Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:13 [2019-09-19T23:42:13.055Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:13 [2019-09-19T23:42:13.055Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:13 [2019-09-19T23:42:13.055Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:13 [2019-09-19T23:42:13.310Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:13 [2019-09-19T23:42:13.566Z] --- PASS: TestBuildMultiStageCopy (1.78s)
23:42:13 [2019-09-19T23:42:13.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.03s)
23:42:13 [2019-09-19T23:42:13.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s)
23:42:13 [2019-09-19T23:42:13.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s)
23:42:13 [2019-09-19T23:42:13.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s)
23:42:13 [2019-09-19T23:42:13.566Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
23:42:13 [2019-09-19T23:42:13.566Z] === RUN   TestBuildMultiStageCopy
23:42:13 [2019-09-19T23:42:13.566Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:13 [2019-09-19T23:42:13.566Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:13 [2019-09-19T23:42:13.566Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg	4.401s
23:42:13 [2019-09-19T23:42:13.821Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:14 [2019-09-19T23:42:14.075Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:14 [2019-09-19T23:42:14.329Z] PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache	0.549s
23:42:14 [2019-09-19T23:42:14.329Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:14 [2019-09-19T23:42:14.584Z] --- PASS: TestBuildMultiStageCopy (1.01s)
23:42:14 [2019-09-19T23:42:14.584Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.13s)
23:42:14 [2019-09-19T23:42:14.584Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
23:42:14 [2019-09-19T23:42:14.584Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:42:14 [2019-09-19T23:42:14.584Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s)
23:42:14 [2019-09-19T23:42:14.584Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:42:14 [2019-09-19T23:42:14.584Z] === RUN   TestBuildMultiStageCopy
23:42:14 [2019-09-19T23:42:14.584Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:14 [2019-09-19T23:42:14.584Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:14 [2019-09-19T23:42:14.839Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:14 [2019-09-19T23:42:14.839Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors	0.634s
23:42:15 [2019-09-19T23:42:15.094Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:15 [2019-09-19T23:42:15.350Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:15 [2019-09-19T23:42:15.604Z] --- PASS: TestBuildMultiStageCopy (0.95s)
23:42:15 [2019-09-19T23:42:15.604Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:42:15 [2019-09-19T23:42:15.604Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s)
23:42:15 [2019-09-19T23:42:15.604Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:42:15 [2019-09-19T23:42:15.604Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
23:42:15 [2019-09-19T23:42:15.604Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
23:42:15 [2019-09-19T23:42:15.604Z] === RUN   TestBuildMultiStageCopy
23:42:15 [2019-09-19T23:42:15.604Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:15 [2019-09-19T23:42:15.604Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:15 [2019-09-19T23:42:15.859Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:15 [2019-09-19T23:42:15.859Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:16 [2019-09-19T23:42:16.113Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:16 [2019-09-19T23:42:16.368Z] --- PASS: TestBuildMultiStageCopy (0.90s)
23:42:16 [2019-09-19T23:42:16.368Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:42:16 [2019-09-19T23:42:16.368Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.13s)
23:42:16 [2019-09-19T23:42:16.368Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:42:16 [2019-09-19T23:42:16.368Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
23:42:16 [2019-09-19T23:42:16.368Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:42:16 [2019-09-19T23:42:16.368Z] === RUN   TestBuildMultiStageCopy
23:42:16 [2019-09-19T23:42:16.368Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:16 [2019-09-19T23:42:16.623Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:16 [2019-09-19T23:42:16.623Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:16 [2019-09-19T23:42:16.877Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:17 [2019-09-19T23:42:17.132Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:17 [2019-09-19T23:42:17.387Z] --- PASS: TestBuildMultiStageCopy (0.95s)
23:42:17 [2019-09-19T23:42:17.387Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.14s)
23:42:17 [2019-09-19T23:42:17.387Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s)
23:42:17 [2019-09-19T23:42:17.387Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
23:42:17 [2019-09-19T23:42:17.387Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
23:42:17 [2019-09-19T23:42:17.387Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:42:17 [2019-09-19T23:42:17.387Z] PASS
23:42:17 [2019-09-19T23:42:17.387Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:17 [2019-09-19T23:42:17.387Z] INFO: Testing against a local daemon
23:42:17 [2019-09-19T23:42:17.387Z] === RUN   TestConfigDaemonLibtrustID
23:42:17 [2019-09-19T23:42:17.957Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:42:17 [2019-09-19T23:42:17.957Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:42:17 [2019-09-19T23:42:17.957Z]     daemon.go:321: [da510f8bb61f3] waiting for daemon to start
23:42:17 [2019-09-19T23:42:17.957Z]     daemon.go:339: [da510f8bb61f3] daemon started
23:42:17 [2019-09-19T23:42:17.957Z]     daemon.go:449: [da510f8bb61f3] Stopping daemon
23:42:17 [2019-09-19T23:42:17.957Z]     daemon.go:288: [da510f8bb61f3] exiting daemon
23:42:17 [2019-09-19T23:42:17.957Z]     daemon.go:436: [da510f8bb61f3] Daemon stopped
23:42:17 [2019-09-19T23:42:17.957Z] === RUN   TestConfigDaemonLibtrustID
23:42:18 [2019-09-19T23:42:18.531Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:42:18 [2019-09-19T23:42:18.531Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:42:18 [2019-09-19T23:42:18.531Z]     daemon.go:321: [d4e170d725ec2] waiting for daemon to start
23:42:18 [2019-09-19T23:42:18.531Z]     daemon.go:339: [d4e170d725ec2] daemon started
23:42:18 [2019-09-19T23:42:18.531Z]     daemon.go:449: [d4e170d725ec2] Stopping daemon
23:42:18 [2019-09-19T23:42:18.531Z]     daemon.go:288: [d4e170d725ec2] exiting daemon
23:42:18 [2019-09-19T23:42:18.531Z]     daemon.go:436: [d4e170d725ec2] Daemon stopped
23:42:18 [2019-09-19T23:42:18.531Z] === RUN   TestConfigDaemonLibtrustID
23:42:18 [2019-09-19T23:42:18.587Z] --- PASS: TestCreateServiceMultipleTimes (17.90s)
23:42:18 [2019-09-19T23:42:18.587Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes
23:42:18 [2019-09-19T23:42:18.587Z]     daemon.go:321: [da47924fa4da9] waiting for daemon to start
23:42:18 [2019-09-19T23:42:18.587Z]     daemon.go:339: [da47924fa4da9] daemon started
23:42:18 [2019-09-19T23:42:18.587Z]     daemon.go:449: [da47924fa4da9] Stopping daemon
23:42:18 [2019-09-19T23:42:18.587Z]     daemon.go:288: [da47924fa4da9] exiting daemon
23:42:18 [2019-09-19T23:42:18.587Z]     daemon.go:436: [da47924fa4da9] Daemon stopped
23:42:18 [2019-09-19T23:42:18.587Z] === RUN   TestCreateServiceConflict
23:42:19 [2019-09-19T23:42:19.091Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:42:19 [2019-09-19T23:42:19.091Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:42:19 [2019-09-19T23:42:19.091Z]     daemon.go:321: [d8959dc440647] waiting for daemon to start
23:42:19 [2019-09-19T23:42:19.091Z]     daemon.go:339: [d8959dc440647] daemon started
23:42:19 [2019-09-19T23:42:19.091Z]     daemon.go:449: [d8959dc440647] Stopping daemon
23:42:19 [2019-09-19T23:42:19.091Z]     daemon.go:288: [d8959dc440647] exiting daemon
23:42:19 [2019-09-19T23:42:19.091Z]     daemon.go:436: [d8959dc440647] Daemon stopped
23:42:19 [2019-09-19T23:42:19.091Z] === RUN   TestConfigDaemonLibtrustID
23:42:19 [2019-09-19T23:42:19.365Z] --- PASS: TestCreateServiceConflict (3.07s)
23:42:19 [2019-09-19T23:42:19.365Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict
23:42:19 [2019-09-19T23:42:19.365Z]     daemon.go:321: [dd473beacf933] waiting for daemon to start
23:42:19 [2019-09-19T23:42:19.365Z]     daemon.go:339: [dd473beacf933] daemon started
23:42:19 [2019-09-19T23:42:19.365Z]     daemon.go:449: [dd473beacf933] Stopping daemon
23:42:19 [2019-09-19T23:42:19.365Z]     daemon.go:288: [dd473beacf933] exiting daemon
23:42:19 [2019-09-19T23:42:19.365Z]     daemon.go:436: [dd473beacf933] Daemon stopped
23:42:19 [2019-09-19T23:42:19.365Z] === RUN   TestCreateServiceMaxReplicas
23:42:19 [2019-09-19T23:42:19.650Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
23:42:19 [2019-09-19T23:42:19.650Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:42:19 [2019-09-19T23:42:19.650Z]     daemon.go:321: [d828887935aa2] waiting for daemon to start
23:42:19 [2019-09-19T23:42:19.650Z]     daemon.go:339: [d828887935aa2] daemon started
23:42:19 [2019-09-19T23:42:19.650Z]     daemon.go:449: [d828887935aa2] Stopping daemon
23:42:19 [2019-09-19T23:42:19.650Z]     daemon.go:288: [d828887935aa2] exiting daemon
23:42:19 [2019-09-19T23:42:19.650Z]     daemon.go:436: [d828887935aa2] Daemon stopped
23:42:19 [2019-09-19T23:42:19.650Z] === RUN   TestConfigDaemonLibtrustID
23:42:20 [2019-09-19T23:42:20.210Z] --- PASS: TestConfigDaemonLibtrustID (0.60s)
23:42:20 [2019-09-19T23:42:20.210Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestConfigDaemonLibtrustID
23:42:20 [2019-09-19T23:42:20.210Z]     daemon.go:321: [da3db55e93535] waiting for daemon to start
23:42:20 [2019-09-19T23:42:20.210Z]     daemon.go:339: [da3db55e93535] daemon started
23:42:20 [2019-09-19T23:42:20.210Z]     daemon.go:449: [da3db55e93535] Stopping daemon
23:42:20 [2019-09-19T23:42:20.210Z]     daemon.go:288: [da3db55e93535] exiting daemon
23:42:20 [2019-09-19T23:42:20.210Z]     daemon.go:436: [da3db55e93535] Daemon stopped
23:42:20 [2019-09-19T23:42:20.210Z] PASS
23:42:20 [2019-09-19T23:42:20.210Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:20 [2019-09-19T23:42:20.210Z] INFO: Testing against a local daemon
23:42:20 [2019-09-19T23:42:20.210Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:42:20 [2019-09-19T23:42:20.465Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s)
23:42:20 [2019-09-19T23:42:20.465Z] === RUN   TestCopyFromContainerPathIsNotDir
23:42:20 [2019-09-19T23:42:20.465Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
23:42:20 [2019-09-19T23:42:20.465Z] === RUN   TestCopyFromContainer
23:42:22 [2019-09-19T23:42:22.346Z] === RUN   TestCopyFromContainer//
23:42:22 [2019-09-19T23:42:22.346Z] === RUN   TestCopyFromContainer//bar/root
23:42:22 [2019-09-19T23:42:22.346Z] === RUN   TestCopyFromContainer//bar/root/
23:42:22 [2019-09-19T23:42:22.601Z] === RUN   TestCopyFromContainer/bar/quux
23:42:22 [2019-09-19T23:42:22.601Z] === RUN   TestCopyFromContainer/bar/quux/
23:42:22 [2019-09-19T23:42:22.601Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:42:22 [2019-09-19T23:42:22.856Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:42:22 [2019-09-19T23:42:22.856Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:42:22 [2019-09-19T23:42:22.856Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:42:23 [2019-09-19T23:42:23.111Z] === RUN   TestCopyFromContainer/bar/notarget
23:42:23 [2019-09-19T23:42:23.111Z] --- PASS: TestCopyFromContainer (2.72s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer//bar/root (0.12s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
23:42:23 [2019-09-19T23:42:23.111Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
23:42:23 [2019-09-19T23:42:23.111Z] === RUN   TestHealthKillContainer
23:42:23 [2019-09-19T23:42:23.544Z] --- PASS: TestCreateServiceMaxReplicas (3.88s)
23:42:23 [2019-09-19T23:42:23.544Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas
23:42:23 [2019-09-19T23:42:23.544Z]     daemon.go:321: [d59a4b978f260] waiting for daemon to start
23:42:23 [2019-09-19T23:42:23.544Z]     daemon.go:339: [d59a4b978f260] daemon started
23:42:23 [2019-09-19T23:42:23.544Z]     daemon.go:449: [d59a4b978f260] Stopping daemon
23:42:23 [2019-09-19T23:42:23.544Z]     daemon.go:288: [d59a4b978f260] exiting daemon
23:42:23 [2019-09-19T23:42:23.544Z]     daemon.go:436: [d59a4b978f260] Daemon stopped
23:42:23 [2019-09-19T23:42:23.544Z] === RUN   TestCreateWithDuplicateNetworkNames
23:42:26 [2019-09-19T23:42:26.368Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax	11.063s
23:42:26 [2019-09-19T23:42:26.368Z] --- PASS: TestHealthKillContainer (3.03s)
23:42:26 [2019-09-19T23:42:26.368Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:42:26 [2019-09-19T23:42:26.368Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:42:26 [2019-09-19T23:42:26.368Z] === RUN   TestCopyFromContainerPathIsNotDir
23:42:26 [2019-09-19T23:42:26.368Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:42:26 [2019-09-19T23:42:26.368Z] === RUN   TestCopyFromContainer
23:42:28 [2019-09-19T23:42:28.252Z] === RUN   TestCopyFromContainer//
23:42:28 [2019-09-19T23:42:28.252Z] === RUN   TestCopyFromContainer//bar/root
23:42:28 [2019-09-19T23:42:28.252Z] === RUN   TestCopyFromContainer//bar/root/
23:42:28 [2019-09-19T23:42:28.507Z] === RUN   TestCopyFromContainer/bar/quux
23:42:28 [2019-09-19T23:42:28.507Z] === RUN   TestCopyFromContainer/bar/quux/
23:42:28 [2019-09-19T23:42:28.762Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:42:28 [2019-09-19T23:42:28.762Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:42:28 [2019-09-19T23:42:28.762Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:42:29 [2019-09-19T23:42:29.017Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:42:29 [2019-09-19T23:42:29.017Z] === RUN   TestCopyFromContainer/bar/notarget
23:42:29 [2019-09-19T23:42:29.271Z] --- PASS: TestCopyFromContainer (2.76s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
23:42:29 [2019-09-19T23:42:29.272Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
23:42:29 [2019-09-19T23:42:29.272Z] === RUN   TestHealthKillContainer
23:42:30 [2019-09-19T23:42:30.194Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg	4.121s
23:42:31 [2019-09-19T23:42:31.554Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom	1.135s
23:42:32 [2019-09-19T23:42:32.157Z] --- PASS: TestHealthKillContainer (3.08s)
23:42:32 [2019-09-19T23:42:32.157Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:42:32 [2019-09-19T23:42:32.412Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
23:42:32 [2019-09-19T23:42:32.412Z] === RUN   TestCopyFromContainerPathIsNotDir
23:42:32 [2019-09-19T23:42:32.412Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
23:42:32 [2019-09-19T23:42:32.412Z] === RUN   TestCopyFromContainer
23:42:34 [2019-09-19T23:42:34.297Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds	2.785s
23:42:34 [2019-09-19T23:42:34.297Z] SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows)
23:42:34 [2019-09-19T23:42:34.297Z] === RUN   TestCopyFromContainer//
23:42:34 [2019-09-19T23:42:34.551Z] === RUN   TestCopyFromContainer//bar/root
23:42:34 [2019-09-19T23:42:34.551Z] === RUN   TestCopyFromContainer//bar/root/
23:42:34 [2019-09-19T23:42:34.807Z] === RUN   TestCopyFromContainer/bar/quux
23:42:34 [2019-09-19T23:42:34.807Z] === RUN   TestCopyFromContainer/bar/quux/
23:42:35 [2019-09-19T23:42:35.104Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:42:35 [2019-09-19T23:42:35.104Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:42:35 [2019-09-19T23:42:35.104Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:42:35 [2019-09-19T23:42:35.400Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:42:35 [2019-09-19T23:42:35.400Z] PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection	22.563s
23:42:35 [2019-09-19T23:42:35.400Z] === RUN   TestCopyFromContainer/bar/notarget
23:42:35 [2019-09-19T23:42:35.696Z] --- PASS: TestCopyFromContainer (3.10s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer// (0.14s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
23:42:35 [2019-09-19T23:42:35.696Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
23:42:35 [2019-09-19T23:42:35.696Z] === RUN   TestHealthKillContainer
23:42:39 [2019-09-19T23:42:39.004Z] --- PASS: TestHealthKillContainer (3.36s)
23:42:39 [2019-09-19T23:42:39.004Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:42:39 [2019-09-19T23:42:39.004Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:42:39 [2019-09-19T23:42:39.004Z] === RUN   TestCopyFromContainerPathIsNotDir
23:42:39 [2019-09-19T23:42:39.004Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:42:39 [2019-09-19T23:42:39.004Z] === RUN   TestCopyFromContainer
23:42:39 [2019-09-19T23:42:39.883Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.62s)
23:42:39 [2019-09-19T23:42:39.884Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames
23:42:39 [2019-09-19T23:42:39.884Z]     daemon.go:321: [dedc9ca8de21d] waiting for daemon to start
23:42:39 [2019-09-19T23:42:39.884Z]     daemon.go:339: [dedc9ca8de21d] daemon started
23:42:39 [2019-09-19T23:42:39.884Z]     daemon.go:449: [dedc9ca8de21d] Stopping daemon
23:42:39 [2019-09-19T23:42:39.884Z]     daemon.go:288: [dedc9ca8de21d] exiting daemon
23:42:39 [2019-09-19T23:42:39.884Z]     daemon.go:436: [dedc9ca8de21d] Daemon stopped
23:42:39 [2019-09-19T23:42:39.884Z] === RUN   TestCreateServiceSecretFileMode
23:42:40 [2019-09-19T23:42:40.375Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants	6.003s
23:42:40 [2019-09-19T23:42:40.934Z] === RUN   TestCopyFromContainer//
23:42:41 [2019-09-19T23:42:41.189Z] === RUN   TestCopyFromContainer//bar/root
23:42:41 [2019-09-19T23:42:41.189Z] === RUN   TestCopyFromContainer//bar/root/
23:42:41 [2019-09-19T23:42:41.189Z] === RUN   TestCopyFromContainer/bar/quux
23:42:41 [2019-09-19T23:42:41.256Z] --- PASS: TestCreateServiceSecretFileMode (3.32s)
23:42:41 [2019-09-19T23:42:41.256Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode
23:42:41 [2019-09-19T23:42:41.256Z]     daemon.go:321: [d599e3008589a] waiting for daemon to start
23:42:41 [2019-09-19T23:42:41.256Z]     daemon.go:339: [d599e3008589a] daemon started
23:42:41 [2019-09-19T23:42:41.256Z]     daemon.go:449: [d599e3008589a] Stopping daemon
23:42:41 [2019-09-19T23:42:41.256Z]     daemon.go:288: [d599e3008589a] exiting daemon
23:42:41 [2019-09-19T23:42:41.256Z]     daemon.go:436: [d599e3008589a] Daemon stopped
23:42:41 [2019-09-19T23:42:41.256Z] === RUN   TestCreateServiceConfigFileMode
23:42:41 [2019-09-19T23:42:41.443Z] === RUN   TestCopyFromContainer/bar/quux/
23:42:41 [2019-09-19T23:42:41.444Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:42:41 [2019-09-19T23:42:41.698Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:42:41 [2019-09-19T23:42:41.698Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:42:41 [2019-09-19T23:42:41.698Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:42:41 [2019-09-19T23:42:41.954Z] === RUN   TestCopyFromContainer/bar/notarget
23:42:41 [2019-09-19T23:42:41.954Z] --- PASS: TestCopyFromContainer (2.85s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:42:41 [2019-09-19T23:42:41.954Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:42:41 [2019-09-19T23:42:41.954Z] === RUN   TestHealthKillContainer
23:42:42 [2019-09-19T23:42:42.513Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg	2.405s
23:42:43 [2019-09-19T23:42:43.072Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags	0.324s
23:42:44 [2019-09-19T23:42:44.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:42:44 [2019-09-19T23:42:44.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:42:44 [2019-09-19T23:42:44.476Z] --- PASS: TestCreateServiceConfigFileMode (2.88s)
23:42:44 [2019-09-19T23:42:44.476Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode
23:42:44 [2019-09-19T23:42:44.476Z]     daemon.go:321: [d831f4931a00d] waiting for daemon to start
23:42:44 [2019-09-19T23:42:44.476Z]     daemon.go:339: [d831f4931a00d] daemon started
23:42:44 [2019-09-19T23:42:44.476Z]     daemon.go:449: [d831f4931a00d] Stopping daemon
23:42:44 [2019-09-19T23:42:44.476Z]     daemon.go:288: [d831f4931a00d] exiting daemon
23:42:44 [2019-09-19T23:42:44.476Z]     daemon.go:436: [d831f4931a00d] Daemon stopped
23:42:44 [2019-09-19T23:42:44.476Z] === RUN   TestCreateServiceSysctls
23:42:44 [2019-09-19T23:42:44.954Z] --- PASS: TestHealthKillContainer (3.02s)
23:42:44 [2019-09-19T23:42:44.954Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:42:45 [2019-09-19T23:42:45.209Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:42:45 [2019-09-19T23:42:45.209Z] === RUN   TestCopyFromContainerPathIsNotDir
23:42:45 [2019-09-19T23:42:45.209Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
23:42:45 [2019-09-19T23:42:45.209Z] === RUN   TestCopyFromContainer
23:42:45 [2019-09-19T23:42:45.209Z] PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer	2.010s
23:42:45 [2019-09-19T23:42:45.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:42:46 [2019-09-19T23:42:46.133Z] PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone	0.924s
23:42:47 [2019-09-19T23:42:47.495Z] === RUN   TestCopyFromContainer//
23:42:47 [2019-09-19T23:42:47.495Z] === RUN   TestCopyFromContainer//bar/root
23:42:47 [2019-09-19T23:42:47.495Z] === RUN   TestCopyFromContainer//bar/root/
23:42:47 [2019-09-19T23:42:47.495Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext	1.237s
23:42:47 [2019-09-19T23:42:47.495Z] === RUN   TestCopyFromContainer/bar/quux
23:42:47 [2019-09-19T23:42:47.495Z] === RUN   TestCopyFromContainer/bar/quux/
23:42:47 [2019-09-19T23:42:47.750Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:42:47 [2019-09-19T23:42:47.750Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:42:47 [2019-09-19T23:42:47.750Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:42:47 [2019-09-19T23:42:47.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:42:48 [2019-09-19T23:42:48.004Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:42:48 [2019-09-19T23:42:48.004Z] === RUN   TestCopyFromContainer/bar/notarget
23:42:48 [2019-09-19T23:42:48.259Z] --- PASS: TestCopyFromContainer (2.98s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
23:42:48 [2019-09-19T23:42:48.259Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
23:42:48 [2019-09-19T23:42:48.259Z] === RUN   TestHealthKillContainer
23:42:48 [2019-09-19T23:42:48.504Z] --- PASS: TestCreateServiceSysctls (4.30s)
23:42:48 [2019-09-19T23:42:48.504Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls
23:42:48 [2019-09-19T23:42:48.504Z]     daemon.go:321: [d0327ae53958a] waiting for daemon to start
23:42:48 [2019-09-19T23:42:48.504Z]     daemon.go:339: [d0327ae53958a] daemon started
23:42:48 [2019-09-19T23:42:48.504Z]     daemon.go:449: [d0327ae53958a] Stopping daemon
23:42:48 [2019-09-19T23:42:48.504Z]     daemon.go:288: [d0327ae53958a] exiting daemon
23:42:48 [2019-09-19T23:42:48.504Z]     daemon.go:436: [d0327ae53958a] Daemon stopped
23:42:48 [2019-09-19T23:42:48.504Z] === RUN   TestInspect
23:42:48 [2019-09-19T23:42:48.514Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput	1.137s
23:42:50 [2019-09-19T23:42:50.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:42:51 [2019-09-19T23:42:51.061Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume	2.009s
23:42:51 [2019-09-19T23:42:51.062Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure	0.474s
23:42:51 [2019-09-19T23:42:51.062Z] --- PASS: TestHealthKillContainer (2.94s)
23:42:51 [2019-09-19T23:42:51.062Z] PASS
23:42:51 [2019-09-19T23:42:51.062Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.062Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.062Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.062Z] PASS
23:42:51 [2019-09-19T23:42:51.062Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote	0.074s
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.317Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.317Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.317Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.317Z] PASS
23:42:51 [2019-09-19T23:42:51.572Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.572Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.572Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.572Z] PASS
23:42:51 [2019-09-19T23:42:51.572Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.572Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.572Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.572Z] PASS
23:42:51 [2019-09-19T23:42:51.572Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.572Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.572Z] testing: warning: no tests to run
23:42:51 [2019-09-19T23:42:51.572Z] PASS
23:42:51 [2019-09-19T23:42:51.572Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:42:51 [2019-09-19T23:42:51.572Z] INFO: Testing against a local daemon
23:42:51 [2019-09-19T23:42:51.572Z] === RUN   TestDockerNetworkReConnect
23:42:51 [2019-09-19T23:42:51.572Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage	0.472s
23:42:51 [2019-09-19T23:42:51.810Z] --- PASS: TestInspect (2.96s)
23:42:51 [2019-09-19T23:42:51.810Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect
23:42:51 [2019-09-19T23:42:51.810Z]     daemon.go:321: [d6672b1a79d78] waiting for daemon to start
23:42:51 [2019-09-19T23:42:51.810Z]     daemon.go:339: [d6672b1a79d78] daemon started
23:42:51 [2019-09-19T23:42:51.810Z]     daemon.go:449: [d6672b1a79d78] Stopping daemon
23:42:51 [2019-09-19T23:42:51.810Z]     daemon.go:288: [d6672b1a79d78] exiting daemon
23:42:51 [2019-09-19T23:42:51.810Z]     daemon.go:436: [d6672b1a79d78] Daemon stopped
23:42:51 [2019-09-19T23:42:51.810Z] === RUN   TestDockerNetworkConnectAlias
23:42:52 [2019-09-19T23:42:52.131Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess	0.367s
23:42:53 [2019-09-19T23:42:53.055Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume	0.824s
23:42:53 [2019-09-19T23:42:53.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:42:55 [2019-09-19T23:42:55.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:42:55 [2019-09-19T23:42:55.566Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild	2.431s
23:42:55 [2019-09-19T23:42:55.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:42:56 [2019-09-19T23:42:56.124Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache	0.696s
23:42:56 [2019-09-19T23:42:56.683Z] --- PASS: TestDockerNetworkReConnect (5.15s)
23:42:56 [2019-09-19T23:42:56.683Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:42:56 [2019-09-19T23:42:56.683Z]     daemon.go:321: [d27b1de8c5a9e] waiting for daemon to start
23:42:56 [2019-09-19T23:42:56.683Z]     daemon.go:339: [d27b1de8c5a9e] daemon started
23:42:56 [2019-09-19T23:42:56.683Z]     daemon.go:449: [d27b1de8c5a9e] Stopping daemon
23:42:56 [2019-09-19T23:42:56.683Z]     daemon.go:288: [d27b1de8c5a9e] exiting daemon
23:42:56 [2019-09-19T23:42:56.683Z]     daemon.go:436: [d27b1de8c5a9e] Daemon stopped
23:42:56 [2019-09-19T23:42:56.683Z] === RUN   TestServiceUpdateNetwork
23:42:56 [2019-09-19T23:42:56.937Z] PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy	4.202s
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/server/middleware	0.022s	coverage: 37.7% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 3.1% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 95.2% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:42:58 [2019-09-19T23:42:58.091Z] ok  	github.com/docker/docker/builder/dockerignore	0.007s	coverage: 96.8% of statements
23:42:59 [2019-09-19T23:42:59.216Z] --- PASS: TestDockerNetworkConnectAlias (6.22s)
23:42:59 [2019-09-19T23:42:59.216Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias
23:42:59 [2019-09-19T23:42:59.216Z]     daemon.go:321: [d8f461729e449] waiting for daemon to start
23:42:59 [2019-09-19T23:42:59.216Z]     daemon.go:339: [d8f461729e449] daemon started
23:42:59 [2019-09-19T23:42:59.216Z]     daemon.go:449: [d8f461729e449] Stopping daemon
23:42:59 [2019-09-19T23:42:59.216Z]     daemon.go:288: [d8f461729e449] exiting daemon
23:42:59 [2019-09-19T23:42:59.216Z]     daemon.go:436: [d8f461729e449] Daemon stopped
23:42:59 [2019-09-19T23:42:59.216Z] === RUN   TestDockerNetworkReConnect
23:42:59 [2019-09-19T23:42:59.747Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON	3.315s
23:43:00 [2019-09-19T23:43:00.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:43:00 [2019-09-19T23:43:00.888Z] ok  	github.com/docker/docker/builder/fscache	0.113s	coverage: 69.2% of statements
23:43:01 [2019-09-19T23:43:01.454Z] ok  	github.com/docker/docker/builder/dockerfile	0.622s	coverage: 45.1% of statements
23:43:01 [2019-09-19T23:43:01.676Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON	1.932s
23:43:02 [2019-09-19T23:43:02.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:43:03 [2019-09-19T23:43:03.274Z] --- PASS: TestDockerNetworkReConnect (4.94s)
23:43:03 [2019-09-19T23:43:03.274Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect
23:43:03 [2019-09-19T23:43:03.274Z]     daemon.go:321: [df1e13eff5ff3] waiting for daemon to start
23:43:03 [2019-09-19T23:43:03.274Z]     daemon.go:339: [df1e13eff5ff3] daemon started
23:43:03 [2019-09-19T23:43:03.274Z]     daemon.go:449: [df1e13eff5ff3] Stopping daemon
23:43:03 [2019-09-19T23:43:03.274Z]     daemon.go:288: [df1e13eff5ff3] exiting daemon
23:43:03 [2019-09-19T23:43:03.274Z]     daemon.go:436: [df1e13eff5ff3] Daemon stopped
23:43:03 [2019-09-19T23:43:03.274Z] === RUN   TestServicePlugin
23:43:03 [2019-09-19T23:43:03.274Z] --- SKIP: TestServicePlugin (0.00s)
23:43:03 [2019-09-19T23:43:03.274Z]     plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:43:03 [2019-09-19T23:43:03.274Z] === RUN   TestServiceUpdateLabel
23:43:03 [2019-09-19T23:43:03.603Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance	2.357s
23:43:03 [2019-09-19T23:43:03.984Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.861s	coverage: 85.1% of statements
23:43:03 [2019-09-19T23:43:03.984Z] ok  	github.com/docker/docker/builder/remotecontext	0.196s	coverage: 13.6% of statements
23:43:03 [2019-09-19T23:43:03.984Z] ?   	github.com/docker/docker/cli	[no test files]
23:43:03 [2019-09-19T23:43:03.984Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:43:04 [2019-09-19T23:43:04.242Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
23:43:04 [2019-09-19T23:43:04.963Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase	1.332s
23:43:05 [2019-09-19T23:43:05.739Z] --- PASS: TestServiceUpdateLabel (2.88s)
23:43:05 [2019-09-19T23:43:05.739Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel
23:43:05 [2019-09-19T23:43:05.739Z]     daemon.go:321: [d3be6f4432a8e] waiting for daemon to start
23:43:05 [2019-09-19T23:43:05.739Z]     daemon.go:339: [d3be6f4432a8e] daemon started
23:43:05 [2019-09-19T23:43:05.739Z]     daemon.go:449: [d3be6f4432a8e] Stopping daemon
23:43:05 [2019-09-19T23:43:05.739Z]     daemon.go:288: [d3be6f4432a8e] exiting daemon
23:43:05 [2019-09-19T23:43:05.739Z]     daemon.go:436: [d3be6f4432a8e] Daemon stopped
23:43:05 [2019-09-19T23:43:05.739Z] === RUN   TestServiceUpdateSecrets
23:43:06 [2019-09-19T23:43:06.873Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput	1.608s
23:43:07 [2019-09-19T23:43:07.127Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy	0.510s
23:43:07 [2019-09-19T23:43:07.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:43:10 [2019-09-19T23:43:10.790Z] ok  	github.com/docker/docker/client	0.176s	coverage: 75.7% of statements
23:43:11 [2019-09-19T23:43:11.283Z] PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory	3.877s
23:43:12 [2019-09-19T23:43:12.643Z] --- PASS: TestServiceUpdateNetwork (15.57s)
23:43:12 [2019-09-19T23:43:12.643Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:43:12 [2019-09-19T23:43:12.643Z]     daemon.go:321: [ddc39258850c8] waiting for daemon to start
23:43:12 [2019-09-19T23:43:12.643Z]     daemon.go:339: [ddc39258850c8] daemon started
23:43:12 [2019-09-19T23:43:12.643Z]     daemon.go:449: [ddc39258850c8] Stopping daemon
23:43:12 [2019-09-19T23:43:12.643Z]     daemon.go:288: [ddc39258850c8] exiting daemon
23:43:12 [2019-09-19T23:43:12.643Z]     daemon.go:436: [ddc39258850c8] Daemon stopped
23:43:12 [2019-09-19T23:43:12.643Z] === RUN   TestDockerNetworkReConnect
23:43:13 [2019-09-19T23:43:13.577Z] PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH	2.488s
23:43:14 [2019-09-19T23:43:14.938Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg	1.062s
23:43:15 [2019-09-19T23:43:15.497Z] PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON	0.970s
23:43:17 [2019-09-19T23:43:17.392Z] --- PASS: TestDockerNetworkReConnect (4.84s)
23:43:17 [2019-09-19T23:43:17.392Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:43:17 [2019-09-19T23:43:17.392Z]     daemon.go:321: [d99ef25304887] waiting for daemon to start
23:43:17 [2019-09-19T23:43:17.392Z]     daemon.go:339: [d99ef25304887] daemon started
23:43:17 [2019-09-19T23:43:17.392Z]     daemon.go:449: [d99ef25304887] Stopping daemon
23:43:17 [2019-09-19T23:43:17.392Z]     daemon.go:288: [d99ef25304887] exiting daemon
23:43:17 [2019-09-19T23:43:17.392Z]     daemon.go:436: [d99ef25304887] Daemon stopped
23:43:17 [2019-09-19T23:43:17.392Z] === RUN   TestServiceUpdateNetwork
23:43:20 [2019-09-19T23:43:20.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:43:21 [2019-09-19T23:43:21.552Z] PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin	23.325s
23:43:22 [2019-09-19T23:43:22.487Z] --- PASS: TestServiceUpdateSecrets (15.61s)
23:43:22 [2019-09-19T23:43:22.487Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets
23:43:22 [2019-09-19T23:43:22.487Z]     daemon.go:321: [dd7ac6612ee76] waiting for daemon to start
23:43:22 [2019-09-19T23:43:22.487Z]     daemon.go:339: [dd7ac6612ee76] daemon started
23:43:22 [2019-09-19T23:43:22.487Z]     daemon.go:449: [dd7ac6612ee76] Stopping daemon
23:43:22 [2019-09-19T23:43:22.487Z]     daemon.go:288: [dd7ac6612ee76] exiting daemon
23:43:22 [2019-09-19T23:43:22.487Z]     daemon.go:436: [dd7ac6612ee76] Daemon stopped
23:43:22 [2019-09-19T23:43:22.487Z] === RUN   TestServiceUpdateConfigs
23:43:23 [2019-09-19T23:43:23.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:43:25 [2019-09-19T23:43:25.711Z] PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer	3.549s
23:43:26 [2019-09-19T23:43:26.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:43:27 [2019-09-19T23:43:27.073Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy	11.452s
23:43:27 [2019-09-19T23:43:27.118Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote	102.322s
23:43:27 [2019-09-19T23:43:27.576Z] SKIP: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile (unmatched requirement UnixCli)
23:43:30 [2019-09-19T23:43:30.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:43:32 [2019-09-19T23:43:32.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:43:32 [2019-09-19T23:43:32.398Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir	4.684s
23:43:32 [2019-09-19T23:43:32.398Z] --- PASS: TestServiceUpdateNetwork (14.73s)
23:43:32 [2019-09-19T23:43:32.398Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:43:32 [2019-09-19T23:43:32.398Z]     daemon.go:321: [de5d920369345] waiting for daemon to start
23:43:32 [2019-09-19T23:43:32.398Z]     daemon.go:339: [de5d920369345] daemon started
23:43:32 [2019-09-19T23:43:32.398Z]     daemon.go:449: [de5d920369345] Stopping daemon
23:43:32 [2019-09-19T23:43:32.398Z]     daemon.go:288: [de5d920369345] exiting daemon
23:43:32 [2019-09-19T23:43:32.398Z]     daemon.go:436: [de5d920369345] Daemon stopped
23:43:32 [2019-09-19T23:43:32.398Z] === RUN   TestDockerNetworkReConnect
23:43:34 [2019-09-19T23:43:34.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:43:34 [2019-09-19T23:43:34.372Z] PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed	2.541s
23:43:34 [2019-09-19T23:43:34.642Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile	5.703s
23:43:34 [2019-09-19T23:43:34.642Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext	0.006s
23:43:36 [2019-09-19T23:43:36.578Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:43:36 [2019-09-19T23:43:36.578Z] Using test binary docker
23:43:36 [2019-09-19T23:43:36.869Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:43:36 [2019-09-19T23:43:36.869Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:43:36 [2019-09-19T23:43:36.869Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:43:36 [2019-09-19T23:43:36.869Z] Warning failed to create cache: (null)
23:43:36 [2019-09-19T23:43:36.869Z] .
23:43:36 [2019-09-19T23:43:36.869Z] INFO: Waiting for daemon to start...
23:43:36 [2019-09-19T23:43:36.869Z] Starting dockerd
23:43:37 [2019-09-19T23:43:37.210Z] --- PASS: TestDockerNetworkReConnect (5.00s)
23:43:37 [2019-09-19T23:43:37.210Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:43:37 [2019-09-19T23:43:37.210Z]     daemon.go:321: [de6936f890b34] waiting for daemon to start
23:43:37 [2019-09-19T23:43:37.210Z]     daemon.go:339: [de6936f890b34] daemon started
23:43:37 [2019-09-19T23:43:37.210Z]     daemon.go:449: [de6936f890b34] Stopping daemon
23:43:37 [2019-09-19T23:43:37.210Z]     daemon.go:288: [de6936f890b34] exiting daemon
23:43:37 [2019-09-19T23:43:37.210Z]     daemon.go:436: [de6936f890b34] Daemon stopped
23:43:37 [2019-09-19T23:43:37.210Z] === RUN   TestServiceUpdateNetwork
23:43:37 [2019-09-19T23:43:37.769Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm	3.476s
23:43:38 [2019-09-19T23:43:38.376Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile	3.927s
23:43:38 [2019-09-19T23:43:38.693Z] PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes	3.425s
23:43:38 [2019-09-19T23:43:38.834Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths	0.616s
23:43:38 [2019-09-19T23:43:38.835Z] SKIP: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace (unmatched requirement DaemonIsLinux)
23:43:38 [2019-09-19T23:43:38.835Z] SKIP: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks (unmatched requirement DaemonIsLinux)
23:43:38 [2019-09-19T23:43:38.835Z] SKIP: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume (unmatched requirement DaemonIsLinux)
23:43:38 [2019-09-19T23:43:38.835Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar	0.246s
23:43:38 [2019-09-19T23:43:38.891Z] .
23:43:38 [2019-09-19T23:43:38.891Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:43:38 [2019-09-19T23:43:38.891Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:43:38 [2019-09-19T23:43:38.891Z] Error: No such image: emptyfs
23:43:38 [2019-09-19T23:43:38.948Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint	1.168s
23:43:38 [2019-09-19T23:43:38.961Z] --- PASS: TestServiceUpdateConfigs (15.70s)
23:43:38 [2019-09-19T23:43:38.961Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs
23:43:38 [2019-09-19T23:43:38.961Z]     daemon.go:321: [d8ad983c36fb8] waiting for daemon to start
23:43:38 [2019-09-19T23:43:38.961Z]     daemon.go:339: [d8ad983c36fb8] daemon started
23:43:38 [2019-09-19T23:43:38.961Z]     daemon.go:449: [d8ad983c36fb8] Stopping daemon
23:43:38 [2019-09-19T23:43:38.961Z]     daemon.go:288: [d8ad983c36fb8] exiting daemon
23:43:38 [2019-09-19T23:43:38.961Z]     daemon.go:436: [d8ad983c36fb8] Daemon stopped
23:43:38 [2019-09-19T23:43:38.961Z] === RUN   TestServiceUpdateNetwork
23:43:39 [2019-09-19T23:43:39.179Z] Running integration-test (iteration 1)
23:43:39 [2019-09-19T23:43:39.179Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
23:43:39 [2019-09-19T23:43:39.800Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange	0.622s
23:43:40 [2019-09-19T23:43:40.832Z] PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache	1.601s
23:43:41 [2019-09-19T23:43:41.391Z] PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy	0.674s
23:43:42 [2019-09-19T23:43:42.315Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell	0.739s
23:43:42 [2019-09-19T23:43:42.697Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache	2.680s
23:43:42 [2019-09-19T23:43:42.863Z] ok  	github.com/docker/docker/cmd/dockerd/hack	0.004s	coverage: 72.9% of statements
23:43:43 [2019-09-19T23:43:43.663Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache	1.112s
23:43:43 [2019-09-19T23:43:43.663Z] SKIP: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir (unmatched requirement DaemonIsLinux)
23:43:43 [2019-09-19T23:43:43.663Z] SKIP: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot (unmatched requirement DaemonIsLinux)
23:43:43 [2019-09-19T23:43:43.663Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound	0.066s
23:43:43 [2019-09-19T23:43:43.795Z] ok  	github.com/docker/docker/cmd/dockerd	0.094s	coverage: 29.5% of statements
23:43:44 [2019-09-19T23:43:44.202Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint	1.994s
23:43:45 [2019-09-19T23:43:45.783Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint	1.337s
23:43:45 [2019-09-19T23:43:45.917Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache	2.239s
23:43:46 [2019-09-19T23:43:46.316Z] ok  	github.com/docker/docker/container	0.120s	coverage: 35.6% of statements
23:43:46 [2019-09-19T23:43:46.316Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:43:46 [2019-09-19T23:43:46.316Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:43:46 [2019-09-19T23:43:46.316Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:43:46 [2019-09-19T23:43:46.316Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:43:46 [2019-09-19T23:43:46.751Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited	1.121s
23:43:51 [2019-09-19T23:43:51.080Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple	4.212s
23:43:51 [2019-09-19T23:43:51.080Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON	0.097s
23:43:51 [2019-09-19T23:43:51.334Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig	0.293s
23:43:51 [2019-09-19T23:43:51.334Z] SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows)
23:43:51 [2019-09-19T23:43:51.612Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces	0.424s
23:43:52 [2019-09-19T23:43:52.264Z] --- PASS: TestServiceUpdateNetwork (15.20s)
23:43:52 [2019-09-19T23:43:52.264Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:43:52 [2019-09-19T23:43:52.264Z]     daemon.go:321: [dce4a544b9c4f] waiting for daemon to start
23:43:52 [2019-09-19T23:43:52.264Z]     daemon.go:339: [dce4a544b9c4f] daemon started
23:43:52 [2019-09-19T23:43:52.264Z]     daemon.go:449: [dce4a544b9c4f] Stopping daemon
23:43:52 [2019-09-19T23:43:52.264Z]     daemon.go:288: [dce4a544b9c4f] exiting daemon
23:43:52 [2019-09-19T23:43:52.264Z]     daemon.go:436: [dce4a544b9c4f] Daemon stopped
23:43:52 [2019-09-19T23:43:52.264Z] === RUN   TestDockerNetworkReConnect
23:43:52 [2019-09-19T23:43:52.825Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes	1.048s
23:43:52 [2019-09-19T23:43:52.825Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne	0.138s
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestServiceUpdateNetwork (14.49s)
23:43:53 [2019-09-19T23:43:53.181Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork
23:43:53 [2019-09-19T23:43:53.181Z]     daemon.go:321: [de3c1c72781d2] waiting for daemon to start
23:43:53 [2019-09-19T23:43:53.181Z]     daemon.go:339: [de3c1c72781d2] daemon started
23:43:53 [2019-09-19T23:43:53.181Z]     daemon.go:449: [de3c1c72781d2] Stopping daemon
23:43:53 [2019-09-19T23:43:53.181Z]     daemon.go:288: [de3c1c72781d2] exiting daemon
23:43:53 [2019-09-19T23:43:53.181Z]     daemon.go:436: [de3c1c72781d2] Daemon stopped
23:43:53 [2019-09-19T23:43:53.181Z] PASS
23:43:53 [2019-09-19T23:43:53.181Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
23:43:53 [2019-09-19T23:43:53.181Z] INFO: Testing against a local daemon
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestSessionCreate
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestSessionCreate (0.04s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestSessionCreateWithBadUpgrade
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:43:53 [2019-09-19T23:43:53.181Z] PASS
23:43:53 [2019-09-19T23:43:53.181Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
23:43:53 [2019-09-19T23:43:53.181Z] INFO: Testing against a local daemon
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:43:53 [2019-09-19T23:43:53.181Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:43:53 [2019-09-19T23:43:53.181Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestEventsExecDie
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestEventsExecDie (0.99s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestEventsBackwardsCompatible
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestInfoBinaryCommits
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestInfoAPIVersioned
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestInfoAPI
23:43:53 [2019-09-19T23:43:53.181Z] --- PASS: TestInfoAPI (0.03s)
23:43:53 [2019-09-19T23:43:53.181Z] === RUN   TestInfoAPIWarnings
23:43:53 [2019-09-19T23:43:53.968Z] --- PASS: TestInfoAPIWarnings (0.86s)
23:43:53 [2019-09-19T23:43:53.968Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings
23:43:53 [2019-09-19T23:43:53.968Z]     daemon.go:321: [dcdb10dcfd890] waiting for daemon to start
23:43:53 [2019-09-19T23:43:53.968Z]     daemon.go:339: [dcdb10dcfd890] daemon started
23:43:53 [2019-09-19T23:43:53.968Z]     daemon.go:449: [dcdb10dcfd890] Stopping daemon
23:43:53 [2019-09-19T23:43:53.968Z]     daemon.go:288: [dcdb10dcfd890] exiting daemon
23:43:53 [2019-09-19T23:43:53.968Z]     daemon.go:436: [dcdb10dcfd890] Daemon stopped
23:43:53 [2019-09-19T23:43:53.968Z] === RUN   TestLoginFailsWithBadCredentials
23:43:53 [2019-09-19T23:43:53.968Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s)
23:43:53 [2019-09-19T23:43:53.968Z] === RUN   TestPingCacheHeaders
23:43:54 [2019-09-19T23:43:54.185Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr	1.065s
23:43:54 [2019-09-19T23:43:54.335Z] --- PASS: TestPingCacheHeaders (0.04s)
23:43:54 [2019-09-19T23:43:54.335Z] === RUN   TestPingGet
23:43:54 [2019-09-19T23:43:54.335Z] --- PASS: TestPingGet (0.02s)
23:43:54 [2019-09-19T23:43:54.335Z] === RUN   TestPingHead
23:43:54 [2019-09-19T23:43:54.335Z] --- PASS: TestPingHead (0.02s)
23:43:54 [2019-09-19T23:43:54.335Z] === RUN   TestVersion
23:43:54 [2019-09-19T23:43:54.335Z] --- PASS: TestVersion (0.02s)
23:43:54 [2019-09-19T23:43:54.335Z] PASS
23:43:54 [2019-09-19T23:43:54.335Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
23:43:54 [2019-09-19T23:43:54.438Z] Loaded image: buildpack-deps:jessie
23:43:54 [2019-09-19T23:43:54.438Z] Loaded image: busybox:latest
23:43:54 [2019-09-19T23:43:54.438Z] Loaded image: busybox:glibc
23:43:54 [2019-09-19T23:43:54.438Z] Loaded image: debian:jessie
23:43:54 [2019-09-19T23:43:54.438Z] Loaded image: hello-world:latest
23:43:54 [2019-09-19T23:43:54.438Z] INFO: Testing against a local daemon
23:43:54 [2019-09-19T23:43:54.438Z] === RUN   TestBuildWithSession
23:43:54 [2019-09-19T23:43:54.709Z] INFO: Testing against a local daemon
23:43:54 [2019-09-19T23:43:54.709Z] === RUN   TestVolumesCreateAndList
23:43:54 [2019-09-19T23:43:54.709Z] --- PASS: TestVolumesCreateAndList (0.03s)
23:43:54 [2019-09-19T23:43:54.709Z] === RUN   TestVolumesRemove
23:43:54 [2019-09-19T23:43:54.709Z] --- PASS: TestVolumesRemove (0.10s)
23:43:54 [2019-09-19T23:43:54.709Z] === RUN   TestVolumesInspect
23:43:54 [2019-09-19T23:43:54.709Z] --- PASS: TestVolumesInspect (0.02s)
23:43:54 [2019-09-19T23:43:54.709Z] === RUN   TestVolumesInvalidJSON
23:43:54 [2019-09-19T23:43:54.709Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:43:54 [2019-09-19T23:43:54.709Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:43:54 [2019-09-19T23:43:54.709Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:43:54 [2019-09-19T23:43:54.709Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:43:54 [2019-09-19T23:43:54.709Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:43:54 [2019-09-19T23:43:54.709Z] PASS
23:43:54 [2019-09-19T23:43:54.709Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:43:55 [2019-09-19T23:43:55.921Z] --- PASS: TestBuildWithSession (2.28s)
23:43:55 [2019-09-19T23:43:55.921Z] === RUN   TestBuildSquashParent
23:43:56 [2019-09-19T23:43:56.315Z] ok  	github.com/docker/docker/daemon/cluster	0.053s	coverage: 0.5% of statements
23:43:56 [2019-09-19T23:43:56.486Z] umount: bundles/test-integration/root: mountpoint not found
23:43:56 [2019-09-19T23:43:56.486Z] Clearing AppArmor profiles cache:.
23:43:56 [2019-09-19T23:43:56.486Z] All profile caches have been cleared, but no profiles have been unloaded.
23:43:56 [2019-09-19T23:43:56.486Z] Unloading profiles will leave already running processes permanently
23:43:56 [2019-09-19T23:43:56.486Z] unconfined, which can lead to unexpected situations.
23:43:56 [2019-09-19T23:43:56.486Z] 
23:43:56 [2019-09-19T23:43:56.486Z] To set a process to complain mode, use the command line tool
23:43:56 [2019-09-19T23:43:56.486Z] 'aa-complain'. To really tear down all profiles, run the init script
23:43:56 [2019-09-19T23:43:56.486Z] with the 'teardown' option."
23:43:56 [2019-09-19T23:43:56.486Z] Removing test suite binaries
23:43:56 [2019-09-19T23:43:56.486Z] 
23:43:57 [2019-09-19T23:43:57.486Z] --- PASS: TestDockerNetworkReConnect (5.14s)
23:43:57 [2019-09-19T23:43:57.486Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:43:57 [2019-09-19T23:43:57.486Z]     daemon.go:321: [d3db466213da8] waiting for daemon to start
23:43:57 [2019-09-19T23:43:57.486Z]     daemon.go:339: [d3db466213da8] daemon started
23:43:57 [2019-09-19T23:43:57.486Z]     daemon.go:449: [d3db466213da8] Stopping daemon
23:43:57 [2019-09-19T23:43:57.486Z]     daemon.go:288: [d3db466213da8] exiting daemon
23:43:57 [2019-09-19T23:43:57.486Z]     daemon.go:436: [d3db466213da8] Daemon stopped
23:43:57 [2019-09-19T23:43:57.486Z] === RUN   TestServiceUpdateNetwork
23:43:57 [2019-09-19T23:43:57.687Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.030s	coverage: 65.3% of statements
23:43:58 [2019-09-19T23:43:58.330Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache	10.898s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:43:59 [2019-09-19T23:43:59.373Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress	5.172s
23:43:59 [2019-09-19T23:43:59.583Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.007s	coverage: 35.8% of statements
23:44:00 [2019-09-19T23:44:00.056Z] + echo Ensuring container killed.
23:44:00 [2019-09-19T23:44:00.056Z] Ensuring container killed.
23:44:00 [2019-09-19T23:44:00.056Z] + docker rm -vf docker-pr2
23:44:00 [2019-09-19T23:44:00.056Z] Error: No such container: docker-pr2
23:44:00 [2019-09-19T23:44:00.056Z] + true
[Pipeline] sh
23:44:00 [2019-09-19T23:44:00.340Z] PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal	1.054s
23:44:00 [2019-09-19T23:44:00.886Z] + echo Chowning /workspace to jenkins user
23:44:00 [2019-09-19T23:44:00.886Z] Chowning /workspace to jenkins user
23:44:00 [2019-09-19T23:44:00.886Z] + id -u
23:44:00 [2019-09-19T23:44:00.886Z] + id -g
23:44:00 [2019-09-19T23:44:00.886Z] + docker run --rm -v /home/jenkins/workspace/engine_PR-370:/workspace busybox chown -R 1001:1001 /workspace
23:44:00 [2019-09-19T23:44:00.886Z] Unable to find image 'busybox:latest' locally
23:44:00 [2019-09-19T23:44:00.886Z] latest: Pulling from library/busybox
23:44:01 [2019-09-19T23:44:01.261Z] 6d4c3d9fc915: Pulling fs layer
23:44:01 [2019-09-19T23:44:01.261Z] 6d4c3d9fc915: Verifying Checksum
23:44:01 [2019-09-19T23:44:01.261Z] 6d4c3d9fc915: Download complete
23:44:01 [2019-09-19T23:44:01.743Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename	1.205s
23:44:02 [2019-09-19T23:44:02.058Z] 6d4c3d9fc915: Pull complete
23:44:02 [2019-09-19T23:44:02.058Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
23:44:02 [2019-09-19T23:44:02.058Z] Status: Downloaded newer image for busybox:latest
23:44:02 [2019-09-19T23:44:02.302Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout	0.613s
23:44:02 [2019-09-19T23:44:02.730Z] --- PASS: TestBuildSquashParent (6.03s)
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:44:02 [2019-09-19T23:44:02.730Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:44:02 [2019-09-19T23:44:02.730Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:44:02 [2019-09-19T23:44:02.730Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:44:03 [2019-09-19T23:44:03.071Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar	4.642s
23:44:03 [2019-09-19T23:44:03.273Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent	1.016s
23:44:03 [2019-09-19T23:44:03.528Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict	0.849s
23:44:03 [2019-09-19T23:44:03.528Z] SKIP: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits (unmatched requirement DaemonIsLinux)
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:44:04 [2019-09-19T23:44:04.830Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:44:04 [2019-09-19T23:44:04.932Z] + bundleName=s390x-integration
23:44:04 [2019-09-19T23:44:04.932Z] + echo Creating s390x-integration-bundles.tar.gz
23:44:04 [2019-09-19T23:44:04.932Z] Creating s390x-integration-bundles.tar.gz
23:44:04 [2019-09-19T23:44:04.932Z] + xargs tar -czf s390x-integration-bundles.tar.gz
23:44:04 [2019-09-19T23:44:04.932Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
[Pipeline] archiveArtifacts
23:44:05 [2019-09-19T23:44:05.078Z] Archiving artifacts
23:44:05 [2019-09-19T23:44:05.117Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:44:05 [2019-09-19T23:44:05.246Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions	1.553s
23:44:06 [2019-09-19T23:44:06.128Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-370/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:44:06 [2019-09-19T23:44:06.936Z] + make clean
23:44:10 [2019-09-19T23:44:10.980Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.429s	coverage: 13.7% of statements
23:44:10 [2019-09-19T23:44:10.980Z] ok  	github.com/docker/docker/daemon	12.193s	coverage: 17.5% of statements
23:44:10 [2019-09-19T23:44:10.980Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:44:10 [2019-09-19T23:44:10.980Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:44:10 [2019-09-19T23:44:10.980Z] ok  	github.com/docker/docker/daemon/discovery	0.012s	coverage: 30.4% of statements
23:44:10 [2019-09-19T23:44:10.980Z] ok  	github.com/docker/docker/daemon/config	0.042s	coverage: 84.7% of statements
23:44:10 [2019-09-19T23:44:10.980Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
23:44:10 [2019-09-19T23:44:10.980Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:44:10 [2019-09-19T23:44:10.980Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:44:10 [2019-09-19T23:44:10.993Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.19s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.52s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.52s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.63s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.24s)
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:44:10 [2019-09-19T23:44:10.993Z] --- PASS: TestBuildMultiStageCopy (3.64s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.00s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.45s)
23:44:10 [2019-09-19T23:44:10.993Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.41s)
23:44:10 [2019-09-19T23:44:10.993Z] === RUN   TestBuildMultiStageParentConfig
23:44:11 [2019-09-19T23:44:11.016Z] PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser	2.434s
23:44:11 [2019-09-19T23:44:11.016Z] PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot	3.685s
23:44:11 [2019-09-19T23:44:11.041Z] docker volume rm -f docker-dev-cache
23:44:11 [2019-09-19T23:44:11.041Z] docker-dev-cache
23:44:11 [2019-09-19T23:44:11.110Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime	3.032s
23:44:11 [2019-09-19T23:44:11.110Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache	1.316s
[Pipeline] deleteDir
23:44:12 [2019-09-19T23:44:12.423Z] --- PASS: TestServiceUpdateNetwork (14.93s)
23:44:12 [2019-09-19T23:44:12.423Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:44:12 [2019-09-19T23:44:12.423Z]     daemon.go:321: [d580b3837924a] waiting for daemon to start
23:44:12 [2019-09-19T23:44:12.423Z]     daemon.go:339: [d580b3837924a] daemon started
23:44:12 [2019-09-19T23:44:12.423Z]     daemon.go:449: [d580b3837924a] Stopping daemon
23:44:12 [2019-09-19T23:44:12.423Z]     daemon.go:288: [d580b3837924a] exiting daemon
23:44:12 [2019-09-19T23:44:12.423Z]     daemon.go:436: [d580b3837924a] Daemon stopped
23:44:12 [2019-09-19T23:44:12.423Z] === RUN   TestDockerNetworkReConnect
23:44:12 [2019-09-19T23:44:12.471Z] --- PASS: TestBuildMultiStageParentConfig (1.02s)
23:44:12 [2019-09-19T23:44:12.472Z] === RUN   TestBuildLabelWithTargets
23:44:12 [2019-09-19T23:44:12.879Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
23:44:13 [2019-09-19T23:44:13.331Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress	4.731s
23:44:13 [2019-09-19T23:44:13.331Z] SKIP: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript (unmatched requirement DaemonIsLinux)
23:44:13 [2019-09-19T23:44:13.331Z] SKIP: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir (unmatched requirement DaemonIsLinux)
23:44:13 [2019-09-19T23:44:13.331Z] SKIP: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir (unmatched requirement DaemonIsLinux)
23:44:13 [2019-09-19T23:44:13.331Z] SKIP: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot (unmatched requirement DaemonIsLinux)
23:44:13 [2019-09-19T23:44:13.789Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir	0.342s
23:44:13 [2019-09-19T23:44:13.950Z] --- PASS: TestBuildLabelWithTargets (1.63s)
23:44:13 [2019-09-19T23:44:13.950Z] === RUN   TestBuildWithEmptyLayers
23:44:14 [2019-09-19T23:44:14.571Z] --- PASS: TestBuildWithEmptyLayers (0.87s)
23:44:14 [2019-09-19T23:44:14.571Z] === RUN   TestBuildMultiStageOnBuild
23:44:14 [2019-09-19T23:44:14.777Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.005s	coverage: 2.9% of statements
23:44:15 [2019-09-19T23:44:15.711Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.256s	coverage: 56.9% of statements
23:44:17 [2019-09-19T23:44:17.271Z] --- PASS: TestBuildMultiStageOnBuild (2.33s)
23:44:17 [2019-09-19T23:44:17.271Z] === RUN   TestBuildUncleanTarFilenames
23:44:17 [2019-09-19T23:44:17.661Z] --- PASS: TestDockerNetworkReConnect (4.60s)
23:44:17 [2019-09-19T23:44:17.661Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestDockerNetworkReConnect
23:44:17 [2019-09-19T23:44:17.661Z]     daemon.go:321: [def1a37a6bdc2] waiting for daemon to start
23:44:17 [2019-09-19T23:44:17.661Z]     daemon.go:339: [def1a37a6bdc2] daemon started
23:44:17 [2019-09-19T23:44:17.661Z]     daemon.go:449: [def1a37a6bdc2] Stopping daemon
23:44:17 [2019-09-19T23:44:17.661Z]     daemon.go:288: [def1a37a6bdc2] exiting daemon
23:44:17 [2019-09-19T23:44:17.661Z]     daemon.go:436: [def1a37a6bdc2] Daemon stopped
23:44:17 [2019-09-19T23:44:17.661Z] === RUN   TestServiceUpdateNetwork
23:44:18 [2019-09-19T23:44:18.280Z] --- PASS: TestBuildUncleanTarFilenames (1.25s)
23:44:18 [2019-09-19T23:44:18.280Z] === RUN   TestBuildMultiStageLayerLeak
23:44:18 [2019-09-19T23:44:18.290Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	5.360s	coverage: 72.3% of statements
23:44:19 [2019-09-19T23:44:19.224Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.883s	coverage: 45.9% of statements
23:44:19 [2019-09-19T23:44:19.224Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:44:20 [2019-09-19T23:44:20.960Z] --- PASS: TestBuildMultiStageLayerLeak (2.38s)
23:44:20 [2019-09-19T23:44:20.961Z] === RUN   TestBuildWithHugeFile
23:44:21 [2019-09-19T23:44:21.749Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.100s	coverage: 50.8% of statements
23:44:22 [2019-09-19T23:44:22.681Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.292s	coverage: 76.1% of statements
23:44:24 [2019-09-19T23:44:24.051Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.007s	coverage: 58.0% of statements
23:44:24 [2019-09-19T23:44:24.051Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	2.895s	coverage: 57.2% of statements
23:44:24 [2019-09-19T23:44:24.051Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:44:24 [2019-09-19T23:44:24.051Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:44:25 [2019-09-19T23:44:25.424Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
23:44:26 [2019-09-19T23:44:26.356Z] ok  	github.com/docker/docker/daemon/links	0.017s	coverage: 93.0% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:44:28 [2019-09-19T23:44:28.255Z] ok  	github.com/docker/docker/daemon/images	0.013s	coverage: 4.9% of statements
23:44:28 [2019-09-19T23:44:28.255Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:44:28 [2019-09-19T23:44:28.255Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:44:28 [2019-09-19T23:44:28.513Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 43.7% of statements
23:44:29 [2019-09-19T23:44:29.859Z] PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups	18.498s
23:44:29 [2019-09-19T23:44:29.885Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
23:44:30 [2019-09-19T23:44:30.143Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.146s	coverage: 78.2% of statements
23:44:30 [2019-09-19T23:44:30.143Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:44:30 [2019-09-19T23:44:30.143Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:44:30 [2019-09-19T23:44:30.418Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut	0.995s
23:44:30 [2019-09-19T23:44:30.977Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString	0.311s
23:44:31 [2019-09-19T23:44:31.519Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 26.2% of statements
23:44:31 [2019-09-19T23:44:31.519Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.008s	coverage: 62.1% of statements
23:44:31 [2019-09-19T23:44:31.901Z] --- PASS: TestServiceUpdateNetwork (15.01s)
23:44:31 [2019-09-19T23:44:31.901Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/TestServiceUpdateNetwork
23:44:31 [2019-09-19T23:44:31.901Z]     daemon.go:321: [d49b73bac9843] waiting for daemon to start
23:44:31 [2019-09-19T23:44:31.901Z]     daemon.go:339: [d49b73bac9843] daemon started
23:44:31 [2019-09-19T23:44:31.901Z]     daemon.go:449: [d49b73bac9843] Stopping daemon
23:44:31 [2019-09-19T23:44:31.901Z]     daemon.go:288: [d49b73bac9843] exiting daemon
23:44:31 [2019-09-19T23:44:31.901Z]     daemon.go:436: [d49b73bac9843] Daemon stopped
23:44:31 [2019-09-19T23:44:31.901Z] PASS
23:44:31 [2019-09-19T23:44:31.901Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:44:31 [2019-09-19T23:44:31.901Z] INFO: Testing against a local daemon
23:44:31 [2019-09-19T23:44:31.901Z] testing: warning: no tests to run
23:44:31 [2019-09-19T23:44:31.901Z] PASS
23:44:31 [2019-09-19T23:44:31.901Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:44:31 [2019-09-19T23:44:31.901Z] INFO: Testing against a local daemon
23:44:31 [2019-09-19T23:44:31.901Z] testing: warning: no tests to run
23:44:31 [2019-09-19T23:44:31.901Z] PASS
23:44:31 [2019-09-19T23:44:31.901Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestHealthKillContainer|TestDockerNetworkReConnect|TestServiceUpdateNetwork 
23:44:31 [2019-09-19T23:44:31.901Z] INFO: Testing against a local daemon
23:44:31 [2019-09-19T23:44:31.901Z] testing: warning: no tests to run
23:44:31 [2019-09-19T23:44:31.901Z] PASS
23:44:31 [2019-09-19T23:44:31.901Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration-flaky/1)
23:44:32 [2019-09-19T23:44:32.084Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.003s	coverage: 88.3% of statements
23:44:32 [2019-09-19T23:44:32.155Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails	1.177s
23:44:32 [2019-09-19T23:44:32.720Z] PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore	32.915s
23:44:32 [2019-09-19T23:44:32.974Z] umount: /go/src/github.com/docker/docker/bundles/test-integration-flaky/1/root: mountpoint not found
23:44:33 [2019-09-19T23:44:33.017Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 74.7% of statements
23:44:33 [2019-09-19T23:44:33.017Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:44:33 [2019-09-19T23:44:33.228Z] Clearing AppArmor profiles cache:.
23:44:33 [2019-09-19T23:44:33.228Z] All profile caches have been cleared, but no profiles have been unloaded.
23:44:33 [2019-09-19T23:44:33.228Z] Unloading profiles will leave already running processes permanently
23:44:33 [2019-09-19T23:44:33.228Z] unconfined, which can lead to unexpected situations.
23:44:33 [2019-09-19T23:44:33.228Z] 
23:44:33 [2019-09-19T23:44:33.228Z] To set a process to complain mode, use the command line tool
23:44:33 [2019-09-19T23:44:33.228Z] 'aa-complain'. To really tear down all profiles, run the init script
23:44:33 [2019-09-19T23:44:33.228Z] with the 'teardown' option."
23:44:33 [2019-09-19T23:44:33.228Z] Removing test suite binaries
23:44:33 [2019-09-19T23:44:33.228Z] 
23:44:33 [2019-09-19T23:44:33.228Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:44:33 [2019-09-19T23:44:33.228Z] PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer	1.163s
23:44:33 [2019-09-19T23:44:33.582Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.023s	coverage: 18.6% of statements
23:44:33 [2019-09-19T23:44:33.787Z] PKG_CONFIG=pkg-config
23:44:33 [2019-09-19T23:44:33.787Z] GOLANG_VERSION=1.12.8
23:44:33 [2019-09-19T23:44:33.787Z] HOSTNAME=06612b0d4dd9
23:44:33 [2019-09-19T23:44:33.787Z] KEEPBUNDLE=1
23:44:33 [2019-09-19T23:44:33.787Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
23:44:33 [2019-09-19T23:44:33.787Z] container=docker
23:44:33 [2019-09-19T23:44:33.787Z] TEST_SKIP_INTEGRATION_CLI=1
23:44:33 [2019-09-19T23:44:33.787Z] GOMETALINTER_OPTS=--deadline=2m
23:44:33 [2019-09-19T23:44:33.787Z] GOPATH=/go
23:44:33 [2019-09-19T23:44:33.787Z] PWD=/go/src/github.com/docker/docker
23:44:33 [2019-09-19T23:44:33.787Z] HOME=/root
23:44:33 [2019-09-19T23:44:33.787Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:44:33 [2019-09-19T23:44:33.787Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:44:33 [2019-09-19T23:44:33.787Z] DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2
23:44:33 [2019-09-19T23:44:33.787Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
23:44:33 [2019-09-19T23:44:33.787Z] DOCKER_GRAPHDRIVER=overlay2
23:44:33 [2019-09-19T23:44:33.787Z] TEST_INTEGRATION_DEST=1
23:44:33 [2019-09-19T23:44:33.787Z] TERM=xterm
23:44:33 [2019-09-19T23:44:33.787Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/1
23:44:33 [2019-09-19T23:44:33.787Z] SHLVL=1
23:44:33 [2019-09-19T23:44:33.787Z] TIMEOUT=120m
23:44:33 [2019-09-19T23:44:33.787Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:44:33 [2019-09-19T23:44:33.787Z] DOCKER_PKG=github.com/docker/docker
23:44:33 [2019-09-19T23:44:33.787Z] _=/usr/bin/env
23:44:33 [2019-09-19T23:44:33.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:44:35 [2019-09-19T23:44:35.481Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 47.8% of statements
23:44:35 [2019-09-19T23:44:35.481Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
23:44:35 [2019-09-19T23:44:35.670Z] PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents	2.320s
23:44:35 [2019-09-19T23:44:35.670Z] SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows)
23:44:35 [2019-09-19T23:44:35.670Z] SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows)
23:44:35 [2019-09-19T23:44:35.670Z] SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows)
23:44:35 [2019-09-19T23:44:35.670Z] SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows)
23:44:36 [2019-09-19T23:44:36.414Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
23:44:36 [2019-09-19T23:44:36.414Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.681s	coverage: 84.5% of statements
23:44:36 [2019-09-19T23:44:36.414Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:44:36 [2019-09-19T23:44:36.414Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:44:36 [2019-09-19T23:44:36.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:44:38 [2019-09-19T23:44:38.480Z] PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost	2.759s
23:44:38 [2019-09-19T23:44:38.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:44:38 [2019-09-19T23:44:38.480Z] PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat	0.081s
23:44:38 [2019-09-19T23:44:38.940Z] ok  	github.com/docker/docker/distribution/metadata	0.049s	coverage: 48.2% of statements
23:44:38 [2019-09-19T23:44:38.940Z] ok  	github.com/docker/docker/distribution	0.179s	coverage: 22.6% of statements
23:44:38 [2019-09-19T23:44:38.940Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:44:39 [2019-09-19T23:44:39.843Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure	1.392s
23:44:40 [2019-09-19T23:44:40.312Z] ok  	github.com/docker/docker/errdefs	0.006s	coverage: 51.6% of statements
23:44:40 [2019-09-19T23:44:40.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:44:41 [2019-09-19T23:44:41.023Z] PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext	1.116s
23:44:41 [2019-09-19T23:44:41.684Z] ok  	github.com/docker/docker/image	0.018s	coverage: 86.4% of statements
23:44:41 [2019-09-19T23:44:41.684Z] ok  	github.com/docker/docker/distribution/xfer	1.445s	coverage: 83.4% of statements
23:44:41 [2019-09-19T23:44:41.684Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:44:42 [2019-09-19T23:44:42.617Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
23:44:42 [2019-09-19T23:44:42.617Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:44:42 [2019-09-19T23:44:42.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:44:42 [2019-09-19T23:44:42.917Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs	1.658s
23:44:42 [2019-09-19T23:44:42.917Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM	0.210s
23:44:43 [2019-09-19T23:44:43.989Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
23:44:43 [2019-09-19T23:44:43.989Z] ?   	github.com/docker/docker/internal/test	[no test files]
23:44:44 [2019-09-19T23:44:44.553Z] ?   	github.com/docker/docker/internal/test/daemon	[no test files]
23:44:44 [2019-09-19T23:44:44.553Z] ?   	github.com/docker/docker/internal/test/environment	[no test files]
23:44:44 [2019-09-19T23:44:44.553Z] ?   	github.com/docker/docker/internal/test/fakecontext	[no test files]
23:44:44 [2019-09-19T23:44:44.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/fakegit	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/fakestorage	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/fixtures/load	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/fixtures/plugin/basic	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/registry	[no test files]
23:44:44 [2019-09-19T23:44:44.810Z] ?   	github.com/docker/docker/internal/test/request	[no test files]
23:44:45 [2019-09-19T23:44:45.375Z] ok  	github.com/docker/docker/internal/testutil	0.018s	coverage: 62.5% of statements
23:44:46 [2019-09-19T23:44:46.307Z] ok  	github.com/docker/docker/libcontainerd/queue	0.028s	coverage: 100.0% of statements
23:44:46 [2019-09-19T23:44:46.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:44:47 [2019-09-19T23:44:47.612Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore	4.503s
23:44:47 [2019-09-19T23:44:47.678Z] ok  	github.com/docker/docker/opts	0.018s	coverage: 66.9% of statements
23:44:47 [2019-09-19T23:44:47.678Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
23:44:48 [2019-09-19T23:44:48.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:44:48 [2019-09-19T23:44:48.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:44:49 [2019-09-19T23:44:49.573Z] ok  	github.com/docker/docker/pkg/archive	0.373s	coverage: 76.9% of statements
23:44:50 [2019-09-19T23:44:50.311Z] PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership	2.494s
23:44:50 [2019-09-19T23:44:50.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:44:50 [2019-09-19T23:44:50.504Z] ok  	github.com/docker/docker/pkg/authorization	0.244s	coverage: 66.7% of statements
23:44:50 [2019-09-19T23:44:50.761Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
23:44:51 [2019-09-19T23:44:51.019Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
23:44:51 [2019-09-19T23:44:51.672Z] PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes	1.422s
23:44:51 [2019-09-19T23:44:51.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:44:51 [2019-09-19T23:44:51.926Z] PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause	12.780s
23:44:52 [2019-09-19T23:44:52.181Z] PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd	0.595s
23:44:53 [2019-09-19T23:44:53.104Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd	1.073s
23:44:53 [2019-09-19T23:44:53.104Z] SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows)
23:44:53 [2019-09-19T23:44:53.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:44:54 [2019-09-19T23:44:54.590Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables	1.299s
23:44:55 [2019-09-19T23:44:55.192Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.951s	coverage: 43.2% of statements
23:44:55 [2019-09-19T23:44:55.192Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
23:44:55 [2019-09-19T23:44:55.192Z] ok  	github.com/docker/docker/layer	7.829s	coverage: 72.0% of statements
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/oci	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:44:55 [2019-09-19T23:44:55.192Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:44:56 [2019-09-19T23:44:56.160Z] ok  	github.com/docker/docker/pkg/discovery	0.033s	coverage: 58.3% of statements
23:44:56 [2019-09-19T23:44:56.417Z] ok  	github.com/docker/docker/pkg/discovery/file	0.015s	coverage: 92.9% of statements
23:44:56 [2019-09-19T23:44:56.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:44:57 [2019-09-19T23:44:57.347Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
23:44:57 [2019-09-19T23:44:57.605Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.016s	coverage: 93.8% of statements
23:44:57 [2019-09-19T23:44:57.835Z] PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost	3.308s
23:44:57 [2019-09-19T23:44:57.835Z] PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock	0.026s
23:44:57 [2019-09-19T23:44:57.835Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test)
23:44:57 [2019-09-19T23:44:57.863Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
23:44:58 [2019-09-19T23:44:58.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:44:59 [2019-09-19T23:44:59.014Z] PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked	1.139s
23:44:59 [2019-09-19T23:44:59.233Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 66.3% of statements
23:44:59 [2019-09-19T23:44:59.825Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 89.5% of statements
23:45:00 [2019-09-19T23:45:00.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:45:00 [2019-09-19T23:45:00.375Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone	1.206s
23:45:00 [2019-09-19T23:45:00.755Z] ok  	github.com/docker/docker/pkg/fsutils	0.196s	coverage: 85.1% of statements
23:45:00 [2019-09-19T23:45:00.755Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.127s	coverage: 84.1% of statements
23:45:01 [2019-09-19T23:45:01.318Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.2% of statements
23:45:01 [2019-09-19T23:45:01.737Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange	1.451s
23:45:02 [2019-09-19T23:45:02.249Z] ok  	github.com/docker/docker/pkg/idtools	0.495s	coverage: 70.1% of statements
23:45:02 [2019-09-19T23:45:02.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:45:02 [2019-09-19T23:45:02.506Z] ok  	github.com/docker/docker/pkg/ioutils	0.395s	coverage: 69.1% of statements
23:45:03 [2019-09-19T23:45:03.070Z] ok  	github.com/docker/docker/pkg/locker	0.012s	coverage: 88.9% of statements
23:45:03 [2019-09-19T23:45:03.070Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
23:45:03 [2019-09-19T23:45:03.223Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels	1.285s
23:45:03 [2019-09-19T23:45:03.326Z] ok  	github.com/docker/docker/pkg/longpath	0.009s	coverage: 100.0% of statements
23:45:03 [2019-09-19T23:45:03.326Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:45:03 [2019-09-19T23:45:03.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:45:03 [2019-09-19T23:45:03.890Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.001s	coverage: 85.7% of statements
23:45:04 [2019-09-19T23:45:04.149Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
23:45:04 [2019-09-19T23:45:04.407Z] ok  	github.com/docker/docker/pkg/mount	0.552s	coverage: 70.8% of statements
23:45:04 [2019-09-19T23:45:04.407Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:45:04 [2019-09-19T23:45:04.407Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
23:45:04 [2019-09-19T23:45:04.491Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar	46.889s
23:45:04 [2019-09-19T23:45:04.491Z] SKIP: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz (unmatched requirement DaemonIsLinux)
23:45:04 [2019-09-19T23:45:04.491Z] SKIP: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz (unmatched requirement DaemonIsLinux)
23:45:04 [2019-09-19T23:45:04.972Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 90.0% of statements
23:45:04 [2019-09-19T23:45:04.972Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
23:45:04 [2019-09-19T23:45:04.972Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:45:04 [2019-09-19T23:45:04.972Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:45:05 [2019-09-19T23:45:05.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:45:05 [2019-09-19T23:45:05.145Z] PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink	2.162s
23:45:05 [2019-09-19T23:45:05.904Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.013s	coverage: 56.8% of statements
23:45:06 [2019-09-19T23:45:06.504Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:45:06 [2019-09-19T23:45:06.504Z] Using test binary docker
23:45:06 [2019-09-19T23:45:06.504Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found
23:45:06 [2019-09-19T23:45:06.504Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
23:45:06 [2019-09-19T23:45:06.504Z] Warning failed to create cache: (null)
23:45:06 [2019-09-19T23:45:06.504Z] .
23:45:06 [2019-09-19T23:45:06.504Z] INFO: Waiting for daemon to start...
23:45:06 [2019-09-19T23:45:06.504Z] Starting dockerd
23:45:06 [2019-09-19T23:45:06.834Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
23:45:07 [2019-09-19T23:45:07.091Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 87.9% of statements
23:45:07 [2019-09-19T23:45:07.348Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
23:45:07 [2019-09-19T23:45:07.429Z] .PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile	2.052s
23:45:08 [2019-09-19T23:45:08.360Z] PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer	0.756s
23:45:08 [2019-09-19T23:45:08.360Z] 
23:45:08 [2019-09-19T23:45:08.360Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:45:08 [2019-09-19T23:45:08.615Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:45:08 [2019-09-19T23:45:08.615Z] Running integration-test (iteration 1)
23:45:08 [2019-09-19T23:45:08.615Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m  
23:45:08 [2019-09-19T23:45:08.615Z] INFO: Testing against a local daemon
23:45:08 [2019-09-19T23:45:08.615Z] === RUN   TestBuildWithSession
23:45:08 [2019-09-19T23:45:08.716Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 72.7% of statements
23:45:08 [2019-09-19T23:45:08.973Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
23:45:10 [2019-09-19T23:45:10.498Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY	1.880s
23:45:11 [2019-09-19T23:45:11.421Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel	1.145s
23:45:11 [2019-09-19T23:45:11.763Z] --- PASS: TestBuildWithSession (3.23s)
23:45:11 [2019-09-19T23:45:11.763Z]     build_session_test.go:31: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildWithSession
23:45:11 [2019-09-19T23:45:11.763Z]     daemon.go:321: [d775bc5e443f0] waiting for daemon to start
23:45:11 [2019-09-19T23:45:11.763Z]     daemon.go:339: [d775bc5e443f0] daemon started
23:45:11 [2019-09-19T23:45:11.763Z]     daemon.go:449: [d775bc5e443f0] Stopping daemon
23:45:11 [2019-09-19T23:45:11.763Z]     daemon.go:288: [d775bc5e443f0] exiting daemon
23:45:11 [2019-09-19T23:45:11.763Z]     daemon.go:436: [d775bc5e443f0] Daemon stopped
23:45:11 [2019-09-19T23:45:11.763Z] === RUN   TestBuildSquashParent
23:45:12 [2019-09-19T23:45:12.246Z] ok  	github.com/docker/docker/pkg/signal	2.814s	coverage: 61.0% of statements
23:45:12 [2019-09-19T23:45:12.505Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
23:45:13 [2019-09-19T23:45:13.071Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
23:45:13 [2019-09-19T23:45:13.329Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
23:45:13 [2019-09-19T23:45:13.587Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
23:45:13 [2019-09-19T23:45:13.647Z] PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount	1.922s
23:45:14 [2019-09-19T23:45:14.152Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 81.4% of statements
23:45:14 [2019-09-19T23:45:14.208Z] PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause	1.000s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks	0.011s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks	0.018s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions	0.106s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions	0.013s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort	0.002s
23:45:14 [2019-09-19T23:45:14.462Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding	0.053s
23:45:14 [2019-09-19T23:45:14.717Z] ok  	github.com/docker/docker/pkg/system	0.024s	coverage: 35.8% of statements
23:45:14 [2019-09-19T23:45:14.975Z] ok  	github.com/docker/docker/pkg/tailfile	0.050s	coverage: 88.6% of statements
23:45:15 [2019-09-19T23:45:15.539Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
23:45:16 [2019-09-19T23:45:16.104Z] ok  	github.com/docker/docker/pkg/term	0.003s	coverage: 84.8% of statements
23:45:16 [2019-09-19T23:45:16.362Z] testing: warning: no tests to run
23:45:16 [2019-09-19T23:45:16.362Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: 0.0% of statements [no tests to run]
23:45:16 [2019-09-19T23:45:16.926Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
23:45:16 [2019-09-19T23:45:16.926Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
23:45:16 [2019-09-19T23:45:16.969Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit	1.962s
23:45:17 [2019-09-19T23:45:17.184Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
23:45:18 [2019-09-19T23:45:18.897Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig	1.954s
23:45:18 [2019-09-19T23:45:18.897Z] PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124	0.001s
23:45:19 [2019-09-19T23:45:19.456Z] --- PASS: TestBuildSquashParent (7.54s)
23:45:19 [2019-09-19T23:45:19.456Z]     build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildSquashParent
23:45:19 [2019-09-19T23:45:19.456Z]     daemon.go:321: [de658d50039f4] waiting for daemon to start
23:45:19 [2019-09-19T23:45:19.456Z]     daemon.go:339: [de658d50039f4] daemon started
23:45:19 [2019-09-19T23:45:19.456Z]     daemon.go:449: [de658d50039f4] Stopping daemon
23:45:19 [2019-09-19T23:45:19.456Z]     daemon.go:288: [de658d50039f4] exiting daemon
23:45:19 [2019-09-19T23:45:19.456Z]     daemon.go:436: [de658d50039f4] Daemon stopped
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:45:19 [2019-09-19T23:45:19.456Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:45:19 [2019-09-19T23:45:19.456Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:45:19 [2019-09-19T23:45:19.456Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:45:19 [2019-09-19T23:45:19.456Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore	0.907s
23:45:19 [2019-09-19T23:45:19.709Z] ok  	github.com/docker/docker/plugin	0.535s	coverage: 27.3% of statements
23:45:19 [2019-09-19T23:45:19.966Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
23:45:20 [2019-09-19T23:45:20.818Z] PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124	1.137s
23:45:20 [2019-09-19T23:45:20.899Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 74.1% of statements
23:45:21 [2019-09-19T23:45:21.465Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
23:45:21 [2019-09-19T23:45:21.744Z] PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124	0.998s
23:45:21 [2019-09-19T23:45:21.999Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:45:21 [2019-09-19T23:45:21.999Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:45:22 [2019-09-19T23:45:22.157Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest	17.751s
23:45:22 [2019-09-19T23:45:22.157Z] SKIP: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot (unmatched requirement DaemonIsLinux)
23:45:22 [2019-09-19T23:45:22.157Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName	0.201s
23:45:22 [2019-09-19T23:45:22.562Z] PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124	0.889s
23:45:22 [2019-09-19T23:45:22.838Z] ok  	github.com/docker/docker/registry	0.088s	coverage: 56.4% of statements
23:45:23 [2019-09-19T23:45:23.402Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
23:45:23 [2019-09-19T23:45:23.532Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate	0.775s
23:45:23 [2019-09-19T23:45:23.532Z] PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode	0.052s
23:45:23 [2019-09-19T23:45:23.532Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig	0.005s
23:45:23 [2019-09-19T23:45:23.659Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 49.0% of statements
23:45:24 [2019-09-19T23:45:24.544Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:45:24 [2019-09-19T23:45:24.544Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead	0.949s
23:45:24 [2019-09-19T23:45:24.544Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig	0.003s
23:45:24 [2019-09-19T23:45:24.544Z] PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118	0.054s
23:45:24 [2019-09-19T23:45:24.544Z] PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes	0.116s
23:45:24 [2019-09-19T23:45:24.590Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 68.2% of statements
23:45:24 [2019-09-19T23:45:24.800Z] PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset	0.088s
23:45:24 [2019-09-19T23:45:24.800Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:45:25 [2019-09-19T23:45:25.155Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
23:45:25 [2019-09-19T23:45:25.812Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete	0.927s
23:45:26 [2019-09-19T23:45:26.088Z] ok  	github.com/docker/docker/volume/local	0.022s	coverage: 73.0% of statements
23:45:26 [2019-09-19T23:45:26.653Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
23:45:26 [2019-09-19T23:45:26.864Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict	0.755s
23:45:26 [2019-09-19T23:45:26.864Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.77s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.77s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.42s)
23:45:26 [2019-09-19T23:45:26.864Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.29s)
23:45:26 [2019-09-19T23:45:26.864Z] === RUN   TestBuildMultiStageCopy
23:45:26 [2019-09-19T23:45:26.864Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:45:27 [2019-09-19T23:45:27.609Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce	0.820s
23:45:27 [2019-09-19T23:45:27.609Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist	0.001s
23:45:27 [2019-09-19T23:45:27.943Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg	6.774s
23:45:28 [2019-09-19T23:45:28.066Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 73.0% of statements
23:45:28 [2019-09-19T23:45:28.167Z] PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove	30.640s
23:45:28 [2019-09-19T23:45:28.167Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:45:28 [2019-09-19T23:45:28.167Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:45:28 [2019-09-19T23:45:28.422Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:45:28 [2019-09-19T23:45:28.677Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:45:28 [2019-09-19T23:45:28.932Z] --- PASS: TestBuildMultiStageCopy (1.96s)
23:45:28 [2019-09-19T23:45:28.932Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.08s)
23:45:28 [2019-09-19T23:45:28.932Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:45:28 [2019-09-19T23:45:28.932Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:45:28 [2019-09-19T23:45:28.932Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s)
23:45:28 [2019-09-19T23:45:28.932Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s)
23:45:28 [2019-09-19T23:45:28.932Z] === RUN   TestBuildMultiStageParentConfig
23:45:29 [2019-09-19T23:45:29.476Z] SKIP: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg (unmatched requirement DaemonIsLinux)
23:45:29 [2019-09-19T23:45:29.491Z] PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks	1.600s
23:45:30 [2019-09-19T23:45:30.415Z] --- PASS: TestBuildMultiStageParentConfig (1.28s)
23:45:30 [2019-09-19T23:45:30.415Z] === RUN   TestBuildLabelWithTargets
23:45:30 [2019-09-19T23:45:30.712Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume	1.108s
23:45:30 [2019-09-19T23:45:30.712Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName	0.001s
23:45:31 [2019-09-19T23:45:31.637Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll	0.894s
23:45:32 [2019-09-19T23:45:32.196Z] --- PASS: TestBuildLabelWithTargets (1.90s)
23:45:32 [2019-09-19T23:45:32.197Z] === RUN   TestBuildWithEmptyLayers
23:45:32 [2019-09-19T23:45:32.766Z] PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges	1.031s
23:45:33 [2019-09-19T23:45:33.023Z] --- PASS: TestBuildWithEmptyLayers (0.85s)
23:45:33 [2019-09-19T23:45:33.023Z] === RUN   TestBuildMultiStageOnBuild
23:45:33 [2019-09-19T23:45:33.583Z] PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport	0.981s
23:45:34 [2019-09-19T23:45:34.317Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit	4.628s
23:45:34 [2019-09-19T23:45:34.507Z] PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate	1.458s
23:45:34 [2019-09-19T23:45:34.507Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted	0.845s
23:45:34 [2019-09-19T23:45:34.507Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax	0.010s
23:45:35 [2019-09-19T23:45:35.867Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill	1.108s
23:45:36 [2019-09-19T23:45:36.122Z] --- PASS: TestBuildMultiStageOnBuild (3.07s)
23:45:36 [2019-09-19T23:45:36.122Z] === RUN   TestBuildUncleanTarFilenames
23:45:37 [2019-09-19T23:45:37.048Z] PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause	0.981s
23:45:37 [2019-09-19T23:45:37.609Z] --- PASS: TestBuildUncleanTarFilenames (1.46s)
23:45:37 [2019-09-19T23:45:37.609Z] === RUN   TestBuildMultiStageLayerLeak
23:45:38 [2019-09-19T23:45:38.169Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop	0.991s
23:45:38 [2019-09-19T23:45:38.169Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull	0.098s
23:45:39 [2019-09-19T23:45:39.136Z] PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields	0.640s
23:45:40 [2019-09-19T23:45:40.060Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename	0.688s
23:45:40 [2019-09-19T23:45:40.060Z] --- PASS: TestBuildMultiStageLayerLeak (2.69s)
23:45:40 [2019-09-19T23:45:40.060Z] === RUN   TestBuildWithHugeFile
23:45:40 [2019-09-19T23:45:40.286Z] ok  	github.com/docker/docker/pkg/plugins	33.630s	coverage: 76.8% of statements
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/rootless	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/volume	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === Skipped
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     exec_linux_test.go:18: requires AppArmor to be enabled
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     exec_linux_test.go:38: requires AppArmor to be enabled
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver btrfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver btrfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver btrfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver btrfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver btrfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:73: No driver to put!
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     overlay_test.go:49: Fails to compute changes intermittently
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     overlay_test.go:65: Cannot run test with naive change algorithm
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver zfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver zfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver zfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver zfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:46: Driver zfs not supported
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     graphtest_unix.go:73: No driver to put!
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:45:40 [2019-09-19T23:45:40.287Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] 
23:45:40 [2019-09-19T23:45:40.287Z] DONE 2021 tests, 19 skipped in 245.640s
Post stage
[Pipeline] junit
23:45:40 [2019-09-19T23:45:40.903Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
23:45:41 [2019-09-19T23:45:41.528Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-370/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -e DOCKER_GRAPHDRIVER docker:a18eea2702791ec0095a2256d4c9906050fcd1a2 hack/validate/vendor
23:45:42 [2019-09-19T23:45:42.568Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart	1.650s
23:45:42 [2019-09-19T23:45:42.897Z] 2019/09/19 23:45:42 Collecting initial packages
23:45:42 [2019-09-19T23:45:42.897Z] 2019/09/19 23:45:42 Download dependencies
23:45:44 [2019-09-19T23:45:44.634Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg	8.532s
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 Starting whole vndr cycle because no package specified
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone github.com/Microsoft/go-winio, revision 6c72808b55902eae4c5943626030429ff20f3b63, attempt 1/20
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone github.com/opencontainers/selinux, revision 3a1f366feb7aecbf7a0e71ac4cea88b31597de9e, attempt 1/20
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone https://github.com/cpuguy83/check.git to github.com/go-check/check, revision 4ed411733c5785b40214c70bce814c3a3a689609, attempt 1/20
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone github.com/golang/gddo, revision 9b12a26f3fbd7397dee4e20939ddca719d840d2a, attempt 1/20
23:45:45 [2019-09-19T23:45:45.415Z] 2019/09/19 23:45:45 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/gorilla/mux, revision a7962380ca08b5a188038c69871b8d3fbdf31e89, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/konsorten/go-windows-terminal-sequences, revision f55edac94c9bbba5d6182a4be46d86a2c9b5b50e, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/kr/pty, revision 521317be5ebc228a0f0ede099fa2a0b5ece22e49, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/mattn/go-shellwords, revision a72fbe27a1b0ed0df2f02754945044ce1456608b, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/sirupsen/logrus, revision 8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone github.com/vdemeester/shakers, revision 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone golang.org/x/net, revision f3200d17e092c607f615320ecaad13d87ad9a2b3, attempt 1/20
23:45:45 [2019-09-19T23:45:45.672Z] 2019/09/19 23:45:45 	Clone golang.org/x/sys, revision 4c4f7f33c9ed00de01c4c741d2177abfcfe19307, attempt 1/20
23:45:45 [2019-09-19T23:45:45.828Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam	2.089s
23:45:45 [2019-09-19T23:45:45.828Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount	0.293s
23:45:45 [2019-09-19T23:45:45.828Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName	0.010s
23:45:45 [2019-09-19T23:45:45.828Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount	0.010s
23:45:45 [2019-09-19T23:45:45.828Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch	0.008s
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:46 	Finished clone github.com/docker/libtrust
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:46 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:46 	Finished clone github.com/opencontainers/selinux
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:46 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:47 	Finished clone github.com/kr/pty
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:47 	Clone golang.org/x/text, revision f21a4dfb5e38f5895301dc265a8def02365cc3d0, attempt 1/20
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:47 	Finished clone github.com/konsorten/go-windows-terminal-sequences
23:45:47 [2019-09-19T23:45:47.041Z] 2019/09/19 23:45:47 	Finished clone github.com/google/uuid
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Clone gotest.tools, revision 1083505acf35a0bd8a696b26837e1fb3187a7a83, attempt 1/20
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Finished clone github.com/tchap/go-patricia
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Finished clone github.com/Microsoft/go-winio
23:45:47 [2019-09-19T23:45:47.042Z] 2019/09/19 23:45:47 	Clone github.com/imdario/mergo, revision 7c29201646fa3de8506f701213473dd407f19646, attempt 1/20
23:45:47 [2019-09-19T23:45:47.188Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart	0.670s
23:45:47 [2019-09-19T23:45:47.299Z] 2019/09/19 23:45:47 	Finished clone github.com/mattn/go-shellwords
23:45:47 [2019-09-19T23:45:47.299Z] 2019/09/19 23:45:47 	Clone golang.org/x/sync, revision e225da77a7e68af35c70ccbf71af2b83e6acac3c, attempt 1/20
23:45:47 [2019-09-19T23:45:47.299Z] 2019/09/19 23:45:47 	Finished clone github.com/vdemeester/shakers
23:45:47 [2019-09-19T23:45:47.299Z] 2019/09/19 23:45:47 	Clone github.com/moby/buildkit, revision 588c73e1e4f0f3d7d3738abaaa7cf8026064b33e, attempt 1/20
23:45:47 [2019-09-19T23:45:47.556Z] 2019/09/19 23:45:47 	Finished clone github.com/gorilla/mux
23:45:47 [2019-09-19T23:45:47.556Z] 2019/09/19 23:45:47 	Clone github.com/tonistiigi/fsutil, revision 3bbb99cdbd76619ab717299830c60f6f2a533a6b, attempt 1/20
23:45:47 [2019-09-19T23:45:47.556Z] 2019/09/19 23:45:47 	Finished clone github.com/go-check/check
23:45:47 [2019-09-19T23:45:47.556Z] 2019/09/19 23:45:47 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
23:45:48 [2019-09-19T23:45:48.120Z] 2019/09/19 23:45:48 	Finished clone github.com/sirupsen/logrus
23:45:48 [2019-09-19T23:45:48.120Z] 2019/09/19 23:45:48 	Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20
23:45:48 [2019-09-19T23:45:48.684Z] 2019/09/19 23:45:48 	Finished clone github.com/docker/go-units
23:45:48 [2019-09-19T23:45:48.684Z] 2019/09/19 23:45:48 	Clone github.com/google/shlex, revision 6f45313302b9c56850fc17f99e40caebce98c716, attempt 1/20
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:48 	Finished clone github.com/RackSec/srslog
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:48 	Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:48 	Finished clone github.com/imdario/mergo
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:48 	Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:49 	Finished clone github.com/google/go-cmp
23:45:48 [2019-09-19T23:45:48.941Z] 2019/09/19 23:45:49 	Clone github.com/gofrs/flock, revision 7f43ea2e6a643ad441fc12d0ecc0d3388b300c53, attempt 1/20
23:45:49 [2019-09-19T23:45:49.198Z] 2019/09/19 23:45:49 	Finished clone gotest.tools
23:45:49 [2019-09-19T23:45:49.198Z] 2019/09/19 23:45:49 	Clone github.com/docker/libnetwork, revision 92d1fbe1eb0883cf11d283cea8e658275146411d, attempt 1/20
23:45:49 [2019-09-19T23:45:49.199Z] 2019/09/19 23:45:49 	Finished clone golang.org/x/sync
23:45:49 [2019-09-19T23:45:49.199Z] 2019/09/19 23:45:49 	Clone github.com/docker/go-events, revision 9461782956ad83b30282bf90e31fa6a70c255ba9, attempt 1/20
23:45:49 [2019-09-19T23:45:49.456Z] 2019/09/19 23:45:49 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
23:45:49 [2019-09-19T23:45:49.456Z] 2019/09/19 23:45:49 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Finished clone github.com/docker/go-connections
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Finished clone github.com/opentracing/opentracing-go
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Finished clone github.com/google/shlex
23:45:50 [2019-09-19T23:45:50.388Z] 2019/09/19 23:45:50 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20
23:45:50 [2019-09-19T23:45:50.645Z] 2019/09/19 23:45:50 	Finished clone github.com/opentracing-contrib/go-stdlib
23:45:50 [2019-09-19T23:45:50.645Z] 2019/09/19 23:45:50 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
23:45:50 [2019-09-19T23:45:50.645Z] 2019/09/19 23:45:50 	Finished clone github.com/mitchellh/hashstructure
23:45:50 [2019-09-19T23:45:50.645Z] 2019/09/19 23:45:50 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
23:45:50 [2019-09-19T23:45:50.901Z] 2019/09/19 23:45:50 	Finished clone github.com/gofrs/flock
23:45:50 [2019-09-19T23:45:50.901Z] 2019/09/19 23:45:50 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
23:45:51 [2019-09-19T23:45:51.159Z] 2019/09/19 23:45:51 	Finished clone github.com/docker/go-events
23:45:51 [2019-09-19T23:45:51.159Z] 2019/09/19 23:45:51 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
23:45:51 [2019-09-19T23:45:51.159Z] 2019/09/19 23:45:51 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
23:45:51 [2019-09-19T23:45:51.159Z] 2019/09/19 23:45:51 	Finished clone github.com/armon/go-radix
23:45:52 [2019-09-19T23:45:52.091Z] 2019/09/19 23:45:51 	Finished clone github.com/armon/go-metrics
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:51 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:51 	Finished clone github.com/golang/gddo
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:51 	Clone github.com/vishvananda/netns, revision 7109fa855b0ff1ebef7fbd2f6aa613e8db7cfbc0, attempt 1/20
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:52 	Finished clone github.com/tonistiigi/fsutil
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:52 	Clone github.com/vishvananda/netlink, revision a2ad57a690f3caf3015351d2d6e1c0b95c349752, attempt 1/20
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:52 	Finished clone github.com/hashicorp/go-msgpack
23:45:52 [2019-09-19T23:45:52.092Z] 2019/09/19 23:45:52 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
23:45:52 [2019-09-19T23:45:52.351Z] 2019/09/19 23:45:52 	Finished clone github.com/sean-/seed
23:45:52 [2019-09-19T23:45:52.351Z] 2019/09/19 23:45:52 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
23:45:52 [2019-09-19T23:45:52.608Z] 2019/09/19 23:45:52 	Finished clone github.com/hashicorp/errwrap
23:45:52 [2019-09-19T23:45:52.608Z] 2019/09/19 23:45:52 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
23:45:52 [2019-09-19T23:45:52.866Z] 2019/09/19 23:45:52 	Finished clone github.com/hashicorp/go-multierror
23:45:52 [2019-09-19T23:45:52.866Z] 2019/09/19 23:45:52 	Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20
23:45:53 [2019-09-19T23:45:53.123Z] 2019/09/19 23:45:53 	Finished clone github.com/hashicorp/memberlist
23:45:53 [2019-09-19T23:45:53.123Z] 2019/09/19 23:45:53 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
23:45:53 [2019-09-19T23:45:53.188Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal	8.289s
23:45:53 [2019-09-19T23:45:53.188Z] SKIP: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride (unmatched requirement DaemonIsLinux)
23:45:53 [2019-09-19T23:45:53.689Z] 2019/09/19 23:45:53 	Finished clone github.com/hashicorp/go-sockaddr
23:45:53 [2019-09-19T23:45:53.689Z] 2019/09/19 23:45:53 	Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20
23:45:53 [2019-09-19T23:45:53.947Z] 2019/09/19 23:45:53 	Finished clone github.com/vishvananda/netns
23:45:53 [2019-09-19T23:45:53.947Z] 2019/09/19 23:45:53 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
23:45:53 [2019-09-19T23:45:53.947Z] 2019/09/19 23:45:54 	Finished clone github.com/docker/libkv
23:45:53 [2019-09-19T23:45:53.947Z] 2019/09/19 23:45:54 	Clone github.com/miekg/dns, revision e57bf427e68187a27e22adceac868350d7a7079b, attempt 1/20
23:45:54 [2019-09-19T23:45:54.205Z] 2019/09/19 23:45:54 	Finished clone github.com/BurntSushi/toml
23:45:54 [2019-09-19T23:45:54.205Z] 2019/09/19 23:45:54 	Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20
23:45:54 [2019-09-19T23:45:54.463Z] 2019/09/19 23:45:54 	Finished clone golang.org/x/net
23:45:54 [2019-09-19T23:45:54.463Z] 2019/09/19 23:45:54 	Clone go.etcd.io/bbolt, revision a0458a2b35708eef59eb5f620ceb3cd1c01a824d, attempt 1/20
23:45:54 [2019-09-19T23:45:54.463Z] 2019/09/19 23:45:54 	Finished clone github.com/deckarep/golang-set
23:45:54 [2019-09-19T23:45:54.463Z] 2019/09/19 23:45:54 	Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20
23:45:54 [2019-09-19T23:45:54.720Z] 2019/09/19 23:45:54 	Finished clone github.com/samuel/go-zookeeper
23:45:54 [2019-09-19T23:45:54.720Z] 2019/09/19 23:45:54 	Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20
23:45:55 [2019-09-19T23:45:55.258Z] PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled	7.449s
23:45:55 [2019-09-19T23:45:55.285Z] 2019/09/19 23:45:55 	Finished clone github.com/coreos/go-semver
23:45:55 [2019-09-19T23:45:55.285Z] 2019/09/19 23:45:55 	Clone github.com/opencontainers/go-digest, revision 279bed98673dd5bef374d3b6e4b09e2af76183bf, attempt 1/20
23:45:55 [2019-09-19T23:45:55.285Z] 2019/09/19 23:45:55 	Finished clone github.com/vishvananda/netlink
23:45:55 [2019-09-19T23:45:55.285Z] 2019/09/19 23:45:55 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
23:45:56 [2019-09-19T23:45:56.182Z] PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote	11.296s
23:45:56 [2019-09-19T23:45:56.218Z] 2019/09/19 23:45:56 	Finished clone github.com/ishidawataru/sctp
23:45:56 [2019-09-19T23:45:56.218Z] 2019/09/19 23:45:56 	Clone google.golang.org/grpc, revision 25c4f928eaa6d96443009bd842389fb4fa48664e, attempt 1/20
23:45:57 [2019-09-19T23:45:57.106Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop	2.369s
23:45:57 [2019-09-19T23:45:57.150Z] 2019/09/19 23:45:57 	Finished clone github.com/opencontainers/go-digest
23:45:57 [2019-09-19T23:45:57.150Z] 2019/09/19 23:45:57 	Clone github.com/opencontainers/runc, revision 425e105d5a03fabd737a126ad93d62a9eeede87f, attempt 1/20
23:45:57 [2019-09-19T23:45:57.150Z] 2019/09/19 23:45:57 	Finished clone github.com/mistifyio/go-zfs
23:45:57 [2019-09-19T23:45:57.150Z] 2019/09/19 23:45:57 	Clone github.com/opencontainers/runtime-spec, revision 29686dbc5559d93fb1ef402eeda3e35c38d75af4, attempt 1/20
23:45:57 [2019-09-19T23:45:57.408Z] 2019/09/19 23:45:57 	Finished clone github.com/vbatts/tar-split
23:45:57 [2019-09-19T23:45:57.408Z] 2019/09/19 23:45:57 	Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20
23:45:57 [2019-09-19T23:45:57.973Z] 2019/09/19 23:45:58 	Finished clone go.etcd.io/bbolt
23:45:57 [2019-09-19T23:45:57.973Z] 2019/09/19 23:45:58 	Clone github.com/seccomp/libseccomp-golang, revision 32f571b70023028bd57d9288c20efbcb237f3ce0, attempt 1/20
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestBuildWithHugeFile (84.53s)
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildWithEmptyDockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
23:45:58 [2019-09-19T23:45:58.029Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.34s)
23:45:58 [2019-09-19T23:45:58.029Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.34s)
23:45:58 [2019-09-19T23:45:58.029Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.34s)
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildPreserveOwnership
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildPreserveOwnership/copy_from
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestBuildPreserveOwnership (5.14s)
23:45:58 [2019-09-19T23:45:58.029Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.36s)
23:45:58 [2019-09-19T23:45:58.029Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.77s)
23:45:58 [2019-09-19T23:45:58.029Z] PASS
23:45:58 [2019-09-19T23:45:58.029Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
23:45:58 [2019-09-19T23:45:58.029Z] INFO: Testing against a local daemon
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestConfigList
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestConfigList (2.26s)
23:45:58 [2019-09-19T23:45:58.029Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:321: [d8e50c998208a] waiting for daemon to start
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:339: [d8e50c998208a] daemon started
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:449: [d8e50c998208a] Stopping daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:288: [d8e50c998208a] exiting daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:436: [d8e50c998208a] Daemon stopped
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestConfigsCreateAndDelete
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestConfigsCreateAndDelete (2.25s)
23:45:58 [2019-09-19T23:45:58.029Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:321: [d8b8cf82b4f64] waiting for daemon to start
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:339: [d8b8cf82b4f64] daemon started
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:449: [d8b8cf82b4f64] Stopping daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:288: [d8b8cf82b4f64] exiting daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:436: [d8b8cf82b4f64] Daemon stopped
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestConfigsUpdate
23:45:58 [2019-09-19T23:45:58.029Z] --- PASS: TestConfigsUpdate (2.28s)
23:45:58 [2019-09-19T23:45:58.029Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:321: [d8753fea07d0d] waiting for daemon to start
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:339: [d8753fea07d0d] daemon started
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:449: [d8753fea07d0d] Stopping daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:288: [d8753fea07d0d] exiting daemon
23:45:58 [2019-09-19T23:45:58.029Z]     daemon.go:436: [d8753fea07d0d] Daemon stopped
23:45:58 [2019-09-19T23:45:58.029Z] === RUN   TestTemplatedConfig
23:45:58 [2019-09-19T23:45:58.967Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection	4.522s
23:45:58 [2019-09-19T23:45:58.967Z] SKIP: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants (unmatched requirement DaemonIsLinux)
23:45:58 [2019-09-19T23:45:58.967Z] SKIP: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv (unmatched requirement DaemonIsLinux)
23:45:58 [2019-09-19T23:45:58.991Z] PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop	1.313s
23:45:58 [2019-09-19T23:45:58.991Z] SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows)
23:45:58 [2019-09-19T23:45:58.991Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader	0.116s
23:45:59 [2019-09-19T23:45:59.345Z] 2019/09/19 23:45:59 	Finished clone github.com/Microsoft/opengcs
23:45:59 [2019-09-19T23:45:59.345Z] 2019/09/19 23:45:59 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
23:45:59 [2019-09-19T23:45:59.910Z] 2019/09/19 23:45:59 	Finished clone github.com/seccomp/libseccomp-golang
23:45:59 [2019-09-19T23:45:59.910Z] 2019/09/19 23:45:59 	Clone github.com/godbus/dbus, revision 5f6efc7ef2759c81b7ba876593971bfce311eab3, attempt 1/20
23:45:59 [2019-09-19T23:45:59.910Z] 2019/09/19 23:45:59 	Finished clone golang.org/x/sys
23:45:59 [2019-09-19T23:45:59.910Z] 2019/09/19 23:45:59 	Clone github.com/syndtr/gocapability, revision d98352740cb2c55f81556b63d4a1ec64c5a319c2, attempt 1/20
23:46:00 [2019-09-19T23:46:00.476Z] 2019/09/19 23:46:00 	Finished clone github.com/hashicorp/serf
23:46:00 [2019-09-19T23:46:00.476Z] 2019/09/19 23:46:00 	Clone github.com/golang/protobuf, revision aa810b61a9c79d51363740d207bb46cf8e620ed5, attempt 1/20
23:46:00 [2019-09-19T23:46:00.718Z] --- PASS: TestTemplatedConfig (3.04s)
23:46:00 [2019-09-19T23:46:00.718Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig
23:46:00 [2019-09-19T23:46:00.718Z]     daemon.go:321: [d4a572afa472e] waiting for daemon to start
23:46:00 [2019-09-19T23:46:00.718Z]     daemon.go:339: [d4a572afa472e] daemon started
23:46:00 [2019-09-19T23:46:00.718Z]     daemon.go:449: [d4a572afa472e] Stopping daemon
23:46:00 [2019-09-19T23:46:00.718Z]     daemon.go:288: [d4a572afa472e] exiting daemon
23:46:00 [2019-09-19T23:46:00.718Z]     daemon.go:436: [d4a572afa472e] Daemon stopped
23:46:00 [2019-09-19T23:46:00.718Z] === RUN   TestConfigInspect
23:46:00 [2019-09-19T23:46:00.734Z] 2019/09/19 23:46:00 	Finished clone github.com/opencontainers/runtime-spec
23:46:00 [2019-09-19T23:46:00.734Z] 2019/09/19 23:46:00 	Clone github.com/Graylog2/go-gelf, revision 4143646226541087117ff2f83334ea48b3201841, attempt 1/20
23:46:01 [2019-09-19T23:46:01.299Z] 2019/09/19 23:46:01 	Finished clone github.com/opencontainers/image-spec
23:46:01 [2019-09-19T23:46:01.299Z] 2019/09/19 23:46:01 	Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20
23:46:01 [2019-09-19T23:46:01.557Z] 2019/09/19 23:46:01 	Finished clone github.com/coreos/go-systemd
23:46:01 [2019-09-19T23:46:01.557Z] 2019/09/19 23:46:01 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
23:46:01 [2019-09-19T23:46:01.815Z] 2019/09/19 23:46:01 	Finished clone github.com/ugorji/go
23:46:01 [2019-09-19T23:46:01.815Z] 2019/09/19 23:46:01 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
23:46:01 [2019-09-19T23:46:01.815Z] 2019/09/19 23:46:01 	Finished clone github.com/syndtr/gocapability
23:46:01 [2019-09-19T23:46:01.815Z] 2019/09/19 23:46:01 	Clone github.com/fsnotify/fsnotify, revision 1485a34d5d5723fea214f5710708e19a831720e4, attempt 1/20
23:46:02 [2019-09-19T23:46:02.250Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait	3.165s
23:46:02 [2019-09-19T23:46:02.380Z] 2019/09/19 23:46:02 	Finished clone github.com/godbus/dbus
23:46:02 [2019-09-19T23:46:02.380Z] 2019/09/19 23:46:02 	Clone github.com/aws/aws-sdk-go, revision 9ed0c8de252f04ac45a65358377103d5a1aa2d92, attempt 1/20
23:46:02 [2019-09-19T23:46:02.638Z] 2019/09/19 23:46:02 	Finished clone github.com/Graylog2/go-gelf
23:46:02 [2019-09-19T23:46:02.638Z] 2019/09/19 23:46:02 	Clone github.com/go-ini/ini, revision 300e940a926eb277d3901b20bdfcc54928ad3642, attempt 1/20
23:46:02 [2019-09-19T23:46:02.753Z] --- PASS: TestConfigInspect (2.26s)
23:46:02 [2019-09-19T23:46:02.753Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect
23:46:02 [2019-09-19T23:46:02.753Z]     daemon.go:321: [da1eba576908c] waiting for daemon to start
23:46:02 [2019-09-19T23:46:02.753Z]     daemon.go:339: [da1eba576908c] daemon started
23:46:02 [2019-09-19T23:46:02.753Z]     daemon.go:449: [da1eba576908c] Stopping daemon
23:46:02 [2019-09-19T23:46:02.753Z]     daemon.go:288: [da1eba576908c] exiting daemon
23:46:02 [2019-09-19T23:46:02.753Z]     daemon.go:436: [da1eba576908c] Daemon stopped
23:46:02 [2019-09-19T23:46:02.753Z] === RUN   TestConfigCreateWithLabels
23:46:03 [2019-09-19T23:46:03.571Z] 2019/09/19 23:46:03 	Finished clone github.com/fluent/fluent-logger-golang
23:46:03 [2019-09-19T23:46:03.571Z] 2019/09/19 23:46:03 	Clone github.com/jmespath/go-jmespath, revision 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74, attempt 1/20
23:46:03 [2019-09-19T23:46:03.571Z] 2019/09/19 23:46:03 	Finished clone github.com/philhofer/fwd
23:46:03 [2019-09-19T23:46:03.571Z] 2019/09/19 23:46:03 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
23:46:03 [2019-09-19T23:46:03.643Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion	4.924s
23:46:03 [2019-09-19T23:46:03.643Z] SKIP: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride (unmatched requirement DaemonIsLinux)
23:46:03 [2019-09-19T23:46:03.643Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory	0.451s
23:46:03 [2019-09-19T23:46:03.643Z] SKIP: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (unmatched requirement DaemonIsLinux)
23:46:03 [2019-09-19T23:46:03.643Z] SKIP: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (unmatched requirement DaemonIsLinux)
23:46:04 [2019-09-19T23:46:04.136Z] 2019/09/19 23:46:04 	Finished clone github.com/fsnotify/fsnotify
23:46:04 [2019-09-19T23:46:04.136Z] 2019/09/19 23:46:04 	Clone golang.org/x/oauth2, revision ec22f46f877b4505e0117eeaab541714644fdd28, attempt 1/20
23:46:04 [2019-09-19T23:46:04.146Z] PASS: docker_api_containers_test.go:2271: DockerSuite.TestContainerKillCustomStopSignal	1.833s
23:46:04 [2019-09-19T23:46:04.701Z] 2019/09/19 23:46:04 	Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5, attempt 1/20
23:46:04 [2019-09-19T23:46:04.701Z] 2019/09/19 23:46:04 	Finished clone github.com/moby/buildkit
23:46:05 [2019-09-19T23:46:05.267Z] 2019/09/19 23:46:05 	Finished clone github.com/go-ini/ini
23:46:05 [2019-09-19T23:46:05.267Z] 2019/09/19 23:46:05 	Clone go.opencensus.io, revision c3ed530f775d85e577ca652cb052a52c078aad26, attempt 1/20
23:46:05 [2019-09-19T23:46:05.428Z] --- PASS: TestConfigCreateWithLabels (2.21s)
23:46:05 [2019-09-19T23:46:05.428Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels
23:46:05 [2019-09-19T23:46:05.428Z]     daemon.go:321: [d3cd75b926039] waiting for daemon to start
23:46:05 [2019-09-19T23:46:05.428Z]     daemon.go:339: [d3cd75b926039] daemon started
23:46:05 [2019-09-19T23:46:05.428Z]     daemon.go:449: [d3cd75b926039] Stopping daemon
23:46:05 [2019-09-19T23:46:05.428Z]     daemon.go:288: [d3cd75b926039] exiting daemon
23:46:05 [2019-09-19T23:46:05.428Z]     daemon.go:436: [d3cd75b926039] Daemon stopped
23:46:05 [2019-09-19T23:46:05.428Z] === RUN   TestConfigCreateResolve
23:46:05 [2019-09-19T23:46:05.525Z] 2019/09/19 23:46:05 	Finished clone github.com/bsphere/le_go
23:46:05 [2019-09-19T23:46:05.525Z] 2019/09/19 23:46:05 	Clone cloud.google.com/go, revision 0fd7230b2a7505833d5f69b75cbd6c9582401479, attempt 1/20
23:46:05 [2019-09-19T23:46:05.783Z] 2019/09/19 23:46:05 	Finished clone github.com/tinylib/msgp
23:46:05 [2019-09-19T23:46:05.783Z] 2019/09/19 23:46:05 	Clone github.com/googleapis/gax-go, revision 317e0006254c44a0ac427cc52a0e083ff0b9622f, attempt 1/20
23:46:06 [2019-09-19T23:46:06.040Z] 2019/09/19 23:46:06 	Finished clone github.com/jmespath/go-jmespath
23:46:06 [2019-09-19T23:46:06.040Z] 2019/09/19 23:46:06 	Clone google.golang.org/genproto, revision 694d95ba50e67b2e363f3483057db5d4910c18f9, attempt 1/20
23:46:06 [2019-09-19T23:46:06.971Z] 2019/09/19 23:46:06 	Finished clone golang.org/x/oauth2
23:46:06 [2019-09-19T23:46:06.971Z] 2019/09/19 23:46:06 	Clone github.com/containerd/containerd, revision 7c1e88399ec0b0b077121d9d5ad97e647b11c870, attempt 1/20
23:46:07 [2019-09-19T23:46:07.228Z] 2019/09/19 23:46:07 	Finished clone github.com/docker/libnetwork
23:46:07 [2019-09-19T23:46:07.228Z] 2019/09/19 23:46:07 	Clone github.com/containerd/fifo, revision a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c, attempt 1/20
23:46:07 [2019-09-19T23:46:07.408Z] PASS: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode	2.487s
23:46:07 [2019-09-19T23:46:07.458Z] --- PASS: TestConfigCreateResolve (2.27s)
23:46:07 [2019-09-19T23:46:07.458Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve
23:46:07 [2019-09-19T23:46:07.458Z]     daemon.go:321: [d7a8779c8fe39] waiting for daemon to start
23:46:07 [2019-09-19T23:46:07.458Z]     daemon.go:339: [d7a8779c8fe39] daemon started
23:46:07 [2019-09-19T23:46:07.458Z]     daemon.go:449: [d7a8779c8fe39] Stopping daemon
23:46:07 [2019-09-19T23:46:07.458Z]     daemon.go:288: [d7a8779c8fe39] exiting daemon
23:46:07 [2019-09-19T23:46:07.458Z]     daemon.go:436: [d7a8779c8fe39] Daemon stopped
23:46:07 [2019-09-19T23:46:07.458Z] === RUN   TestConfigDaemonLibtrustID
23:46:07 [2019-09-19T23:46:07.792Z] 2019/09/19 23:46:07 	Finished clone github.com/googleapis/gax-go
23:46:07 [2019-09-19T23:46:07.792Z] 2019/09/19 23:46:07 	Clone github.com/containerd/continuity, revision aaeac12a7ffcd198ae25440a9dff125c2e2703a7, attempt 1/20
23:46:07 [2019-09-19T23:46:07.792Z] 2019/09/19 23:46:07 	Finished clone golang.org/x/text
23:46:07 [2019-09-19T23:46:07.792Z] 2019/09/19 23:46:07 	Clone github.com/containerd/cgroups, revision 4994991857f9b0ae8dc439551e8bebdbb4bf66c1, attempt 1/20
23:46:08 [2019-09-19T23:46:08.050Z] 2019/09/19 23:46:07 	Finished clone google.golang.org/grpc
23:46:08 [2019-09-19T23:46:08.050Z] 2019/09/19 23:46:07 	Clone github.com/containerd/console, revision 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f, attempt 1/20
23:46:08 [2019-09-19T23:46:08.075Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
23:46:08 [2019-09-19T23:46:08.075Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID
23:46:08 [2019-09-19T23:46:08.075Z]     daemon.go:321: [d587a90ddbcb5] waiting for daemon to start
23:46:08 [2019-09-19T23:46:08.075Z]     daemon.go:339: [d587a90ddbcb5] daemon started
23:46:08 [2019-09-19T23:46:08.075Z]     daemon.go:449: [d587a90ddbcb5] Stopping daemon
23:46:08 [2019-09-19T23:46:08.075Z]     daemon.go:288: [d587a90ddbcb5] exiting daemon
23:46:08 [2019-09-19T23:46:08.075Z]     daemon.go:436: [d587a90ddbcb5] Daemon stopped
23:46:08 [2019-09-19T23:46:08.075Z] PASS
23:46:08 [2019-09-19T23:46:08.075Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
23:46:08 [2019-09-19T23:46:08.075Z] INFO: Testing against a local daemon
23:46:08 [2019-09-19T23:46:08.075Z] === RUN   TestCheckpoint
23:46:08 [2019-09-19T23:46:08.075Z] --- SKIP: TestCheckpoint (0.00s)
23:46:08 [2019-09-19T23:46:08.075Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:46:08 [2019-09-19T23:46:08.075Z] === RUN   TestContainerInvalidJSON
23:46:08 [2019-09-19T23:46:08.075Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:46:08 [2019-09-19T23:46:08.075Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:46:08 [2019-09-19T23:46:08.075Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:46:08 [2019-09-19T23:46:08.075Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:46:08 [2019-09-19T23:46:08.075Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:46:08 [2019-09-19T23:46:08.075Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:46:08 [2019-09-19T23:46:08.075Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:46:08 [2019-09-19T23:46:08.075Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:46:08 [2019-09-19T23:46:08.075Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:46:08 [2019-09-19T23:46:08.075Z] --- PASS: TestContainerInvalidJSON (0.03s)
23:46:08 [2019-09-19T23:46:08.075Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:46:08 [2019-09-19T23:46:08.075Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:46:08 [2019-09-19T23:46:08.076Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:46:08 [2019-09-19T23:46:08.076Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:46:08 [2019-09-19T23:46:08.076Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
23:46:08 [2019-09-19T23:46:08.076Z] === RUN   TestCopyFromContainerPathIsNotDir
23:46:08 [2019-09-19T23:46:08.359Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
23:46:08 [2019-09-19T23:46:08.359Z] === RUN   TestCopyToContainerPathDoesNotExist
23:46:08 [2019-09-19T23:46:08.359Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s)
23:46:08 [2019-09-19T23:46:08.359Z] === RUN   TestCopyToContainerPathIsNotDir
23:46:08 [2019-09-19T23:46:08.359Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
23:46:08 [2019-09-19T23:46:08.359Z] === RUN   TestCopyFromContainer
23:46:08 [2019-09-19T23:46:08.983Z] 2019/09/19 23:46:08 	Clone github.com/containerd/go-runc, revision 7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad, attempt 1/20
23:46:08 [2019-09-19T23:46:08.983Z] 2019/09/19 23:46:08 	Finished clone github.com/opencontainers/runc
23:46:08 [2019-09-19T23:46:08.983Z] 2019/09/19 23:46:09 	Finished clone github.com/containerd/fifo
23:46:08 [2019-09-19T23:46:08.983Z] 2019/09/19 23:46:09 	Clone github.com/containerd/typeurl, revision 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d, attempt 1/20
23:46:09 [2019-09-19T23:46:09.240Z] 2019/09/19 23:46:09 	Finished clone go.opencensus.io
23:46:09 [2019-09-19T23:46:09.240Z] 2019/09/19 23:46:09 	Clone github.com/containerd/ttrpc, revision 699c4e40d1e7416e08bf7019c7ce2e9beced4636, attempt 1/20
23:46:09 [2019-09-19T23:46:09.805Z] 2019/09/19 23:46:09 	Finished clone github.com/containerd/console
23:46:09 [2019-09-19T23:46:09.805Z] 2019/09/19 23:46:09 	Clone github.com/gogo/googleapis, revision d31c731455cb061f42baff3bda55bad0118b126b, attempt 1/20
23:46:10 [2019-09-19T23:46:10.080Z] 2019/09/19 23:46:09 	Finished clone github.com/miekg/dns
23:46:10 [2019-09-19T23:46:10.080Z] 2019/09/19 23:46:09 	Clone github.com/docker/swarmkit, revision bbe341867eae1615faf8a702ec05bfe986e73e06, attempt 1/20
23:46:10 [2019-09-19T23:46:10.080Z] 2019/09/19 23:46:10 	Finished clone github.com/containerd/cgroups
23:46:10 [2019-09-19T23:46:10.080Z] 2019/09/19 23:46:10 	Clone github.com/gogo/protobuf, revision ba06b47c162d49f2af050fb4c75bcbc86a159d5c, attempt 1/20
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer//
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer//bar/root
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer//bar/root/
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer/bar/quux
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer/bar/quux/
23:46:10 [2019-09-19T23:46:10.396Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:46:10 [2019-09-19T23:46:10.674Z] 2019/09/19 23:46:10 	Finished clone github.com/containerd/go-runc
23:46:10 [2019-09-19T23:46:10.674Z] 2019/09/19 23:46:10 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
23:46:10 [2019-09-19T23:46:10.679Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:46:10 [2019-09-19T23:46:10.679Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:46:10 [2019-09-19T23:46:10.679Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCopyFromContainer/bar/notarget
23:46:10 [2019-09-19T23:46:10.964Z] --- PASS: TestCopyFromContainer (2.63s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.10s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:46:10 [2019-09-19T23:46:10.964Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateWithInvalidEnv
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateWithInvalidEnv/0
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateWithInvalidEnv/0
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateWithInvalidEnv/1
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateWithInvalidEnv/1
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateWithInvalidEnv/2
23:46:10 [2019-09-19T23:46:10.964Z] === PAUSE TestCreateWithInvalidEnv/2
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateWithInvalidEnv/0
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateWithInvalidEnv/2
23:46:10 [2019-09-19T23:46:10.964Z] === CONT  TestCreateWithInvalidEnv/1
23:46:10 [2019-09-19T23:46:10.964Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:46:10 [2019-09-19T23:46:10.964Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:46:10 [2019-09-19T23:46:10.964Z] === RUN   TestCreateTmpfsMountsTarget
23:46:11 [2019-09-19T23:46:11.238Z] 2019/09/19 23:46:11 	Clone github.com/fernet/fernet-go, revision 1b2437bc582b3cfbb341ee5a29f8ef5b42912ff2, attempt 1/20
23:46:11 [2019-09-19T23:46:11.239Z] 2019/09/19 23:46:11 	Finished clone github.com/containerd/typeurl
23:46:11 [2019-09-19T23:46:11.239Z] 2019/09/19 23:46:11 	Finished clone github.com/containerd/ttrpc
23:46:11 [2019-09-19T23:46:11.239Z] 2019/09/19 23:46:11 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
23:46:11 [2019-09-19T23:46:11.247Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s)
23:46:11 [2019-09-19T23:46:11.247Z] === RUN   TestCreateWithCustomMaskedPaths
23:46:11 [2019-09-19T23:46:11.803Z] 2019/09/19 23:46:11 	Finished clone github.com/docker/distribution
23:46:11 [2019-09-19T23:46:11.804Z] 2019/09/19 23:46:11 	Clone golang.org/x/crypto, revision 88737f569e3a9c7ab309cdc09a07fe7fc87233c3, attempt 1/20
23:46:11 [2019-09-19T23:46:11.804Z] 2019/09/19 23:46:11 	Finished clone github.com/containerd/continuity
23:46:11 [2019-09-19T23:46:11.804Z] 2019/09/19 23:46:11 	Clone golang.org/x/time, revision fbb02b2291d28baffd63558aa44b4b56f178d650, attempt 1/20
23:46:11 [2019-09-19T23:46:11.804Z] 2019/09/19 23:46:11 	Finished clone github.com/gogo/googleapis
23:46:11 [2019-09-19T23:46:11.804Z] 2019/09/19 23:46:11 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
23:46:13 [2019-09-19T23:46:13.175Z] 2019/09/19 23:46:12 	Finished clone github.com/fernet/fernet-go
23:46:13 [2019-09-19T23:46:13.175Z] 2019/09/19 23:46:12 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
23:46:13 [2019-09-19T23:46:13.274Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s)
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/no_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/no_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/empty_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/valid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/empty_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/empty_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/empty_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/no_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/empty_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/empty_capdrop
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/valid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/empty_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
23:46:13 [2019-09-19T23:46:13.274Z] --- PASS: TestCreateWithCapabilities (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
23:46:13 [2019-09-19T23:46:13.274Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s)
23:46:13 [2019-09-19T23:46:13.274Z] === RUN   TestCreateWithCustomReadonlyPaths
23:46:13 [2019-09-19T23:46:13.740Z] 2019/09/19 23:46:13 	Finished clone github.com/golang/protobuf
23:46:13 [2019-09-19T23:46:13.741Z] 2019/09/19 23:46:13 	Clone github.com/hashicorp/golang-lru, revision 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c, attempt 1/20
23:46:13 [2019-09-19T23:46:13.741Z] 2019/09/19 23:46:13 	Finished clone github.com/hashicorp/go-immutable-radix
23:46:13 [2019-09-19T23:46:13.741Z] 2019/09/19 23:46:13 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
23:46:13 [2019-09-19T23:46:13.741Z] 2019/09/19 23:46:13 	Finished clone github.com/hashicorp/go-memdb
23:46:13 [2019-09-19T23:46:13.741Z] 2019/09/19 23:46:13 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
23:46:13 [2019-09-19T23:46:13.999Z] 2019/09/19 23:46:14 	Finished clone golang.org/x/time
23:46:13 [2019-09-19T23:46:13.999Z] 2019/09/19 23:46:14 	Clone github.com/prometheus/client_golang, revision c5b7fccd204277076155f10851dad72b76a49317, attempt 1/20
23:46:15 [2019-09-19T23:46:15.304Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.07s)
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:46:15 [2019-09-19T23:46:15.304Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:46:15 [2019-09-19T23:46:15.304Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:46:15 [2019-09-19T23:46:15.304Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:46:15 [2019-09-19T23:46:15.304Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:46:15 [2019-09-19T23:46:15.304Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:46:15 [2019-09-19T23:46:15.304Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:46:15 [2019-09-19T23:46:15.370Z] 2019/09/19 23:46:15 	Finished clone github.com/hashicorp/golang-lru
23:46:15 [2019-09-19T23:46:15.370Z] 2019/09/19 23:46:15 	Clone github.com/beorn7/perks, revision e7f67b54abbeac9c40a31de0f81159e4cafebd6a, attempt 1/20
23:46:15 [2019-09-19T23:46:15.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s)
23:46:15 [2019-09-19T23:46:15.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
23:46:15 [2019-09-19T23:46:15.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
23:46:15 [2019-09-19T23:46:15.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
23:46:15 [2019-09-19T23:46:15.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
23:46:15 [2019-09-19T23:46:15.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
23:46:15 [2019-09-19T23:46:15.591Z] === RUN   TestContainerStartOnDaemonRestart
23:46:15 [2019-09-19T23:46:15.591Z] === PAUSE TestContainerStartOnDaemonRestart
23:46:15 [2019-09-19T23:46:15.591Z] === RUN   TestDaemonRestartIpcMode
23:46:15 [2019-09-19T23:46:15.591Z] === PAUSE TestDaemonRestartIpcMode
23:46:15 [2019-09-19T23:46:15.591Z] === RUN   TestDiff
23:46:15 [2019-09-19T23:46:15.627Z] 2019/09/19 23:46:15 	Finished clone code.cloudfoundry.org/clock
23:46:15 [2019-09-19T23:46:15.627Z] 2019/09/19 23:46:15 	Clone github.com/prometheus/client_model, revision 6f3806018612930941127f2a7c6c453ba2c527d2, attempt 1/20
23:46:15 [2019-09-19T23:46:15.627Z] 2019/09/19 23:46:15 	Finished clone github.com/coreos/pkg
23:46:15 [2019-09-19T23:46:15.627Z] 2019/09/19 23:46:15 	Clone github.com/prometheus/common, revision 7600349dcfe1abd18d72d3a1770870d9800a7801, attempt 1/20
23:46:16 [2019-09-19T23:46:16.208Z] --- PASS: TestDiff (0.74s)
23:46:16 [2019-09-19T23:46:16.208Z] === RUN   TestExecWithCloseStdin
23:46:17 [2019-09-19T23:46:17.234Z] --- PASS: TestExecWithCloseStdin (0.99s)
23:46:17 [2019-09-19T23:46:17.234Z] === RUN   TestExec
23:46:17 [2019-09-19T23:46:17.424Z] PASS: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks	7.817s
23:46:17 [2019-09-19T23:46:17.523Z] 2019/09/19 23:46:17 	Finished clone github.com/beorn7/perks
23:46:17 [2019-09-19T23:46:17.523Z] 2019/09/19 23:46:17 	Clone github.com/prometheus/procfs, revision 7d6f385de8bea29190f15ba9931442a0eaef9af7, attempt 1/20
23:46:17 [2019-09-19T23:46:17.523Z] 2019/09/19 23:46:17 	Finished clone github.com/prometheus/client_model
23:46:17 [2019-09-19T23:46:17.523Z] 2019/09/19 23:46:17 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
23:46:17 [2019-09-19T23:46:17.780Z] 2019/09/19 23:46:17 	Finished clone github.com/prometheus/client_golang
23:46:17 [2019-09-19T23:46:17.780Z] 2019/09/19 23:46:17 	Clone github.com/pkg/errors, revision ba968bfe8b2f7e042a574c888954fccecfa385b4, attempt 1/20
23:46:17 [2019-09-19T23:46:17.780Z] 2019/09/19 23:46:17 	Finished clone golang.org/x/crypto
23:46:17 [2019-09-19T23:46:17.780Z] 2019/09/19 23:46:17 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
23:46:18 [2019-09-19T23:46:18.243Z] --- PASS: TestExec (0.89s)
23:46:18 [2019-09-19T23:46:18.243Z] === RUN   TestExecUser
23:46:18 [2019-09-19T23:46:18.349Z] PASS: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks	0.801s
23:46:18 [2019-09-19T23:46:18.861Z] --- PASS: TestExecUser (0.88s)
23:46:18 [2019-09-19T23:46:18.861Z] === RUN   TestExportContainerAndImportImage
23:46:19 [2019-09-19T23:46:19.675Z] 2019/09/19 23:46:19 	Finished clone github.com/prometheus/common
23:46:19 [2019-09-19T23:46:19.675Z] 2019/09/19 23:46:19 	Clone github.com/spf13/cobra, revision ef82de70bb3f60c65fb8eebacbb2d122ef517385, attempt 1/20
23:46:19 [2019-09-19T23:46:19.675Z] 2019/09/19 23:46:19 	Finished clone github.com/matttproud/golang_protobuf_extensions
23:46:19 [2019-09-19T23:46:19.675Z] 2019/09/19 23:46:19 	Clone github.com/spf13/pflag, revision 583c0c0531f06d5278b7d917446061adc344b5cd, attempt 1/20
23:46:19 [2019-09-19T23:46:19.870Z] --- PASS: TestExportContainerAndImportImage (1.02s)
23:46:19 [2019-09-19T23:46:19.870Z] === RUN   TestExportContainerAfterDaemonRestart
23:46:19 [2019-09-19T23:46:19.932Z] 2019/09/19 23:46:19 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
23:46:19 [2019-09-19T23:46:19.933Z] 2019/09/19 23:46:19 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
23:46:19 [2019-09-19T23:46:19.933Z] 2019/09/19 23:46:19 	Finished clone github.com/pkg/errors
23:46:19 [2019-09-19T23:46:19.933Z] 2019/09/19 23:46:19 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
23:46:20 [2019-09-19T23:46:20.190Z] 2019/09/19 23:46:20 	Finished clone github.com/prometheus/procfs
23:46:20 [2019-09-19T23:46:20.190Z] 2019/09/19 23:46:20 	Clone github.com/docker/go-metrics, revision d466d4f6fd960e01820085bd7e1a24426ee7ef18, attempt 1/20
23:46:21 [2019-09-19T23:46:21.748Z] 2019/09/19 23:46:21 	Finished clone github.com/inconshreveable/mousetrap
23:46:21 [2019-09-19T23:46:21.748Z] 2019/09/19 23:46:21 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
23:46:21 [2019-09-19T23:46:21.904Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s)
23:46:21 [2019-09-19T23:46:21.904Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:321: [d2ac710afec78] waiting for daemon to start
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:339: [d2ac710afec78] daemon started
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:449: [d2ac710afec78] Stopping daemon
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:288: [d2ac710afec78] exiting daemon
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:436: [d2ac710afec78] Daemon stopped
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:321: [d2ac710afec78] waiting for daemon to start
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:339: [d2ac710afec78] daemon started
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:449: [d2ac710afec78] Stopping daemon
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:288: [d2ac710afec78] exiting daemon
23:46:21 [2019-09-19T23:46:21.904Z]     daemon.go:436: [d2ac710afec78] Daemon stopped
23:46:21 [2019-09-19T23:46:21.904Z] === RUN   TestHealthCheckWorkdir
23:46:22 [2019-09-19T23:46:22.005Z] 2019/09/19 23:46:22 	Finished clone github.com/spf13/pflag
23:46:22 [2019-09-19T23:46:22.005Z] 2019/09/19 23:46:22 	Clone github.com/Microsoft/hcsshim, revision 672e52e9209d1e53718c1b6a7d68cc9272654ab5, attempt 1/20
23:46:22 [2019-09-19T23:46:22.262Z] 2019/09/19 23:46:22 	Finished clone github.com/morikuni/aec
23:46:22 [2019-09-19T23:46:22.262Z] 2019/09/19 23:46:22 	Finished clone github.com/docker/go-metrics
23:46:22 [2019-09-19T23:46:22.508Z] PASS: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork	2.410s
23:46:22 [2019-09-19T23:46:22.519Z] 2019/09/19 23:46:22 	Finished clone github.com/spf13/cobra
23:46:22 [2019-09-19T23:46:22.520Z] --- PASS: TestHealthCheckWorkdir (1.10s)
23:46:22 [2019-09-19T23:46:22.520Z] === RUN   TestHealthKillContainer
23:46:23 [2019-09-19T23:46:23.890Z] 2019/09/19 23:46:23 	Finished clone github.com/Azure/go-ansiterm
23:46:24 [2019-09-19T23:46:24.434Z] PASS: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork	1.645s
23:46:25 [2019-09-19T23:46:25.259Z] 2019/09/19 23:46:25 	Finished clone github.com/google/certificate-transparency-go
23:46:25 [2019-09-19T23:46:25.976Z] --- PASS: TestHealthKillContainer (2.96s)
23:46:25 [2019-09-19T23:46:25.976Z] === RUN   TestInspectCpusetInConfigPre120
23:46:26 [2019-09-19T23:46:26.259Z] --- PASS: TestInspectCpusetInConfigPre120 (0.71s)
23:46:26 [2019-09-19T23:46:26.259Z] === RUN   TestIpcModeNone
23:46:26 [2019-09-19T23:46:26.630Z] 2019/09/19 23:46:26 	Finished clone github.com/cloudflare/cfssl
23:46:27 [2019-09-19T23:46:27.268Z] --- PASS: TestIpcModeNone (0.89s)
23:46:27 [2019-09-19T23:46:27.268Z] === RUN   TestIpcModePrivate
23:46:28 [2019-09-19T23:46:28.274Z] --- PASS: TestIpcModePrivate (0.90s)
23:46:28 [2019-09-19T23:46:28.274Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false
23:46:28 [2019-09-19T23:46:28.274Z] === RUN   TestIpcModeShareable
23:46:28 [2019-09-19T23:46:28.892Z] --- PASS: TestIpcModeShareable (0.91s)
23:46:28 [2019-09-19T23:46:28.892Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true
23:46:28 [2019-09-19T23:46:28.892Z] === RUN   TestAPIIpcModeShareableAndContainer
23:46:29 [2019-09-19T23:46:29.908Z] 2019/09/19 23:46:29 	Finished clone cloud.google.com/go
23:46:31 [2019-09-19T23:46:31.574Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.67s)
23:46:31 [2019-09-19T23:46:31.574Z] === RUN   TestAPIIpcModeHost
23:46:31 [2019-09-19T23:46:31.805Z] 2019/09/19 23:46:31 	Finished clone google.golang.org/genproto
23:46:31 [2019-09-19T23:46:31.805Z] 2019/09/19 23:46:31 	Finished clone github.com/Microsoft/hcsshim
23:46:32 [2019-09-19T23:46:32.584Z] --- PASS: TestAPIIpcModeHost (0.78s)
23:46:32 [2019-09-19T23:46:32.584Z] === RUN   TestDaemonIpcModeShareable
23:46:33 [2019-09-19T23:46:33.714Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants	27.498s
23:46:34 [2019-09-19T23:46:34.613Z] --- PASS: TestDaemonIpcModeShareable (1.88s)
23:46:34 [2019-09-19T23:46:34.613Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable
23:46:34 [2019-09-19T23:46:34.613Z]     daemon.go:321: [dc94fca52c2e7] waiting for daemon to start
23:46:34 [2019-09-19T23:46:34.613Z]     daemon.go:339: [dc94fca52c2e7] daemon started
23:46:34 [2019-09-19T23:46:34.613Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
23:46:34 [2019-09-19T23:46:34.613Z]     daemon.go:449: [dc94fca52c2e7] Stopping daemon
23:46:34 [2019-09-19T23:46:34.613Z]     daemon.go:288: [dc94fca52c2e7] exiting daemon
23:46:34 [2019-09-19T23:46:34.613Z]     daemon.go:436: [dc94fca52c2e7] Daemon stopped
23:46:34 [2019-09-19T23:46:34.613Z] === RUN   TestDaemonIpcModePrivate
23:46:35 [2019-09-19T23:46:35.087Z] 2019/09/19 23:46:34 	Finished clone github.com/docker/swarmkit
23:46:36 [2019-09-19T23:46:36.021Z] 2019/09/19 23:46:35 	Finished clone github.com/coreos/etcd
23:46:36 [2019-09-19T23:46:36.091Z] --- PASS: TestDaemonIpcModePrivate (1.84s)
23:46:36 [2019-09-19T23:46:36.091Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate
23:46:36 [2019-09-19T23:46:36.091Z]     daemon.go:321: [d2c6981ba59e6] waiting for daemon to start
23:46:36 [2019-09-19T23:46:36.091Z]     daemon.go:339: [d2c6981ba59e6] daemon started
23:46:36 [2019-09-19T23:46:36.091Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
23:46:36 [2019-09-19T23:46:36.091Z]     daemon.go:449: [d2c6981ba59e6] Stopping daemon
23:46:36 [2019-09-19T23:46:36.091Z]     daemon.go:288: [d2c6981ba59e6] exiting daemon
23:46:36 [2019-09-19T23:46:36.091Z]     daemon.go:436: [d2c6981ba59e6] Daemon stopped
23:46:36 [2019-09-19T23:46:36.091Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:46:36 [2019-09-19T23:46:36.611Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg	4.625s
23:46:36 [2019-09-19T23:46:36.954Z] 2019/09/19 23:46:36 	Finished clone github.com/containerd/containerd
23:46:37 [2019-09-19T23:46:37.576Z] SKIP: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse (unmatched requirement DaemonIsLinux)
23:46:38 [2019-09-19T23:46:38.034Z] SKIP: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd (unmatched requirement DaemonIsLinux)
23:46:38 [2019-09-19T23:46:38.118Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.87s)
23:46:38 [2019-09-19T23:46:38.118Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig
23:46:38 [2019-09-19T23:46:38.118Z]     daemon.go:321: [df899adb1012d] waiting for daemon to start
23:46:38 [2019-09-19T23:46:38.118Z]     daemon.go:339: [df899adb1012d] daemon started
23:46:38 [2019-09-19T23:46:38.118Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false
23:46:38 [2019-09-19T23:46:38.118Z]     daemon.go:449: [df899adb1012d] Stopping daemon
23:46:38 [2019-09-19T23:46:38.118Z]     daemon.go:288: [df899adb1012d] exiting daemon
23:46:38 [2019-09-19T23:46:38.118Z]     daemon.go:436: [df899adb1012d] Daemon stopped
23:46:38 [2019-09-19T23:46:38.118Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:46:39 [2019-09-19T23:46:39.034Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink	0.769s
23:46:39 [2019-09-19T23:46:39.034Z] SKIP: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom (unmatched requirement DaemonIsLinux)
23:46:40 [2019-09-19T23:46:40.152Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.91s)
23:46:40 [2019-09-19T23:46:40.152Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig
23:46:40 [2019-09-19T23:46:40.152Z]     daemon.go:321: [d65a1f8241b86] waiting for daemon to start
23:46:40 [2019-09-19T23:46:40.152Z]     daemon.go:339: [d65a1f8241b86] daemon started
23:46:40 [2019-09-19T23:46:40.152Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true
23:46:40 [2019-09-19T23:46:40.152Z]     daemon.go:449: [d65a1f8241b86] Stopping daemon
23:46:40 [2019-09-19T23:46:40.152Z]     daemon.go:288: [d65a1f8241b86] exiting daemon
23:46:40 [2019-09-19T23:46:40.152Z]     daemon.go:436: [d65a1f8241b86] Daemon stopped
23:46:40 [2019-09-19T23:46:40.152Z] === RUN   TestIpcModeOlderClient
23:46:40 [2019-09-19T23:46:40.152Z] === PAUSE TestIpcModeOlderClient
23:46:40 [2019-09-19T23:46:40.152Z] === RUN   TestKillContainerInvalidSignal
23:46:40 [2019-09-19T23:46:40.775Z] --- PASS: TestKillContainerInvalidSignal (0.80s)
23:46:40 [2019-09-19T23:46:40.775Z] === RUN   TestKillContainer
23:46:40 [2019-09-19T23:46:40.775Z] === RUN   TestKillContainer/no_signal
23:46:41 [2019-09-19T23:46:41.392Z] === RUN   TestKillContainer/non_killing_signal
23:46:42 [2019-09-19T23:46:42.017Z] === RUN   TestKillContainer/killing_signal
23:46:42 [2019-09-19T23:46:42.500Z] --- PASS: TestBuildWithHugeFile (61.48s)
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildWithEmptyDockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:46:42 [2019-09-19T23:46:42.500Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
23:46:42 [2019-09-19T23:46:42.500Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
23:46:42 [2019-09-19T23:46:42.500Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
23:46:42 [2019-09-19T23:46:42.500Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s)
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildPreserveOwnership
23:46:42 [2019-09-19T23:46:42.500Z] === RUN   TestBuildPreserveOwnership/copy_from
23:46:43 [2019-09-19T23:46:43.031Z] --- PASS: TestKillContainer (2.24s)
23:46:43 [2019-09-19T23:46:43.031Z]     --- PASS: TestKillContainer/no_signal (0.76s)
23:46:43 [2019-09-19T23:46:43.031Z]     --- PASS: TestKillContainer/non_killing_signal (0.48s)
23:46:43 [2019-09-19T23:46:43.031Z]     --- PASS: TestKillContainer/killing_signal (0.69s)
23:46:43 [2019-09-19T23:46:43.031Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:46:43 [2019-09-19T23:46:43.031Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:46:43 [2019-09-19T23:46:43.647Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:46:44 [2019-09-19T23:46:44.659Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.57s)
23:46:44 [2019-09-19T23:46:44.659Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s)
23:46:44 [2019-09-19T23:46:44.659Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
23:46:44 [2019-09-19T23:46:44.659Z] === RUN   TestKillStoppedContainer
23:46:44 [2019-09-19T23:46:44.659Z] --- PASS: TestKillStoppedContainer (0.09s)
23:46:44 [2019-09-19T23:46:44.659Z] === RUN   TestKillStoppedContainerAPIPre120
23:46:44 [2019-09-19T23:46:44.659Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
23:46:44 [2019-09-19T23:46:44.659Z] === RUN   TestKillDifferentUserContainer
23:46:44 [2019-09-19T23:46:44.817Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength	4.748s
23:46:45 [2019-09-19T23:46:45.277Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource	0.786s
23:46:45 [2019-09-19T23:46:45.277Z] SKIP: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy (unmatched requirement DaemonIsLinux)
23:46:45 [2019-09-19T23:46:45.277Z] SKIP: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile (unmatched requirement UnixCli)
23:46:45 [2019-09-19T23:46:45.675Z] --- PASS: TestKillDifferentUserContainer (0.79s)
23:46:45 [2019-09-19T23:46:45.675Z] === RUN   TestInspectOomKilledTrue
23:46:45 [2019-09-19T23:46:45.760Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:46:46 [2019-09-19T23:46:46.687Z] --- PASS: TestInspectOomKilledTrue (1.26s)
23:46:46 [2019-09-19T23:46:46.687Z] === RUN   TestInspectOomKilledFalse
23:46:46 [2019-09-19T23:46:46.809Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint	1.201s
23:46:46 [2019-09-19T23:46:46.915Z] 2019/09/19 23:46:45 	Finished clone github.com/gogo/protobuf
23:46:46 [2019-09-19T23:46:46.915Z] 2019/09/19 23:46:45 	Finished clone github.com/hashicorp/consul
23:46:47 [2019-09-19T23:46:47.266Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd	0.761s
23:46:47 [2019-09-19T23:46:47.640Z] --- PASS: TestBuildPreserveOwnership (5.69s)
23:46:47 [2019-09-19T23:46:47.640Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.75s)
23:46:47 [2019-09-19T23:46:47.640Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.92s)
23:46:47 [2019-09-19T23:46:47.640Z] PASS
23:46:47 [2019-09-19T23:46:47.640Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m  
23:46:47 [2019-09-19T23:46:47.640Z] INFO: Testing against a local daemon
23:46:47 [2019-09-19T23:46:47.640Z] === RUN   TestConfigList
23:46:47 [2019-09-19T23:46:47.725Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd	0.450s
23:46:47 [2019-09-19T23:46:47.731Z] --- PASS: TestInspectOomKilledFalse (0.73s)
23:46:47 [2019-09-19T23:46:47.731Z] === RUN   TestLinksEtcHostsContentMatch
23:46:48 [2019-09-19T23:46:48.183Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC	0.441s
23:46:48 [2019-09-19T23:46:48.350Z] --- PASS: TestLinksEtcHostsContentMatch (0.73s)
23:46:48 [2019-09-19T23:46:48.350Z] === RUN   TestLinksContainerNames
23:46:48 [2019-09-19T23:46:48.639Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC	0.415s
23:46:49 [2019-09-19T23:46:49.829Z] --- PASS: TestLinksContainerNames (1.48s)
23:46:49 [2019-09-19T23:46:49.829Z] === RUN   TestLogsFollowTailEmpty
23:46:50 [2019-09-19T23:46:50.210Z] --- PASS: TestConfigList (2.09s)
23:46:50 [2019-09-19T23:46:50.210Z]     config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigList
23:46:50 [2019-09-19T23:46:50.210Z]     daemon.go:321: [d4c6e7b33d7a0] waiting for daemon to start
23:46:50 [2019-09-19T23:46:50.210Z]     daemon.go:339: [d4c6e7b33d7a0] daemon started
23:46:50 [2019-09-19T23:46:50.210Z]     daemon.go:449: [d4c6e7b33d7a0] Stopping daemon
23:46:50 [2019-09-19T23:46:50.210Z]     daemon.go:288: [d4c6e7b33d7a0] exiting daemon
23:46:50 [2019-09-19T23:46:50.210Z]     daemon.go:436: [d4c6e7b33d7a0] Daemon stopped
23:46:50 [2019-09-19T23:46:50.210Z] === RUN   TestConfigsCreateAndDelete
23:46:50 [2019-09-19T23:46:50.552Z] --- PASS: TestLogsFollowTailEmpty (0.73s)
23:46:50 [2019-09-19T23:46:50.552Z] === RUN   TestContainerNetworkMountsNoChown
23:46:51 [2019-09-19T23:46:51.171Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s)
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/default
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/default
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/private
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/private
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rprivate
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rprivate
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/slave
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/slave
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rslave
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rslave
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/shared
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/shared
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rshared
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rshared
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/default
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rprivate
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rslave
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/default/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/default/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/shared
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/slave
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/private
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/private/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/private/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/default/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rshared
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/default/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/private/bind_root
23:46:51 [2019-09-19T23:46:51.171Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/private/mount_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:46:51 [2019-09-19T23:46:51.455Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:46:51 [2019-09-19T23:46:51.455Z] --- PASS: TestMountDaemonRoot (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
23:46:51 [2019-09-19T23:46:51.455Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
23:46:51 [2019-09-19T23:46:51.455Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:46:51 [2019-09-19T23:46:51.455Z] === RUN   TestContainerBindMountNonRecursive
23:46:52 [2019-09-19T23:46:52.206Z] --- PASS: TestConfigsCreateAndDelete (2.33s)
23:46:52 [2019-09-19T23:46:52.206Z]     config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsCreateAndDelete
23:46:52 [2019-09-19T23:46:52.206Z]     daemon.go:321: [d571066eba94f] waiting for daemon to start
23:46:52 [2019-09-19T23:46:52.206Z]     daemon.go:339: [d571066eba94f] daemon started
23:46:52 [2019-09-19T23:46:52.206Z]     daemon.go:449: [d571066eba94f] Stopping daemon
23:46:52 [2019-09-19T23:46:52.206Z]     daemon.go:288: [d571066eba94f] exiting daemon
23:46:52 [2019-09-19T23:46:52.206Z]     daemon.go:436: [d571066eba94f] Daemon stopped
23:46:52 [2019-09-19T23:46:52.206Z] === RUN   TestConfigsUpdate
23:46:53 [2019-09-19T23:46:53.129Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate	28.823s
23:46:53 [2019-09-19T23:46:53.487Z] --- PASS: TestContainerBindMountNonRecursive (1.83s)
23:46:53 [2019-09-19T23:46:53.487Z] === RUN   TestNetworkNat
23:46:54 [2019-09-19T23:46:54.053Z] --- PASS: TestConfigsUpdate (1.94s)
23:46:54 [2019-09-19T23:46:54.053Z]     config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsUpdate
23:46:54 [2019-09-19T23:46:54.053Z]     daemon.go:321: [d418d181de9d1] waiting for daemon to start
23:46:54 [2019-09-19T23:46:54.053Z]     daemon.go:339: [d418d181de9d1] daemon started
23:46:54 [2019-09-19T23:46:54.053Z]     daemon.go:449: [d418d181de9d1] Stopping daemon
23:46:54 [2019-09-19T23:46:54.053Z]     daemon.go:288: [d418d181de9d1] exiting daemon
23:46:54 [2019-09-19T23:46:54.053Z]     daemon.go:436: [d418d181de9d1] Daemon stopped
23:46:54 [2019-09-19T23:46:54.053Z] === RUN   TestTemplatedConfig
23:46:54 [2019-09-19T23:46:54.111Z] --- PASS: TestNetworkNat (0.83s)
23:46:54 [2019-09-19T23:46:54.111Z] === RUN   TestNetworkLocalhostTCPNat
23:46:54 [2019-09-19T23:46:54.526Z] PASS: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped	5.172s
23:46:54 [2019-09-19T23:46:54.976Z] PASS: docker_api_containers_test.go:2221: DockerSuite.TestContainersAPICreateMountsTmpfs	1.748s
23:46:55 [2019-09-19T23:46:55.220Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s)
23:46:55 [2019-09-19T23:46:55.220Z] === RUN   TestNetworkLoopbackNat
23:46:55 [2019-09-19T23:46:55.535Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation	0.397s
23:46:56 [2019-09-19T23:46:56.067Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces	1.794s
23:46:56 [2019-09-19T23:46:56.067Z] SKIP: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs (unmatched requirement DaemonIsLinux)
23:46:56 [2019-09-19T23:46:56.227Z] --- PASS: TestNetworkLoopbackNat (0.98s)
23:46:56 [2019-09-19T23:46:56.227Z] === RUN   TestPause
23:46:56 [2019-09-19T23:46:56.842Z] --- PASS: TestPause (0.78s)
23:46:56 [2019-09-19T23:46:56.842Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:46:56 [2019-09-19T23:46:56.842Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:46:56 [2019-09-19T23:46:56.842Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:46:56 [2019-09-19T23:46:56.842Z] === RUN   TestPauseStopPausedContainer
23:46:56 [2019-09-19T23:46:56.893Z] 2019/09/19 23:46:55 	Finished clone github.com/aws/aws-sdk-go
23:46:57 [2019-09-19T23:46:57.032Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache	1.012s
23:46:57 [2019-09-19T23:46:57.458Z] --- PASS: TestPauseStopPausedContainer (0.76s)
23:46:57 [2019-09-19T23:46:57.458Z] === RUN   TestPsFilter
23:46:57 [2019-09-19T23:46:57.459Z] --- PASS: TestTemplatedConfig (3.12s)
23:46:57 [2019-09-19T23:46:57.459Z]     config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedConfig
23:46:57 [2019-09-19T23:46:57.459Z]     daemon.go:321: [d889ef3f5fc16] waiting for daemon to start
23:46:57 [2019-09-19T23:46:57.459Z]     daemon.go:339: [d889ef3f5fc16] daemon started
23:46:57 [2019-09-19T23:46:57.459Z]     daemon.go:449: [d889ef3f5fc16] Stopping daemon
23:46:57 [2019-09-19T23:46:57.459Z]     daemon.go:288: [d889ef3f5fc16] exiting daemon
23:46:57 [2019-09-19T23:46:57.459Z]     daemon.go:436: [d889ef3f5fc16] Daemon stopped
23:46:57 [2019-09-19T23:46:57.459Z] === RUN   TestConfigInspect
23:46:57 [2019-09-19T23:46:57.741Z] --- PASS: TestPsFilter (0.21s)
23:46:57 [2019-09-19T23:46:57.741Z] === RUN   TestRemoveContainerWithRemovedVolume
23:46:58 [2019-09-19T23:46:58.365Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
23:46:58 [2019-09-19T23:46:58.365Z] === RUN   TestRemoveContainerWithVolume
23:46:58 [2019-09-19T23:46:58.384Z] PASS: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks	2.275s
23:46:58 [2019-09-19T23:46:58.982Z] --- PASS: TestRemoveContainerWithVolume (0.70s)
23:46:58 [2019-09-19T23:46:58.982Z] === RUN   TestRemoveContainerRunning
23:46:59 [2019-09-19T23:46:59.308Z] --- PASS: TestConfigInspect (2.23s)
23:46:59 [2019-09-19T23:46:59.308Z]     config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigInspect
23:46:59 [2019-09-19T23:46:59.308Z]     daemon.go:321: [d9c1a1c98f699] waiting for daemon to start
23:46:59 [2019-09-19T23:46:59.308Z]     daemon.go:339: [d9c1a1c98f699] daemon started
23:46:59 [2019-09-19T23:46:59.308Z]     daemon.go:449: [d9c1a1c98f699] Stopping daemon
23:46:59 [2019-09-19T23:46:59.308Z]     daemon.go:288: [d9c1a1c98f699] exiting daemon
23:46:59 [2019-09-19T23:46:59.308Z]     daemon.go:436: [d9c1a1c98f699] Daemon stopped
23:46:59 [2019-09-19T23:46:59.308Z] === RUN   TestConfigCreateWithLabels
23:46:59 [2019-09-19T23:46:59.990Z] --- PASS: TestRemoveContainerRunning (0.73s)
23:46:59 [2019-09-19T23:46:59.991Z] === RUN   TestRemoveContainerForceRemoveRunning
23:47:00 [2019-09-19T23:47:00.609Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s)
23:47:00 [2019-09-19T23:47:00.609Z] === RUN   TestRemoveInvalidContainer
23:47:00 [2019-09-19T23:47:00.609Z] --- PASS: TestRemoveInvalidContainer (0.03s)
23:47:00 [2019-09-19T23:47:00.609Z] === RUN   TestRenameLinkedContainer
23:47:00 [2019-09-19T23:47:00.718Z] PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum	53.382s
23:47:00 [2019-09-19T23:47:00.976Z] --- PASS: TestConfigCreateWithLabels (1.59s)
23:47:00 [2019-09-19T23:47:00.976Z]     config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateWithLabels
23:47:00 [2019-09-19T23:47:00.976Z]     daemon.go:321: [d524af1fd81ae] waiting for daemon to start
23:47:00 [2019-09-19T23:47:00.976Z]     daemon.go:339: [d524af1fd81ae] daemon started
23:47:00 [2019-09-19T23:47:00.976Z]     daemon.go:449: [d524af1fd81ae] Stopping daemon
23:47:00 [2019-09-19T23:47:00.976Z]     daemon.go:288: [d524af1fd81ae] exiting daemon
23:47:00 [2019-09-19T23:47:00.976Z]     daemon.go:436: [d524af1fd81ae] Daemon stopped
23:47:00 [2019-09-19T23:47:00.976Z] === RUN   TestConfigCreateResolve
23:47:01 [2019-09-19T23:47:01.232Z] PASS: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork	2.502s
23:47:03 [2019-09-19T23:47:03.783Z] --- PASS: TestConfigCreateResolve (2.32s)
23:47:03 [2019-09-19T23:47:03.783Z]     config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateResolve
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:321: [d7d5da5137a71] waiting for daemon to start
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:339: [d7d5da5137a71] daemon started
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:449: [d7d5da5137a71] Stopping daemon
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:288: [d7d5da5137a71] exiting daemon
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:436: [d7d5da5137a71] Daemon stopped
23:47:03 [2019-09-19T23:47:03.783Z] === RUN   TestConfigDaemonLibtrustID
23:47:03 [2019-09-19T23:47:03.783Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
23:47:03 [2019-09-19T23:47:03.783Z]     config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigDaemonLibtrustID
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:321: [dd119dcfd94eb] waiting for daemon to start
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:339: [dd119dcfd94eb] daemon started
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:449: [dd119dcfd94eb] Stopping daemon
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:288: [dd119dcfd94eb] exiting daemon
23:47:03 [2019-09-19T23:47:03.783Z]     daemon.go:436: [dd119dcfd94eb] Daemon stopped
23:47:03 [2019-09-19T23:47:03.783Z] PASS
23:47:03 [2019-09-19T23:47:03.783Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m  
23:47:04 [2019-09-19T23:47:04.038Z] INFO: Testing against a local daemon
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestCheckpoint
23:47:04 [2019-09-19T23:47:04.038Z] --- SKIP: TestCheckpoint (0.00s)
23:47:04 [2019-09-19T23:47:04.038Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestContainerInvalidJSON
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:47:04 [2019-09-19T23:47:04.038Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:47:04 [2019-09-19T23:47:04.038Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:47:04 [2019-09-19T23:47:04.038Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:47:04 [2019-09-19T23:47:04.038Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:47:04 [2019-09-19T23:47:04.038Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:47:04 [2019-09-19T23:47:04.038Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:47:04 [2019-09-19T23:47:04.038Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:47:04 [2019-09-19T23:47:04.038Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:47:04 [2019-09-19T23:47:04.038Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:47:04 [2019-09-19T23:47:04.038Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
23:47:04 [2019-09-19T23:47:04.038Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:47:04 [2019-09-19T23:47:04.091Z] --- PASS: TestRenameLinkedContainer (2.95s)
23:47:04 [2019-09-19T23:47:04.091Z] === RUN   TestRenameStoppedContainer
23:47:04 [2019-09-19T23:47:04.298Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s)
23:47:04 [2019-09-19T23:47:04.298Z] === RUN   TestCopyFromContainerPathIsNotDir
23:47:04 [2019-09-19T23:47:04.298Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s)
23:47:04 [2019-09-19T23:47:04.298Z] === RUN   TestCopyToContainerPathDoesNotExist
23:47:04 [2019-09-19T23:47:04.375Z] --- PASS: TestRenameStoppedContainer (0.73s)
23:47:04 [2019-09-19T23:47:04.375Z] === RUN   TestRenameRunningContainerAndReuse
23:47:04 [2019-09-19T23:47:04.553Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s)
23:47:04 [2019-09-19T23:47:04.553Z] === RUN   TestCopyToContainerPathIsNotDir
23:47:04 [2019-09-19T23:47:04.553Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s)
23:47:04 [2019-09-19T23:47:04.553Z] === RUN   TestCopyFromContainer
23:47:05 [2019-09-19T23:47:05.479Z] PASS: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation	3.282s
23:47:05 [2019-09-19T23:47:05.848Z] --- PASS: TestRenameRunningContainerAndReuse (1.47s)
23:47:05 [2019-09-19T23:47:05.848Z] === RUN   TestRenameInvalidName
23:47:06 [2019-09-19T23:47:06.465Z] --- PASS: TestRenameInvalidName (0.79s)
23:47:06 [2019-09-19T23:47:06.465Z] === RUN   TestRenameAnonymousContainer
23:47:06 [2019-09-19T23:47:06.841Z] === RUN   TestCopyFromContainer//
23:47:06 [2019-09-19T23:47:06.841Z] === RUN   TestCopyFromContainer//bar/root
23:47:06 [2019-09-19T23:47:06.841Z] === RUN   TestCopyFromContainer//bar/root/
23:47:06 [2019-09-19T23:47:06.841Z] === RUN   TestCopyFromContainer/bar/quux
23:47:06 [2019-09-19T23:47:06.854Z] 2019/09/19 23:47:05 	Finished clone google.golang.org/api
23:47:06 [2019-09-19T23:47:06.854Z] 2019/09/19 23:47:05 Dependencies downloaded. Download time: 1m20.186336009s
23:47:06 [2019-09-19T23:47:06.854Z] 2019/09/19 23:47:05 Collecting all dependencies
23:47:07 [2019-09-19T23:47:07.095Z] === RUN   TestCopyFromContainer/bar/quux/
23:47:07 [2019-09-19T23:47:07.095Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:47:07 [2019-09-19T23:47:07.352Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:47:07 [2019-09-19T23:47:07.352Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:47:07 [2019-09-19T23:47:07.607Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:47:07 [2019-09-19T23:47:07.607Z] === RUN   TestCopyFromContainer/bar/notarget
23:47:07 [2019-09-19T23:47:07.607Z] PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart	2.207s
23:47:07 [2019-09-19T23:47:07.862Z] --- PASS: TestCopyFromContainer (3.13s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer// (0.08s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.18s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.14s)
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:47:07 [2019-09-19T23:47:07.862Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateWithInvalidEnv
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateWithInvalidEnv/0
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateWithInvalidEnv/0
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateWithInvalidEnv/1
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateWithInvalidEnv/1
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateWithInvalidEnv/2
23:47:07 [2019-09-19T23:47:07.862Z] === PAUSE TestCreateWithInvalidEnv/2
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateWithInvalidEnv/0
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateWithInvalidEnv/2
23:47:07 [2019-09-19T23:47:07.862Z] === CONT  TestCreateWithInvalidEnv/1
23:47:07 [2019-09-19T23:47:07.862Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:47:07 [2019-09-19T23:47:07.862Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateTmpfsMountsTarget
23:47:07 [2019-09-19T23:47:07.862Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
23:47:07 [2019-09-19T23:47:07.862Z] === RUN   TestCreateWithCustomMaskedPaths
23:47:08 [2019-09-19T23:47:08.119Z] PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer	0.352s
23:47:09 [2019-09-19T23:47:09.045Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath	1.044s
23:47:09 [2019-09-19T23:47:09.152Z] --- PASS: TestRenameAnonymousContainer (2.64s)
23:47:09 [2019-09-19T23:47:09.152Z] === RUN   TestRenameContainerWithSameName
23:47:10 [2019-09-19T23:47:10.177Z] --- PASS: TestRenameContainerWithSameName (0.76s)
23:47:10 [2019-09-19T23:47:10.177Z] === RUN   TestRenameContainerWithLinkedContainer
23:47:10 [2019-09-19T23:47:10.406Z] PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink	1.148s
23:47:10 [2019-09-19T23:47:10.406Z] --- PASS: TestCreateWithCustomMaskedPaths (2.55s)
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/no_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/no_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/empty_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/empty_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/valid_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/valid_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/invalid_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/duplicate_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/capabilities_API_v1.39
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/empty_capadd
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/empty_capadd
23:47:10 [2019-09-19T23:47:10.406Z] === RUN   TestCreateWithCapabilities/empty_capdrop
23:47:10 [2019-09-19T23:47:10.406Z] === PAUSE TestCreateWithCapabilities/empty_capdrop
23:47:10 [2019-09-19T23:47:10.407Z] === RUN   TestCreateWithCapabilities/capadd_capdrop
23:47:10 [2019-09-19T23:47:10.407Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop
23:47:10 [2019-09-19T23:47:10.407Z] === RUN   TestCreateWithCapabilities/conflict_with_capadd
23:47:10 [2019-09-19T23:47:10.407Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd
23:47:10 [2019-09-19T23:47:10.407Z] === RUN   TestCreateWithCapabilities/conflict_with_capdrop
23:47:10 [2019-09-19T23:47:10.407Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop
23:47:10 [2019-09-19T23:47:10.407Z] === CONT  TestCreateWithCapabilities/no_capabilities
23:47:10 [2019-09-19T23:47:10.407Z] === CONT  TestCreateWithCapabilities/empty_capadd
23:47:10 [2019-09-19T23:47:10.407Z] === CONT  TestCreateWithCapabilities/capabilities_API_v1.39
23:47:10 [2019-09-19T23:47:10.407Z] === CONT  TestCreateWithCapabilities/duplicate_capabilities
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/invalid_capabilities
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/valid_capabilities
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/empty_capabilities
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/conflict_with_capadd
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/conflict_with_capdrop
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/capadd_capdrop
23:47:10 [2019-09-19T23:47:10.748Z] === CONT  TestCreateWithCapabilities/empty_capdrop
23:47:10 [2019-09-19T23:47:10.748Z] --- PASS: TestCreateWithCapabilities (0.01s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s)
23:47:10 [2019-09-19T23:47:10.748Z]     --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s)
23:47:10 [2019-09-19T23:47:10.748Z] === RUN   TestCreateWithCustomReadonlyPaths
23:47:11 [2019-09-19T23:47:11.651Z] --- PASS: TestRenameContainerWithLinkedContainer (1.50s)
23:47:11 [2019-09-19T23:47:11.651Z] === RUN   TestResize
23:47:11 [2019-09-19T23:47:11.671Z] PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership	1.258s
23:47:11 [2019-09-19T23:47:11.828Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar	12.312s
23:47:11 [2019-09-19T23:47:11.828Z] SKIP: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent (unmatched requirement DaemonIsLinux)
23:47:11 [2019-09-19T23:47:11.828Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup	0.362s
23:47:12 [2019-09-19T23:47:12.268Z] --- PASS: TestResize (0.76s)
23:47:12 [2019-09-19T23:47:12.268Z] === RUN   TestResizeWithInvalidSize
23:47:12 [2019-09-19T23:47:12.597Z] PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA	1.103s
23:47:12 [2019-09-19T23:47:12.956Z] --- PASS: TestResizeWithInvalidSize (0.76s)
23:47:12 [2019-09-19T23:47:12.957Z] === RUN   TestResizeWhenContainerNotStarted
23:47:13 [2019-09-19T23:47:13.007Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild	1.954s
23:47:13 [2019-09-19T23:47:13.244Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.56s)
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:47:13 [2019-09-19T23:47:13.244Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:47:13 [2019-09-19T23:47:13.244Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:47:13 [2019-09-19T23:47:13.244Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:47:13 [2019-09-19T23:47:13.244Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:47:13 [2019-09-19T23:47:13.244Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:47:13 [2019-09-19T23:47:13.244Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:47:13 [2019-09-19T23:47:13.244Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
23:47:13 [2019-09-19T23:47:13.244Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestContainerStartOnDaemonRestart
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestContainerStartOnDaemonRestart
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestDaemonRestartIpcMode
23:47:13 [2019-09-19T23:47:13.244Z] === PAUSE TestDaemonRestartIpcMode
23:47:13 [2019-09-19T23:47:13.244Z] === RUN   TestDiff
23:47:13 [2019-09-19T23:47:13.468Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip	0.672s
23:47:13 [2019-09-19T23:47:13.499Z] PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB	0.928s
23:47:13 [2019-09-19T23:47:13.577Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s)
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:47:13 [2019-09-19T23:47:13.577Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:47:13 [2019-09-19T23:47:13.926Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression	0.402s
23:47:13 [2019-09-19T23:47:13.926Z] SKIP: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles (unmatched requirement DaemonIsLinux)
23:47:14 [2019-09-19T23:47:14.383Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange	0.636s
23:47:14 [2019-09-19T23:47:14.424Z] --- PASS: TestDiff (0.92s)
23:47:14 [2019-09-19T23:47:14.424Z] === RUN   TestExecWithCloseStdin
23:47:14 [2019-09-19T23:47:14.424Z] PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC	0.940s
23:47:14 [2019-09-19T23:47:14.953Z] 2019/09/19 23:47:15 Clean vendor dir from unused packages
23:47:15 [2019-09-19T23:47:15.348Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile	0.560s
23:47:15 [2019-09-19T23:47:15.348Z] SKIP: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir (unmatched requirement DaemonIsLinux)
23:47:15 [2019-09-19T23:47:15.348Z] SKIP: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot (unmatched requirement DaemonIsLinux)
23:47:15 [2019-09-19T23:47:15.786Z] --- PASS: TestExecWithCloseStdin (1.48s)
23:47:15 [2019-09-19T23:47:15.786Z] === RUN   TestExec
23:47:15 [2019-09-19T23:47:15.889Z] 2019/09/19 23:47:15 Success
23:47:15 [2019-09-19T23:47:15.889Z] 2019/09/19 23:47:15 Running time: 1m33.125157703s
23:47:15 [2019-09-19T23:47:15.889Z] Congratulations! All vendoring changes are done the right way.
23:47:16 [2019-09-19T23:47:16.042Z] PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD	1.548s
23:47:16 [2019-09-19T23:47:16.277Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
23:47:16 [2019-09-19T23:47:16.973Z] --- PASS: TestExec (1.16s)
23:47:16 [2019-09-19T23:47:16.973Z] === RUN   TestExecUser
23:47:17 [2019-09-19T23:47:17.195Z] + echo Building e2e image
23:47:17 [2019-09-19T23:47:17.195Z] Building e2e image
23:47:17 [2019-09-19T23:47:17.195Z] + docker build --build-arg DOCKER_GITCOMMIT=a18eea2702791ec0095a2256d4c9906050fcd1a2 -t moby-e2e-test -f Dockerfile.e2e .
23:47:17 [2019-09-19T23:47:17.195Z] #2 [internal] load .dockerignore
23:47:17 [2019-09-19T23:47:17.195Z] #2 DONE 0.0s
23:47:17 [2019-09-19T23:47:17.195Z] 
23:47:17 [2019-09-19T23:47:17.195Z] #1 [internal] load build definition from Dockerfile.e2e
23:47:17 [2019-09-19T23:47:17.195Z] #1 transferring dockerfile: 3.19kB done
23:47:17 [2019-09-19T23:47:17.195Z] #1 DONE 0.0s
23:47:17 [2019-09-19T23:47:17.195Z] 
23:47:17 [2019-09-19T23:47:17.195Z] #2 [internal] load .dockerignore
23:47:17 [2019-09-19T23:47:17.195Z] #2 transferring context: 34B done
23:47:17 [2019-09-19T23:47:17.195Z] #2 DONE 0.0s
23:47:17 [2019-09-19T23:47:17.195Z] 
23:47:17 [2019-09-19T23:47:17.195Z] #4 [internal] load metadata for docker.io/library/golang:1.12.8-alpine
23:47:17 [2019-09-19T23:47:17.229Z] PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE	1.077s
23:47:17 [2019-09-19T23:47:17.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:47:17 [2019-09-19T23:47:17.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:47:17 [2019-09-19T23:47:17.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:47:17 [2019-09-19T23:47:17.458Z] #4 DONE 0.3s
23:47:17 [2019-09-19T23:47:17.458Z] 
23:47:17 [2019-09-19T23:47:17.458Z] #3 [internal] load metadata for docker.io/library/alpine:3.9
23:47:17 [2019-09-19T23:47:17.458Z] #3 DONE 0.3s
23:47:17 [2019-09-19T23:47:17.458Z] 
23:47:17 [2019-09-19T23:47:17.458Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:17 [2019-09-19T23:47:17.458Z] #14 resolve docker.io/library/golang:1.12.8-alpine@sha256:057690933dda0237cef8315329d3f35c7d135c6fcffa072883a84e23988cab2e done
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 382.51kB / 2.79MB 0.1s
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc 301.72kB / 301.72kB 0.1s done
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba 0B / 156B 0.1s
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 0B / 125.70MB 0.1s
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:057690933dda0237cef8315329d3f35c7d135c6fcffa072883a84e23988cab2e 1.65kB / 1.65kB done
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:c97759eb43bfdab3c6fee66ed238edf3f4c9b8eef0b9d4d6301493149b837d10 1.36kB / 1.36kB done
23:47:17 [2019-09-19T23:47:17.458Z] #14 sha256:5b92ed72e21697c62cf5f2f4f9c09e2b1b78c05d053c778b8aa515b39bb4e10d 3.80kB / 3.80kB done
23:47:17 [2019-09-19T23:47:17.715Z] #14 sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 2.79MB / 2.79MB 0.2s done
23:47:17 [2019-09-19T23:47:17.715Z] #14 sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba 156B / 156B 0.1s done
23:47:17 [2019-09-19T23:47:17.715Z] #14 extracting sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa
23:47:17 [2019-09-19T23:47:17.715Z] #14 sha256:895d0c79b0edd748653b54a190d6217113ae3e6cb33e50b54a457e73ce6a6eb9 126B / 126B 0.2s done
23:47:17 [2019-09-19T23:47:17.715Z] #14 ...
23:47:17 [2019-09-19T23:47:17.715Z] 
23:47:17 [2019-09-19T23:47:17.715Z] #8 [internal] load build context
23:47:17 [2019-09-19T23:47:17.715Z] #8 transferring context: 799.79kB 0.3s done
23:47:17 [2019-09-19T23:47:17.715Z] #8 DONE 0.3s
23:47:17 [2019-09-19T23:47:17.715Z] 
23:47:17 [2019-09-19T23:47:17.715Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:17 [2019-09-19T23:47:17.971Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 12.90MB / 125.70MB 0.5s
23:47:17 [2019-09-19T23:47:17.971Z] #14 extracting sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 0.3s done
23:47:18 [2019-09-19T23:47:18.229Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 26.28MB / 125.70MB 0.7s
23:47:18 [2019-09-19T23:47:18.229Z] #14 extracting sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc
23:47:18 [2019-09-19T23:47:18.229Z] #14 ...
23:47:18 [2019-09-19T23:47:18.229Z] 
23:47:18 [2019-09-19T23:47:18.229Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:7746df395af22f042...
23:47:18 [2019-09-19T23:47:18.229Z] #5 resolve docker.io/library/alpine:3.9@sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a done
23:47:18 [2019-09-19T23:47:18.229Z] #5 sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a 1.64kB / 1.64kB done
23:47:18 [2019-09-19T23:47:18.229Z] #5 sha256:bf1684a6e3676389ec861c602e97f27b03f14178e5bc3f70dce198f9f160cce9 528B / 528B done
23:47:18 [2019-09-19T23:47:18.229Z] #5 sha256:055936d3920576da37aa9bc460d70c5f212028bda1c08c0879aedf03d7a66ea1 1.51kB / 1.51kB done
23:47:18 [2019-09-19T23:47:18.229Z] #5 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.76MB / 2.76MB 0.3s done
23:47:18 [2019-09-19T23:47:18.229Z] #5 extracting sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 0.3s done
23:47:18 [2019-09-19T23:47:18.229Z] #5 DONE 0.7s
23:47:18 [2019-09-19T23:47:18.229Z] 
23:47:18 [2019-09-19T23:47:18.229Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:18 [2019-09-19T23:47:18.229Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 33.32MB / 125.70MB 0.8s
23:47:18 [2019-09-19T23:47:18.239Z] --- PASS: TestExecUser (1.14s)
23:47:18 [2019-09-19T23:47:18.239Z] === RUN   TestExportContainerAndImportImage
23:47:18 [2019-09-19T23:47:18.239Z] PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF	1.011s
23:47:18 [2019-09-19T23:47:18.487Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 39.71MB / 125.70MB 0.9s
23:47:18 [2019-09-19T23:47:18.487Z] #14 extracting sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc 0.2s done
23:47:18 [2019-09-19T23:47:18.487Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 58.05MB / 125.70MB 1.1s
23:47:18 [2019-09-19T23:47:18.487Z] #14 extracting sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba done
23:47:18 [2019-09-19T23:47:18.746Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 66.60MB / 125.70MB 1.2s
23:47:18 [2019-09-19T23:47:18.746Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 76.56MB / 125.70MB 1.3s
23:47:19 [2019-09-19T23:47:19.006Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 86.32MB / 125.70MB 1.4s
23:47:19 [2019-09-19T23:47:19.006Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 107.56MB / 125.70MB 1.6s
23:47:19 [2019-09-19T23:47:19.162Z] --- PASS: TestExportContainerAndImportImage (1.13s)
23:47:19 [2019-09-19T23:47:19.162Z] === RUN   TestExportContainerAfterDaemonRestart
23:47:19 [2019-09-19T23:47:19.264Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 115.48MB / 125.70MB 1.7s
23:47:19 [2019-09-19T23:47:19.264Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 125.70MB / 125.70MB 1.9s
23:47:19 [2019-09-19T23:47:19.417Z] PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG	1.246s
23:47:19 [2019-09-19T23:47:19.520Z] #14 sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 125.70MB / 125.70MB 2.0s done
23:47:19 [2019-09-19T23:47:19.520Z] #14 extracting sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 0.1s
23:47:19 [2019-09-19T23:47:19.777Z] #14 ...
23:47:19 [2019-09-19T23:47:19.777Z] 
23:47:19 [2019-09-19T23:47:19.777Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
23:47:19 [2019-09-19T23:47:19.777Z] #6 DONE 1.4s
23:47:19 [2019-09-19T23:47:19.777Z] 
23:47:19 [2019-09-19T23:47:19.777Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:20 [2019-09-19T23:47:20.000Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:47:20 [2019-09-19T23:47:20.288Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:47:20 [2019-09-19T23:47:20.776Z] --- PASS: TestExportContainerAfterDaemonRestart (1.49s)
23:47:20 [2019-09-19T23:47:20.776Z]     export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExportContainerAfterDaemonRestart
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:321: [de276a388cd17] waiting for daemon to start
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:339: [de276a388cd17] daemon started
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:449: [de276a388cd17] Stopping daemon
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:288: [de276a388cd17] exiting daemon
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:436: [de276a388cd17] Daemon stopped
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:321: [de276a388cd17] waiting for daemon to start
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:339: [de276a388cd17] daemon started
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:449: [de276a388cd17] Stopping daemon
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:288: [de276a388cd17] exiting daemon
23:47:20 [2019-09-19T23:47:20.776Z]     daemon.go:436: [de276a388cd17] Daemon stopped
23:47:20 [2019-09-19T23:47:20.776Z] === RUN   TestHealthCheckWorkdir
23:47:20 [2019-09-19T23:47:20.776Z] PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH	1.218s
23:47:21 [2019-09-19T23:47:21.126Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir	4.727s
23:47:21 [2019-09-19T23:47:21.699Z] PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI	1.133s
23:47:21 [2019-09-19T23:47:21.776Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:47:21 [2019-09-19T23:47:21.953Z] --- PASS: TestHealthCheckWorkdir (1.24s)
23:47:21 [2019-09-19T23:47:21.953Z] === RUN   TestHealthKillContainer
23:47:22 [2019-09-19T23:47:22.062Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:47:22 [2019-09-19T23:47:22.876Z] PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ	1.132s
23:47:24 [2019-09-19T23:47:24.759Z] PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination	1.566s
23:47:24 [2019-09-19T23:47:24.762Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.18s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d07fd90ccd545] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d07fd90ccd545] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d07fd90ccd545] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d07fd90ccd545] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d07fd90ccd545] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d07fd90ccd545] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d07fd90ccd545] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d07fd90ccd545] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d07fd90ccd545] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d07fd90ccd545] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.48s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [db05faa6c7f7e] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [db05faa6c7f7e] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [db05faa6c7f7e] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [db05faa6c7f7e] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [db05faa6c7f7e] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [db05faa6c7f7e] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [db05faa6c7f7e] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [db05faa6c7f7e] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [db05faa6c7f7e] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [db05faa6c7f7e] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.57s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d8839b018b0a9] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d8839b018b0a9] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d8839b018b0a9] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d8839b018b0a9] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d8839b018b0a9] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d8839b018b0a9] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d8839b018b0a9] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d8839b018b0a9] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.65s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d2d4777837894] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d2d4777837894] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d2d4777837894] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d2d4777837894] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d2d4777837894] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d2d4777837894] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d2d4777837894] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d2d4777837894] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.76s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d7f767b84df0d] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d7f767b84df0d] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d7f767b84df0d] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d7f767b84df0d] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d7f767b84df0d] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d7f767b84df0d] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d7f767b84df0d] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d7f767b84df0d] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.26s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d3cc3739498d8] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d3cc3739498d8] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d3cc3739498d8] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d3cc3739498d8] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d3cc3739498d8] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d3cc3739498d8] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d3cc3739498d8] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d3cc3739498d8] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d3cc3739498d8] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d3cc3739498d8] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.14s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d78756abea0f6] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d78756abea0f6] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d78756abea0f6] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d78756abea0f6] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d78756abea0f6] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d78756abea0f6] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d78756abea0f6] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d78756abea0f6] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d78756abea0f6] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d78756abea0f6] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.75s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d59deb798f638] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d59deb798f638] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d59deb798f638] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d59deb798f638] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d59deb798f638] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d59deb798f638] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d59deb798f638] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d59deb798f638] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d59deb798f638] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d59deb798f638] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.88s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d449fb1f34223] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d449fb1f34223] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d449fb1f34223] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d449fb1f34223] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d449fb1f34223] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d449fb1f34223] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d449fb1f34223] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d449fb1f34223] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.99s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [dc43157661f37] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [dc43157661f37] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [dc43157661f37] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [dc43157661f37] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [dc43157661f37] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [dc43157661f37] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [dc43157661f37] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [dc43157661f37] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d6f2972a959a4] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d6f2972a959a4] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d6f2972a959a4] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d6f2972a959a4] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d6f2972a959a4] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d6f2972a959a4] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d6f2972a959a4] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d6f2972a959a4] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s)
23:47:24 [2019-09-19T23:47:24.762Z]         restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d17107f7f42f1] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d17107f7f42f1] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d17107f7f42f1] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d17107f7f42f1] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d17107f7f42f1] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:321: [d17107f7f42f1] waiting for daemon to start
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:339: [d17107f7f42f1] daemon started
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:449: [d17107f7f42f1] Stopping daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:288: [d17107f7f42f1] exiting daemon
23:47:24 [2019-09-19T23:47:24.762Z]         daemon.go:436: [d17107f7f42f1] Daemon stopped
23:47:24 [2019-09-19T23:47:24.762Z] === RUN   TestKernelTCPMemory
23:47:25 [2019-09-19T23:47:25.013Z] --- PASS: TestHealthKillContainer (3.06s)
23:47:25 [2019-09-19T23:47:25.013Z] === RUN   TestInspectCpusetInConfigPre120
23:47:25 [2019-09-19T23:47:25.033Z] #14 extracting sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 5.2s
23:47:25 [2019-09-19T23:47:25.381Z] --- PASS: TestKernelTCPMemory (1.00s)
23:47:25 [2019-09-19T23:47:25.381Z] === RUN   TestNISDomainname
23:47:25 [2019-09-19T23:47:25.572Z] PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory	1.153s
23:47:25 [2019-09-19T23:47:25.826Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s)
23:47:25 [2019-09-19T23:47:25.826Z] === RUN   TestIpcModeNone
23:47:25 [2019-09-19T23:47:25.965Z] #14 ...
23:47:25 [2019-09-19T23:47:25.965Z] 
23:47:25 [2019-09-19T23:47:25.965Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
23:47:25 [2019-09-19T23:47:25.965Z] #7 1.191 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.287 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.390 (1/35) Upgrading musl (1.1.20-r4 -> 1.1.20-r5)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.405 (2/35) Installing ncurses-terminfo-base (6.1_p20190105-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.411 (3/35) Installing ncurses-terminfo (6.1_p20190105-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.623 (4/35) Installing ncurses-libs (6.1_p20190105-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.631 (5/35) Installing readline (7.0.003-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.635 (6/35) Installing bash (4.4.19-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.652 Executing bash-4.4.19-r1.post-install
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.654 (7/35) Installing ca-certificates (20190108-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.675 (8/35) Installing libgcc (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.680 (9/35) Installing libstdc++ (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.695 (10/35) Installing binutils (2.31.1-r2)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.798 (11/35) Installing gmp (6.1.2-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.805 (12/35) Installing isl (0.18-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.829 (13/35) Installing libgomp (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.833 (14/35) Installing libatomic (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.835 (15/35) Installing mpfr3 (3.1.5-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.842 (16/35) Installing mpc1 (1.0.3-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 2.844 (17/35) Installing gcc (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 3.775 (18/35) Installing musl-dev (1.1.20-r5)
23:47:25 [2019-09-19T23:47:25.965Z] #7 3.890 (19/35) Installing libc-dev (0.7.1-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 3.893 (20/35) Installing g++ (8.3.0-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.465 (21/35) Installing nghttp2-libs (1.35.1-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.469 (22/35) Installing libssh2 (1.8.2-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.473 (23/35) Installing libcurl (7.64.0-r3)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.482 (24/35) Installing expat (2.2.7-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.487 (25/35) Installing pcre2 (10.32-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.497 (26/35) Installing git (2.20.1-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.675 (27/35) Installing libmnl (1.0.4-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.677 (28/35) Installing jansson (2.11-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.680 (29/35) Installing libnftnl-libs (1.1.1-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.684 (30/35) Installing iptables (1.6.2-r1)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.703 (31/35) Upgrading musl-utils (1.1.20-r4 -> 1.1.20-r5)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.707 (32/35) Installing pigz (2.4-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.713 (33/35) Installing tar (1.32-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.721 (34/35) Installing xz-libs (5.2.4-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.726 (35/35) Installing xz (5.2.4-r0)
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.734 Executing busybox-1.29.3-r10.trigger
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.737 Executing ca-certificates-20190108-r0.trigger
23:47:25 [2019-09-19T23:47:25.965Z] #7 4.785 OK: 185 MiB in 47 packages
23:47:25 [2019-09-19T23:47:25.965Z] #7 DONE 6.0s
23:47:25 [2019-09-19T23:47:25.965Z] 
23:47:25 [2019-09-19T23:47:25.965Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
23:47:25 [2019-09-19T23:47:25.965Z] #9 DONE 0.1s
23:47:25 [2019-09-19T23:47:25.965Z] 
23:47:25 [2019-09-19T23:47:25.965Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:25 [2019-09-19T23:47:25.965Z] #14 extracting sha256:e0b508c9fcd95d7170cc288266fa5643b5c5428d218e7fe9f0c987bf1c49acdb 6.2s done
23:47:25 [2019-09-19T23:47:25.965Z] #14 ...
23:47:25 [2019-09-19T23:47:25.965Z] 
23:47:25 [2019-09-19T23:47:25.965Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
23:47:25 [2019-09-19T23:47:25.965Z] #10 DONE 0.1s
23:47:25 [2019-09-19T23:47:25.965Z] 
23:47:25 [2019-09-19T23:47:25.965Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.8-alpine@sha256:057690933d...
23:47:25 [2019-09-19T23:47:25.966Z] #14 extracting sha256:895d0c79b0edd748653b54a190d6217113ae3e6cb33e50b54a457e73ce6a6eb9
23:47:25 [2019-09-19T23:47:25.966Z] #14 extracting sha256:895d0c79b0edd748653b54a190d6217113ae3e6cb33e50b54a457e73ce6a6eb9 done
23:47:25 [2019-09-19T23:47:25.966Z] #14 DONE 8.6s
23:47:25 [2019-09-19T23:47:25.966Z] 
23:47:25 [2019-09-19T23:47:25.966Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
23:47:25 [2019-09-19T23:47:25.966Z] #11 DONE 0.1s
23:47:25 [2019-09-19T23:47:25.966Z] 
23:47:25 [2019-09-19T23:47:25.966Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
23:47:25 [2019-09-19T23:47:25.966Z] #12 DONE 0.1s
23:47:25 [2019-09-19T23:47:25.966Z] 
23:47:25 [2019-09-19T23:47:25.966Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
23:47:26 [2019-09-19T23:47:26.223Z] #13 DONE 0.1s
23:47:26 [2019-09-19T23:47:26.223Z] 
23:47:26 [2019-09-19T23:47:26.223Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
23:47:26 [2019-09-19T23:47:26.402Z] --- PASS: TestNISDomainname (1.15s)
23:47:26 [2019-09-19T23:47:26.403Z] === RUN   TestStats
23:47:26 [2019-09-19T23:47:26.751Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath	0.953s
23:47:26 [2019-09-19T23:47:26.751Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly	0.012s
23:47:26 [2019-09-19T23:47:26.751Z] --- PASS: TestIpcModeNone (1.07s)
23:47:26 [2019-09-19T23:47:26.751Z] === RUN   TestIpcModePrivate
23:47:26 [2019-09-19T23:47:26.785Z] #15 0.743 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
23:47:28 [2019-09-19T23:47:28.112Z] PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon	1.158s
23:47:28 [2019-09-19T23:47:28.112Z] --- PASS: TestIpcModePrivate (1.19s)
23:47:28 [2019-09-19T23:47:28.112Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:202, shared: false, mustBeShared: false
23:47:28 [2019-09-19T23:47:28.112Z] === RUN   TestIpcModeShareable
23:47:28 [2019-09-19T23:47:28.154Z] #15 1.813 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
23:47:28 [2019-09-19T23:47:28.154Z] #15 1.886 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 1.889 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.019 (3/43) Installing ncurses-libs (6.1_p20190518-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.028 (4/43) Installing readline (8.0.0-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.033 (5/43) Installing bash (5.0.0-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.045 Executing bash-5.0.0-r0.post-install
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.047 (6/43) Installing linux-headers (4.19.36-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.119 (7/43) Installing libuuid (2.33.2-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.120 (8/43) Installing btrfs-progs-libs (5.1.1-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.124 (9/43) Installing btrfs-progs-dev (5.1.1-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.127 (10/43) Installing binutils (2.32-r0)
23:47:28 [2019-09-19T23:47:28.154Z] #15 2.194 (11/43) Installing libmagic (5.37-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.213 (12/43) Installing file (5.37-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.215 (13/43) Installing gmp (6.1.2-r1)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.220 (14/43) Installing isl (0.18-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.234 (15/43) Installing libgomp (8.3.0-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.237 (16/43) Installing libatomic (8.3.0-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.240 (17/43) Installing libgcc (8.3.0-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.242 (18/43) Installing mpfr3 (3.1.5-r1)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.247 (19/43) Installing mpc1 (1.1.0-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.250 (20/43) Installing libstdc++ (8.3.0-r0)
23:47:28 [2019-09-19T23:47:28.411Z] #15 2.262 (21/43) Installing gcc (8.3.0-r0)
23:47:28 [2019-09-19T23:47:28.427Z] --- PASS: TestStats (1.86s)
23:47:28 [2019-09-19T23:47:28.427Z] === RUN   TestStopContainerWithTimeout
23:47:28 [2019-09-19T23:47:28.427Z] === RUN   TestStopContainerWithTimeout/0
23:47:28 [2019-09-19T23:47:28.427Z] === PAUSE TestStopContainerWithTimeout/0
23:47:28 [2019-09-19T23:47:28.427Z] === RUN   TestStopContainerWithTimeout/1
23:47:28 [2019-09-19T23:47:28.427Z] === PAUSE TestStopContainerWithTimeout/1
23:47:28 [2019-09-19T23:47:28.427Z] === RUN   TestStopContainerWithTimeout/3
23:47:28 [2019-09-19T23:47:28.427Z] === PAUSE TestStopContainerWithTimeout/3
23:47:28 [2019-09-19T23:47:28.427Z] === RUN   TestStopContainerWithTimeout/-1
23:47:28 [2019-09-19T23:47:28.427Z] === PAUSE TestStopContainerWithTimeout/-1
23:47:28 [2019-09-19T23:47:28.427Z] === CONT  TestStopContainerWithTimeout/0
23:47:28 [2019-09-19T23:47:28.427Z] === CONT  TestStopContainerWithTimeout/3
23:47:28 [2019-09-19T23:47:28.427Z] === CONT  TestStopContainerWithTimeout/1
23:47:28 [2019-09-19T23:47:28.427Z] === CONT  TestStopContainerWithTimeout/-1
23:47:29 [2019-09-19T23:47:29.036Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath	1.184s
23:47:29 [2019-09-19T23:47:29.344Z] #15 3.106 (22/43) Installing musl-dev (1.1.22-r3)
23:47:29 [2019-09-19T23:47:29.344Z] #15 3.182 (23/43) Installing libc-dev (0.7.1-r0)
23:47:29 [2019-09-19T23:47:29.344Z] #15 3.184 (24/43) Installing g++ (8.3.0-r0)
23:47:29 [2019-09-19T23:47:29.596Z] --- PASS: TestIpcModeShareable (1.50s)
23:47:29 [2019-09-19T23:47:29.596Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:191, shared: true, mustBeShared: true
23:47:29 [2019-09-19T23:47:29.596Z] === RUN   TestAPIIpcModeShareableAndContainer
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.613 (25/43) Installing make (4.2.1-r2)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.617 (26/43) Installing fortify-headers (1.1-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.619 (27/43) Installing build-base (0.5-r1)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.621 (28/43) Installing nghttp2-libs (1.39.2-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.623 (29/43) Installing libcurl (7.66.0-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.630 (30/43) Installing curl (7.66.0-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.633 (31/43) Installing oniguruma (6.9.2-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.639 (32/43) Installing jq (1.6-r0)
23:47:29 [2019-09-19T23:47:29.601Z] #15 3.645 (33/43) Installing device-mapper-libs (2.02.184-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.650 (34/43) Installing device-mapper-event-libs (2.02.184-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.652 (35/43) Installing libaio (0.3.111-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.654 (36/43) Installing libblkid (2.33.2-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.659 (37/43) Installing lvm2-libs (2.02.184-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.689 (38/43) Installing libfdisk (2.33.2-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.695 (39/43) Installing libmount (2.33.2-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.702 (40/43) Installing libsmartcols (2.33.2-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.706 (41/43) Installing pkgconf (1.6.1-r1)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.708 (42/43) Installing util-linux-dev (2.33.2-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.730 (43/43) Installing lvm2-dev (2.02.184-r0)
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.735 Executing busybox-1.30.1-r2.trigger
23:47:29 [2019-09-19T23:47:29.858Z] #15 3.742 OK: 190 MiB in 58 packages
23:47:30 [2019-09-19T23:47:30.422Z] #15 DONE 4.2s
23:47:30 [2019-09-19T23:47:30.422Z] 
23:47:30 [2019-09-19T23:47:30.422Z] #16 [base 3/5] RUN mkdir -p /build/
23:47:30 [2019-09-19T23:47:30.520Z] PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles	1.405s
23:47:30 [2019-09-19T23:47:30.990Z] #16 DONE 0.7s
23:47:31 [2019-09-19T23:47:31.247Z] 
23:47:31 [2019-09-19T23:47:31.247Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
23:47:31 [2019-09-19T23:47:31.444Z] PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent	0.961s
23:47:31 [2019-09-19T23:47:31.812Z] #17 DONE 0.8s
23:47:31 [2019-09-19T23:47:31.812Z] 
23:47:31 [2019-09-19T23:47:31.812Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
23:47:31 [2019-09-19T23:47:31.812Z] #18 DONE 0.0s
23:47:31 [2019-09-19T23:47:31.812Z] 
23:47:31 [2019-09-19T23:47:31.812Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
23:47:31 [2019-09-19T23:47:31.812Z] #19 DONE 0.1s
23:47:31 [2019-09-19T23:47:31.812Z] 
23:47:31 [2019-09-19T23:47:31.812Z] #31 [builder 1/4] COPY . .
23:47:31 [2019-09-19T23:47:31.893Z] --- PASS: TestStopContainerWithTimeout (0.03s)
23:47:31 [2019-09-19T23:47:31.893Z]     --- PASS: TestStopContainerWithTimeout/0 (1.36s)
23:47:31 [2019-09-19T23:47:31.893Z]     --- PASS: TestStopContainerWithTimeout/1 (2.27s)
23:47:31 [2019-09-19T23:47:31.893Z]     --- PASS: TestStopContainerWithTimeout/3 (3.16s)
23:47:31 [2019-09-19T23:47:31.893Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.31s)
23:47:31 [2019-09-19T23:47:31.893Z] === RUN   TestDeleteDevicemapper
23:47:31 [2019-09-19T23:47:31.893Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:47:31 [2019-09-19T23:47:31.893Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:47:31 [2019-09-19T23:47:31.893Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:47:32 [2019-09-19T23:47:32.809Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.09s)
23:47:32 [2019-09-19T23:47:32.809Z] === RUN   TestAPIIpcModeHost
23:47:32 [2019-09-19T23:47:32.809Z] PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink	1.249s
23:47:33 [2019-09-19T23:47:33.368Z] --- PASS: TestAPIIpcModeHost (0.88s)
23:47:33 [2019-09-19T23:47:33.368Z] === RUN   TestDaemonIpcModeShareable
23:47:34 [2019-09-19T23:47:34.561Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA	1.971s
23:47:34 [2019-09-19T23:47:34.588Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.98s)
23:47:34 [2019-09-19T23:47:34.588Z] === RUN   TestUpdateMemory
23:47:35 [2019-09-19T23:47:35.486Z] --- PASS: TestDaemonIpcModeShareable (1.88s)
23:47:35 [2019-09-19T23:47:35.486Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareable
23:47:35 [2019-09-19T23:47:35.486Z]     daemon.go:321: [dc32ac21efbb4] waiting for daemon to start
23:47:35 [2019-09-19T23:47:35.486Z]     daemon.go:339: [dc32ac21efbb4] daemon started
23:47:35 [2019-09-19T23:47:35.486Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: true, mustBeShared: true
23:47:35 [2019-09-19T23:47:35.486Z]     daemon.go:449: [dc32ac21efbb4] Stopping daemon
23:47:35 [2019-09-19T23:47:35.486Z]     daemon.go:288: [dc32ac21efbb4] exiting daemon
23:47:35 [2019-09-19T23:47:35.486Z]     daemon.go:436: [dc32ac21efbb4] Daemon stopped
23:47:35 [2019-09-19T23:47:35.486Z] === RUN   TestDaemonIpcModePrivate
23:47:35 [2019-09-19T23:47:35.486Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB	0.927s
23:47:35 [2019-09-19T23:47:35.737Z] --- PASS: TestUpdateMemory (1.17s)
23:47:35 [2019-09-19T23:47:35.738Z] === RUN   TestUpdateCPUQuota
23:47:36 [2019-09-19T23:47:36.086Z] #31 DONE 3.8s
23:47:36 [2019-09-19T23:47:36.086Z] 
23:47:36 [2019-09-19T23:47:36.086Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:47:36 [2019-09-19T23:47:36.086Z] #20 1.451 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)...
23:47:36 [2019-09-19T23:47:36.086Z] #20 1.678 
23:47:36 [2019-09-19T23:47:36.086Z] #20 1.788 
###########                                                               16.0%
#########################                                                 35.1%
######################################                                    54.1%
####################################################                      73.1%
##################################################################        92.1%
######################################################################## 100.0%
23:47:36 [2019-09-19T23:47:36.086Z] #20 2.436 
23:47:36 [2019-09-19T23:47:36.086Z] #20 2.545 
###########                                                               15.6%
####################################################################      95.0%
######################################################################## 100.0%
23:47:36 [2019-09-19T23:47:36.086Z] #20 2.844 
23:47:36 [2019-09-19T23:47:36.086Z] #20 2.953 
#############                                                             19.3%
#############################                                             40.8%
#######################################                                   55.5%
###############################################################           88.8%
######################################################################## 100.0%
23:47:36 [2019-09-19T23:47:36.086Z] #20 3.479 
23:47:36 [2019-09-19T23:47:36.908Z] #20 3.588 
###                                                                        5.4%
#########                                                                 13.7%
###############                                                           21.1%
##################                                                        25.9%
##########################                                                36.8%
###############################                                           44.2%
#####################################                                     51.6%
##########################################                                59.0%
###############################################                           66.4%
#####################################################                     73.9%
##########################################################                81.4%
###############################################################           88.6%
#####################################################################     96.1%
######################################################################## 100.0%
23:47:36 [2019-09-19T23:47:36.908Z] #20 5.007 
23:47:37 [2019-09-19T23:47:37.167Z] #20 ...
23:47:37 [2019-09-19T23:47:37.167Z] 
23:47:37 [2019-09-19T23:47:37.167Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
23:47:37 [2019-09-19T23:47:37.167Z] #32 DONE 1.5s
23:47:37 [2019-09-19T23:47:37.167Z] 
23:47:37 [2019-09-19T23:47:37.167Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
23:47:37 [2019-09-19T23:47:37.370Z] --- PASS: TestDaemonIpcModePrivate (1.75s)
23:47:37 [2019-09-19T23:47:37.370Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivate
23:47:37 [2019-09-19T23:47:37.370Z]     daemon.go:321: [dbe3939b4c9d9] waiting for daemon to start
23:47:37 [2019-09-19T23:47:37.370Z]     daemon.go:339: [dbe3939b4c9d9] daemon started
23:47:37 [2019-09-19T23:47:37.370Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:207, shared: false, mustBeShared: false
23:47:37 [2019-09-19T23:47:37.370Z]     daemon.go:449: [dbe3939b4c9d9] Stopping daemon
23:47:37 [2019-09-19T23:47:37.371Z]     daemon.go:288: [dbe3939b4c9d9] exiting daemon
23:47:37 [2019-09-19T23:47:37.371Z]     daemon.go:436: [dbe3939b4c9d9] Daemon stopped
23:47:37 [2019-09-19T23:47:37.371Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:47:37 [2019-09-19T23:47:37.760Z] --- PASS: TestUpdateCPUQuota (1.80s)
23:47:37 [2019-09-19T23:47:37.760Z] === RUN   TestUpdatePidsLimit
23:47:37 [2019-09-19T23:47:37.760Z] === RUN   TestUpdatePidsLimit/update_from_none
23:47:38 [2019-09-19T23:47:38.043Z] === RUN   TestUpdatePidsLimit/no_change
23:47:38 [2019-09-19T23:47:38.101Z] #33 0.847 
23:47:38 [2019-09-19T23:47:38.101Z] #33 0.924 Removing bundles/
23:47:38 [2019-09-19T23:47:38.101Z] #33 0.926 
23:47:38 [2019-09-19T23:47:38.101Z] #33 0.931 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
23:47:38 [2019-09-19T23:47:38.328Z] === RUN   TestUpdatePidsLimit/update_lower
23:47:38 [2019-09-19T23:47:38.336Z] PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC	2.716s
23:47:38 [2019-09-19T23:47:38.666Z] #33 1.467 Building test suite binary ./integration-cli/test.main
23:47:38 [2019-09-19T23:47:38.896Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s)
23:47:38 [2019-09-19T23:47:38.896Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivateFromConfig
23:47:38 [2019-09-19T23:47:38.896Z]     daemon.go:321: [d3dcf3e7b2505] waiting for daemon to start
23:47:38 [2019-09-19T23:47:38.896Z]     daemon.go:339: [d3dcf3e7b2505] daemon started
23:47:38 [2019-09-19T23:47:38.896Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:200, shared: false, mustBeShared: false
23:47:38 [2019-09-19T23:47:38.896Z]     daemon.go:449: [d3dcf3e7b2505] Stopping daemon
23:47:38 [2019-09-19T23:47:38.896Z]     daemon.go:288: [d3dcf3e7b2505] exiting daemon
23:47:38 [2019-09-19T23:47:38.896Z]     daemon.go:436: [d3dcf3e7b2505] Daemon stopped
23:47:38 [2019-09-19T23:47:38.896Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:47:38 [2019-09-19T23:47:38.946Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:47:39 [2019-09-19T23:47:39.231Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:47:39 [2019-09-19T23:47:39.859Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:47:40 [2019-09-19T23:47:40.148Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:47:40 [2019-09-19T23:47:40.784Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s)
23:47:40 [2019-09-19T23:47:40.784Z]     ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareableFromConfig
23:47:40 [2019-09-19T23:47:40.784Z]     daemon.go:321: [d1d0e3ea4a87d] waiting for daemon to start
23:47:40 [2019-09-19T23:47:40.784Z]     daemon.go:339: [d1d0e3ea4a87d] daemon started
23:47:40 [2019-09-19T23:47:40.784Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:209, shared: true, mustBeShared: true
23:47:40 [2019-09-19T23:47:40.784Z]     daemon.go:449: [d1d0e3ea4a87d] Stopping daemon
23:47:40 [2019-09-19T23:47:40.784Z]     daemon.go:288: [d1d0e3ea4a87d] exiting daemon
23:47:40 [2019-09-19T23:47:40.784Z]     daemon.go:436: [d1d0e3ea4a87d] Daemon stopped
23:47:40 [2019-09-19T23:47:40.784Z] === RUN   TestIpcModeOlderClient
23:47:40 [2019-09-19T23:47:40.784Z] === PAUSE TestIpcModeOlderClient
23:47:40 [2019-09-19T23:47:40.784Z] === RUN   TestKillContainerInvalidSignal
23:47:41 [2019-09-19T23:47:41.752Z] --- PASS: TestKillContainerInvalidSignal (0.83s)
23:47:41 [2019-09-19T23:47:41.752Z] === RUN   TestKillContainer
23:47:41 [2019-09-19T23:47:41.752Z] === RUN   TestKillContainer/no_signal
23:47:42 [2019-09-19T23:47:42.175Z] --- PASS: TestUpdatePidsLimit (4.32s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.41s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/no_change (0.42s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.41s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s)
23:47:42 [2019-09-19T23:47:42.175Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s)
23:47:42 [2019-09-19T23:47:42.175Z] === RUN   TestUpdateRestartPolicy
23:47:42 [2019-09-19T23:47:42.311Z] === RUN   TestKillContainer/non_killing_signal
23:47:42 [2019-09-19T23:47:42.846Z] #33 ...
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
23:47:42 [2019-09-19T23:47:42.846Z] #20 5.742 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)...
23:47:42 [2019-09-19T23:47:42.846Z] #20 5.979 
23:47:42 [2019-09-19T23:47:42.846Z] #20 6.053 
######################################################################## 100.0%
23:47:42 [2019-09-19T23:47:42.846Z] #20 6.250 
23:47:42 [2019-09-19T23:47:42.846Z] #20 6.935 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)...
23:47:42 [2019-09-19T23:47:42.846Z] #20 7.219 
23:47:42 [2019-09-19T23:47:42.846Z] #20 7.336 
############################                                              39.3%
######################################################################## 100.0%
23:47:42 [2019-09-19T23:47:42.846Z] #20 7.577 
23:47:42 [2019-09-19T23:47:42.846Z] #20 8.376 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)...
23:47:42 [2019-09-19T23:47:42.846Z] #20 8.520 skipping existing 1849cc453dee
23:47:42 [2019-09-19T23:47:42.846Z] #20 8.720 
23:47:42 [2019-09-19T23:47:42.846Z] #20 9.659 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)...
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.01 
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.08 
######################################################################## 100.0%
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.34 
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.39 Download of images into '/build' complete.
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.40 Use something like the following to load the result into a Docker daemon:
23:47:42 [2019-09-19T23:47:42.846Z] #20 10.40   tar -cC '/build' . | docker load
23:47:42 [2019-09-19T23:47:42.846Z] #20 DONE 10.5s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
23:47:42 [2019-09-19T23:47:42.846Z] #22 DONE 0.1s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
23:47:42 [2019-09-19T23:47:42.846Z] #26 DONE 0.1s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
23:47:42 [2019-09-19T23:47:42.846Z] #23 DONE 0.2s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
23:47:42 [2019-09-19T23:47:42.846Z] #27 DONE 0.1s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
23:47:42 [2019-09-19T23:47:42.846Z] #28 DONE 0.1s
23:47:42 [2019-09-19T23:47:42.846Z] 
23:47:42 [2019-09-19T23:47:42.846Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:47:43 [2019-09-19T23:47:43.235Z] === RUN   TestKillContainer/killing_signal
23:47:43 [2019-09-19T23:47:43.794Z] PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD	5.459s
23:47:44 [2019-09-19T23:47:44.355Z] --- PASS: TestKillContainer (2.69s)
23:47:44 [2019-09-19T23:47:44.355Z]     --- PASS: TestKillContainer/no_signal (0.82s)
23:47:44 [2019-09-19T23:47:44.355Z]     --- PASS: TestKillContainer/non_killing_signal (0.60s)
23:47:44 [2019-09-19T23:47:44.355Z]     --- PASS: TestKillContainer/killing_signal (0.98s)
23:47:44 [2019-09-19T23:47:44.355Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:47:44 [2019-09-19T23:47:44.355Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:47:45 [2019-09-19T23:47:45.281Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 + RM_GOPATH=0
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 + TMP_GOPATH=
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 + : /build
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 + '[' -z '' ']'
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 ++ mktemp -d
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.629 Install docker/cli version 17.06.2-ce from stable
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + export GOPATH=/tmp/tmp.EIhOPm
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + GOPATH=/tmp/tmp.EIhOPm
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + RM_GOPATH=1
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 ++ dirname ./install.sh
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + dir=.
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + bin=dockercli
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + shift
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + '[' '!' -f ./dockercli.installer ']'
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + . ./dockercli.installer
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 ++ DOCKERCLI_CHANNEL=stable
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 ++ DOCKERCLI_VERSION=17.06.2-ce
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + install_dockercli
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.630 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 ++ uname -m
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 + arch=x86_64
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 + '[' x86_64 '!=' x86_64 ']'
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 + url=https://download.docker.com/linux/static
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 + tar -xz docker/docker
23:47:45 [2019-09-19T23:47:45.374Z] #24 2.636 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:47:46 [2019-09-19T23:47:46.206Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.75s)
23:47:46 [2019-09-19T23:47:46.206Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
23:47:46 [2019-09-19T23:47:46.206Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.73s)
23:47:46 [2019-09-19T23:47:46.206Z] === RUN   TestKillStoppedContainer
23:47:46 [2019-09-19T23:47:46.206Z] --- PASS: TestKillStoppedContainer (0.08s)
23:47:46 [2019-09-19T23:47:46.206Z] === RUN   TestKillStoppedContainerAPIPre120
23:47:46 [2019-09-19T23:47:46.206Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
23:47:46 [2019-09-19T23:47:46.206Z] === RUN   TestKillDifferentUserContainer
23:47:47 [2019-09-19T23:47:47.172Z] --- PASS: TestKillDifferentUserContainer (0.82s)
23:47:47 [2019-09-19T23:47:47.172Z] === RUN   TestInspectOomKilledTrue
23:47:47 [2019-09-19T23:47:47.172Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:47:47 [2019-09-19T23:47:47.172Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:47:47 [2019-09-19T23:47:47.172Z] === RUN   TestInspectOomKilledFalse
23:47:47 [2019-09-19T23:47:47.172Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:47:47 [2019-09-19T23:47:47.172Z]     kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:47:47 [2019-09-19T23:47:47.172Z] === RUN   TestLinksEtcHostsContentMatch
23:47:47 [2019-09-19T23:47:47.270Z] #24 ...
23:47:47 [2019-09-19T23:47:47.270Z] 
23:47:47 [2019-09-19T23:47:47.270Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
23:47:47 [2019-09-19T23:47:47.270Z] #21 DONE 1.1s
23:47:47 [2019-09-19T23:47:47.528Z] 
23:47:47 [2019-09-19T23:47:47.528Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
23:47:47 [2019-09-19T23:47:47.734Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s)
23:47:47 [2019-09-19T23:47:47.734Z] === RUN   TestLinksContainerNames
23:47:47 [2019-09-19T23:47:47.989Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE	4.056s
23:47:48 [2019-09-19T23:47:48.485Z] #29 ...
23:47:48 [2019-09-19T23:47:48.485Z] 
23:47:48 [2019-09-19T23:47:48.485Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
23:47:48 [2019-09-19T23:47:48.485Z] #24 5.656 + mkdir -p /build
23:47:48 [2019-09-19T23:47:48.485Z] #24 5.657 + mv docker/docker /build/
23:47:48 [2019-09-19T23:47:48.485Z] #24 5.659 + rmdir docker
23:47:48 [2019-09-19T23:47:48.485Z] #24 DONE 5.8s
23:47:48 [2019-09-19T23:47:48.485Z] 
23:47:48 [2019-09-19T23:47:48.485Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
23:47:48 [2019-09-19T23:47:48.996Z] PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF	0.875s
23:47:49 [2019-09-19T23:47:49.258Z] --- PASS: TestLinksContainerNames (1.67s)
23:47:49 [2019-09-19T23:47:49.258Z] === RUN   TestLogsFollowTailEmpty
23:47:49 [2019-09-19T23:47:49.418Z] #33 ...
23:47:49 [2019-09-19T23:47:49.418Z] 
23:47:49 [2019-09-19T23:47:49.418Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
23:47:49 [2019-09-19T23:47:49.418Z] #25 DONE 0.1s
23:47:49 [2019-09-19T23:47:49.418Z] 
23:47:49 [2019-09-19T23:47:49.418Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
23:47:50 [2019-09-19T23:47:50.182Z] --- PASS: TestLogsFollowTailEmpty (0.97s)
23:47:50 [2019-09-19T23:47:50.182Z] === RUN   TestContainerNetworkMountsNoChown
23:47:51 [2019-09-19T23:47:51.544Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s)
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/default
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/default
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/private
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/private
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rprivate
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rprivate
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/slave
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/slave
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rslave
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rslave
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/shared
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/shared
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rshared
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rshared
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/default
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/default/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rslave
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/default/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rshared
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/shared
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rprivate
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/slave
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/private
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/private/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === RUN   TestMountDaemonRoot/private/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/default/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/default/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:47:51 [2019-09-19T23:47:51.544Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:47:51 [2019-09-19T23:47:51.545Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:47:51 [2019-09-19T23:47:51.545Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:47:51 [2019-09-19T23:47:51.545Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:47:51 [2019-09-19T23:47:51.799Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:47:52 [2019-09-19T23:47:52.054Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:47:52 [2019-09-19T23:47:52.054Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:47:52 [2019-09-19T23:47:52.054Z] === CONT  TestMountDaemonRoot/private/mount_root
23:47:52 [2019-09-19T23:47:52.054Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:47:52 [2019-09-19T23:47:52.054Z] === CONT  TestMountDaemonRoot/private/bind_root
23:47:52 [2019-09-19T23:47:52.054Z] --- PASS: TestMountDaemonRoot (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.12s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
23:47:52 [2019-09-19T23:47:52.054Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
23:47:52 [2019-09-19T23:47:52.054Z] === RUN   TestContainerBindMountNonRecursive
23:47:54 [2019-09-19T23:47:54.573Z] PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster	27.993s
23:47:54 [2019-09-19T23:47:54.573Z] --- PASS: TestContainerBindMountNonRecursive (2.27s)
23:47:54 [2019-09-19T23:47:54.573Z] === RUN   TestNetworkNat
23:47:54 [2019-09-19T23:47:54.573Z] PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG	5.647s
23:47:54 [2019-09-19T23:47:54.894Z] --- PASS: TestUpdateRestartPolicy (12.38s)
23:47:54 [2019-09-19T23:47:54.894Z] === RUN   TestUpdateRestartWithAutoRemove
23:47:55 [2019-09-19T23:47:55.180Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s)
23:47:55 [2019-09-19T23:47:55.180Z] === RUN   TestWaitNonBlocked
23:47:55 [2019-09-19T23:47:55.180Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:47:55 [2019-09-19T23:47:55.180Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:47:55 [2019-09-19T23:47:55.180Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:47:55 [2019-09-19T23:47:55.180Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:47:55 [2019-09-19T23:47:55.180Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:47:55 [2019-09-19T23:47:55.180Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:47:55 [2019-09-19T23:47:55.496Z] --- PASS: TestNetworkNat (1.02s)
23:47:55 [2019-09-19T23:47:55.496Z] === RUN   TestNetworkLocalhostTCPNat
23:47:56 [2019-09-19T23:47:56.192Z] --- PASS: TestWaitNonBlocked (0.05s)
23:47:56 [2019-09-19T23:47:56.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s)
23:47:56 [2019-09-19T23:47:56.192Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.89s)
23:47:56 [2019-09-19T23:47:56.192Z] === RUN   TestWaitBlocked
23:47:56 [2019-09-19T23:47:56.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:47:56 [2019-09-19T23:47:56.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:47:56 [2019-09-19T23:47:56.192Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:47:56 [2019-09-19T23:47:56.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:47:56 [2019-09-19T23:47:56.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:47:56 [2019-09-19T23:47:56.192Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:47:56 [2019-09-19T23:47:56.420Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
23:47:56 [2019-09-19T23:47:56.420Z] === RUN   TestNetworkLoopbackNat
23:47:56 [2019-09-19T23:47:56.788Z] PASS: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows	33.354s
23:47:56 [2019-09-19T23:47:56.788Z] PASS: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths	1.262s
23:47:56 [2019-09-19T23:47:56.788Z] PASS: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths	0.904s
23:47:57 [2019-09-19T23:47:57.206Z] --- PASS: TestWaitBlocked (0.04s)
23:47:57 [2019-09-19T23:47:57.206Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s)
23:47:57 [2019-09-19T23:47:57.206Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s)
23:47:57 [2019-09-19T23:47:57.206Z] === CONT  TestContainerStartOnDaemonRestart
23:47:57 [2019-09-19T23:47:57.206Z] === CONT  TestIpcModeOlderClient
23:47:57 [2019-09-19T23:47:57.206Z] === CONT  TestDaemonRestartIpcMode
23:47:57 [2019-09-19T23:47:57.491Z] --- PASS: TestIpcModeOlderClient (0.15s)
23:47:57 [2019-09-19T23:47:57.780Z] --- PASS: TestNetworkLoopbackNat (1.31s)
23:47:57 [2019-09-19T23:47:57.780Z] === RUN   TestPause
23:47:58 [2019-09-19T23:47:58.338Z] --- PASS: TestPause (0.91s)
23:47:58 [2019-09-19T23:47:58.338Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:47:58 [2019-09-19T23:47:58.338Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:47:58 [2019-09-19T23:47:58.338Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:47:58 [2019-09-19T23:47:58.338Z] === RUN   TestPauseStopPausedContainer
23:47:58 [2019-09-19T23:47:58.592Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH	4.022s
23:47:59 [2019-09-19T23:47:59.561Z] --- PASS: TestPauseStopPausedContainer (0.90s)
23:47:59 [2019-09-19T23:47:59.561Z] === RUN   TestPsFilter
23:47:59 [2019-09-19T23:47:59.561Z] PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI	1.001s
23:47:59 [2019-09-19T23:47:59.561Z] --- PASS: TestPsFilter (0.20s)
23:47:59 [2019-09-19T23:47:59.561Z] === RUN   TestRemoveContainerWithRemovedVolume
23:48:00 [2019-09-19T23:48:00.484Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s)
23:48:00 [2019-09-19T23:48:00.484Z] === RUN   TestRemoveContainerWithVolume
23:48:00 [2019-09-19T23:48:00.978Z] --- PASS: TestContainerStartOnDaemonRestart (3.55s)
23:48:00 [2019-09-19T23:48:00.978Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:321: [df8dcc01302eb] waiting for daemon to start
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:339: [df8dcc01302eb] daemon started
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:321: [df8dcc01302eb] waiting for daemon to start
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:288: [df8dcc01302eb] exiting daemon
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:339: [df8dcc01302eb] daemon started
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:449: [df8dcc01302eb] Stopping daemon
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:288: [df8dcc01302eb] exiting daemon
23:48:00 [2019-09-19T23:48:00.978Z]     daemon.go:436: [df8dcc01302eb] Daemon stopped
23:48:01 [2019-09-19T23:48:01.409Z] --- PASS: TestRemoveContainerWithVolume (0.89s)
23:48:01 [2019-09-19T23:48:01.409Z] === RUN   TestRemoveContainerRunning
23:48:01 [2019-09-19T23:48:01.593Z] --- PASS: TestDaemonRestartIpcMode (4.22s)
23:48:01 [2019-09-19T23:48:01.593Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:321: [d93039db789fa] waiting for daemon to start
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:339: [d93039db789fa] daemon started
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:449: [d93039db789fa] Stopping daemon
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:288: [d93039db789fa] exiting daemon
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:436: [d93039db789fa] Daemon stopped
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:321: [d93039db789fa] waiting for daemon to start
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:339: [d93039db789fa] daemon started
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:449: [d93039db789fa] Stopping daemon
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:288: [d93039db789fa] exiting daemon
23:48:01 [2019-09-19T23:48:01.593Z]     daemon.go:436: [d93039db789fa] Daemon stopped
23:48:01 [2019-09-19T23:48:01.593Z] PASS
23:48:01 [2019-09-19T23:48:01.593Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
23:48:01 [2019-09-19T23:48:01.593Z] INFO: Testing against a local daemon
23:48:01 [2019-09-19T23:48:01.593Z] === RUN   TestCommitInheritsEnv
23:48:01 [2019-09-19T23:48:01.877Z] --- PASS: TestCommitInheritsEnv (0.43s)
23:48:01 [2019-09-19T23:48:01.877Z] === RUN   TestImportExtremelyLargeImageWorks
23:48:01 [2019-09-19T23:48:01.877Z] === PAUSE TestImportExtremelyLargeImageWorks
23:48:01 [2019-09-19T23:48:01.877Z] === RUN   TestImagesFilterMultiReference
23:48:02 [2019-09-19T23:48:02.163Z] --- PASS: TestImagesFilterMultiReference (0.10s)
23:48:02 [2019-09-19T23:48:02.163Z] === RUN   TestRemoveImageOrphaning
23:48:02 [2019-09-19T23:48:02.333Z] --- PASS: TestRemoveContainerRunning (0.97s)
23:48:02 [2019-09-19T23:48:02.333Z] === RUN   TestRemoveContainerForceRemoveRunning
23:48:02 [2019-09-19T23:48:02.448Z] --- PASS: TestRemoveImageOrphaning (0.42s)
23:48:02 [2019-09-19T23:48:02.448Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:48:02 [2019-09-19T23:48:02.448Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
23:48:02 [2019-09-19T23:48:02.448Z] === RUN   TestTagInvalidReference
23:48:02 [2019-09-19T23:48:02.448Z] --- PASS: TestTagInvalidReference (0.04s)
23:48:02 [2019-09-19T23:48:02.448Z] === RUN   TestTagValidPrefixedRepo
23:48:02 [2019-09-19T23:48:02.730Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
23:48:02 [2019-09-19T23:48:02.730Z] === RUN   TestTagExistedNameWithoutForce
23:48:02 [2019-09-19T23:48:02.730Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
23:48:02 [2019-09-19T23:48:02.730Z] === RUN   TestTagOfficialNames
23:48:02 [2019-09-19T23:48:02.730Z] --- PASS: TestTagOfficialNames (0.06s)
23:48:02 [2019-09-19T23:48:02.730Z] === RUN   TestTagMatchesDigest
23:48:02 [2019-09-19T23:48:02.730Z] --- PASS: TestTagMatchesDigest (0.04s)
23:48:02 [2019-09-19T23:48:02.730Z] === CONT  TestImportExtremelyLargeImageWorks
23:48:03 [2019-09-19T23:48:03.256Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s)
23:48:03 [2019-09-19T23:48:03.256Z] === RUN   TestRemoveInvalidContainer
23:48:03 [2019-09-19T23:48:03.256Z] --- PASS: TestRemoveInvalidContainer (0.02s)
23:48:03 [2019-09-19T23:48:03.256Z] === RUN   TestRenameLinkedContainer
23:48:03 [2019-09-19T23:48:03.845Z] PASS: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive	5.640s
23:48:03 [2019-09-19T23:48:03.845Z] SKIP: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir (unmatched requirement DaemonIsLinux)
23:48:03 [2019-09-19T23:48:03.845Z] SKIP: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir (unmatched requirement DaemonIsLinux)
23:48:04 [2019-09-19T23:48:04.303Z] SKIP: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot (unmatched requirement DaemonIsLinux)
23:48:04 [2019-09-19T23:48:04.303Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir	0.392s
23:48:04 [2019-09-19T23:48:04.760Z] SKIP: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot (unmatched requirement DaemonIsLinux)
23:48:05 [2019-09-19T23:48:05.767Z] PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ	5.864s
23:48:06 [2019-09-19T23:48:06.330Z] PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions	0.916s
23:48:06 [2019-09-19T23:48:06.585Z] --- PASS: TestRenameLinkedContainer (3.52s)
23:48:06 [2019-09-19T23:48:06.585Z] === RUN   TestRenameStoppedContainer
23:48:07 [2019-09-19T23:48:07.155Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot	0.891s
23:48:07 [2019-09-19T23:48:07.410Z] --- PASS: TestRenameStoppedContainer (0.82s)
23:48:07 [2019-09-19T23:48:07.410Z] === RUN   TestRenameRunningContainerAndReuse
23:48:09 [2019-09-19T23:48:09.295Z] PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs	1.768s
23:48:09 [2019-09-19T23:48:09.295Z] --- PASS: TestRenameRunningContainerAndReuse (1.69s)
23:48:09 [2019-09-19T23:48:09.295Z] === RUN   TestRenameInvalidName
23:48:10 [2019-09-19T23:48:10.219Z] --- PASS: TestRenameInvalidName (0.89s)
23:48:10 [2019-09-19T23:48:10.219Z] === RUN   TestRenameAnonymousContainer
23:48:11 [2019-09-19T23:48:11.142Z] PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume	2.080s
23:48:11 [2019-09-19T23:48:11.406Z] #33 ...
23:48:11 [2019-09-19T23:48:11.406Z] 
23:48:11 [2019-09-19T23:48:11.406Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
23:48:11 [2019-09-19T23:48:11.406Z] #29 27.68 # github.com/docker/docker/contrib/httpserver
23:48:11 [2019-09-19T23:48:11.406Z] #29 27.68 loadinternal: cannot find runtime/cgo
23:48:11 [2019-09-19T23:48:11.406Z] #29 DONE 28.3s
23:48:11 [2019-09-19T23:48:11.406Z] 
23:48:11 [2019-09-19T23:48:11.406Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
23:48:11 [2019-09-19T23:48:11.665Z] #33 ...
23:48:11 [2019-09-19T23:48:11.665Z] 
23:48:11 [2019-09-19T23:48:11.665Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
23:48:11 [2019-09-19T23:48:11.923Z] #30 DONE 0.1s
23:48:11 [2019-09-19T23:48:11.923Z] 
23:48:11 [2019-09-19T23:48:11.923Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
23:48:12 [2019-09-19T23:48:12.558Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout	1.221s
23:48:13 [2019-09-19T23:48:13.484Z] --- PASS: TestRenameAnonymousContainer (3.48s)
23:48:13 [2019-09-19T23:48:13.484Z] === RUN   TestRenameContainerWithSameName
23:48:14 [2019-09-19T23:48:14.461Z] --- PASS: TestRenameContainerWithSameName (0.89s)
23:48:14 [2019-09-19T23:48:14.461Z] === RUN   TestRenameContainerWithLinkedContainer
23:48:15 [2019-09-19T23:48:15.823Z] PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin	21.675s
23:48:15 [2019-09-19T23:48:15.823Z] PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination	3.556s
23:48:16 [2019-09-19T23:48:16.382Z] --- PASS: TestRenameContainerWithLinkedContainer (1.84s)
23:48:16 [2019-09-19T23:48:16.382Z] === RUN   TestResize
23:48:16 [2019-09-19T23:48:16.382Z] PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory	0.475s
23:48:17 [2019-09-19T23:48:17.306Z] --- PASS: TestResize (0.97s)
23:48:17 [2019-09-19T23:48:17.306Z] === RUN   TestResizeWithInvalidSize
23:48:17 [2019-09-19T23:48:17.561Z] PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser	1.096s
23:48:18 [2019-09-19T23:48:18.485Z] --- PASS: TestResizeWithInvalidSize (1.22s)
23:48:18 [2019-09-19T23:48:18.485Z] === RUN   TestResizeWhenContainerNotStarted
23:48:19 [2019-09-19T23:48:19.409Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s)
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:48:19 [2019-09-19T23:48:19.409Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:48:20 [2019-09-19T23:48:20.335Z] PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath	2.603s
23:48:20 [2019-09-19T23:48:20.590Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID	0.307s
23:48:20 [2019-09-19T23:48:20.590Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs	0.166s
23:48:21 [2019-09-19T23:48:21.516Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID	0.871s
23:48:21 [2019-09-19T23:48:21.772Z] PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate	4.640s
23:48:22 [2019-09-19T23:48:22.333Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:48:22 [2019-09-19T23:48:22.588Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout	1.037s
23:48:22 [2019-09-19T23:48:22.588Z] SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper)
23:48:22 [2019-09-19T23:48:22.843Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig	0.114s
23:48:22 [2019-09-19T23:48:22.843Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:48:23 [2019-09-19T23:48:23.766Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber	1.077s
23:48:24 [2019-09-19T23:48:24.691Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage	0.675s
23:48:24 [2019-09-19T23:48:24.691Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels	0.150s
23:48:24 [2019-09-19T23:48:24.946Z] PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer	0.207s
23:48:25 [2019-09-19T23:48:25.201Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM	0.261s
23:48:25 [2019-09-19T23:48:25.201Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper)
23:48:25 [2019-09-19T23:48:25.456Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal	0.128s
23:48:25 [2019-09-19T23:48:25.711Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout	0.278s
23:48:26 [2019-09-19T23:48:26.680Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:48:27 [2019-09-19T23:48:27.649Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:48:29 [2019-09-19T23:48:29.012Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint	3.256s
23:48:29 [2019-09-19T23:48:29.012Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated	0.110s
23:48:29 [2019-09-19T23:48:29.266Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts	0.088s
23:48:29 [2019-09-19T23:48:29.828Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:48:31 [2019-09-19T23:48:31.218Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:48:33 [2019-09-19T23:48:33.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:48:33 [2019-09-19T23:48:33.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:48:34 [2019-09-19T23:48:34.691Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard	26.954s
23:48:34 [2019-09-19T23:48:34.691Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache	0.557s
23:48:34 [2019-09-19T23:48:34.691Z] SKIP: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName (unmatched requirement DaemonIsLinux)
23:48:35 [2019-09-19T23:48:35.089Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:48:35 [2019-09-19T23:48:35.089Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:48:35 [2019-09-19T23:48:35.343Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange	5.501s
23:48:35 [2019-09-19T23:48:35.343Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange	0.094s
23:48:35 [2019-09-19T23:48:35.343Z] PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit	0.006s
23:48:35 [2019-09-19T23:48:35.598Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir	0.192s
23:48:35 [2019-09-19T23:48:35.598Z] PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds	0.060s
23:48:35 [2019-09-19T23:48:35.854Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig	0.114s
23:48:36 [2019-09-19T23:48:36.780Z] PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds	0.628s
23:48:37 [2019-09-19T23:48:37.340Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.02s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d5e6e274442d3] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d5e6e274442d3] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d5e6e274442d3] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d5e6e274442d3] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d5e6e274442d3] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d5e6e274442d3] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d5e6e274442d3] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d5e6e274442d3] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.38s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d1d71a295afdc] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d1d71a295afdc] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d1d71a295afdc] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d1d71a295afdc] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d1d71a295afdc] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d1d71a295afdc] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d1d71a295afdc] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d1d71a295afdc] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.03s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dd3697217e05d] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dd3697217e05d] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dd3697217e05d] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dd3697217e05d] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dd3697217e05d] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dd3697217e05d] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dd3697217e05d] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dd3697217e05d] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dd3697217e05d] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dd3697217e05d] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.73s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d516e90628363] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d516e90628363] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d516e90628363] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d516e90628363] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d516e90628363] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d516e90628363] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d516e90628363] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d516e90628363] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.40s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dce109658c1e5] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dce109658c1e5] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dce109658c1e5] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dce109658c1e5] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dce109658c1e5] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dce109658c1e5] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dce109658c1e5] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dce109658c1e5] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.58s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [da568e64979fc] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [da568e64979fc] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [da568e64979fc] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [da568e64979fc] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [da568e64979fc] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [da568e64979fc] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [da568e64979fc] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [da568e64979fc] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [da568e64979fc] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [da568e64979fc] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.15s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d3122e235ebab] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d3122e235ebab] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d3122e235ebab] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d3122e235ebab] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d3122e235ebab] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d3122e235ebab] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d3122e235ebab] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d3122e235ebab] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.38s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dcf4e958e712f] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dcf4e958e712f] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dcf4e958e712f] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dcf4e958e712f] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dcf4e958e712f] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dcf4e958e712f] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dcf4e958e712f] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dcf4e958e712f] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dcf4e958e712f] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dcf4e958e712f] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.80s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d2384746bafd3] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d2384746bafd3] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d2384746bafd3] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d2384746bafd3] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d2384746bafd3] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d2384746bafd3] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d2384746bafd3] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d2384746bafd3] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d342fa4b54143] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d342fa4b54143] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d342fa4b54143] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d342fa4b54143] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d342fa4b54143] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d342fa4b54143] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d342fa4b54143] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d342fa4b54143] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d342fa4b54143] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d342fa4b54143] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.56s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dca7072e1aaa6] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dca7072e1aaa6] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dca7072e1aaa6] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dca7072e1aaa6] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dca7072e1aaa6] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [dca7072e1aaa6] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [dca7072e1aaa6] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [dca7072e1aaa6] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [dca7072e1aaa6] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [dca7072e1aaa6] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s)
23:48:37 [2019-09-19T23:48:37.340Z]         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:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d819a60119d74] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d819a60119d74] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d819a60119d74] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d819a60119d74] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d819a60119d74] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:321: [d819a60119d74] waiting for daemon to start
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:339: [d819a60119d74] daemon started
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:449: [d819a60119d74] Stopping daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:288: [d819a60119d74] exiting daemon
23:48:37 [2019-09-19T23:48:37.340Z]         daemon.go:436: [d819a60119d74] Daemon stopped
23:48:37 [2019-09-19T23:48:37.340Z] === RUN   TestKernelTCPMemory
23:48:38 [2019-09-19T23:48:38.702Z] --- PASS: TestKernelTCPMemory (1.15s)
23:48:38 [2019-09-19T23:48:38.702Z] === RUN   TestNISDomainname
23:48:38 [2019-09-19T23:48:38.702Z] PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom	1.593s
23:48:40 [2019-09-19T23:48:40.063Z] PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume	1.103s
23:48:40 [2019-09-19T23:48:40.063Z] --- PASS: TestNISDomainname (1.41s)
23:48:40 [2019-09-19T23:48:40.063Z] === RUN   TestStats
23:48:41 [2019-09-19T23:48:41.946Z] PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig	1.260s
23:48:41 [2019-09-19T23:48:41.946Z] --- PASS: TestStats (2.09s)
23:48:41 [2019-09-19T23:48:41.946Z] === RUN   TestStopContainerWithTimeout
23:48:41 [2019-09-19T23:48:41.946Z] === RUN   TestStopContainerWithTimeout/0
23:48:41 [2019-09-19T23:48:41.946Z] === PAUSE TestStopContainerWithTimeout/0
23:48:41 [2019-09-19T23:48:41.946Z] === RUN   TestStopContainerWithTimeout/1
23:48:41 [2019-09-19T23:48:41.946Z] === PAUSE TestStopContainerWithTimeout/1
23:48:41 [2019-09-19T23:48:41.946Z] === RUN   TestStopContainerWithTimeout/3
23:48:41 [2019-09-19T23:48:41.946Z] === PAUSE TestStopContainerWithTimeout/3
23:48:41 [2019-09-19T23:48:41.946Z] === RUN   TestStopContainerWithTimeout/-1
23:48:41 [2019-09-19T23:48:41.946Z] === PAUSE TestStopContainerWithTimeout/-1
23:48:41 [2019-09-19T23:48:41.946Z] === CONT  TestStopContainerWithTimeout/0
23:48:41 [2019-09-19T23:48:41.946Z] === CONT  TestStopContainerWithTimeout/3
23:48:43 [2019-09-19T23:48:43.349Z] === CONT  TestStopContainerWithTimeout/-1
23:48:43 [2019-09-19T23:48:43.606Z] PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked	1.876s
23:48:44 [2019-09-19T23:48:44.570Z] PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig	0.660s
23:48:44 [2019-09-19T23:48:44.570Z] PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel	11.709s
23:48:44 [2019-09-19T23:48:44.826Z] === CONT  TestStopContainerWithTimeout/1
23:48:45 [2019-09-19T23:48:45.387Z] PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS	0.654s
23:48:45 [2019-09-19T23:48:45.387Z] PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit	0.091s
23:48:46 [2019-09-19T23:48:46.313Z] PASS: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions	0.821s
23:48:46 [2019-09-19T23:48:46.313Z] PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails	0.018s
23:48:46 [2019-09-19T23:48:46.313Z] PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork	0.018s
23:48:46 [2019-09-19T23:48:46.313Z] PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent	0.028s
23:48:46 [2019-09-19T23:48:46.956Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:48:46 [2019-09-19T23:48:46.956Z]     --- PASS: TestStopContainerWithTimeout/0 (1.13s)
23:48:46 [2019-09-19T23:48:46.956Z]     --- PASS: TestStopContainerWithTimeout/3 (2.89s)
23:48:46 [2019-09-19T23:48:46.956Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.76s)
23:48:46 [2019-09-19T23:48:46.956Z]     --- PASS: TestStopContainerWithTimeout/1 (1.99s)
23:48:46 [2019-09-19T23:48:46.956Z] === RUN   TestDeleteDevicemapper
23:48:46 [2019-09-19T23:48:46.956Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:48:46 [2019-09-19T23:48:46.956Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:48:46 [2019-09-19T23:48:46.956Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:48:48 [2019-09-19T23:48:48.362Z] PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName	1.706s
23:48:49 [2019-09-19T23:48:49.288Z] PASS: docker_cli_network_unix_test.go:1622: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange	1.246s
23:48:50 [2019-09-19T23:48:50.737Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.91s)
23:48:50 [2019-09-19T23:48:50.737Z] === RUN   TestUpdateMemory
23:48:50 [2019-09-19T23:48:50.737Z] --- SKIP: TestUpdateMemory (0.00s)
23:48:50 [2019-09-19T23:48:50.737Z]     update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit
23:48:50 [2019-09-19T23:48:50.737Z] === RUN   TestUpdateCPUQuota
23:48:51 [2019-09-19T23:48:51.663Z] PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple	1.709s
23:48:51 [2019-09-19T23:48:51.663Z] PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists	0.030s
23:48:51 [2019-09-19T23:48:51.663Z] PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect	0.058s
23:48:51 [2019-09-19T23:48:51.917Z] PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID	0.159s
23:48:52 [2019-09-19T23:48:52.427Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile	16.951s
23:48:52 [2019-09-19T23:48:52.427Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin	0.754s
23:48:53 [2019-09-19T23:48:53.400Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict	0.072s
23:48:53 [2019-09-19T23:48:53.803Z] --- PASS: TestUpdateCPUQuota (2.69s)
23:48:53 [2019-09-19T23:48:53.803Z] === RUN   TestUpdatePidsLimit
23:48:53 [2019-09-19T23:48:53.803Z] === RUN   TestUpdatePidsLimit/update_from_none
23:48:53 [2019-09-19T23:48:53.803Z] === RUN   TestUpdatePidsLimit/no_change
23:48:54 [2019-09-19T23:48:54.362Z] === RUN   TestUpdatePidsLimit/update_lower
23:48:54 [2019-09-19T23:48:54.616Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:48:55 [2019-09-19T23:48:55.175Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:48:55 [2019-09-19T23:48:55.430Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:48:55 [2019-09-19T23:48:55.685Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:48:57 [2019-09-19T23:48:57.153Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore	2.595s
23:48:57 [2019-09-19T23:48:57.589Z] --- PASS: TestUpdatePidsLimit (3.73s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.42s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/no_change (0.41s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.38s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
23:48:57 [2019-09-19T23:48:57.589Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s)
23:48:57 [2019-09-19T23:48:57.589Z] === RUN   TestUpdateRestartPolicy
23:48:59 [2019-09-19T23:48:59.400Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored	2.493s
23:48:59 [2019-09-19T23:48:59.470Z] PASS: docker_cli_network_unix_test.go:1637: DockerSuite.TestDockerNetworkInternalMode	6.687s
23:49:02 [2019-09-19T23:49:02.727Z] PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom	3.088s
23:49:03 [2019-09-19T23:49:03.650Z] PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole	7.994s
23:49:05 [2019-09-19T23:49:05.533Z] PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind	3.186s
23:49:06 [2019-09-19T23:49:06.490Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles	7.244s
23:49:08 [2019-09-19T23:49:08.791Z] PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts	2.814s
23:49:09 [2019-09-19T23:49:09.714Z] PASS: docker_cli_network_unix_test.go:1614: DockerSuite.TestEmbeddedDNSInvalidInput	1.327s
23:49:10 [2019-09-19T23:49:10.637Z] PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach	0.899s
23:49:10 [2019-09-19T23:49:10.892Z] --- PASS: TestUpdateRestartPolicy (13.72s)
23:49:10 [2019-09-19T23:49:10.892Z] === RUN   TestUpdateRestartWithAutoRemove
23:49:11 [2019-09-19T23:49:11.817Z] PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit	1.040s
23:49:11 [2019-09-19T23:49:11.817Z] --- PASS: TestUpdateRestartWithAutoRemove (1.00s)
23:49:11 [2019-09-19T23:49:11.817Z] === RUN   TestWaitNonBlocked
23:49:11 [2019-09-19T23:49:11.817Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:49:11 [2019-09-19T23:49:11.817Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:49:11 [2019-09-19T23:49:11.817Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:49:11 [2019-09-19T23:49:11.817Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:49:12 [2019-09-19T23:49:12.074Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:49:12 [2019-09-19T23:49:12.074Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:49:12 [2019-09-19T23:49:12.329Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents	0.802s
23:49:13 [2019-09-19T23:49:13.253Z] --- PASS: TestWaitNonBlocked (0.03s)
23:49:13 [2019-09-19T23:49:13.253Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s)
23:49:13 [2019-09-19T23:49:13.253Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s)
23:49:13 [2019-09-19T23:49:13.253Z] === RUN   TestWaitBlocked
23:49:13 [2019-09-19T23:49:13.253Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:49:13 [2019-09-19T23:49:13.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:49:13 [2019-09-19T23:49:13.253Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:49:13 [2019-09-19T23:49:13.253Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:49:13 [2019-09-19T23:49:13.253Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:49:13 [2019-09-19T23:49:13.253Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:49:13 [2019-09-19T23:49:13.253Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort	0.885s
23:49:14 [2019-09-19T23:49:14.178Z] --- PASS: TestWaitBlocked (0.02s)
23:49:14 [2019-09-19T23:49:14.178Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.87s)
23:49:14 [2019-09-19T23:49:14.178Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s)
23:49:14 [2019-09-19T23:49:14.178Z] === CONT  TestContainerStartOnDaemonRestart
23:49:14 [2019-09-19T23:49:14.178Z] === CONT  TestIpcModeOlderClient
23:49:14 [2019-09-19T23:49:14.178Z] --- PASS: TestIpcModeOlderClient (0.12s)
23:49:14 [2019-09-19T23:49:14.178Z] === CONT  TestDaemonRestartIpcMode
23:49:14 [2019-09-19T23:49:14.178Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch	0.910s
23:49:16 [2019-09-19T23:49:16.689Z] PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate	1.793s
23:49:17 [2019-09-19T23:49:17.249Z] --- PASS: TestContainerStartOnDaemonRestart (3.36s)
23:49:17 [2019-09-19T23:49:17.249Z]     daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContainerStartOnDaemonRestart
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:321: [dd1f5cb6b313a] waiting for daemon to start
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:339: [dd1f5cb6b313a] daemon started
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:321: [dd1f5cb6b313a] waiting for daemon to start
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:288: [dd1f5cb6b313a] exiting daemon
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:339: [dd1f5cb6b313a] daemon started
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:449: [dd1f5cb6b313a] Stopping daemon
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:288: [dd1f5cb6b313a] exiting daemon
23:49:17 [2019-09-19T23:49:17.249Z]     daemon.go:436: [dd1f5cb6b313a] Daemon stopped
23:49:18 [2019-09-19T23:49:18.174Z] --- PASS: TestDaemonRestartIpcMode (4.07s)
23:49:18 [2019-09-19T23:49:18.174Z]     daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartIpcMode
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:321: [d53be1a3ad12e] waiting for daemon to start
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:339: [d53be1a3ad12e] daemon started
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:449: [d53be1a3ad12e] Stopping daemon
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:288: [d53be1a3ad12e] exiting daemon
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:436: [d53be1a3ad12e] Daemon stopped
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:321: [d53be1a3ad12e] waiting for daemon to start
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:339: [d53be1a3ad12e] daemon started
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:449: [d53be1a3ad12e] Stopping daemon
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:288: [d53be1a3ad12e] exiting daemon
23:49:18 [2019-09-19T23:49:18.174Z]     daemon.go:436: [d53be1a3ad12e] Daemon stopped
23:49:18 [2019-09-19T23:49:18.174Z] PASS
23:49:18 [2019-09-19T23:49:18.174Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m  
23:49:18 [2019-09-19T23:49:18.174Z] INFO: Testing against a local daemon
23:49:18 [2019-09-19T23:49:18.174Z] === RUN   TestCommitInheritsEnv
23:49:18 [2019-09-19T23:49:18.428Z] PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName	1.475s
23:49:18 [2019-09-19T23:49:18.682Z] --- PASS: TestCommitInheritsEnv (0.47s)
23:49:18 [2019-09-19T23:49:18.682Z] === RUN   TestImportExtremelyLargeImageWorks
23:49:18 [2019-09-19T23:49:18.682Z] === PAUSE TestImportExtremelyLargeImageWorks
23:49:18 [2019-09-19T23:49:18.682Z] === RUN   TestImagesFilterMultiReference
23:49:18 [2019-09-19T23:49:18.936Z] --- PASS: TestImagesFilterMultiReference (0.07s)
23:49:18 [2019-09-19T23:49:18.936Z] === RUN   TestRemoveImageOrphaning
23:49:19 [2019-09-19T23:49:19.191Z] --- PASS: TestRemoveImageOrphaning (0.44s)
23:49:19 [2019-09-19T23:49:19.191Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:49:19 [2019-09-19T23:49:19.191Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
23:49:19 [2019-09-19T23:49:19.191Z] === RUN   TestTagInvalidReference
23:49:19 [2019-09-19T23:49:19.191Z] --- PASS: TestTagInvalidReference (0.01s)
23:49:19 [2019-09-19T23:49:19.191Z] === RUN   TestTagValidPrefixedRepo
23:49:19 [2019-09-19T23:49:19.446Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
23:49:19 [2019-09-19T23:49:19.446Z] === RUN   TestTagExistedNameWithoutForce
23:49:19 [2019-09-19T23:49:19.446Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:49:19 [2019-09-19T23:49:19.446Z] === RUN   TestTagOfficialNames
23:49:19 [2019-09-19T23:49:19.446Z] --- PASS: TestTagOfficialNames (0.06s)
23:49:19 [2019-09-19T23:49:19.446Z] === RUN   TestTagMatchesDigest
23:49:19 [2019-09-19T23:49:19.446Z] --- PASS: TestTagMatchesDigest (0.02s)
23:49:19 [2019-09-19T23:49:19.446Z] === CONT  TestImportExtremelyLargeImageWorks
23:49:20 [2019-09-19T23:49:20.046Z] PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs	4.957s
23:49:22 [2019-09-19T23:49:22.556Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart	4.092s
23:49:25 [2019-09-19T23:49:25.825Z] PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork	3.195s
23:49:27 [2019-09-19T23:49:27.707Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy	2.049s
23:49:28 [2019-09-19T23:49:28.267Z] PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate	7.916s
23:49:30 [2019-09-19T23:49:30.198Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer	2.187s
23:49:31 [2019-09-19T23:49:31.127Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction	0.953s
23:49:32 [2019-09-19T23:49:32.052Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels	0.686s
23:49:34 [2019-09-19T23:49:34.564Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName	2.079s
23:49:35 [2019-09-19T23:49:35.124Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels	0.795s
23:49:35 [2019-09-19T23:49:35.379Z] PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID	0.147s
23:49:36 [2019-09-19T23:49:36.304Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType	0.647s
23:49:36 [2019-09-19T23:49:36.304Z] PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType	0.172s
23:49:36 [2019-09-19T23:49:36.561Z] PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID	0.107s
23:49:39 [2019-09-19T23:49:39.073Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters	2.208s
23:49:41 [2019-09-19T23:49:41.084Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat	2.027s
23:49:41 [2019-09-19T23:49:41.084Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField	0.017s
23:49:41 [2019-09-19T23:49:41.084Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc	0.015s
23:49:42 [2019-09-19T23:49:42.008Z] PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport	1.235s
23:49:42 [2019-09-19T23:49:42.265Z] PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad	0.346s
23:49:42 [2019-09-19T23:49:42.825Z] PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull	0.441s
23:49:43 [2019-09-19T23:49:43.974Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag	1.044s
23:49:44 [2019-09-19T23:49:44.228Z] PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete	0.455s
23:49:44 [2019-09-19T23:49:44.228Z] SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport)
23:49:44 [2019-09-19T23:49:44.228Z] SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport)
23:49:46 [2019-09-19T23:49:46.738Z] PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps	2.056s
23:49:47 [2019-09-19T23:49:47.662Z] PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout	1.036s
23:49:48 [2019-09-19T23:49:48.449Z] #33 126.6 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:49:48 [2019-09-19T23:49:48.449Z] #33 128.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:49:48 [2019-09-19T23:49:48.449Z] #33 129.9 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:49:48 [2019-09-19T23:49:48.585Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename	1.088s
23:49:49 [2019-09-19T23:49:49.014Z] #33 131.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:49:49 [2019-09-19T23:49:49.945Z] #33 132.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:49:49 [2019-09-19T23:49:49.947Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize	1.136s
23:49:50 [2019-09-19T23:49:50.870Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture	0.935s
23:49:51 [2019-09-19T23:49:51.315Z] #33 134.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:49:52 [2019-09-19T23:49:52.231Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate	1.024s
23:49:52 [2019-09-19T23:49:52.684Z] #33 135.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:49:53 [2019-09-19T23:49:53.172Z] PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming	1.044s
23:49:53 [2019-09-19T23:49:53.616Z] #33 136.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:49:53 [2019-09-19T23:49:53.616Z] #33 136.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:49:55 [2019-09-19T23:49:55.512Z] #33 138.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:49:56 [2019-09-19T23:49:56.075Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:49:57 [2019-09-19T23:49:57.328Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats	3.345s
23:49:57 [2019-09-19T23:49:57.887Z] PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop	1.132s
23:49:57 [2019-09-19T23:49:57.995Z] #33 140.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:49:59 [2019-09-19T23:49:59.366Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:50:00 [2019-09-19T23:50:00.395Z] PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal	9.968s
23:50:00 [2019-09-19T23:50:00.395Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag	2.597s
23:50:01 [2019-09-19T23:50:01.262Z] #33 143.9 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:50:02 [2019-09-19T23:50:02.193Z] #33 145.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:50:02 [2019-09-19T23:50:02.905Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast	2.114s
23:50:03 [2019-09-19T23:50:03.829Z] PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList	1.630s
23:50:04 [2019-09-19T23:50:04.084Z] PASS: docker_cli_exec_test.go:29: DockerSuite.TestExec	0.941s
23:50:04 [2019-09-19T23:50:04.089Z] #33 146.8 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:50:05 [2019-09-19T23:50:05.121Z] #33 147.9 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:50:05 [2019-09-19T23:50:05.609Z] PASS: docker_api_exec_test.go:63: DockerSuite.TestExecAPICreateContainerPaused	0.966s
23:50:06 [2019-09-19T23:50:06.053Z] #33 149.0 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:50:06 [2019-09-19T23:50:06.534Z] PASS: docker_api_exec_test.go:26: DockerSuite.TestExecAPICreateNoCmd	0.800s
23:50:07 [2019-09-19T23:50:07.047Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore	57.483s
23:50:07 [2019-09-19T23:50:07.424Z] #33 150.2 
23:50:07 [2019-09-19T23:50:07.895Z] PASS: docker_api_exec_test.go:42: DockerSuite.TestExecAPICreateNoValidContentType	0.879s
23:50:07 [2019-09-19T23:50:07.987Z] #33 DONE 150.8s
23:50:07 [2019-09-19T23:50:07.987Z] 
23:50:07 [2019-09-19T23:50:07.987Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
23:50:09 [2019-09-19T23:50:09.358Z] #34 DONE 1.5s
23:50:10 [2019-09-19T23:50:10.018Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths	4.949s
23:50:10 [2019-09-19T23:50:10.480Z] SKIP: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment (unmatched requirement DaemonIsLinux)
23:50:11 [2019-09-19T23:50:11.154Z] PASS: docker_api_exec_test.go:82: DockerSuite.TestExecAPIStart	2.986s
23:50:11 [2019-09-19T23:50:11.286Z] 
23:50:11 [2019-09-19T23:50:11.286Z] #35 [runner 12/12] COPY --from=builder       /build/ /
23:50:12 [2019-09-19T23:50:12.218Z] #35 DONE 1.1s
23:50:12 [2019-09-19T23:50:12.218Z] 
23:50:12 [2019-09-19T23:50:12.218Z] #36 exporting to image
23:50:12 [2019-09-19T23:50:12.218Z] #36 exporting layers
23:50:12 [2019-09-19T23:50:12.513Z] PASS: docker_api_exec_test.go:119: DockerSuite.TestExecAPIStartBackwardsCompatible	0.886s
23:50:13 [2019-09-19T23:50:13.873Z] PASS: docker_api_exec_test.go:109: DockerSuite.TestExecAPIStartEnsureHeaders	0.963s
23:50:14 [2019-09-19T23:50:14.796Z] PASS: docker_api_exec_test.go:191: DockerSuite.TestExecAPIStartInvalidCommand	0.914s
23:50:15 [2019-09-19T23:50:15.494Z] #36 exporting layers 3.1s done
23:50:15 [2019-09-19T23:50:15.494Z] #36 writing image sha256:e9354292ef8aed6a3c15bdd54f2c25f88819fbfe599e49ac74a1e1c0bd3d003a done
23:50:15 [2019-09-19T23:50:15.494Z] #36 naming to docker.io/library/moby-e2e-test done
23:50:15 [2019-09-19T23:50:15.494Z] #36 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:50:15 [2019-09-19T23:50:15.798Z] + echo Ensuring container killed.
23:50:15 [2019-09-19T23:50:15.798Z] Ensuring container killed.
23:50:15 [2019-09-19T23:50:15.798Z] + docker rm -vf docker-pr2
23:50:15 [2019-09-19T23:50:15.798Z] Error: No such container: docker-pr2
23:50:15 [2019-09-19T23:50:15.798Z] + true
[Pipeline] sh
23:50:16 [2019-09-19T23:50:16.079Z] + echo Chowning /workspace to jenkins user
23:50:16 [2019-09-19T23:50:16.079Z] Chowning /workspace to jenkins user
23:50:16 [2019-09-19T23:50:16.079Z] + id -u
23:50:16 [2019-09-19T23:50:16.079Z] + id -g
23:50:16 [2019-09-19T23:50:16.079Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-370:/workspace busybox chown -R 1000:1000 /workspace
23:50:16 [2019-09-19T23:50:16.156Z] PASS: docker_api_exec_test.go:134: DockerSuite.TestExecAPIStartMultipleTimesError	0.972s
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:50:17 [2019-09-19T23:50:17.814Z] + bundleName=unit
23:50:17 [2019-09-19T23:50:17.814Z] + echo Creating unit-bundles.tar.gz
23:50:17 [2019-09-19T23:50:17.814Z] Creating unit-bundles.tar.gz
23:50:17 [2019-09-19T23:50:17.814Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
23:50:17 [2019-09-19T23:50:17.814Z] bundles/junit-report.xml
23:50:17 [2019-09-19T23:50:17.814Z] bundles/go-test-report.json
23:50:17 [2019-09-19T23:50:17.814Z] bundles/profile.out
[Pipeline] archiveArtifacts
23:50:17 [2019-09-19T23:50:17.836Z] Archiving artifacts
23:50:18 [2019-09-19T23:50:18.039Z] PASS: docker_api_exec_test.go:175: DockerSuite.TestExecAPIStartValidCommand	1.028s
23:50:18 [2019-09-19T23:50:18.203Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-370/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:50:18 [2019-09-19T23:50:18.521Z] + make clean
23:50:18 [2019-09-19T23:50:18.777Z] docker volume rm -f docker-dev-cache
23:50:18 [2019-09-19T23:50:18.777Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
23:50:19 [2019-09-19T23:50:19.008Z] PASS: docker_api_exec_test.go:144: DockerSuite.TestExecAPIStartWithDetach	0.845s
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:50:21 [2019-09-19T23:50:21.519Z] PASS: docker_cli_exec_test.go:74: DockerSuite.TestExecAfterContainerRestart	1.831s
23:50:23 [2019-09-19T23:50:23.408Z] PASS: docker_cli_exec_test.go:252: DockerSuite.TestExecCgroup	1.942s
23:50:24 [2019-09-19T23:50:24.816Z] PASS: docker_cli_exec_test.go:104: DockerSuite.TestExecEnv	0.973s
23:50:27 [2019-09-19T23:50:27.328Z] PASS: docker_cli_exec_test.go:529: DockerSuite.TestExecEnvLinksHost	1.736s
23:50:28 [2019-09-19T23:50:28.254Z] PASS: docker_cli_exec_test.go:130: DockerSuite.TestExecExitStatus	0.931s
23:50:30 [2019-09-19T23:50:30.262Z] PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate	14.547s
23:50:30 [2019-09-19T23:50:30.516Z] PASS: docker_cli_exec_test.go:305: DockerSuite.TestExecInspectID	2.333s
23:50:32 [2019-09-19T23:50:32.446Z] PASS: docker_cli_exec_test.go:38: DockerSuite.TestExecInteractive	1.162s
23:50:34 [2019-09-19T23:50:34.110Z] PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose	1.334s
23:50:35 [2019-09-19T23:50:35.472Z] PASS: docker_cli_exec_test.go:485: DockerSuite.TestExecOnReadonlyContainer	0.962s
23:50:36 [2019-09-19T23:50:36.834Z] PASS: docker_cli_exec_test.go:210: DockerSuite.TestExecParseError	1.006s
23:50:38 [2019-09-19T23:50:38.719Z] PASS: docker_cli_exec_test.go:137: DockerSuite.TestExecPausedContainer	1.647s
23:50:40 [2019-09-19T23:50:40.078Z] PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt	0.934s
23:50:44 [2019-09-19T23:50:44.235Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart	2.973s
23:50:45 [2019-09-19T23:50:45.158Z] PASS: docker_cli_exec_test.go:119: DockerSuite.TestExecSetEnv	0.940s
23:50:46 [2019-09-19T23:50:46.518Z] PASS: docker_cli_exec_test.go:505: DockerSuite.TestExecStartFails	0.969s
23:50:58 [2019-09-19T23:50:58.670Z] PASS: docker_api_exec_test.go:209: DockerSuite.TestExecStateCleanup	11.686s
23:50:59 [2019-09-19T23:50:59.237Z] PASS: docker_cli_exec_test.go:224: DockerSuite.TestExecStopNotHanging	1.141s
23:51:00 [2019-09-19T23:51:00.608Z] PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY	0.939s
23:51:01 [2019-09-19T23:51:01.968Z] PASS: docker_cli_exec_test.go:152: DockerSuite.TestExecTTYCloseStdin	1.072s
23:51:02 [2019-09-19T23:51:02.892Z] PASS: docker_cli_exec_test.go:173: DockerSuite.TestExecTTYWithoutStdin	0.745s
23:51:03 [2019-09-19T23:51:03.147Z] PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents	26.179s
23:51:04 [2019-09-19T23:51:04.509Z] PASS: docker_cli_exec_test.go:493: DockerSuite.TestExecUlimits	1.074s
23:51:04 [2019-09-19T23:51:04.509Z] SKIP: docker_cli_exec_test.go:538: DockerSuite.TestExecWindowsOpenHandles (unmatched requirement DaemonIsWindows)
23:51:04 [2019-09-19T23:51:04.509Z] SKIP: docker_cli_exec_test.go:519: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows)
23:51:07 [2019-09-19T23:51:07.769Z] PASS: docker_cli_exec_test.go:472: DockerSuite.TestExecWithImageUser	3.023s
23:51:09 [2019-09-19T23:51:09.131Z] PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM	0.895s
23:51:12 [2019-09-19T23:51:12.393Z] PASS: docker_cli_exec_test.go:442: DockerSuite.TestExecWithPrivileged	2.432s
23:51:13 [2019-09-19T23:51:13.316Z] PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM	1.106s
23:51:15 [2019-09-19T23:51:15.242Z] PASS: docker_cli_exec_test.go:429: DockerSuite.TestExecWithUser	1.388s
23:51:20 [2019-09-19T23:51:20.476Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats	5.182s
23:51:22 [2019-09-19T23:51:22.655Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions	60.260s
23:51:22 [2019-09-19T23:51:22.655Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile	0.839s
23:51:22 [2019-09-19T23:51:22.655Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion	0.067s
23:51:25 [2019-09-19T23:51:25.709Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream	5.028s
23:51:28 [2019-09-19T23:51:28.217Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning	2.675s
23:51:33 [2019-09-19T23:51:33.450Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream	5.058s
23:51:34 [2019-09-19T23:51:34.378Z] PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket	0.729s
23:51:34 [2019-09-19T23:51:34.378Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound	0.002s
23:51:34 [2019-09-19T23:51:34.378Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats	0.085s
23:51:34 [2019-09-19T23:51:34.937Z] PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting	14.458s
23:51:43 [2019-09-19T23:51:43.786Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile	27.344s
23:51:58 [2019-09-19T23:51:58.634Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore	13.698s
23:52:01 [2019-09-19T23:52:01.415Z] --- PASS: TestImportExtremelyLargeImageWorks (158.45s)
23:52:01 [2019-09-19T23:52:01.415Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestImportExtremelyLargeImageWorks
23:52:01 [2019-09-19T23:52:01.415Z]     daemon.go:321: [df02252f95a3e] waiting for daemon to start
23:52:01 [2019-09-19T23:52:01.415Z]     daemon.go:339: [df02252f95a3e] daemon started
23:52:01 [2019-09-19T23:52:01.415Z]     daemon.go:449: [df02252f95a3e] Stopping daemon
23:52:01 [2019-09-19T23:52:01.415Z]     daemon.go:288: [df02252f95a3e] exiting daemon
23:52:01 [2019-09-19T23:52:01.415Z]     daemon.go:436: [df02252f95a3e] Daemon stopped
23:52:01 [2019-09-19T23:52:01.415Z] PASS
23:52:01 [2019-09-19T23:52:01.415Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
23:52:01 [2019-09-19T23:52:01.415Z] INFO: Testing against a local daemon
23:52:01 [2019-09-19T23:52:01.415Z] === RUN   TestNetworkCreateDelete
23:52:01 [2019-09-19T23:52:01.415Z] --- PASS: TestNetworkCreateDelete (0.11s)
23:52:01 [2019-09-19T23:52:01.415Z] === RUN   TestDockerNetworkDeletePreferID
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth	23.943s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage	0.015s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse	0.018s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue	0.017s
23:52:01 [2019-09-19T23:52:01.415Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
23:52:01 [2019-09-19T23:52:01.415Z] === RUN   TestInspectNetwork
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment	1.077s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage	0.029s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce	1.221s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed	0.015s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed	0.016s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed	0.088s
23:52:01 [2019-09-19T23:52:01.415Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown	0.411s
23:52:01 [2019-09-19T23:52:01.670Z] PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown	0.351s
23:52:02 [2019-09-19T23:52:02.229Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown	0.544s
23:52:02 [2019-09-19T23:52:02.229Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest	0.010s
23:52:03 [2019-09-19T23:52:03.152Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch	1.073s
23:52:03 [2019-09-19T23:52:03.406Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort	0.046s
23:52:04 [2019-09-19T23:52:04.329Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore	0.956s
23:52:04 [2019-09-19T23:52:04.329Z] === RUN   TestInspectNetwork/full_network_id
23:52:04 [2019-09-19T23:52:04.329Z] === RUN   TestInspectNetwork/partial_network_id
23:52:04 [2019-09-19T23:52:04.329Z] === RUN   TestInspectNetwork/network_name
23:52:04 [2019-09-19T23:52:04.329Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:52:05 [2019-09-19T23:52:05.690Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase	1.167s
23:52:05 [2019-09-19T23:52:05.690Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat	0.069s
23:52:06 [2019-09-19T23:52:06.616Z] PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat	0.965s
23:52:08 [2019-09-19T23:52:08.543Z] --- PASS: TestInspectNetwork (9.88s)
23:52:08 [2019-09-19T23:52:08.543Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspectNetwork
23:52:08 [2019-09-19T23:52:08.543Z]     daemon.go:321: [dc4d850c47781] waiting for daemon to start
23:52:08 [2019-09-19T23:52:08.543Z]     daemon.go:339: [dc4d850c47781] daemon started
23:52:08 [2019-09-19T23:52:08.543Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:52:08 [2019-09-19T23:52:08.543Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:52:08 [2019-09-19T23:52:08.543Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:52:08 [2019-09-19T23:52:08.543Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:52:08 [2019-09-19T23:52:08.543Z]     daemon.go:449: [dc4d850c47781] Stopping daemon
23:52:08 [2019-09-19T23:52:08.543Z]     daemon.go:288: [dc4d850c47781] exiting daemon
23:52:08 [2019-09-19T23:52:08.543Z]     daemon.go:436: [dc4d850c47781] Daemon stopped
23:52:08 [2019-09-19T23:52:08.543Z] === RUN   TestRunContainerWithBridgeNone
23:52:09 [2019-09-19T23:52:09.467Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate	3.054s
23:52:09 [2019-09-19T23:52:09.468Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter	0.016s
23:52:09 [2019-09-19T23:52:09.724Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL	0.073s
23:52:11 [2019-09-19T23:52:11.045Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles	9.083s
23:52:11 [2019-09-19T23:52:11.608Z] --- PASS: TestRunContainerWithBridgeNone (3.20s)
23:52:11 [2019-09-19T23:52:11.608Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRunContainerWithBridgeNone
23:52:11 [2019-09-19T23:52:11.608Z]     daemon.go:321: [dce087bf4ca4e] waiting for daemon to start
23:52:11 [2019-09-19T23:52:11.608Z]     daemon.go:339: [dce087bf4ca4e] daemon started
23:52:11 [2019-09-19T23:52:11.608Z]     daemon.go:449: [dce087bf4ca4e] Stopping daemon
23:52:11 [2019-09-19T23:52:11.608Z]     daemon.go:288: [dce087bf4ca4e] exiting daemon
23:52:11 [2019-09-19T23:52:11.608Z]     daemon.go:436: [dce087bf4ca4e] Daemon stopped
23:52:11 [2019-09-19T23:52:11.608Z] === RUN   TestNetworkInvalidJSON
23:52:11 [2019-09-19T23:52:11.608Z] === RUN   TestNetworkInvalidJSON//networks/create
23:52:11 [2019-09-19T23:52:11.608Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:52:11 [2019-09-19T23:52:11.608Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:52:11 [2019-09-19T23:52:11.608Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:52:11 [2019-09-19T23:52:11.608Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:52:11 [2019-09-19T23:52:11.608Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:52:11 [2019-09-19T23:52:11.608Z] === CONT  TestNetworkInvalidJSON//networks/create
23:52:11 [2019-09-19T23:52:11.609Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:52:11 [2019-09-19T23:52:11.609Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:52:11 [2019-09-19T23:52:11.609Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:52:11 [2019-09-19T23:52:11.609Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:52:11 [2019-09-19T23:52:11.609Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:52:11 [2019-09-19T23:52:11.609Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:52:11 [2019-09-19T23:52:11.609Z] === RUN   TestDaemonRestartWithLiveRestore
23:52:11 [2019-09-19T23:52:11.609Z] PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay	1.934s
23:52:12 [2019-09-19T23:52:12.532Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
23:52:12 [2019-09-19T23:52:12.532Z]     service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithLiveRestore
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:321: [d37aace64beac] waiting for daemon to start
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:339: [d37aace64beac] daemon started
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:449: [d37aace64beac] Stopping daemon
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:288: [d37aace64beac] exiting daemon
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:436: [d37aace64beac] Daemon stopped
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:321: [d37aace64beac] waiting for daemon to start
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:339: [d37aace64beac] daemon started
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:449: [d37aace64beac] Stopping daemon
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:288: [d37aace64beac] exiting daemon
23:52:12 [2019-09-19T23:52:12.532Z]     daemon.go:436: [d37aace64beac] Daemon stopped
23:52:12 [2019-09-19T23:52:12.532Z] === RUN   TestDaemonDefaultNetworkPools
23:52:13 [2019-09-19T23:52:13.456Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
23:52:13 [2019-09-19T23:52:13.456Z]     service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonDefaultNetworkPools
23:52:13 [2019-09-19T23:52:13.456Z]     daemon.go:321: [d4b8affad140c] waiting for daemon to start
23:52:13 [2019-09-19T23:52:13.456Z]     daemon.go:339: [d4b8affad140c] daemon started
23:52:13 [2019-09-19T23:52:13.456Z]     daemon.go:449: [d4b8affad140c] Stopping daemon
23:52:13 [2019-09-19T23:52:13.456Z]     daemon.go:288: [d4b8affad140c] exiting daemon
23:52:13 [2019-09-19T23:52:13.456Z]     daemon.go:436: [d4b8affad140c] Daemon stopped
23:52:13 [2019-09-19T23:52:13.456Z] === RUN   TestDaemonRestartWithExistingNetwork
23:52:13 [2019-09-19T23:52:13.710Z] PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile	2.022s
23:52:13 [2019-09-19T23:52:13.710Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile	0.011s
23:52:14 [2019-09-19T23:52:14.636Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
23:52:14 [2019-09-19T23:52:14.636Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetwork
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:321: [dd0138d577308] waiting for daemon to start
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:339: [dd0138d577308] daemon started
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:449: [dd0138d577308] Stopping daemon
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:288: [dd0138d577308] exiting daemon
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:436: [dd0138d577308] Daemon stopped
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:321: [dd0138d577308] waiting for daemon to start
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:339: [dd0138d577308] daemon started
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:449: [dd0138d577308] Stopping daemon
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:288: [dd0138d577308] exiting daemon
23:52:14 [2019-09-19T23:52:14.636Z]     daemon.go:436: [dd0138d577308] Daemon stopped
23:52:14 [2019-09-19T23:52:14.636Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:52:15 [2019-09-19T23:52:15.560Z] PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage	2.003s
23:52:15 [2019-09-19T23:52:15.814Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
23:52:15 [2019-09-19T23:52:15.814Z]     service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:321: [d849717cddbbd] waiting for daemon to start
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:339: [d849717cddbbd] daemon started
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:449: [d849717cddbbd] Stopping daemon
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:288: [d849717cddbbd] exiting daemon
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:436: [d849717cddbbd] Daemon stopped
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:321: [d849717cddbbd] waiting for daemon to start
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:339: [d849717cddbbd] daemon started
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:449: [d849717cddbbd] Stopping daemon
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:288: [d849717cddbbd] exiting daemon
23:52:15 [2019-09-19T23:52:15.814Z]     daemon.go:436: [d849717cddbbd] Daemon stopped
23:52:15 [2019-09-19T23:52:15.814Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:52:16 [2019-09-19T23:52:16.373Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
23:52:16 [2019-09-19T23:52:16.373Z]     service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonWithBipAndDefaultNetworkPool
23:52:16 [2019-09-19T23:52:16.373Z]     daemon.go:321: [da5860fe4f154] waiting for daemon to start
23:52:16 [2019-09-19T23:52:16.373Z]     daemon.go:339: [da5860fe4f154] daemon started
23:52:16 [2019-09-19T23:52:16.373Z]     daemon.go:449: [da5860fe4f154] Stopping daemon
23:52:16 [2019-09-19T23:52:16.373Z]     daemon.go:288: [da5860fe4f154] exiting daemon
23:52:16 [2019-09-19T23:52:16.373Z]     daemon.go:436: [da5860fe4f154] Daemon stopped
23:52:16 [2019-09-19T23:52:16.373Z] === RUN   TestServiceWithPredefinedNetwork
23:52:17 [2019-09-19T23:52:17.733Z] PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped	1.939s
23:52:18 [2019-09-19T23:52:18.292Z] PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate	31.779s
23:52:18 [2019-09-19T23:52:18.548Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s)
23:52:18 [2019-09-19T23:52:18.548Z]     service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithPredefinedNetwork
23:52:18 [2019-09-19T23:52:18.548Z]     daemon.go:321: [d747e80f71f49] waiting for daemon to start
23:52:18 [2019-09-19T23:52:18.548Z]     daemon.go:339: [d747e80f71f49] daemon started
23:52:18 [2019-09-19T23:52:18.548Z]     daemon.go:449: [d747e80f71f49] Stopping daemon
23:52:18 [2019-09-19T23:52:18.548Z]     daemon.go:288: [d747e80f71f49] exiting daemon
23:52:18 [2019-09-19T23:52:18.548Z]     daemon.go:436: [d747e80f71f49] Daemon stopped
23:52:18 [2019-09-19T23:52:18.548Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:52:18 [2019-09-19T23:52:18.548Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:52:18 [2019-09-19T23:52:18.548Z]     service_test.go:230: FLAKY_TEST
23:52:18 [2019-09-19T23:52:18.548Z] === RUN   TestServiceWithDataPathPortInit
23:52:19 [2019-09-19T23:52:19.927Z] PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges	2.302s
23:52:20 [2019-09-19T23:52:20.488Z] PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug	0.564s
23:52:21 [2019-09-19T23:52:21.050Z] PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName	0.617s
23:52:21 [2019-09-19T23:52:21.610Z] PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend	0.576s
23:52:22 [2019-09-19T23:52:22.170Z] PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise	0.264s
23:52:23 [2019-09-19T23:52:23.094Z] PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers	0.849s
23:52:24 [2019-09-19T23:52:24.020Z] PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers	0.774s
23:52:25 [2019-09-19T23:52:25.381Z] PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers	1.032s
23:52:25 [2019-09-19T23:52:25.381Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds	0.020s
23:52:25 [2019-09-19T23:52:25.381Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat	0.035s
23:52:25 [2019-09-19T23:52:25.381Z] PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions	0.016s
23:52:25 [2019-09-19T23:52:25.941Z] PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries	0.568s
23:52:26 [2019-09-19T23:52:26.866Z] PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120	0.788s
23:52:27 [2019-09-19T23:52:27.425Z] --- PASS: TestServiceWithDataPathPortInit (9.00s)
23:52:27 [2019-09-19T23:52:27.425Z]     service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:321: [d371570b55419] waiting for daemon to start
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:339: [d371570b55419] daemon started
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:449: [d371570b55419] Stopping daemon
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:288: [d371570b55419] exiting daemon
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:436: [d371570b55419] Daemon stopped
23:52:27 [2019-09-19T23:52:27.425Z]     service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:321: [dab18a298f1c9] waiting for daemon to start
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:339: [dab18a298f1c9] daemon started
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:449: [dab18a298f1c9] Stopping daemon
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:288: [dab18a298f1c9] exiting daemon
23:52:27 [2019-09-19T23:52:27.425Z]     daemon.go:436: [dab18a298f1c9] Daemon stopped
23:52:27 [2019-09-19T23:52:27.425Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:52:27 [2019-09-19T23:52:27.986Z] PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121	0.825s
23:52:29 [2019-09-19T23:52:29.348Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse	0.738s
23:52:30 [2019-09-19T23:52:30.314Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver	0.897s
23:52:31 [2019-09-19T23:52:31.675Z] PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy	0.871s
23:52:32 [2019-09-19T23:52:32.627Z] PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121	0.827s
23:52:32 [2019-09-19T23:52:32.627Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse	0.044s
23:52:32 [2019-09-19T23:52:32.627Z] --- PASS: TestServiceWithDefaultAddressPoolInit (5.23s)
23:52:32 [2019-09-19T23:52:32.627Z]     service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:321: [d52020fbf4a8b] waiting for daemon to start
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:339: [d52020fbf4a8b] daemon started
23:52:32 [2019-09-19T23:52:32.627Z]     service_test.go:423: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:saanvisthiraTestServiceWithDefaultAddressPoolInit ID:zchkikhcpnnalqq1aojky0l3h Created:2019-09-19 23:52:29.09078656 +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:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:449: [d52020fbf4a8b] Stopping daemon
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:288: [d52020fbf4a8b] exiting daemon
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:436: [d52020fbf4a8b] Daemon stopped
23:52:32 [2019-09-19T23:52:32.627Z]     service_test.go:436: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:321: [dd672580ace34] waiting for daemon to start
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:339: [dd672580ace34] daemon started
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:449: [dd672580ace34] Stopping daemon
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:288: [dd672580ace34] exiting daemon
23:52:32 [2019-09-19T23:52:32.627Z]     daemon.go:436: [dd672580ace34] Daemon stopped
23:52:32 [2019-09-19T23:52:32.627Z] PASS
23:52:32 [2019-09-19T23:52:32.627Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
23:52:32 [2019-09-19T23:52:32.882Z] INFO: Testing against a local daemon
23:52:32 [2019-09-19T23:52:32.882Z] === RUN   TestDockerNetworkIpvlanPersistance
23:52:32 [2019-09-19T23:52:32.882Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
23:52:32 [2019-09-19T23:52:32.882Z]     ipvlan_test.go:27: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:52:32 [2019-09-19T23:52:32.882Z] === RUN   TestDockerNetworkIpvlan
23:52:32 [2019-09-19T23:52:32.882Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:52:32 [2019-09-19T23:52:32.882Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:52:32 [2019-09-19T23:52:32.882Z] PASS
23:52:32 [2019-09-19T23:52:32.882Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
23:52:33 [2019-09-19T23:52:33.137Z] INFO: Testing against a local daemon
23:52:33 [2019-09-19T23:52:33.137Z] === RUN   TestDockerNetworkMacvlanPersistance
23:52:35 [2019-09-19T23:52:35.200Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.82s)
23:52:35 [2019-09-19T23:52:35.200Z]     macvlan_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlanPersistance
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:321: [d4fa4278893e4] waiting for daemon to start
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:339: [d4fa4278893e4] daemon started
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:449: [d4fa4278893e4] Stopping daemon
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:288: [d4fa4278893e4] exiting daemon
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:436: [d4fa4278893e4] Daemon stopped
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:321: [d4fa4278893e4] waiting for daemon to start
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:339: [d4fa4278893e4] daemon started
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:449: [d4fa4278893e4] Stopping daemon
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:288: [d4fa4278893e4] exiting daemon
23:52:35 [2019-09-19T23:52:35.200Z]     daemon.go:436: [d4fa4278893e4] Daemon stopped
23:52:35 [2019-09-19T23:52:35.200Z] === RUN   TestDockerNetworkMacvlan
23:52:35 [2019-09-19T23:52:35.200Z] PASS: docker_cli_network_unix_test.go:1035: DockerSuite.TestInspectAPIMultipleNetworks	1.831s
23:52:35 [2019-09-19T23:52:35.759Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:52:36 [2019-09-19T23:52:36.319Z] PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand	1.209s
23:52:36 [2019-09-19T23:52:36.923Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:52:37 [2019-09-19T23:52:37.483Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint	0.988s
23:52:37 [2019-09-19T23:52:37.483Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix	0.080s
23:52:38 [2019-09-19T23:52:38.041Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:52:38 [2019-09-19T23:52:38.966Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt	1.025s
23:52:38 [2019-09-19T23:52:38.966Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper)
23:52:40 [2019-09-19T23:52:40.854Z] PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom	1.442s
23:52:42 [2019-09-19T23:52:42.217Z] PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault	1.204s
23:52:42 [2019-09-19T23:52:42.472Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:52:43 [2019-09-19T23:52:43.398Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault	1.053s
23:52:44 [2019-09-19T23:52:44.780Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory	1.390s
23:52:44 [2019-09-19T23:52:44.780Z] PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage	0.038s
23:52:44 [2019-09-19T23:52:44.780Z] PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt	0.065s
23:52:44 [2019-09-19T23:52:44.780Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper)
23:52:46 [2019-09-19T23:52:46.141Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64	0.898s
23:52:46 [2019-09-19T23:52:46.998Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile	35.803s
23:52:47 [2019-09-19T23:52:47.505Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields	0.879s
23:52:47 [2019-09-19T23:52:47.506Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType	0.136s
23:52:48 [2019-09-19T23:52:48.065Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:52:48 [2019-09-19T23:52:48.319Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint	0.728s
23:52:49 [2019-09-19T23:52:49.682Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer	0.667s
23:52:50 [2019-09-19T23:52:50.609Z] PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst	30.641s
23:52:51 [2019-09-19T23:52:51.168Z] PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin	1.821s
23:52:51 [2019-09-19T23:52:51.168Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS	0.012s
23:52:52 [2019-09-19T23:52:52.092Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer	0.625s
23:52:53 [2019-09-19T23:52:53.453Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus	1.355s
23:52:55 [2019-09-19T23:52:55.964Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound	1.709s
23:52:56 [2019-09-19T23:52:56.218Z] PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName	4.227s
23:52:56 [2019-09-19T23:52:56.472Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError	0.525s
23:52:57 [2019-09-19T23:52:57.396Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano	0.690s
23:52:58 [2019-09-19T23:52:58.321Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer	0.806s
23:52:59 [2019-09-19T23:52:59.244Z] PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked	1.341s
23:52:59 [2019-09-19T23:52:59.244Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage	0.633s
23:52:59 [2019-09-19T23:52:59.409Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir	8.876s
23:53:00 [2019-09-19T23:53:00.169Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue	0.741s
23:53:01 [2019-09-19T23:53:01.572Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer	0.654s
23:53:01 [2019-09-19T23:53:01.573Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject	0.040s
23:53:02 [2019-09-19T23:53:02.933Z] PASS: docker_cli_swarm_test.go:946: DockerSwarmSuite.TestDNSConfig	2.822s
23:53:04 [2019-09-19T23:53:04.295Z] PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid	2.870s
23:53:04 [2019-09-19T23:53:04.857Z] --- PASS: TestDockerNetworkMacvlan (29.99s)
23:53:04 [2019-09-19T23:53:04.857Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:321: [d7fd23c3356e7] waiting for daemon to start
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:339: [d7fd23c3356e7] daemon started
23:53:04 [2019-09-19T23:53:04.857Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:449: [d7fd23c3356e7] Stopping daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:288: [d7fd23c3356e7] exiting daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:436: [d7fd23c3356e7] Daemon stopped
23:53:04 [2019-09-19T23:53:04.857Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:321: [d3902c04c746e] waiting for daemon to start
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:339: [d3902c04c746e] daemon started
23:53:04 [2019-09-19T23:53:04.857Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:449: [d3902c04c746e] Stopping daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:288: [d3902c04c746e] exiting daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:436: [d3902c04c746e] Daemon stopped
23:53:04 [2019-09-19T23:53:04.857Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:321: [df9d287372fef] waiting for daemon to start
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:339: [df9d287372fef] daemon started
23:53:04 [2019-09-19T23:53:04.857Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.76s)
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:449: [df9d287372fef] Stopping daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:288: [df9d287372fef] exiting daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:436: [df9d287372fef] Daemon stopped
23:53:04 [2019-09-19T23:53:04.857Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:321: [d34c3f17d98f1] waiting for daemon to start
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:339: [d34c3f17d98f1] daemon started
23:53:04 [2019-09-19T23:53:04.857Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (3.90s)
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:449: [d34c3f17d98f1] Stopping daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:288: [d34c3f17d98f1] exiting daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:436: [d34c3f17d98f1] Daemon stopped
23:53:04 [2019-09-19T23:53:04.857Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:321: [d9fb698e333ef] waiting for daemon to start
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:339: [d9fb698e333ef] daemon started
23:53:04 [2019-09-19T23:53:04.857Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (16.49s)
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:449: [d9fb698e333ef] Stopping daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:288: [d9fb698e333ef] exiting daemon
23:53:04 [2019-09-19T23:53:04.857Z]     daemon.go:436: [d9fb698e333ef] Daemon stopped
23:53:04 [2019-09-19T23:53:04.857Z] PASS
23:53:04 [2019-09-19T23:53:04.857Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
23:53:04 [2019-09-19T23:53:04.857Z] testing: warning: no tests to run
23:53:04 [2019-09-19T23:53:04.857Z] PASS
23:53:04 [2019-09-19T23:53:04.857Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
23:53:05 [2019-09-19T23:53:05.112Z] INFO: Testing against a local daemon
23:53:05 [2019-09-19T23:53:05.112Z] === RUN   TestAuthZPluginAllowRequest
23:53:06 [2019-09-19T23:53:06.472Z] PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition	1.590s
23:53:06 [2019-09-19T23:53:06.727Z] PASS: docker_cli_swarm_test.go:973: DockerSwarmSuite.TestDNSConfigUpdate	3.104s
23:53:06 [2019-09-19T23:53:06.983Z] --- PASS: TestAuthZPluginAllowRequest (2.03s)
23:53:06 [2019-09-19T23:53:06.983Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowRequest
23:53:06 [2019-09-19T23:53:06.983Z]     daemon.go:321: [d07b97338b9d1] waiting for daemon to start
23:53:06 [2019-09-19T23:53:06.983Z]     daemon.go:339: [d07b97338b9d1] daemon started
23:53:06 [2019-09-19T23:53:06.983Z]     daemon.go:449: [d07b97338b9d1] Stopping daemon
23:53:06 [2019-09-19T23:53:06.983Z]     daemon.go:288: [d07b97338b9d1] exiting daemon
23:53:06 [2019-09-19T23:53:06.983Z]     daemon.go:436: [d07b97338b9d1] Daemon stopped
23:53:06 [2019-09-19T23:53:06.983Z] === RUN   TestAuthZPluginTLS
23:53:07 [2019-09-19T23:53:07.909Z] --- PASS: TestAuthZPluginTLS (0.61s)
23:53:07 [2019-09-19T23:53:07.909Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginTLS
23:53:07 [2019-09-19T23:53:07.909Z]     daemon.go:321: [ddd9aef496a92] waiting for daemon to start
23:53:07 [2019-09-19T23:53:07.909Z]     daemon.go:339: [ddd9aef496a92] daemon started
23:53:07 [2019-09-19T23:53:07.909Z]     daemon.go:449: [ddd9aef496a92] Stopping daemon
23:53:07 [2019-09-19T23:53:07.909Z]     daemon.go:288: [ddd9aef496a92] exiting daemon
23:53:07 [2019-09-19T23:53:07.909Z]     daemon.go:436: [ddd9aef496a92] Daemon stopped
23:53:07 [2019-09-19T23:53:07.909Z] === RUN   TestAuthZPluginDenyRequest
23:53:08 [2019-09-19T23:53:08.010Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs	8.482s
23:53:08 [2019-09-19T23:53:08.164Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
23:53:08 [2019-09-19T23:53:08.164Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyRequest
23:53:08 [2019-09-19T23:53:08.164Z]     daemon.go:321: [d27337eefad0d] waiting for daemon to start
23:53:08 [2019-09-19T23:53:08.164Z]     daemon.go:339: [d27337eefad0d] daemon started
23:53:08 [2019-09-19T23:53:08.164Z]     daemon.go:449: [d27337eefad0d] Stopping daemon
23:53:08 [2019-09-19T23:53:08.164Z]     daemon.go:288: [d27337eefad0d] exiting daemon
23:53:08 [2019-09-19T23:53:08.164Z]     daemon.go:436: [d27337eefad0d] Daemon stopped
23:53:08 [2019-09-19T23:53:08.164Z] === RUN   TestAuthZPluginAPIDenyResponse
23:53:08 [2019-09-19T23:53:08.419Z] PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs	1.750s
23:53:08 [2019-09-19T23:53:08.978Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s)
23:53:08 [2019-09-19T23:53:08.978Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAPIDenyResponse
23:53:08 [2019-09-19T23:53:08.978Z]     daemon.go:321: [d6c68214e6fa9] waiting for daemon to start
23:53:08 [2019-09-19T23:53:08.978Z]     daemon.go:339: [d6c68214e6fa9] daemon started
23:53:08 [2019-09-19T23:53:08.978Z]     daemon.go:449: [d6c68214e6fa9] Stopping daemon
23:53:08 [2019-09-19T23:53:08.978Z]     daemon.go:288: [d6c68214e6fa9] exiting daemon
23:53:08 [2019-09-19T23:53:08.978Z]     daemon.go:436: [d6c68214e6fa9] Daemon stopped
23:53:08 [2019-09-19T23:53:08.978Z] === RUN   TestAuthZPluginDenyResponse
23:53:08 [2019-09-19T23:53:08.978Z] PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile	0.583s
23:53:09 [2019-09-19T23:53:09.551Z] --- PASS: TestAuthZPluginDenyResponse (0.61s)
23:53:09 [2019-09-19T23:53:09.551Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyResponse
23:53:09 [2019-09-19T23:53:09.551Z]     daemon.go:321: [d2cacdb381794] waiting for daemon to start
23:53:09 [2019-09-19T23:53:09.551Z]     daemon.go:339: [d2cacdb381794] daemon started
23:53:09 [2019-09-19T23:53:09.551Z]     daemon.go:449: [d2cacdb381794] Stopping daemon
23:53:09 [2019-09-19T23:53:09.551Z]     daemon.go:288: [d2cacdb381794] exiting daemon
23:53:09 [2019-09-19T23:53:09.551Z]     daemon.go:436: [d2cacdb381794] Daemon stopped
23:53:09 [2019-09-19T23:53:09.551Z] === RUN   TestAuthZPluginAllowEventStream
23:53:10 [2019-09-19T23:53:10.912Z] PASS: docker_cli_swarm_test.go:1444: DockerSwarmSuite.TestExtraHosts	3.076s
23:53:11 [2019-09-19T23:53:11.472Z] --- PASS: TestAuthZPluginAllowEventStream (1.90s)
23:53:11 [2019-09-19T23:53:11.472Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowEventStream
23:53:11 [2019-09-19T23:53:11.472Z]     daemon.go:321: [d0f5dd5d90613] waiting for daemon to start
23:53:11 [2019-09-19T23:53:11.472Z]     daemon.go:339: [d0f5dd5d90613] daemon started
23:53:11 [2019-09-19T23:53:11.472Z]     daemon.go:449: [d0f5dd5d90613] Stopping daemon
23:53:11 [2019-09-19T23:53:11.472Z]     daemon.go:288: [d0f5dd5d90613] exiting daemon
23:53:11 [2019-09-19T23:53:11.472Z]     daemon.go:436: [d0f5dd5d90613] Daemon stopped
23:53:11 [2019-09-19T23:53:11.472Z] === RUN   TestAuthZPluginErrorResponse
23:53:11 [2019-09-19T23:53:11.726Z] PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject	1.930s
23:53:11 [2019-09-19T23:53:11.981Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
23:53:11 [2019-09-19T23:53:11.981Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorResponse
23:53:11 [2019-09-19T23:53:11.981Z]     daemon.go:321: [d575418375b47] waiting for daemon to start
23:53:11 [2019-09-19T23:53:11.981Z]     daemon.go:339: [d575418375b47] daemon started
23:53:11 [2019-09-19T23:53:11.981Z]     daemon.go:449: [d575418375b47] Stopping daemon
23:53:11 [2019-09-19T23:53:11.981Z]     daemon.go:288: [d575418375b47] exiting daemon
23:53:11 [2019-09-19T23:53:11.981Z]     daemon.go:436: [d575418375b47] Daemon stopped
23:53:11 [2019-09-19T23:53:11.981Z] === RUN   TestAuthZPluginErrorRequest
23:53:12 [2019-09-19T23:53:12.542Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
23:53:12 [2019-09-19T23:53:12.542Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorRequest
23:53:12 [2019-09-19T23:53:12.542Z]     daemon.go:321: [d40c3ddb59b83] waiting for daemon to start
23:53:12 [2019-09-19T23:53:12.542Z]     daemon.go:339: [d40c3ddb59b83] daemon started
23:53:12 [2019-09-19T23:53:12.542Z]     daemon.go:449: [d40c3ddb59b83] Stopping daemon
23:53:12 [2019-09-19T23:53:12.542Z]     daemon.go:288: [d40c3ddb59b83] exiting daemon
23:53:12 [2019-09-19T23:53:12.542Z]     daemon.go:436: [d40c3ddb59b83] Daemon stopped
23:53:12 [2019-09-19T23:53:12.542Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:53:13 [2019-09-19T23:53:13.102Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
23:53:13 [2019-09-19T23:53:13.102Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:53:13 [2019-09-19T23:53:13.102Z]     daemon.go:321: [d9aeff6f6ec02] waiting for daemon to start
23:53:13 [2019-09-19T23:53:13.102Z]     daemon.go:339: [d9aeff6f6ec02] daemon started
23:53:13 [2019-09-19T23:53:13.102Z]     daemon.go:449: [d9aeff6f6ec02] Stopping daemon
23:53:13 [2019-09-19T23:53:13.102Z]     daemon.go:288: [d9aeff6f6ec02] exiting daemon
23:53:13 [2019-09-19T23:53:13.102Z]     daemon.go:436: [d9aeff6f6ec02] Daemon stopped
23:53:13 [2019-09-19T23:53:13.102Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:53:14 [2019-09-19T23:53:14.027Z] PASS: docker_cli_swarm_test.go:1638: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames	2.106s
23:53:14 [2019-09-19T23:53:14.954Z] PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted	2.372s
23:53:15 [2019-09-19T23:53:15.209Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.29s)
23:53:15 [2019-09-19T23:53:15.209Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureLoadImportWorking
23:53:15 [2019-09-19T23:53:15.209Z]     daemon.go:321: [d5494f6e0e766] waiting for daemon to start
23:53:15 [2019-09-19T23:53:15.209Z]     daemon.go:339: [d5494f6e0e766] daemon started
23:53:15 [2019-09-19T23:53:15.209Z]     daemon.go:449: [d5494f6e0e766] Stopping daemon
23:53:15 [2019-09-19T23:53:15.209Z]     daemon.go:288: [d5494f6e0e766] exiting daemon
23:53:15 [2019-09-19T23:53:15.209Z]     daemon.go:436: [d5494f6e0e766] Daemon stopped
23:53:15 [2019-09-19T23:53:15.209Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:53:17 [2019-09-19T23:53:17.720Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.35s)
23:53:17 [2019-09-19T23:53:17.720Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthzPluginEnsureContainerCopyToFrom
23:53:17 [2019-09-19T23:53:17.720Z]     daemon.go:321: [d4a4de087df90] waiting for daemon to start
23:53:17 [2019-09-19T23:53:17.720Z]     daemon.go:339: [d4a4de087df90] daemon started
23:53:17 [2019-09-19T23:53:17.720Z]     daemon.go:449: [d4a4de087df90] Stopping daemon
23:53:17 [2019-09-19T23:53:17.720Z]     daemon.go:288: [d4a4de087df90] exiting daemon
23:53:17 [2019-09-19T23:53:17.720Z]     daemon.go:436: [d4a4de087df90] Daemon stopped
23:53:17 [2019-09-19T23:53:17.720Z] === RUN   TestAuthZPluginHeader
23:53:17 [2019-09-19T23:53:17.975Z] PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped	2.327s
23:53:17 [2019-09-19T23:53:17.975Z] PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget	0.055s
23:53:18 [2019-09-19T23:53:18.534Z] --- PASS: TestAuthZPluginHeader (0.86s)
23:53:18 [2019-09-19T23:53:18.534Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginHeader
23:53:18 [2019-09-19T23:53:18.534Z]     daemon.go:321: [d1ba580bb8a65] waiting for daemon to start
23:53:18 [2019-09-19T23:53:18.534Z]     daemon.go:339: [d1ba580bb8a65] daemon started
23:53:18 [2019-09-19T23:53:18.534Z]     daemon.go:449: [d1ba580bb8a65] Stopping daemon
23:53:18 [2019-09-19T23:53:18.534Z]     daemon.go:288: [d1ba580bb8a65] exiting daemon
23:53:18 [2019-09-19T23:53:18.534Z]     daemon.go:436: [d1ba580bb8a65] Daemon stopped
23:53:18 [2019-09-19T23:53:18.534Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:53:20 [2019-09-19T23:53:20.418Z] PASS: docker_cli_swarm_test.go:395: DockerSwarmSuite.TestOverlayAttachable	4.999s
23:53:20 [2019-09-19T23:53:20.977Z] PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName	2.387s
23:53:21 [2019-09-19T23:53:21.537Z] PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer	0.378s
23:53:22 [2019-09-19T23:53:22.897Z] PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail	0.782s
23:53:23 [2019-09-19T23:53:23.823Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.15s)
23:53:23 [2019-09-19T23:53:23.823Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2AllowNonVolumeRequest
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:321: [d31ca807f4ef4] waiting for daemon to start
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:339: [d31ca807f4ef4] daemon started
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:449: [d31ca807f4ef4] Stopping daemon
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:288: [d31ca807f4ef4] exiting daemon
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:436: [d31ca807f4ef4] Daemon stopped
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:321: [d31ca807f4ef4] waiting for daemon to start
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:339: [d31ca807f4ef4] daemon started
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:449: [d31ca807f4ef4] Stopping daemon
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:288: [d31ca807f4ef4] exiting daemon
23:53:23 [2019-09-19T23:53:23.823Z]     daemon.go:436: [d31ca807f4ef4] Daemon stopped
23:53:23 [2019-09-19T23:53:23.823Z] === RUN   TestAuthZPluginV2Disable
23:53:25 [2019-09-19T23:53:25.399Z] --- PASS: TestImportExtremelyLargeImageWorks (312.00s)
23:53:25 [2019-09-19T23:53:25.400Z]     import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:321: [db860ef578377] waiting for daemon to start
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:339: [db860ef578377] daemon started
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:449: [db860ef578377] Stopping daemon
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:288: [db860ef578377] exiting daemon
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:436: [db860ef578377] Daemon stopped
23:53:25 [2019-09-19T23:53:25.400Z] PASS
23:53:25 [2019-09-19T23:53:25.400Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m  
23:53:25 [2019-09-19T23:53:25.400Z] INFO: Testing against a local daemon
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestNetworkCreateDelete
23:53:25 [2019-09-19T23:53:25.400Z] --- PASS: TestNetworkCreateDelete (0.23s)
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestDockerNetworkDeletePreferID
23:53:25 [2019-09-19T23:53:25.400Z] --- PASS: TestDockerNetworkDeletePreferID (0.60s)
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestInspectNetwork
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestInspectNetwork/full_network_id
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestInspectNetwork/partial_network_id
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestInspectNetwork/network_name
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:53:25 [2019-09-19T23:53:25.400Z] --- PASS: TestInspectNetwork (7.63s)
23:53:25 [2019-09-19T23:53:25.400Z]     inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:321: [de2fa16a11383] waiting for daemon to start
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:339: [de2fa16a11383] daemon started
23:53:25 [2019-09-19T23:53:25.400Z]     --- PASS: TestInspectNetwork/full_network_id (0.01s)
23:53:25 [2019-09-19T23:53:25.400Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:53:25 [2019-09-19T23:53:25.400Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:53:25 [2019-09-19T23:53:25.400Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:449: [de2fa16a11383] Stopping daemon
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:288: [de2fa16a11383] exiting daemon
23:53:25 [2019-09-19T23:53:25.400Z]     daemon.go:436: [de2fa16a11383] Daemon stopped
23:53:25 [2019-09-19T23:53:25.400Z] === RUN   TestRunContainerWithBridgeNone
23:53:26 [2019-09-19T23:53:26.415Z] --- PASS: TestRunContainerWithBridgeNone (2.85s)
23:53:26 [2019-09-19T23:53:26.415Z]     network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone
23:53:26 [2019-09-19T23:53:26.415Z]     daemon.go:321: [dd388d5231943] waiting for daemon to start
23:53:26 [2019-09-19T23:53:26.415Z]     daemon.go:339: [dd388d5231943] daemon started
23:53:26 [2019-09-19T23:53:26.415Z]     daemon.go:449: [dd388d5231943] Stopping daemon
23:53:26 [2019-09-19T23:53:26.415Z]     daemon.go:288: [dd388d5231943] exiting daemon
23:53:26 [2019-09-19T23:53:26.415Z]     daemon.go:436: [dd388d5231943] Daemon stopped
23:53:26 [2019-09-19T23:53:26.415Z] === RUN   TestNetworkInvalidJSON
23:53:26 [2019-09-19T23:53:26.415Z] === RUN   TestNetworkInvalidJSON//networks/create
23:53:26 [2019-09-19T23:53:26.415Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:53:26 [2019-09-19T23:53:26.415Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:53:26 [2019-09-19T23:53:26.415Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:53:26 [2019-09-19T23:53:26.415Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:53:26 [2019-09-19T23:53:26.415Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:53:26 [2019-09-19T23:53:26.415Z] === CONT  TestNetworkInvalidJSON//networks/create
23:53:26 [2019-09-19T23:53:26.415Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:53:26 [2019-09-19T23:53:26.415Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:53:26 [2019-09-19T23:53:26.415Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:53:26 [2019-09-19T23:53:26.415Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:53:26 [2019-09-19T23:53:26.415Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:53:26 [2019-09-19T23:53:26.415Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:53:26 [2019-09-19T23:53:26.416Z] === RUN   TestDaemonRestartWithLiveRestore
23:53:27 [2019-09-19T23:53:27.081Z] PASS: docker_cli_swarm_test.go:417: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave	6.345s
23:53:27 [2019-09-19T23:53:27.433Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
23:53:27 [2019-09-19T23:53:27.433Z]     service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:321: [d78821e35f732] waiting for daemon to start
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:339: [d78821e35f732] daemon started
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:449: [d78821e35f732] Stopping daemon
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:288: [d78821e35f732] exiting daemon
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:436: [d78821e35f732] Daemon stopped
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:321: [d78821e35f732] waiting for daemon to start
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:339: [d78821e35f732] daemon started
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:449: [d78821e35f732] Stopping daemon
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:288: [d78821e35f732] exiting daemon
23:53:27 [2019-09-19T23:53:27.433Z]     daemon.go:436: [d78821e35f732] Daemon stopped
23:53:27 [2019-09-19T23:53:27.433Z] === RUN   TestDaemonDefaultNetworkPools
23:53:27 [2019-09-19T23:53:27.642Z] --- PASS: TestAuthZPluginV2Disable (3.86s)
23:53:27 [2019-09-19T23:53:27.642Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2Disable
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:321: [ddecba21a73e9] waiting for daemon to start
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:339: [ddecba21a73e9] daemon started
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:449: [ddecba21a73e9] Stopping daemon
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:288: [ddecba21a73e9] exiting daemon
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:436: [ddecba21a73e9] Daemon stopped
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:321: [ddecba21a73e9] waiting for daemon to start
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:339: [ddecba21a73e9] daemon started
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:449: [ddecba21a73e9] Stopping daemon
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:288: [ddecba21a73e9] exiting daemon
23:53:27 [2019-09-19T23:53:27.642Z]     daemon.go:436: [ddecba21a73e9] Daemon stopped
23:53:27 [2019-09-19T23:53:27.642Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:53:28 [2019-09-19T23:53:28.050Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s)
23:53:28 [2019-09-19T23:53:28.050Z]     service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools
23:53:28 [2019-09-19T23:53:28.050Z]     daemon.go:321: [d97caf1d28e9e] waiting for daemon to start
23:53:28 [2019-09-19T23:53:28.050Z]     daemon.go:339: [d97caf1d28e9e] daemon started
23:53:28 [2019-09-19T23:53:28.050Z]     daemon.go:449: [d97caf1d28e9e] Stopping daemon
23:53:28 [2019-09-19T23:53:28.050Z]     daemon.go:288: [d97caf1d28e9e] exiting daemon
23:53:28 [2019-09-19T23:53:28.050Z]     daemon.go:436: [d97caf1d28e9e] Daemon stopped
23:53:28 [2019-09-19T23:53:28.050Z] === RUN   TestDaemonRestartWithExistingNetwork
23:53:29 [2019-09-19T23:53:29.525Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s)
23:53:29 [2019-09-19T23:53:29.525Z]     service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:321: [d092c0ecae2c5] waiting for daemon to start
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:339: [d092c0ecae2c5] daemon started
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:449: [d092c0ecae2c5] Stopping daemon
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:288: [d092c0ecae2c5] exiting daemon
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:436: [d092c0ecae2c5] Daemon stopped
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:321: [d092c0ecae2c5] waiting for daemon to start
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:339: [d092c0ecae2c5] daemon started
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:449: [d092c0ecae2c5] Stopping daemon
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:288: [d092c0ecae2c5] exiting daemon
23:53:29 [2019-09-19T23:53:29.525Z]     daemon.go:436: [d092c0ecae2c5] Daemon stopped
23:53:29 [2019-09-19T23:53:29.525Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:53:31 [2019-09-19T23:53:31.001Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.41s)
23:53:31 [2019-09-19T23:53:31.001Z]     service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:321: [d82a5a7c67c65] waiting for daemon to start
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:339: [d82a5a7c67c65] daemon started
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:449: [d82a5a7c67c65] Stopping daemon
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:288: [d82a5a7c67c65] exiting daemon
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:436: [d82a5a7c67c65] Daemon stopped
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:321: [d82a5a7c67c65] waiting for daemon to start
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:339: [d82a5a7c67c65] daemon started
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:449: [d82a5a7c67c65] Stopping daemon
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:288: [d82a5a7c67c65] exiting daemon
23:53:31 [2019-09-19T23:53:31.001Z]     daemon.go:436: [d82a5a7c67c65] Daemon stopped
23:53:31 [2019-09-19T23:53:31.001Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:53:31 [2019-09-19T23:53:31.286Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
23:53:31 [2019-09-19T23:53:31.286Z]     service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool
23:53:31 [2019-09-19T23:53:31.286Z]     daemon.go:321: [da9500691b3c8] waiting for daemon to start
23:53:31 [2019-09-19T23:53:31.286Z]     daemon.go:339: [da9500691b3c8] daemon started
23:53:31 [2019-09-19T23:53:31.286Z]     daemon.go:449: [da9500691b3c8] Stopping daemon
23:53:31 [2019-09-19T23:53:31.286Z]     daemon.go:288: [da9500691b3c8] exiting daemon
23:53:31 [2019-09-19T23:53:31.286Z]     daemon.go:436: [da9500691b3c8] Daemon stopped
23:53:31 [2019-09-19T23:53:31.286Z] === RUN   TestServiceWithPredefinedNetwork
23:53:31 [2019-09-19T23:53:31.798Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.61s)
23:53:31 [2019-09-19T23:53:31.798Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2RejectVolumeRequests
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:321: [d6896700c9ade] waiting for daemon to start
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:339: [d6896700c9ade] daemon started
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:449: [d6896700c9ade] Stopping daemon
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:288: [d6896700c9ade] exiting daemon
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:436: [d6896700c9ade] Daemon stopped
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:321: [d6896700c9ade] waiting for daemon to start
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:339: [d6896700c9ade] daemon started
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:449: [d6896700c9ade] Stopping daemon
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:288: [d6896700c9ade] exiting daemon
23:53:31 [2019-09-19T23:53:31.798Z]     daemon.go:436: [d6896700c9ade] Daemon stopped
23:53:31 [2019-09-19T23:53:31.798Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:53:33 [2019-09-19T23:53:33.970Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
23:53:33 [2019-09-19T23:53:33.970Z]     service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork
23:53:33 [2019-09-19T23:53:33.970Z]     daemon.go:321: [df84ac018c1f8] waiting for daemon to start
23:53:33 [2019-09-19T23:53:33.970Z]     daemon.go:339: [df84ac018c1f8] daemon started
23:53:33 [2019-09-19T23:53:33.970Z]     daemon.go:449: [df84ac018c1f8] Stopping daemon
23:53:33 [2019-09-19T23:53:33.970Z]     daemon.go:288: [df84ac018c1f8] exiting daemon
23:53:33 [2019-09-19T23:53:33.970Z]     daemon.go:436: [df84ac018c1f8] Daemon stopped
23:53:33 [2019-09-19T23:53:33.970Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:53:33 [2019-09-19T23:53:33.970Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:53:33 [2019-09-19T23:53:33.970Z]     service_test.go:230: FLAKY_TEST
23:53:33 [2019-09-19T23:53:33.970Z] === RUN   TestServiceWithDataPathPortInit
23:53:38 [2019-09-19T23:53:38.362Z] --- PASS: TestServiceWithDataPathPortInit (4.57s)
23:53:38 [2019-09-19T23:53:38.362Z]     service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:321: [da126c12579c5] waiting for daemon to start
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:339: [da126c12579c5] daemon started
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:449: [da126c12579c5] Stopping daemon
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:288: [da126c12579c5] exiting daemon
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:436: [da126c12579c5] Daemon stopped
23:53:38 [2019-09-19T23:53:38.362Z]     service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:321: [d3ec05fd15b8a] waiting for daemon to start
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:339: [d3ec05fd15b8a] daemon started
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:449: [d3ec05fd15b8a] Stopping daemon
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:288: [d3ec05fd15b8a] exiting daemon
23:53:38 [2019-09-19T23:53:38.362Z]     daemon.go:436: [d3ec05fd15b8a] Daemon stopped
23:53:38 [2019-09-19T23:53:38.362Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:53:39 [2019-09-19T23:53:39.872Z] PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers	16.140s
23:53:41 [2019-09-19T23:53:41.761Z] PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename	2.686s
23:53:41 [2019-09-19T23:53:41.761Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.69s)
23:53:41 [2019-09-19T23:53:41.761Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2BadManifestFailsDaemonStart
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:321: [db78734779aea] waiting for daemon to start
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:339: [db78734779aea] daemon started
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:449: [db78734779aea] Stopping daemon
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:288: [db78734779aea] exiting daemon
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:436: [db78734779aea] Daemon stopped
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:321: [db78734779aea] waiting for daemon to start
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:331: [db78734779aea] error pinging daemon on start: Get http://db78734779aea.sock/_ping: read unix @->/tmp/docker-integration/db78734779aea.sock: read: connection reset by peer
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:321: [db78734779aea] waiting for daemon to start
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:331: [db78734779aea] error pinging daemon on start: Get http://db78734779aea.sock/_ping: dial unix /tmp/docker-integration/db78734779aea.sock: connect: connection refused
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:321: [db78734779aea] waiting for daemon to start
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:288: [db78734779aea] exiting daemon
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:321: [db78734779aea] waiting for daemon to start
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:339: [db78734779aea] daemon started
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:449: [db78734779aea] Stopping daemon
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:288: [db78734779aea] exiting daemon
23:53:41 [2019-09-19T23:53:41.761Z]     daemon.go:436: [db78734779aea] Daemon stopped
23:53:41 [2019-09-19T23:53:41.761Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:53:43 [2019-09-19T23:53:43.650Z] PASS: docker_cli_exec_test.go:372: DockerSuite.TestLinksPingLinkedContainersOnRename	1.587s
23:53:43 [2019-09-19T23:53:43.859Z] --- PASS: TestServiceWithDefaultAddressPoolInit (4.89s)
23:53:43 [2019-09-19T23:53:43.859Z]     service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:321: [d0a43186a710d] waiting for daemon to start
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:339: [d0a43186a710d] daemon started
23:53:43 [2019-09-19T23:53:43.859Z]     service_test.go:423: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:saanvisthiraTestServiceWithDefaultAddressPoolInit ID:mdklsfjao1b7sy5r58tpi53v2 Created:2019-09-19 23:53:39.103767596 +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:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:449: [d0a43186a710d] Stopping daemon
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:288: [d0a43186a710d] exiting daemon
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:436: [d0a43186a710d] Daemon stopped
23:53:43 [2019-09-19T23:53:43.859Z]     service_test.go:436: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:321: [db27256ee6436] waiting for daemon to start
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:339: [db27256ee6436] daemon started
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:449: [db27256ee6436] Stopping daemon
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:288: [db27256ee6436] exiting daemon
23:53:43 [2019-09-19T23:53:43.859Z]     daemon.go:436: [db27256ee6436] Daemon stopped
23:53:43 [2019-09-19T23:53:43.859Z] PASS
23:53:43 [2019-09-19T23:53:43.859Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m  
23:53:43 [2019-09-19T23:53:43.859Z] INFO: Testing against a local daemon
23:53:43 [2019-09-19T23:53:43.859Z] === RUN   TestDockerNetworkIpvlanPersistance
23:53:44 [2019-09-19T23:53:44.573Z] PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers	0.920s
23:53:44 [2019-09-19T23:53:44.870Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.51s)
23:53:44 [2019-09-19T23:53:44.870Z]     ipvlan_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:321: [d781a1f845eed] waiting for daemon to start
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:339: [d781a1f845eed] daemon started
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:449: [d781a1f845eed] Stopping daemon
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:288: [d781a1f845eed] exiting daemon
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:436: [d781a1f845eed] Daemon stopped
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:321: [d781a1f845eed] waiting for daemon to start
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:339: [d781a1f845eed] daemon started
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:449: [d781a1f845eed] Stopping daemon
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:288: [d781a1f845eed] exiting daemon
23:53:44 [2019-09-19T23:53:44.870Z]     daemon.go:436: [d781a1f845eed] Daemon stopped
23:53:44 [2019-09-19T23:53:44.870Z] === RUN   TestDockerNetworkIpvlan
23:53:45 [2019-09-19T23:53:45.486Z] === RUN   TestDockerNetworkIpvlan/Subinterface
23:53:46 [2019-09-19T23:53:46.503Z] === RUN   TestDockerNetworkIpvlan/OverlapParent
23:53:47 [2019-09-19T23:53:47.080Z] PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart	2.200s
23:53:47 [2019-09-19T23:53:47.335Z] PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail	0.011s
23:53:47 [2019-09-19T23:53:47.522Z] === RUN   TestDockerNetworkIpvlan/L2NilParent
23:53:47 [2019-09-19T23:53:47.589Z] PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer	0.385s
23:53:47 [2019-09-19T23:53:47.589Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY	0.024s
23:53:47 [2019-09-19T23:53:47.589Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound	0.001s
23:53:48 [2019-09-19T23:53:48.512Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput	0.622s
23:53:49 [2019-09-19T23:53:49.435Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr	0.624s
23:53:50 [2019-09-19T23:53:50.203Z] === RUN   TestDockerNetworkIpvlan/L2InternalMode
23:53:53 [2019-09-19T23:53:53.588Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil	3.860s
23:53:53 [2019-09-19T23:53:53.588Z] PASS: docker_cli_swarm_test.go:443: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure	26.052s
23:53:53 [2019-09-19T23:53:53.661Z] === RUN   TestDockerNetworkIpvlan/L3NilParent
23:53:54 [2019-09-19T23:53:54.147Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue	0.907s
23:53:58 [2019-09-19T23:53:58.303Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.45s)
23:53:58 [2019-09-19T23:53:58.303Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2NonexistentFailsDaemonStart
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:339: [dc60d11440ce6] daemon started
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:449: [dc60d11440ce6] Stopping daemon
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:288: [dc60d11440ce6] exiting daemon
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:436: [dc60d11440ce6] Daemon stopped
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: context deadline exceeded
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: read unix @->/tmp/docker-integration/dc60d11440ce6.sock: read: connection reset by peer
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:331: [dc60d11440ce6] error pinging daemon on start: Get http://dc60d11440ce6.sock/_ping: dial unix /tmp/docker-integration/dc60d11440ce6.sock: connect: connection refused
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:288: [dc60d11440ce6] exiting daemon
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:321: [dc60d11440ce6] waiting for daemon to start
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:339: [dc60d11440ce6] daemon started
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:449: [dc60d11440ce6] Stopping daemon
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:288: [dc60d11440ce6] exiting daemon
23:53:58 [2019-09-19T23:53:58.303Z]     daemon.go:436: [dc60d11440ce6] Daemon stopped
23:53:58 [2019-09-19T23:53:58.303Z] PASS
23:53:58 [2019-09-19T23:53:58.303Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
23:53:58 [2019-09-19T23:53:58.303Z] INFO: Testing against a local daemon
23:53:58 [2019-09-19T23:53:58.303Z] === RUN   TestPluginInvalidJSON
23:53:58 [2019-09-19T23:53:58.303Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:53:58 [2019-09-19T23:53:58.303Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:53:58 [2019-09-19T23:53:58.303Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:53:58 [2019-09-19T23:53:58.303Z] --- PASS: TestPluginInvalidJSON (0.02s)
23:53:58 [2019-09-19T23:53:58.303Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:53:58 [2019-09-19T23:53:58.303Z] PASS
23:53:58 [2019-09-19T23:53:58.303Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
23:53:58 [2019-09-19T23:53:58.558Z] INFO: Testing against a local daemon
23:53:58 [2019-09-19T23:53:58.558Z] === RUN   TestExternalGraphDriver
23:53:58 [2019-09-19T23:53:58.558Z] === RUN   TestExternalGraphDriver/json
23:53:59 [2019-09-19T23:53:59.117Z] PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow	4.669s
23:54:00 [2019-09-19T23:54:00.479Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout	0.707s
23:54:00 [2019-09-19T23:54:00.479Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound	0.022s
23:54:00 [2019-09-19T23:54:00.734Z] === RUN   TestExternalGraphDriver/spec
23:54:01 [2019-09-19T23:54:01.657Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage	1.352s
23:54:03 [2019-09-19T23:54:03.016Z] === RUN   TestExternalGraphDriver/pull
23:54:03 [2019-09-19T23:54:03.016Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage	1.383s
23:54:04 [2019-09-19T23:54:04.376Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage	1.478s
23:54:04 [2019-09-19T23:54:04.630Z] PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork	10.916s
23:54:04 [2019-09-19T23:54:04.885Z] --- PASS: TestExternalGraphDriver (6.50s)
23:54:04 [2019-09-19T23:54:04.885Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExternalGraphDriver
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:321: [dd0c542cb31fe] waiting for daemon to start
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:339: [dd0c542cb31fe] daemon started
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:449: [dd0c542cb31fe] Stopping daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:288: [dd0c542cb31fe] exiting daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:436: [dd0c542cb31fe] Daemon stopped
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:321: [dd0c542cb31fe] waiting for daemon to start
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:339: [dd0c542cb31fe] daemon started
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:449: [dd0c542cb31fe] Stopping daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:288: [dd0c542cb31fe] exiting daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:436: [dd0c542cb31fe] Daemon stopped
23:54:04 [2019-09-19T23:54:04.885Z]     --- PASS: TestExternalGraphDriver/json (2.25s)
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:321: [dd0c542cb31fe] waiting for daemon to start
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:339: [dd0c542cb31fe] daemon started
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:449: [dd0c542cb31fe] Stopping daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:288: [dd0c542cb31fe] exiting daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:436: [dd0c542cb31fe] Daemon stopped
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:321: [dd0c542cb31fe] waiting for daemon to start
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:339: [dd0c542cb31fe] daemon started
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:449: [dd0c542cb31fe] Stopping daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:288: [dd0c542cb31fe] exiting daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:436: [dd0c542cb31fe] Daemon stopped
23:54:04 [2019-09-19T23:54:04.885Z]     --- PASS: TestExternalGraphDriver/spec (2.10s)
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:321: [dd0c542cb31fe] waiting for daemon to start
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:339: [dd0c542cb31fe] daemon started
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:449: [dd0c542cb31fe] Stopping daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:288: [dd0c542cb31fe] exiting daemon
23:54:04 [2019-09-19T23:54:04.885Z]     daemon.go:436: [dd0c542cb31fe] Daemon stopped
23:54:04 [2019-09-19T23:54:04.885Z]     --- PASS: TestExternalGraphDriver/pull (2.03s)
23:54:04 [2019-09-19T23:54:04.885Z] === RUN   TestGraphdriverPluginV2
23:54:05 [2019-09-19T23:54:05.808Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput	1.130s
23:54:07 [2019-09-19T23:54:07.169Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout	0.983s
23:54:09 [2019-09-19T23:54:09.686Z] PASS: docker_cli_swarm_test.go:598: DockerSwarmSuite.TestPsListContainersFilterIsTask	3.785s
23:54:10 [2019-09-19T23:54:10.246Z] --- PASS: TestGraphdriverPluginV2 (5.37s)
23:54:10 [2019-09-19T23:54:10.246Z]     external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestGraphdriverPluginV2
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:321: [d16c91a033494] waiting for daemon to start
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:339: [d16c91a033494] daemon started
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:449: [d16c91a033494] Stopping daemon
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:288: [d16c91a033494] exiting daemon
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:436: [d16c91a033494] Daemon stopped
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:321: [d16c91a033494] waiting for daemon to start
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:339: [d16c91a033494] daemon started
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:449: [d16c91a033494] Stopping daemon
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:288: [d16c91a033494] exiting daemon
23:54:10 [2019-09-19T23:54:10.246Z]     daemon.go:436: [d16c91a033494] Daemon stopped
23:54:10 [2019-09-19T23:54:10.246Z] PASS
23:54:10 [2019-09-19T23:54:10.246Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
23:54:10 [2019-09-19T23:54:10.542Z] PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer	3.213s
23:54:10 [2019-09-19T23:54:10.542Z] INFO: Testing against a local daemon
23:54:10 [2019-09-19T23:54:10.542Z] === RUN   TestContinueAfterPluginCrash
23:54:10 [2019-09-19T23:54:10.542Z] === PAUSE TestContinueAfterPluginCrash
23:54:10 [2019-09-19T23:54:10.542Z] === RUN   TestDaemonStartWithLogOpt
23:54:10 [2019-09-19T23:54:10.542Z] === PAUSE TestDaemonStartWithLogOpt
23:54:10 [2019-09-19T23:54:10.542Z] === CONT  TestContinueAfterPluginCrash
23:54:10 [2019-09-19T23:54:10.542Z] === CONT  TestDaemonStartWithLogOpt
23:54:11 [2019-09-19T23:54:11.471Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped	1.099s
23:54:12 [2019-09-19T23:54:12.105Z] === RUN   TestDockerNetworkIpvlan/L3InternalMode
23:54:12 [2019-09-19T23:54:12.830Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr	1.109s
23:54:20 [2019-09-19T23:54:20.901Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince	7.278s
23:54:23 [2019-09-19T23:54:23.410Z] PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs	3.243s
23:54:23 [2019-09-19T23:54:23.705Z] --- PASS: TestDaemonStartWithLogOpt (13.23s)
23:54:23 [2019-09-19T23:54:23.705Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonStartWithLogOpt
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:321: [d2cf127e36a30] waiting for daemon to start
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:339: [d2cf127e36a30] daemon started
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:449: [d2cf127e36a30] Stopping daemon
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:288: [d2cf127e36a30] exiting daemon
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:436: [d2cf127e36a30] Daemon stopped
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:321: [d2cf127e36a30] waiting for daemon to start
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:339: [d2cf127e36a30] daemon started
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:449: [d2cf127e36a30] Stopping daemon
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:288: [d2cf127e36a30] exiting daemon
23:54:23 [2019-09-19T23:54:23.705Z]     daemon.go:436: [d2cf127e36a30] Daemon stopped
23:54:26 [2019-09-19T23:54:26.212Z] PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow	5.909s
23:54:26 [2019-09-19T23:54:26.467Z] PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume	2.375s
23:54:26 [2019-09-19T23:54:26.721Z] PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout	0.803s
23:54:27 [2019-09-19T23:54:27.644Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail	0.932s
23:54:29 [2019-09-19T23:54:29.004Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps	0.990s
23:54:29 [2019-09-19T23:54:29.004Z] --- PASS: TestContinueAfterPluginCrash (18.40s)
23:54:29 [2019-09-19T23:54:29.004Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContinueAfterPluginCrash
23:54:29 [2019-09-19T23:54:29.004Z]     daemon.go:321: [d908a93b77c23] waiting for daemon to start
23:54:29 [2019-09-19T23:54:29.004Z]     daemon.go:339: [d908a93b77c23] daemon started
23:54:29 [2019-09-19T23:54:29.004Z]     daemon.go:449: [d908a93b77c23] Stopping daemon
23:54:29 [2019-09-19T23:54:29.004Z]     daemon.go:288: [d908a93b77c23] exiting daemon
23:54:29 [2019-09-19T23:54:29.004Z]     daemon.go:436: [d908a93b77c23] Daemon stopped
23:54:29 [2019-09-19T23:54:29.004Z] PASS
23:54:29 [2019-09-19T23:54:29.004Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
23:54:29 [2019-09-19T23:54:29.004Z] INFO: Testing against a local daemon
23:54:29 [2019-09-19T23:54:29.004Z] === RUN   TestPluginWithDevMounts
23:54:29 [2019-09-19T23:54:29.004Z] === PAUSE TestPluginWithDevMounts
23:54:29 [2019-09-19T23:54:29.004Z] === CONT  TestPluginWithDevMounts
23:54:29 [2019-09-19T23:54:29.928Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails	0.968s
23:54:30 [2019-09-19T23:54:30.225Z] PASS: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc	0.466s
23:54:30 [2019-09-19T23:54:30.539Z] === RUN   TestDockerNetworkIpvlan/L2MultiSubnet
23:54:31 [2019-09-19T23:54:31.150Z] PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice	3.639s
23:54:31 [2019-09-19T23:54:31.150Z] PASS: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys	0.935s
23:54:31 [2019-09-19T23:54:31.405Z] --- PASS: TestPluginWithDevMounts (2.35s)
23:54:31 [2019-09-19T23:54:31.405Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestPluginWithDevMounts
23:54:31 [2019-09-19T23:54:31.405Z]     daemon.go:321: [d9530f2c9abf7] waiting for daemon to start
23:54:31 [2019-09-19T23:54:31.405Z]     daemon.go:339: [d9530f2c9abf7] daemon started
23:54:31 [2019-09-19T23:54:31.405Z]     daemon.go:449: [d9530f2c9abf7] Stopping daemon
23:54:31 [2019-09-19T23:54:31.405Z]     daemon.go:288: [d9530f2c9abf7] exiting daemon
23:54:31 [2019-09-19T23:54:31.405Z]     daemon.go:436: [d9530f2c9abf7] Daemon stopped
23:54:31 [2019-09-19T23:54:31.405Z] PASS
23:54:31 [2019-09-19T23:54:31.405Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
23:54:31 [2019-09-19T23:54:31.660Z] INFO: Testing against a local daemon
23:54:31 [2019-09-19T23:54:31.660Z] === RUN   TestSecretInspect
23:54:34 [2019-09-19T23:54:34.170Z] --- PASS: TestSecretInspect (2.22s)
23:54:34 [2019-09-19T23:54:34.170Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretInspect
23:54:34 [2019-09-19T23:54:34.170Z]     daemon.go:321: [dc02450948eb0] waiting for daemon to start
23:54:34 [2019-09-19T23:54:34.170Z]     daemon.go:339: [dc02450948eb0] daemon started
23:54:34 [2019-09-19T23:54:34.170Z]     daemon.go:449: [dc02450948eb0] Stopping daemon
23:54:34 [2019-09-19T23:54:34.170Z]     daemon.go:288: [dc02450948eb0] exiting daemon
23:54:34 [2019-09-19T23:54:34.170Z]     daemon.go:436: [dc02450948eb0] Daemon stopped
23:54:34 [2019-09-19T23:54:34.170Z] === RUN   TestSecretList
23:54:34 [2019-09-19T23:54:34.170Z] PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname	2.819s
23:54:34 [2019-09-19T23:54:34.170Z] PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple	1.651s
23:54:34 [2019-09-19T23:54:34.425Z] PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost	0.455s
23:54:36 [2019-09-19T23:54:36.306Z] PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents	1.517s
23:54:36 [2019-09-19T23:54:36.306Z] --- PASS: TestSecretList (2.24s)
23:54:36 [2019-09-19T23:54:36.306Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretList
23:54:36 [2019-09-19T23:54:36.306Z]     daemon.go:321: [d460edbbfe1a9] waiting for daemon to start
23:54:36 [2019-09-19T23:54:36.306Z]     daemon.go:339: [d460edbbfe1a9] daemon started
23:54:36 [2019-09-19T23:54:36.306Z]     daemon.go:449: [d460edbbfe1a9] Stopping daemon
23:54:36 [2019-09-19T23:54:36.306Z]     daemon.go:288: [d460edbbfe1a9] exiting daemon
23:54:36 [2019-09-19T23:54:36.306Z]     daemon.go:436: [d460edbbfe1a9] Daemon stopped
23:54:36 [2019-09-19T23:54:36.306Z] === RUN   TestSecretsCreateAndDelete
23:54:38 [2019-09-19T23:54:38.190Z] --- PASS: TestSecretsCreateAndDelete (2.30s)
23:54:38 [2019-09-19T23:54:38.190Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsCreateAndDelete
23:54:38 [2019-09-19T23:54:38.190Z]     daemon.go:321: [d0b20af40fd5c] waiting for daemon to start
23:54:38 [2019-09-19T23:54:38.190Z]     daemon.go:339: [d0b20af40fd5c] daemon started
23:54:38 [2019-09-19T23:54:38.190Z]     daemon.go:449: [d0b20af40fd5c] Stopping daemon
23:54:38 [2019-09-19T23:54:38.190Z]     daemon.go:288: [d0b20af40fd5c] exiting daemon
23:54:38 [2019-09-19T23:54:38.190Z]     daemon.go:436: [d0b20af40fd5c] Daemon stopped
23:54:38 [2019-09-19T23:54:38.190Z] === RUN   TestSecretsUpdate
23:54:38 [2019-09-19T23:54:38.445Z] PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths	3.458s
23:54:39 [2019-09-19T23:54:39.369Z] PASS: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers	2.947s
23:54:40 [2019-09-19T23:54:40.292Z] PASS: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs	0.894s
23:54:40 [2019-09-19T23:54:40.292Z] --- PASS: TestSecretsUpdate (1.99s)
23:54:40 [2019-09-19T23:54:40.292Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsUpdate
23:54:40 [2019-09-19T23:54:40.292Z]     daemon.go:321: [d63894f22e7d5] waiting for daemon to start
23:54:40 [2019-09-19T23:54:40.293Z]     daemon.go:339: [d63894f22e7d5] daemon started
23:54:40 [2019-09-19T23:54:40.293Z]     daemon.go:449: [d63894f22e7d5] Stopping daemon
23:54:40 [2019-09-19T23:54:40.293Z]     daemon.go:288: [d63894f22e7d5] exiting daemon
23:54:40 [2019-09-19T23:54:40.293Z]     daemon.go:436: [d63894f22e7d5] Daemon stopped
23:54:40 [2019-09-19T23:54:40.293Z] === RUN   TestTemplatedSecret
23:54:42 [2019-09-19T23:54:42.176Z] PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive	2.050s
23:54:44 [2019-09-19T23:54:44.078Z] --- PASS: TestTemplatedSecret (3.61s)
23:54:44 [2019-09-19T23:54:44.078Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedSecret
23:54:44 [2019-09-19T23:54:44.078Z]     daemon.go:321: [d017f4d72024c] waiting for daemon to start
23:54:44 [2019-09-19T23:54:44.078Z]     daemon.go:339: [d017f4d72024c] daemon started
23:54:44 [2019-09-19T23:54:44.078Z]     daemon.go:449: [d017f4d72024c] Stopping daemon
23:54:44 [2019-09-19T23:54:44.078Z]     daemon.go:288: [d017f4d72024c] exiting daemon
23:54:44 [2019-09-19T23:54:44.078Z]     daemon.go:436: [d017f4d72024c] Daemon stopped
23:54:44 [2019-09-19T23:54:44.078Z] === RUN   TestSecretCreateResolve
23:54:46 [2019-09-19T23:54:46.586Z] --- PASS: TestSecretCreateResolve (2.37s)
23:54:46 [2019-09-19T23:54:46.586Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretCreateResolve
23:54:46 [2019-09-19T23:54:46.586Z]     daemon.go:321: [d1ae34ade9239] waiting for daemon to start
23:54:46 [2019-09-19T23:54:46.586Z]     daemon.go:339: [d1ae34ade9239] daemon started
23:54:46 [2019-09-19T23:54:46.586Z]     daemon.go:449: [d1ae34ade9239] Stopping daemon
23:54:46 [2019-09-19T23:54:46.586Z]     daemon.go:288: [d1ae34ade9239] exiting daemon
23:54:46 [2019-09-19T23:54:46.586Z]     daemon.go:436: [d1ae34ade9239] Daemon stopped
23:54:46 [2019-09-19T23:54:46.586Z] PASS
23:54:46 [2019-09-19T23:54:46.586Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
23:54:46 [2019-09-19T23:54:46.586Z] INFO: Testing against a local daemon
23:54:46 [2019-09-19T23:54:46.586Z] === RUN   TestServiceCreateInit
23:54:46 [2019-09-19T23:54:46.586Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:54:49 [2019-09-19T23:54:49.096Z] PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork	6.900s
23:54:49 [2019-09-19T23:54:49.096Z] SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows)
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir	89.111s
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile	0.077s
23:54:49 [2019-09-19T23:54:49.412Z] SKIP: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine (unmatched requirement DaemonIsLinux)
23:54:49 [2019-09-19T23:54:49.412Z] SKIP: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd (unmatched requirement DaemonIsLinux)
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint	0.426s
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance	0.914s
23:54:49 [2019-09-19T23:54:49.412Z] SKIP: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch (unmatched requirement DaemonIsLinux)
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume	0.458s
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint	0.412s
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild	4.757s
23:54:49 [2019-09-19T23:54:49.412Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect	2.695s
23:54:50 [2019-09-19T23:54:50.064Z] PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs	0.642s
23:54:51 [2019-09-19T23:54:51.946Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:54:52 [2019-09-19T23:54:52.842Z] === RUN   TestDockerNetworkIpvlan/L3MultiSubnet
23:54:53 [2019-09-19T23:54:53.306Z] PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver	3.434s
23:54:54 [2019-09-19T23:54:54.125Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup	4.693s
23:54:54 [2019-09-19T23:54:54.125Z] SKIP: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv (unmatched requirement DaemonIsLinux)
23:54:54 [2019-09-19T23:54:54.125Z] SKIP: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes (unmatched requirement DaemonIsLinux)
23:54:54 [2019-09-19T23:54:54.125Z] SKIP: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite (unmatched requirement DaemonIsLinux)
23:54:54 [2019-09-19T23:54:54.125Z] SKIP: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage (unmatched requirement DaemonIsLinux)
23:54:54 [2019-09-19T23:54:54.125Z] SKIP: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 (unmatched requirement DaemonIsLinux)
23:54:55 [2019-09-19T23:54:55.232Z] PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList	1.496s
23:54:56 [2019-09-19T23:54:56.593Z] --- PASS: TestServiceCreateInit (10.27s)
23:54:56 [2019-09-19T23:54:56.593Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.57s)
23:54:56 [2019-09-19T23:54:56.593Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitDisabled
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:321: [d7b219eda70ee] waiting for daemon to start
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:339: [d7b219eda70ee] daemon started
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:449: [d7b219eda70ee] Stopping daemon
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:288: [d7b219eda70ee] exiting daemon
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:436: [d7b219eda70ee] Daemon stopped
23:54:56 [2019-09-19T23:54:56.593Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.67s)
23:54:56 [2019-09-19T23:54:56.593Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitEnabled
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:321: [d040a67943094] waiting for daemon to start
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:339: [d040a67943094] daemon started
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:449: [d040a67943094] Stopping daemon
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:288: [d040a67943094] exiting daemon
23:54:56 [2019-09-19T23:54:56.593Z]         daemon.go:436: [d040a67943094] Daemon stopped
23:54:56 [2019-09-19T23:54:56.593Z] === RUN   TestCreateServiceMultipleTimes
23:54:57 [2019-09-19T23:54:57.044Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy	2.963s
23:54:57 [2019-09-19T23:54:57.044Z] SKIP: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv (unmatched requirement DaemonIsLinux)
23:54:57 [2019-09-19T23:54:57.044Z] SKIP: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose (unmatched requirement DaemonIsLinux)
23:54:57 [2019-09-19T23:54:57.044Z] SKIP: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser (unmatched requirement DaemonIsLinux)
23:54:57 [2019-09-19T23:54:57.152Z] PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias	17.956s
23:54:57 [2019-09-19T23:54:57.152Z] PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector	2.318s
23:54:58 [2019-09-19T23:54:58.018Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume	0.785s
23:55:02 [2019-09-19T23:55:02.386Z] PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice	3.699s
23:55:02 [2019-09-19T23:55:02.726Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir	4.719s
23:55:03 [2019-09-19T23:55:03.746Z] PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade	6.474s
23:55:05 [2019-09-19T23:55:05.631Z] PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple	1.834s
23:55:06 [2019-09-19T23:55:06.554Z] PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox	2.152s
23:55:08 [2019-09-19T23:55:08.438Z] PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding	2.181s
23:55:10 [2019-09-19T23:55:10.954Z] PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding	2.328s
23:55:11 [2019-09-19T23:55:11.210Z] PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths	5.020s
23:55:11 [2019-09-19T23:55:11.287Z] === RUN   TestDockerNetworkIpvlan/Addressing
23:55:19 [2019-09-19T23:55:19.354Z] PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun	6.998s
23:55:20 [2019-09-19T23:55:20.471Z] PASS: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest	16.537s
23:55:20 [2019-09-19T23:55:20.714Z] --- PASS: TestCreateServiceMultipleTimes (23.96s)
23:55:20 [2019-09-19T23:55:20.714Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMultipleTimes
23:55:20 [2019-09-19T23:55:20.714Z]     daemon.go:321: [dafc511166940] waiting for daemon to start
23:55:20 [2019-09-19T23:55:20.714Z]     daemon.go:339: [dafc511166940] daemon started
23:55:20 [2019-09-19T23:55:20.714Z]     daemon.go:449: [dafc511166940] Stopping daemon
23:55:20 [2019-09-19T23:55:20.714Z]     daemon.go:288: [dafc511166940] exiting daemon
23:55:20 [2019-09-19T23:55:20.714Z]     daemon.go:436: [dafc511166940] Daemon stopped
23:55:20 [2019-09-19T23:55:20.714Z] === RUN   TestCreateServiceConflict
23:55:20 [2019-09-19T23:55:20.933Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace	0.415s
23:55:20 [2019-09-19T23:55:20.933Z] SKIP: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation (unmatched requirement DaemonIsLinux)
23:55:20 [2019-09-19T23:55:20.933Z] SKIP: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose (unmatched requirement DaemonIsLinux)
23:55:20 [2019-09-19T23:55:20.933Z] SKIP: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts (unmatched requirement DaemonIsLinux)
23:55:20 [2019-09-19T23:55:20.933Z] SKIP: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder (unmatched requirement DaemonIsLinux)
23:55:20 [2019-09-19T23:55:20.933Z] SKIP: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto (unmatched requirement DaemonIsLinux)
23:55:23 [2019-09-19T23:55:23.121Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails	1.863s
23:55:23 [2019-09-19T23:55:23.121Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable	0.100s
23:55:23 [2019-09-19T23:55:23.223Z] PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList	11.926s
23:55:23 [2019-09-19T23:55:23.223Z] --- PASS: TestCreateServiceConflict (2.33s)
23:55:23 [2019-09-19T23:55:23.223Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConflict
23:55:23 [2019-09-19T23:55:23.223Z]     daemon.go:321: [d114afebe3e3f] waiting for daemon to start
23:55:23 [2019-09-19T23:55:23.223Z]     daemon.go:339: [d114afebe3e3f] daemon started
23:55:23 [2019-09-19T23:55:23.223Z]     daemon.go:449: [d114afebe3e3f] Stopping daemon
23:55:23 [2019-09-19T23:55:23.223Z]     daemon.go:288: [d114afebe3e3f] exiting daemon
23:55:23 [2019-09-19T23:55:23.223Z]     daemon.go:436: [d114afebe3e3f] Daemon stopped
23:55:23 [2019-09-19T23:55:23.223Z] === RUN   TestCreateServiceMaxReplicas
23:55:24 [2019-09-19T23:55:24.583Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint	1.805s
23:55:24 [2019-09-19T23:55:24.881Z] PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart	5.416s
23:55:26 [2019-09-19T23:55:26.848Z] --- PASS: TestCreateServiceMaxReplicas (3.52s)
23:55:26 [2019-09-19T23:55:26.848Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMaxReplicas
23:55:26 [2019-09-19T23:55:26.848Z]     daemon.go:321: [d48428c3315ef] waiting for daemon to start
23:55:26 [2019-09-19T23:55:26.848Z]     daemon.go:339: [d48428c3315ef] daemon started
23:55:26 [2019-09-19T23:55:26.848Z]     daemon.go:449: [d48428c3315ef] Stopping daemon
23:55:26 [2019-09-19T23:55:26.848Z]     daemon.go:288: [d48428c3315ef] exiting daemon
23:55:26 [2019-09-19T23:55:26.848Z]     daemon.go:436: [d48428c3315ef] Daemon stopped
23:55:26 [2019-09-19T23:55:26.848Z] === RUN   TestCreateWithDuplicateNetworkNames
23:55:27 [2019-09-19T23:55:27.828Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir	4.824s
23:55:33 [2019-09-19T23:55:33.374Z] PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach	6.982s
23:55:33 [2019-09-19T23:55:33.374Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound	0.001s
23:55:33 [2019-09-19T23:55:33.374Z] PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted	0.054s
23:55:33 [2019-09-19T23:55:33.374Z] PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted	0.787s
23:55:33 [2019-09-19T23:55:33.374Z] PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative	0.002s
23:55:33 [2019-09-19T23:55:33.641Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile	4.965s
23:55:34 [2019-09-19T23:55:34.297Z] PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted	0.849s
23:55:34 [2019-09-19T23:55:34.297Z] PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange	0.004s
23:55:35 [2019-09-19T23:55:35.220Z] PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize	0.844s
23:55:35 [2019-09-19T23:55:35.220Z] PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop	0.110s
23:55:37 [2019-09-19T23:55:37.101Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd	1.563s
23:55:37 [2019-09-19T23:55:37.101Z] PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues	0.004s
23:55:38 [2019-09-19T23:55:38.461Z] PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs	2.935s
23:55:39 [2019-09-19T23:55:39.455Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm	6.272s
23:55:41 [2019-09-19T23:55:41.055Z] PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel	3.703s
23:55:41 [2019-09-19T23:55:41.614Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.06s)
23:55:41 [2019-09-19T23:55:41.614Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateWithDuplicateNetworkNames
23:55:41 [2019-09-19T23:55:41.614Z]     daemon.go:321: [d49a3eaa0c430] waiting for daemon to start
23:55:41 [2019-09-19T23:55:41.614Z]     daemon.go:339: [d49a3eaa0c430] daemon started
23:55:41 [2019-09-19T23:55:41.614Z]     daemon.go:449: [d49a3eaa0c430] Stopping daemon
23:55:41 [2019-09-19T23:55:41.614Z]     daemon.go:288: [d49a3eaa0c430] exiting daemon
23:55:41 [2019-09-19T23:55:41.614Z]     daemon.go:436: [d49a3eaa0c430] Daemon stopped
23:55:41 [2019-09-19T23:55:41.614Z] === RUN   TestCreateServiceSecretFileMode
23:55:42 [2019-09-19T23:55:42.539Z] PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil	1.823s
23:55:42 [2019-09-19T23:55:42.794Z] PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel	0.318s
23:55:43 [2019-09-19T23:55:43.048Z] PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel	0.139s
23:55:43 [2019-09-19T23:55:43.794Z] --- PASS: TestDockerNetworkIpvlan (118.60s)
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [ddfd79edc56ab] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [ddfd79edc56ab] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [ddfd79edc56ab] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [ddfd79edc56ab] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [ddfd79edc56ab] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d869517765b13] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d869517765b13] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d869517765b13] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d869517765b13] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d869517765b13] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d995b05a42527] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d995b05a42527] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.22s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d995b05a42527] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d995b05a42527] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d995b05a42527] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d31c1eca638c9] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d31c1eca638c9] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.23s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d31c1eca638c9] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d31c1eca638c9] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d31c1eca638c9] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d004e3b310125] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d004e3b310125] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L3NilParent (16.29s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d004e3b310125] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d004e3b310125] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d004e3b310125] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d53eb6a615979] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d53eb6a615979] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L3InternalMode (17.22s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d53eb6a615979] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d53eb6a615979] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d53eb6a615979] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [dd34dd1950993] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [dd34dd1950993] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (18.51s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [dd34dd1950993] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [dd34dd1950993] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [dd34dd1950993] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [d522e34e7cff6] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [d522e34e7cff6] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (18.62s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [d522e34e7cff6] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [d522e34e7cff6] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [d522e34e7cff6] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z]     ipvlan_test.go:90: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:321: [da582c75ebb0a] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:339: [da582c75ebb0a] daemon started
23:55:43 [2019-09-19T23:55:43.794Z]     --- PASS: TestDockerNetworkIpvlan/Addressing (32.22s)
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:449: [da582c75ebb0a] Stopping daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:288: [da582c75ebb0a] exiting daemon
23:55:43 [2019-09-19T23:55:43.794Z]     daemon.go:436: [da582c75ebb0a] Daemon stopped
23:55:43 [2019-09-19T23:55:43.794Z] PASS
23:55:43 [2019-09-19T23:55:43.794Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m  
23:55:43 [2019-09-19T23:55:43.794Z] INFO: Testing against a local daemon
23:55:43 [2019-09-19T23:55:43.794Z] === RUN   TestDockerNetworkMacvlanPersistance
23:55:43 [2019-09-19T23:55:43.973Z] --- PASS: TestCreateServiceSecretFileMode (2.56s)
23:55:43 [2019-09-19T23:55:43.973Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSecretFileMode
23:55:43 [2019-09-19T23:55:43.973Z]     daemon.go:321: [d6bf24e10837a] waiting for daemon to start
23:55:43 [2019-09-19T23:55:43.973Z]     daemon.go:339: [d6bf24e10837a] daemon started
23:55:43 [2019-09-19T23:55:43.973Z]     daemon.go:449: [d6bf24e10837a] Stopping daemon
23:55:43 [2019-09-19T23:55:43.973Z]     daemon.go:288: [d6bf24e10837a] exiting daemon
23:55:43 [2019-09-19T23:55:43.973Z]     daemon.go:436: [d6bf24e10837a] Daemon stopped
23:55:43 [2019-09-19T23:55:43.974Z] === RUN   TestCreateServiceConfigFileMode
23:55:44 [2019-09-19T23:55:44.807Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s)
23:55:44 [2019-09-19T23:55:44.807Z]     macvlan_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:321: [dfa3dfa9b9588] waiting for daemon to start
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:339: [dfa3dfa9b9588] daemon started
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:449: [dfa3dfa9b9588] Stopping daemon
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:288: [dfa3dfa9b9588] exiting daemon
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:436: [dfa3dfa9b9588] Daemon stopped
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:321: [dfa3dfa9b9588] waiting for daemon to start
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:339: [dfa3dfa9b9588] daemon started
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:449: [dfa3dfa9b9588] Stopping daemon
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:288: [dfa3dfa9b9588] exiting daemon
23:55:44 [2019-09-19T23:55:44.807Z]     daemon.go:436: [dfa3dfa9b9588] Daemon stopped
23:55:44 [2019-09-19T23:55:44.807Z] === RUN   TestDockerNetworkMacvlan
23:55:45 [2019-09-19T23:55:45.272Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit	5.758s
23:55:45 [2019-09-19T23:55:45.815Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:55:46 [2019-09-19T23:55:46.481Z] --- PASS: TestCreateServiceConfigFileMode (2.47s)
23:55:46 [2019-09-19T23:55:46.481Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConfigFileMode
23:55:46 [2019-09-19T23:55:46.481Z]     daemon.go:321: [d2fe13df8beed] waiting for daemon to start
23:55:46 [2019-09-19T23:55:46.481Z]     daemon.go:339: [d2fe13df8beed] daemon started
23:55:46 [2019-09-19T23:55:46.481Z]     daemon.go:449: [d2fe13df8beed] Stopping daemon
23:55:46 [2019-09-19T23:55:46.481Z]     daemon.go:288: [d2fe13df8beed] exiting daemon
23:55:46 [2019-09-19T23:55:46.481Z]     daemon.go:436: [d2fe13df8beed] Daemon stopped
23:55:46 [2019-09-19T23:55:46.481Z] === RUN   TestCreateServiceSysctls
23:55:46 [2019-09-19T23:55:46.739Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder	2.612s
23:55:46 [2019-09-19T23:55:46.817Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext	1.353s
23:55:46 [2019-09-19T23:55:46.826Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:55:47 [2019-09-19T23:55:47.848Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:55:48 [2019-09-19T23:55:48.103Z] PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate	0.983s
23:55:50 [2019-09-19T23:55:50.526Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:55:50 [2019-09-19T23:55:50.611Z] --- PASS: TestCreateServiceSysctls (3.88s)
23:55:50 [2019-09-19T23:55:50.611Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSysctls
23:55:50 [2019-09-19T23:55:50.611Z]     daemon.go:321: [d518a142f2702] waiting for daemon to start
23:55:50 [2019-09-19T23:55:50.611Z]     daemon.go:339: [d518a142f2702] daemon started
23:55:50 [2019-09-19T23:55:50.611Z]     daemon.go:449: [d518a142f2702] Stopping daemon
23:55:50 [2019-09-19T23:55:50.611Z]     daemon.go:288: [d518a142f2702] exiting daemon
23:55:50 [2019-09-19T23:55:50.611Z]     daemon.go:436: [d518a142f2702] Daemon stopped
23:55:50 [2019-09-19T23:55:50.611Z] === RUN   TestInspect
23:55:51 [2019-09-19T23:55:51.970Z] PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness	2.523s
23:55:51 [2019-09-19T23:55:51.970Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase	3.178s
23:55:52 [2019-09-19T23:55:52.630Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF	4.758s
23:55:52 [2019-09-19T23:55:52.630Z] SKIP: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile (unmatched requirement UnixCli)
23:55:52 [2019-09-19T23:55:52.894Z] --- PASS: TestInspect (2.44s)
23:55:52 [2019-09-19T23:55:52.894Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspect
23:55:52 [2019-09-19T23:55:52.894Z]     daemon.go:321: [dc2d168fbb328] waiting for daemon to start
23:55:52 [2019-09-19T23:55:52.894Z]     daemon.go:339: [dc2d168fbb328] daemon started
23:55:52 [2019-09-19T23:55:52.894Z]     daemon.go:449: [dc2d168fbb328] Stopping daemon
23:55:52 [2019-09-19T23:55:52.894Z]     daemon.go:288: [dc2d168fbb328] exiting daemon
23:55:52 [2019-09-19T23:55:52.894Z]     daemon.go:436: [dc2d168fbb328] Daemon stopped
23:55:52 [2019-09-19T23:55:52.894Z] === RUN   TestDockerNetworkConnectAlias
23:55:53 [2019-09-19T23:55:53.093Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames	0.745s
23:55:53 [2019-09-19T23:55:53.555Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball	0.452s
23:55:53 [2019-09-19T23:55:53.555Z] SKIP: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF (unmatched requirement DaemonIsLinux)
23:55:54 [2019-09-19T23:55:54.911Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:55:58 [2019-09-19T23:55:58.127Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage	6.164s
23:55:58 [2019-09-19T23:55:58.387Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated	0.116s
23:55:58 [2019-09-19T23:55:58.642Z] --- PASS: TestDockerNetworkConnectAlias (5.74s)
23:55:58 [2019-09-19T23:55:58.642Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkConnectAlias
23:55:58 [2019-09-19T23:55:58.642Z]     daemon.go:321: [db1d2f2ddc358] waiting for daemon to start
23:55:58 [2019-09-19T23:55:58.642Z]     daemon.go:339: [db1d2f2ddc358] daemon started
23:55:58 [2019-09-19T23:55:58.642Z]     daemon.go:449: [db1d2f2ddc358] Stopping daemon
23:55:58 [2019-09-19T23:55:58.642Z]     daemon.go:288: [db1d2f2ddc358] exiting daemon
23:55:58 [2019-09-19T23:55:58.642Z]     daemon.go:436: [db1d2f2ddc358] Daemon stopped
23:55:58 [2019-09-19T23:55:58.642Z] === RUN   TestDockerNetworkReConnect
23:56:02 [2019-09-19T23:56:02.216Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF	8.286s
23:56:02 [2019-09-19T23:56:02.216Z] SKIP: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume (unmatched requirement DaemonIsLinux)
23:56:02 [2019-09-19T23:56:02.804Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited	4.246s
23:56:03 [2019-09-19T23:56:03.727Z] --- PASS: TestDockerNetworkReConnect (5.00s)
23:56:03 [2019-09-19T23:56:03.727Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkReConnect
23:56:03 [2019-09-19T23:56:03.727Z]     daemon.go:321: [dfbbaf3750306] waiting for daemon to start
23:56:03 [2019-09-19T23:56:03.727Z]     daemon.go:339: [dfbbaf3750306] daemon started
23:56:03 [2019-09-19T23:56:03.727Z]     daemon.go:449: [dfbbaf3750306] Stopping daemon
23:56:03 [2019-09-19T23:56:03.727Z]     daemon.go:288: [dfbbaf3750306] exiting daemon
23:56:03 [2019-09-19T23:56:03.727Z]     daemon.go:436: [dfbbaf3750306] Daemon stopped
23:56:03 [2019-09-19T23:56:03.727Z] === RUN   TestServicePlugin
23:56:05 [2019-09-19T23:56:05.611Z] PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails	3.022s
23:56:10 [2019-09-19T23:56:10.816Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory	8.171s
23:56:11 [2019-09-19T23:56:11.792Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile	0.819s
23:56:12 [2019-09-19T23:56:12.138Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth	7.609s
23:56:13 [2019-09-19T23:56:13.410Z] --- PASS: TestDockerNetworkMacvlan (26.07s)
23:56:13 [2019-09-19T23:56:13.410Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:321: [dc28614197d2d] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:339: [dc28614197d2d] daemon started
23:56:13 [2019-09-19T23:56:13.410Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:449: [dc28614197d2d] Stopping daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:288: [dc28614197d2d] exiting daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:436: [dc28614197d2d] Daemon stopped
23:56:13 [2019-09-19T23:56:13.410Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:321: [dc37191307c8b] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:339: [dc37191307c8b] daemon started
23:56:13 [2019-09-19T23:56:13.410Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:449: [dc37191307c8b] Stopping daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:288: [dc37191307c8b] exiting daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:436: [dc37191307c8b] Daemon stopped
23:56:13 [2019-09-19T23:56:13.410Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:321: [d8decd44773d1] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:339: [d8decd44773d1] daemon started
23:56:13 [2019-09-19T23:56:13.410Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.33s)
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:449: [d8decd44773d1] Stopping daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:288: [d8decd44773d1] exiting daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:436: [d8decd44773d1] Daemon stopped
23:56:13 [2019-09-19T23:56:13.410Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:321: [d8891a7b02ea7] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:339: [d8891a7b02ea7] daemon started
23:56:13 [2019-09-19T23:56:13.410Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.31s)
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:449: [d8891a7b02ea7] Stopping daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:288: [d8891a7b02ea7] exiting daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:436: [d8891a7b02ea7] Daemon stopped
23:56:13 [2019-09-19T23:56:13.410Z]     macvlan_test.go:69: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:321: [d42dd12d50443] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:339: [d42dd12d50443] daemon started
23:56:13 [2019-09-19T23:56:13.410Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (16.12s)
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:449: [d42dd12d50443] Stopping daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:288: [d42dd12d50443] exiting daemon
23:56:13 [2019-09-19T23:56:13.410Z]     daemon.go:436: [d42dd12d50443] Daemon stopped
23:56:13 [2019-09-19T23:56:13.410Z] PASS
23:56:13 [2019-09-19T23:56:13.410Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m  
23:56:13 [2019-09-19T23:56:13.410Z] testing: warning: no tests to run
23:56:13 [2019-09-19T23:56:13.410Z] PASS
23:56:13 [2019-09-19T23:56:13.410Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m  
23:56:13 [2019-09-19T23:56:13.411Z] INFO: Testing against a local daemon
23:56:13 [2019-09-19T23:56:13.411Z] === RUN   TestAuthZPluginAllowRequest
23:56:13 [2019-09-19T23:56:13.411Z] --- PASS: TestAuthZPluginAllowRequest (1.71s)
23:56:13 [2019-09-19T23:56:13.411Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:321: [d7e8fb31330cb] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:339: [d7e8fb31330cb] daemon started
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:449: [d7e8fb31330cb] Stopping daemon
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:288: [d7e8fb31330cb] exiting daemon
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:436: [d7e8fb31330cb] Daemon stopped
23:56:13 [2019-09-19T23:56:13.411Z] === RUN   TestAuthZPluginTLS
23:56:13 [2019-09-19T23:56:13.411Z] --- PASS: TestAuthZPluginTLS (0.60s)
23:56:13 [2019-09-19T23:56:13.411Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:321: [df6c9baf01af8] waiting for daemon to start
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:339: [df6c9baf01af8] daemon started
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:449: [df6c9baf01af8] Stopping daemon
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:288: [df6c9baf01af8] exiting daemon
23:56:13 [2019-09-19T23:56:13.411Z]     daemon.go:436: [df6c9baf01af8] Daemon stopped
23:56:13 [2019-09-19T23:56:13.411Z] === RUN   TestAuthZPluginDenyRequest
23:56:13 [2019-09-19T23:56:13.984Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail	1.882s
23:56:13 [2019-09-19T23:56:13.984Z] SKIP: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance (unmatched requirement DaemonIsLinux)
23:56:14 [2019-09-19T23:56:14.104Z] --- PASS: TestAuthZPluginDenyRequest (0.57s)
23:56:14 [2019-09-19T23:56:14.104Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest
23:56:14 [2019-09-19T23:56:14.104Z]     daemon.go:321: [d292984c41cc5] waiting for daemon to start
23:56:14 [2019-09-19T23:56:14.104Z]     daemon.go:339: [d292984c41cc5] daemon started
23:56:14 [2019-09-19T23:56:14.104Z]     daemon.go:449: [d292984c41cc5] Stopping daemon
23:56:14 [2019-09-19T23:56:14.104Z]     daemon.go:288: [d292984c41cc5] exiting daemon
23:56:14 [2019-09-19T23:56:14.104Z]     daemon.go:436: [d292984c41cc5] Daemon stopped
23:56:14 [2019-09-19T23:56:14.104Z] === RUN   TestAuthZPluginAPIDenyResponse
23:56:14 [2019-09-19T23:56:14.325Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID	1.956s
23:56:14 [2019-09-19T23:56:14.389Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s)
23:56:14 [2019-09-19T23:56:14.389Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse
23:56:14 [2019-09-19T23:56:14.389Z]     daemon.go:321: [da2a4fda2aed0] waiting for daemon to start
23:56:14 [2019-09-19T23:56:14.389Z]     daemon.go:339: [da2a4fda2aed0] daemon started
23:56:14 [2019-09-19T23:56:14.389Z]     daemon.go:449: [da2a4fda2aed0] Stopping daemon
23:56:14 [2019-09-19T23:56:14.389Z]     daemon.go:288: [da2a4fda2aed0] exiting daemon
23:56:14 [2019-09-19T23:56:14.389Z]     daemon.go:436: [da2a4fda2aed0] Daemon stopped
23:56:14 [2019-09-19T23:56:14.389Z] === RUN   TestAuthZPluginDenyResponse
23:56:14 [2019-09-19T23:56:14.446Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget	0.645s
23:56:14 [2019-09-19T23:56:14.446Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag	0.059s
23:56:15 [2019-09-19T23:56:15.008Z] --- PASS: TestAuthZPluginDenyResponse (0.58s)
23:56:15 [2019-09-19T23:56:15.008Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse
23:56:15 [2019-09-19T23:56:15.008Z]     daemon.go:321: [d40add8d63505] waiting for daemon to start
23:56:15 [2019-09-19T23:56:15.008Z]     daemon.go:339: [d40add8d63505] daemon started
23:56:15 [2019-09-19T23:56:15.008Z]     daemon.go:449: [d40add8d63505] Stopping daemon
23:56:15 [2019-09-19T23:56:15.008Z]     daemon.go:288: [d40add8d63505] exiting daemon
23:56:15 [2019-09-19T23:56:15.008Z]     daemon.go:436: [d40add8d63505] Daemon stopped
23:56:15 [2019-09-19T23:56:15.008Z] === RUN   TestAuthZPluginAllowEventStream
23:56:16 [2019-09-19T23:56:16.832Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel	2.664s
23:56:17 [2019-09-19T23:56:17.033Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s)
23:56:17 [2019-09-19T23:56:17.033Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream
23:56:17 [2019-09-19T23:56:17.033Z]     daemon.go:321: [dc97b23342c8c] waiting for daemon to start
23:56:17 [2019-09-19T23:56:17.033Z]     daemon.go:339: [dc97b23342c8c] daemon started
23:56:17 [2019-09-19T23:56:17.033Z]     daemon.go:449: [dc97b23342c8c] Stopping daemon
23:56:17 [2019-09-19T23:56:17.033Z]     daemon.go:288: [dc97b23342c8c] exiting daemon
23:56:17 [2019-09-19T23:56:17.033Z]     daemon.go:436: [dc97b23342c8c] Daemon stopped
23:56:17 [2019-09-19T23:56:17.033Z] === RUN   TestAuthZPluginErrorResponse
23:56:17 [2019-09-19T23:56:17.317Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
23:56:17 [2019-09-19T23:56:17.317Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse
23:56:17 [2019-09-19T23:56:17.317Z]     daemon.go:321: [d364b46841538] waiting for daemon to start
23:56:17 [2019-09-19T23:56:17.317Z]     daemon.go:339: [d364b46841538] daemon started
23:56:17 [2019-09-19T23:56:17.317Z]     daemon.go:449: [d364b46841538] Stopping daemon
23:56:17 [2019-09-19T23:56:17.317Z]     daemon.go:288: [d364b46841538] exiting daemon
23:56:17 [2019-09-19T23:56:17.317Z]     daemon.go:436: [d364b46841538] Daemon stopped
23:56:17 [2019-09-19T23:56:17.317Z] === RUN   TestAuthZPluginErrorRequest
23:56:17 [2019-09-19T23:56:17.945Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
23:56:17 [2019-09-19T23:56:17.945Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest
23:56:17 [2019-09-19T23:56:17.945Z]     daemon.go:321: [d622868ba5cae] waiting for daemon to start
23:56:17 [2019-09-19T23:56:17.945Z]     daemon.go:339: [d622868ba5cae] daemon started
23:56:17 [2019-09-19T23:56:17.945Z]     daemon.go:449: [d622868ba5cae] Stopping daemon
23:56:17 [2019-09-19T23:56:17.945Z]     daemon.go:288: [d622868ba5cae] exiting daemon
23:56:17 [2019-09-19T23:56:17.945Z]     daemon.go:436: [d622868ba5cae] Daemon stopped
23:56:17 [2019-09-19T23:56:17.945Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:56:18 [2019-09-19T23:56:18.558Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s)
23:56:18 [2019-09-19T23:56:18.558Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:56:18 [2019-09-19T23:56:18.558Z]     daemon.go:321: [de4656fa9be6e] waiting for daemon to start
23:56:18 [2019-09-19T23:56:18.558Z]     daemon.go:339: [de4656fa9be6e] daemon started
23:56:18 [2019-09-19T23:56:18.558Z]     daemon.go:449: [de4656fa9be6e] Stopping daemon
23:56:18 [2019-09-19T23:56:18.559Z]     daemon.go:288: [de4656fa9be6e] exiting daemon
23:56:18 [2019-09-19T23:56:18.559Z]     daemon.go:436: [de4656fa9be6e] Daemon stopped
23:56:18 [2019-09-19T23:56:18.559Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:56:18 [2019-09-19T23:56:18.755Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName	1.549s
23:56:19 [2019-09-19T23:56:19.009Z] PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow	2.755s
23:56:19 [2019-09-19T23:56:19.157Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun	3.983s
23:56:19 [2019-09-19T23:56:19.619Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel	0.849s
23:56:20 [2019-09-19T23:56:20.369Z] PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork	1.346s
23:56:20 [2019-09-19T23:56:20.586Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s)
23:56:20 [2019-09-19T23:56:20.586Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking
23:56:20 [2019-09-19T23:56:20.586Z]     daemon.go:321: [d0fb3ae1f194a] waiting for daemon to start
23:56:20 [2019-09-19T23:56:20.586Z]     daemon.go:339: [d0fb3ae1f194a] daemon started
23:56:20 [2019-09-19T23:56:20.586Z]     daemon.go:449: [d0fb3ae1f194a] Stopping daemon
23:56:20 [2019-09-19T23:56:20.586Z]     daemon.go:288: [d0fb3ae1f194a] exiting daemon
23:56:20 [2019-09-19T23:56:20.586Z]     daemon.go:436: [d0fb3ae1f194a] Daemon stopped
23:56:20 [2019-09-19T23:56:20.586Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:56:20 [2019-09-19T23:56:20.592Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit	0.513s
23:56:21 [2019-09-19T23:56:21.054Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple	0.690s
23:56:21 [2019-09-19T23:56:21.517Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode	0.441s
23:56:22 [2019-09-19T23:56:22.491Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels	0.717s
23:56:22 [2019-09-19T23:56:22.891Z] PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts	1.785s
23:56:23 [2019-09-19T23:56:23.269Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s)
23:56:23 [2019-09-19T23:56:23.269Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom
23:56:23 [2019-09-19T23:56:23.269Z]     daemon.go:321: [d3f23a10482aa] waiting for daemon to start
23:56:23 [2019-09-19T23:56:23.269Z]     daemon.go:339: [d3f23a10482aa] daemon started
23:56:23 [2019-09-19T23:56:23.269Z]     daemon.go:449: [d3f23a10482aa] Stopping daemon
23:56:23 [2019-09-19T23:56:23.269Z]     daemon.go:288: [d3f23a10482aa] exiting daemon
23:56:23 [2019-09-19T23:56:23.269Z]     daemon.go:436: [d3f23a10482aa] Daemon stopped
23:56:23 [2019-09-19T23:56:23.269Z] === RUN   TestAuthZPluginHeader
23:56:23 [2019-09-19T23:56:23.885Z] --- PASS: TestAuthZPluginHeader (0.98s)
23:56:23 [2019-09-19T23:56:23.885Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader
23:56:23 [2019-09-19T23:56:23.885Z]     daemon.go:321: [df82f7d1c9026] waiting for daemon to start
23:56:23 [2019-09-19T23:56:23.885Z]     daemon.go:339: [df82f7d1c9026] daemon started
23:56:23 [2019-09-19T23:56:23.885Z]     daemon.go:449: [df82f7d1c9026] Stopping daemon
23:56:23 [2019-09-19T23:56:23.885Z]     daemon.go:288: [df82f7d1c9026] exiting daemon
23:56:23 [2019-09-19T23:56:23.885Z]     daemon.go:436: [df82f7d1c9026] Daemon stopped
23:56:23 [2019-09-19T23:56:23.885Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:56:23 [2019-09-19T23:56:23.885Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:56:23 [2019-09-19T23:56:23.885Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:56:23 [2019-09-19T23:56:23.885Z] === RUN   TestAuthZPluginV2Disable
23:56:23 [2019-09-19T23:56:23.885Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:56:23 [2019-09-19T23:56:23.885Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:56:23 [2019-09-19T23:56:23.885Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:56:23 [2019-09-19T23:56:23.885Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:56:23 [2019-09-19T23:56:23.885Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:56:23 [2019-09-19T23:56:23.885Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:56:23 [2019-09-19T23:56:23.885Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:56:23 [2019-09-19T23:56:23.885Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:56:23 [2019-09-19T23:56:23.885Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:56:24 [2019-09-19T23:56:24.036Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache	1.261s
23:56:26 [2019-09-19T23:56:26.154Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus	2.471s
23:56:28 [2019-09-19T23:56:28.037Z] PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize	1.979s
23:56:28 [2019-09-19T23:56:28.291Z] PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer	0.198s
23:56:28 [2019-09-19T23:56:28.745Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride	4.390s
23:56:28 [2019-09-19T23:56:28.745Z] SKIP: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified (unmatched requirement DaemonIsLinux)
23:56:28 [2019-09-19T23:56:28.745Z] SKIP: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak (unmatched requirement DaemonIsLinux)
23:56:28 [2019-09-19T23:56:28.745Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild	0.060s
23:56:28 [2019-09-19T23:56:28.745Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction	0.063s
23:56:28 [2019-09-19T23:56:28.745Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments	0.061s
23:56:28 [2019-09-19T23:56:28.745Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines	0.059s
23:56:29 [2019-09-19T23:56:29.207Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer	0.429s
23:56:29 [2019-09-19T23:56:29.214Z] PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer	0.926s
23:56:29 [2019-09-19T23:56:29.669Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs	0.644s
23:56:32 [2019-09-19T23:56:32.472Z] PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName	2.005s
23:56:34 [2019-09-19T23:56:34.356Z] PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer	14.915s
23:56:34 [2019-09-19T23:56:34.610Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts	2.011s
23:56:35 [2019-09-19T23:56:35.485Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder	4.793s
23:56:35 [2019-09-19T23:56:35.485Z] SKIP: docker_cli_build_test.go:5955: DockerSuite.TestBuildMulitStageResetScratch (unmatched requirement DaemonIsLinux)
23:56:35 [2019-09-19T23:56:35.972Z] PASS: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost	0.664s
23:56:35 [2019-09-19T23:56:35.973Z] SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows)
23:56:35 [2019-09-19T23:56:35.973Z] PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux	0.177s
23:56:35 [2019-09-19T23:56:35.973Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized	0.125s
23:56:35 [2019-09-19T23:56:35.973Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo	0.076s
23:56:37 [2019-09-19T23:56:37.334Z] PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs	1.020s
23:56:38 [2019-09-19T23:56:38.694Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer	1.625s
23:56:38 [2019-09-19T23:56:38.694Z] SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess)
23:56:39 [2019-09-19T23:56:39.617Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer	0.775s
23:56:39 [2019-09-19T23:56:39.872Z] --- PASS: TestServicePlugin (36.31s)
23:56:39 [2019-09-19T23:56:39.872Z]     plugin_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:321: [d2afdd7fcb76e] waiting for daemon to start
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:339: [d2afdd7fcb76e] daemon started
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:449: [d2afdd7fcb76e] Stopping daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:288: [d2afdd7fcb76e] exiting daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:436: [d2afdd7fcb76e] Daemon stopped
23:56:39 [2019-09-19T23:56:39.872Z]     plugin_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:321: [d36f0827523d3] waiting for daemon to start
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:339: [d36f0827523d3] daemon started
23:56:39 [2019-09-19T23:56:39.872Z]     plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:321: [d1719a4f2dab2] waiting for daemon to start
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:339: [d1719a4f2dab2] daemon started
23:56:39 [2019-09-19T23:56:39.872Z]     plugin_test.go:62: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:321: [d8847b2667044] waiting for daemon to start
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:339: [d8847b2667044] daemon started
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:449: [d8847b2667044] Stopping daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:288: [d8847b2667044] exiting daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:436: [d8847b2667044] Daemon stopped
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:449: [d1719a4f2dab2] Stopping daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:288: [d1719a4f2dab2] exiting daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:436: [d1719a4f2dab2] Daemon stopped
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:449: [d36f0827523d3] Stopping daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:288: [d36f0827523d3] exiting daemon
23:56:39 [2019-09-19T23:56:39.872Z]     daemon.go:436: [d36f0827523d3] Daemon stopped
23:56:39 [2019-09-19T23:56:39.872Z] === RUN   TestServiceUpdateLabel
23:56:42 [2019-09-19T23:56:42.335Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.78s)
23:56:42 [2019-09-19T23:56:42.335Z]     main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:339: [da7cf560b4ef2] daemon started
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:449: [da7cf560b4ef2] Stopping daemon
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:288: [da7cf560b4ef2] exiting daemon
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:436: [da7cf560b4ef2] Daemon stopped
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: context deadline exceeded
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:288: [da7cf560b4ef2] exiting daemon
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:331: [da7cf560b4ef2] error pinging daemon on start: Get http://da7cf560b4ef2.sock/_ping: read unix @->/tmp/docker-integration/da7cf560b4ef2.sock: read: connection reset by peer
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:321: [da7cf560b4ef2] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:339: [da7cf560b4ef2] daemon started
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:449: [da7cf560b4ef2] Stopping daemon
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:288: [da7cf560b4ef2] exiting daemon
23:56:42 [2019-09-19T23:56:42.335Z]     daemon.go:436: [da7cf560b4ef2] Daemon stopped
23:56:42 [2019-09-19T23:56:42.335Z] PASS
23:56:42 [2019-09-19T23:56:42.335Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m  
23:56:42 [2019-09-19T23:56:42.335Z] INFO: Testing against a local daemon
23:56:42 [2019-09-19T23:56:42.335Z] === RUN   TestPluginInvalidJSON
23:56:42 [2019-09-19T23:56:42.335Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:56:42 [2019-09-19T23:56:42.335Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:56:42 [2019-09-19T23:56:42.335Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:56:42 [2019-09-19T23:56:42.335Z] --- PASS: TestPluginInvalidJSON (0.04s)
23:56:42 [2019-09-19T23:56:42.335Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:56:42 [2019-09-19T23:56:42.335Z] PASS
23:56:42 [2019-09-19T23:56:42.335Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m  
23:56:42 [2019-09-19T23:56:42.335Z] INFO: Testing against a local daemon
23:56:42 [2019-09-19T23:56:42.335Z] === RUN   TestExternalGraphDriver
23:56:42 [2019-09-19T23:56:42.335Z] === RUN   TestExternalGraphDriver/json
23:56:42 [2019-09-19T23:56:42.382Z] --- PASS: TestServiceUpdateLabel (2.24s)
23:56:42 [2019-09-19T23:56:42.382Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateLabel
23:56:42 [2019-09-19T23:56:42.382Z]     daemon.go:321: [d805a0f181fd8] waiting for daemon to start
23:56:42 [2019-09-19T23:56:42.382Z]     daemon.go:339: [d805a0f181fd8] daemon started
23:56:42 [2019-09-19T23:56:42.382Z]     daemon.go:449: [d805a0f181fd8] Stopping daemon
23:56:42 [2019-09-19T23:56:42.382Z]     daemon.go:288: [d805a0f181fd8] exiting daemon
23:56:42 [2019-09-19T23:56:42.382Z]     daemon.go:436: [d805a0f181fd8] Daemon stopped
23:56:42 [2019-09-19T23:56:42.382Z] === RUN   TestServiceUpdateSecrets
23:56:43 [2019-09-19T23:56:43.349Z] === RUN   TestExternalGraphDriver/spec
23:56:45 [2019-09-19T23:56:45.378Z] === RUN   TestExternalGraphDriver/pull
23:56:47 [2019-09-19T23:56:47.615Z] PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince	2.461s
23:56:48 [2019-09-19T23:56:48.074Z] --- PASS: TestExternalGraphDriver (6.83s)
23:56:48 [2019-09-19T23:56:48.074Z]     external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:321: [de431e3970a59] waiting for daemon to start
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:339: [de431e3970a59] daemon started
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:449: [de431e3970a59] Stopping daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:288: [de431e3970a59] exiting daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:436: [de431e3970a59] Daemon stopped
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:321: [de431e3970a59] waiting for daemon to start
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:339: [de431e3970a59] daemon started
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:449: [de431e3970a59] Stopping daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:288: [de431e3970a59] exiting daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:436: [de431e3970a59] Daemon stopped
23:56:48 [2019-09-19T23:56:48.074Z]     --- PASS: TestExternalGraphDriver/json (2.15s)
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:321: [de431e3970a59] waiting for daemon to start
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:339: [de431e3970a59] daemon started
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:449: [de431e3970a59] Stopping daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:288: [de431e3970a59] exiting daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:436: [de431e3970a59] Daemon stopped
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:321: [de431e3970a59] waiting for daemon to start
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:339: [de431e3970a59] daemon started
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:449: [de431e3970a59] Stopping daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:288: [de431e3970a59] exiting daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:436: [de431e3970a59] Daemon stopped
23:56:48 [2019-09-19T23:56:48.074Z]     --- PASS: TestExternalGraphDriver/spec (2.15s)
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:321: [de431e3970a59] waiting for daemon to start
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:339: [de431e3970a59] daemon started
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:449: [de431e3970a59] Stopping daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:288: [de431e3970a59] exiting daemon
23:56:48 [2019-09-19T23:56:48.074Z]     daemon.go:436: [de431e3970a59] Daemon stopped
23:56:48 [2019-09-19T23:56:48.074Z]     --- PASS: TestExternalGraphDriver/pull (2.31s)
23:56:48 [2019-09-19T23:56:48.074Z] === RUN   TestGraphdriverPluginV2
23:56:48 [2019-09-19T23:56:48.074Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
23:56:48 [2019-09-19T23:56:48.074Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:56:48 [2019-09-19T23:56:48.074Z] PASS
23:56:48 [2019-09-19T23:56:48.074Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m  
23:56:48 [2019-09-19T23:56:48.074Z] INFO: Testing against a local daemon
23:56:48 [2019-09-19T23:56:48.074Z] === RUN   TestContinueAfterPluginCrash
23:56:48 [2019-09-19T23:56:48.074Z] === PAUSE TestContinueAfterPluginCrash
23:56:48 [2019-09-19T23:56:48.074Z] === RUN   TestDaemonStartWithLogOpt
23:56:48 [2019-09-19T23:56:48.074Z] === PAUSE TestDaemonStartWithLogOpt
23:56:48 [2019-09-19T23:56:48.074Z] === CONT  TestContinueAfterPluginCrash
23:56:48 [2019-09-19T23:56:48.074Z] === CONT  TestDaemonStartWithLogOpt
23:56:48 [2019-09-19T23:56:48.978Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy	9.299s
23:56:50 [2019-09-19T23:56:50.334Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg	13.554s
23:56:50 [2019-09-19T23:56:50.334Z] SKIP: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache (unmatched requirement DaemonIsLinux)
23:56:50 [2019-09-19T23:56:50.861Z] PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer	1.511s
23:56:50 [2019-09-19T23:56:50.861Z] SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess)
23:56:50 [2019-09-19T23:56:50.861Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways	0.090s
23:56:50 [2019-09-19T23:56:50.861Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO	0.077s
23:56:51 [2019-09-19T23:56:51.115Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure	0.282s
23:56:51 [2019-09-19T23:56:51.879Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors	2.045s
23:56:53 [2019-09-19T23:56:53.642Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer	2.412s
23:56:55 [2019-09-19T23:56:55.523Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer	1.560s
23:56:58 [2019-09-19T23:56:58.032Z] --- PASS: TestServiceUpdateSecrets (15.40s)
23:56:58 [2019-09-19T23:56:58.032Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateSecrets
23:56:58 [2019-09-19T23:56:58.032Z]     daemon.go:321: [da06030a920d6] waiting for daemon to start
23:56:58 [2019-09-19T23:56:58.032Z]     daemon.go:339: [da06030a920d6] daemon started
23:56:58 [2019-09-19T23:56:58.032Z]     daemon.go:449: [da06030a920d6] Stopping daemon
23:56:58 [2019-09-19T23:56:58.032Z]     daemon.go:288: [da06030a920d6] exiting daemon
23:56:58 [2019-09-19T23:56:58.032Z]     daemon.go:436: [da06030a920d6] Daemon stopped
23:56:58 [2019-09-19T23:56:58.032Z] === RUN   TestServiceUpdateConfigs
23:56:59 [2019-09-19T23:56:59.915Z] PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork	3.841s
23:57:00 [2019-09-19T23:57:00.842Z] PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY	2.733s
23:57:01 [2019-09-19T23:57:01.769Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes	1.862s
23:57:01 [2019-09-19T23:57:01.769Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank	0.010s
23:57:02 [2019-09-19T23:57:02.024Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict	0.094s
23:57:06 [2019-09-19T23:57:06.574Z] --- PASS: TestDaemonStartWithLogOpt (16.47s)
23:57:06 [2019-09-19T23:57:06.574Z]     validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:321: [de41131cd430a] waiting for daemon to start
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:339: [de41131cd430a] daemon started
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:449: [de41131cd430a] Stopping daemon
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:288: [de41131cd430a] exiting daemon
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:436: [de41131cd430a] Daemon stopped
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:321: [de41131cd430a] waiting for daemon to start
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:339: [de41131cd430a] daemon started
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:449: [de41131cd430a] Stopping daemon
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:288: [de41131cd430a] exiting daemon
23:57:06 [2019-09-19T23:57:06.574Z]     daemon.go:436: [de41131cd430a] Daemon stopped
23:57:07 [2019-09-19T23:57:07.258Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound	4.439s
23:57:07 [2019-09-19T23:57:07.817Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers	1.128s
23:57:08 [2019-09-19T23:57:08.072Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories	0.319s
23:57:09 [2019-09-19T23:57:09.249Z] --- PASS: TestContinueAfterPluginCrash (21.23s)
23:57:09 [2019-09-19T23:57:09.249Z]     logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash
23:57:09 [2019-09-19T23:57:09.249Z]     daemon.go:321: [d6fffa644df33] waiting for daemon to start
23:57:09 [2019-09-19T23:57:09.249Z]     daemon.go:339: [d6fffa644df33] daemon started
23:57:09 [2019-09-19T23:57:09.249Z]     daemon.go:449: [d6fffa644df33] Stopping daemon
23:57:09 [2019-09-19T23:57:09.249Z]     daemon.go:288: [d6fffa644df33] exiting daemon
23:57:09 [2019-09-19T23:57:09.249Z]     daemon.go:436: [d6fffa644df33] Daemon stopped
23:57:09 [2019-09-19T23:57:09.249Z] PASS
23:57:09 [2019-09-19T23:57:09.249Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m  
23:57:09 [2019-09-19T23:57:09.249Z] INFO: Testing against a local daemon
23:57:09 [2019-09-19T23:57:09.249Z] === RUN   TestPluginWithDevMounts
23:57:09 [2019-09-19T23:57:09.249Z] === PAUSE TestPluginWithDevMounts
23:57:09 [2019-09-19T23:57:09.249Z] === CONT  TestPluginWithDevMounts
23:57:09 [2019-09-19T23:57:09.955Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags	1.621s
23:57:11 [2019-09-19T23:57:11.315Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce	0.977s
23:57:11 [2019-09-19T23:57:11.926Z] --- PASS: TestPluginWithDevMounts (2.36s)
23:57:11 [2019-09-19T23:57:11.926Z]     mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts
23:57:11 [2019-09-19T23:57:11.926Z]     daemon.go:321: [d044efdd9e17e] waiting for daemon to start
23:57:11 [2019-09-19T23:57:11.926Z]     daemon.go:339: [d044efdd9e17e] daemon started
23:57:11 [2019-09-19T23:57:11.926Z]     daemon.go:449: [d044efdd9e17e] Stopping daemon
23:57:11 [2019-09-19T23:57:11.926Z]     daemon.go:288: [d044efdd9e17e] exiting daemon
23:57:11 [2019-09-19T23:57:11.926Z]     daemon.go:436: [d044efdd9e17e] Daemon stopped
23:57:11 [2019-09-19T23:57:11.926Z] PASS
23:57:11 [2019-09-19T23:57:11.926Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m  
23:57:11 [2019-09-19T23:57:11.926Z] INFO: Testing against a local daemon
23:57:11 [2019-09-19T23:57:11.926Z] === RUN   TestSecretInspect
23:57:12 [2019-09-19T23:57:12.239Z] --- PASS: TestServiceUpdateConfigs (14.49s)
23:57:12 [2019-09-19T23:57:12.240Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateConfigs
23:57:12 [2019-09-19T23:57:12.240Z]     daemon.go:321: [dc5e20a6e678e] waiting for daemon to start
23:57:12 [2019-09-19T23:57:12.240Z]     daemon.go:339: [dc5e20a6e678e] daemon started
23:57:12 [2019-09-19T23:57:12.240Z]     daemon.go:449: [dc5e20a6e678e] Stopping daemon
23:57:12 [2019-09-19T23:57:12.240Z]     daemon.go:288: [dc5e20a6e678e] exiting daemon
23:57:12 [2019-09-19T23:57:12.240Z]     daemon.go:436: [dc5e20a6e678e] Daemon stopped
23:57:12 [2019-09-19T23:57:12.240Z] === RUN   TestServiceUpdateNetwork
23:57:13 [2019-09-19T23:57:13.166Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag	1.954s
23:57:14 [2019-09-19T23:57:14.000Z] --- PASS: TestSecretInspect (2.30s)
23:57:14 [2019-09-19T23:57:14.000Z]     secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect
23:57:14 [2019-09-19T23:57:14.000Z]     daemon.go:321: [db1de022638f3] waiting for daemon to start
23:57:14 [2019-09-19T23:57:14.000Z]     daemon.go:339: [db1de022638f3] daemon started
23:57:14 [2019-09-19T23:57:14.000Z]     daemon.go:449: [db1de022638f3] Stopping daemon
23:57:14 [2019-09-19T23:57:14.000Z]     daemon.go:288: [db1de022638f3] exiting daemon
23:57:14 [2019-09-19T23:57:14.000Z]     daemon.go:436: [db1de022638f3] Daemon stopped
23:57:14 [2019-09-19T23:57:14.000Z] === RUN   TestSecretList
23:57:14 [2019-09-19T23:57:14.281Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail	1.130s
23:57:14 [2019-09-19T23:57:14.281Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag	0.196s
23:57:14 [2019-09-19T23:57:14.536Z] PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail	3.035s
23:57:15 [2019-09-19T23:57:15.460Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers	1.003s
23:57:16 [2019-09-19T23:57:16.698Z] --- PASS: TestSecretList (2.38s)
23:57:16 [2019-09-19T23:57:16.698Z]     secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList
23:57:16 [2019-09-19T23:57:16.698Z]     daemon.go:321: [d656cf0a58c1e] waiting for daemon to start
23:57:16 [2019-09-19T23:57:16.698Z]     daemon.go:339: [d656cf0a58c1e] daemon started
23:57:16 [2019-09-19T23:57:16.698Z]     daemon.go:449: [d656cf0a58c1e] Stopping daemon
23:57:16 [2019-09-19T23:57:16.698Z]     daemon.go:288: [d656cf0a58c1e] exiting daemon
23:57:16 [2019-09-19T23:57:16.698Z]     daemon.go:436: [d656cf0a58c1e] Daemon stopped
23:57:16 [2019-09-19T23:57:16.698Z] === RUN   TestSecretsCreateAndDelete
23:57:18 [2019-09-19T23:57:18.728Z] --- PASS: TestSecretsCreateAndDelete (2.37s)
23:57:18 [2019-09-19T23:57:18.728Z]     secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete
23:57:18 [2019-09-19T23:57:18.728Z]     daemon.go:321: [d2e3493244215] waiting for daemon to start
23:57:18 [2019-09-19T23:57:18.728Z]     daemon.go:339: [d2e3493244215] daemon started
23:57:18 [2019-09-19T23:57:18.728Z]     daemon.go:449: [d2e3493244215] Stopping daemon
23:57:18 [2019-09-19T23:57:18.728Z]     daemon.go:288: [d2e3493244215] exiting daemon
23:57:18 [2019-09-19T23:57:18.728Z]     daemon.go:436: [d2e3493244215] Daemon stopped
23:57:18 [2019-09-19T23:57:18.728Z] === RUN   TestSecretsUpdate
23:57:20 [2019-09-19T23:57:20.694Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer	4.821s
23:57:21 [2019-09-19T23:57:21.253Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails	0.734s
23:57:21 [2019-09-19T23:57:21.419Z] --- PASS: TestSecretsUpdate (2.29s)
23:57:21 [2019-09-19T23:57:21.419Z]     secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate
23:57:21 [2019-09-19T23:57:21.419Z]     daemon.go:321: [d84a324b9f743] waiting for daemon to start
23:57:21 [2019-09-19T23:57:21.419Z]     daemon.go:339: [d84a324b9f743] daemon started
23:57:21 [2019-09-19T23:57:21.419Z]     daemon.go:449: [d84a324b9f743] Stopping daemon
23:57:21 [2019-09-19T23:57:21.419Z]     daemon.go:288: [d84a324b9f743] exiting daemon
23:57:21 [2019-09-19T23:57:21.419Z]     daemon.go:436: [d84a324b9f743] Daemon stopped
23:57:21 [2019-09-19T23:57:21.419Z] === RUN   TestTemplatedSecret
23:57:22 [2019-09-19T23:57:22.621Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories	1.030s
23:57:22 [2019-09-19T23:57:22.887Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse	0.455s
23:57:24 [2019-09-19T23:57:24.115Z] --- PASS: TestTemplatedSecret (3.19s)
23:57:24 [2019-09-19T23:57:24.115Z]     secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret
23:57:24 [2019-09-19T23:57:24.115Z]     daemon.go:321: [deca99134d7f1] waiting for daemon to start
23:57:24 [2019-09-19T23:57:24.115Z]     daemon.go:339: [deca99134d7f1] daemon started
23:57:24 [2019-09-19T23:57:24.115Z]     daemon.go:449: [deca99134d7f1] Stopping daemon
23:57:24 [2019-09-19T23:57:24.115Z]     daemon.go:288: [deca99134d7f1] exiting daemon
23:57:24 [2019-09-19T23:57:24.115Z]     daemon.go:436: [deca99134d7f1] Daemon stopped
23:57:24 [2019-09-19T23:57:24.115Z] === RUN   TestSecretCreateResolve
23:57:24 [2019-09-19T23:57:24.397Z] PASS: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule	1.615s
23:57:25 [2019-09-19T23:57:25.448Z] PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost	0.803s
23:57:25 [2019-09-19T23:57:25.744Z] PASS: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode	0.370s
23:57:26 [2019-09-19T23:57:26.347Z] PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices	0.797s
23:57:26 [2019-09-19T23:57:26.603Z] PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode	0.013s
23:57:26 [2019-09-19T23:57:26.858Z] --- PASS: TestServiceUpdateNetwork (14.88s)
23:57:26 [2019-09-19T23:57:26.858Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateNetwork
23:57:26 [2019-09-19T23:57:26.858Z]     daemon.go:321: [d0308f09b3546] waiting for daemon to start
23:57:26 [2019-09-19T23:57:26.858Z]     daemon.go:339: [d0308f09b3546] daemon started
23:57:26 [2019-09-19T23:57:26.858Z]     daemon.go:449: [d0308f09b3546] Stopping daemon
23:57:26 [2019-09-19T23:57:26.858Z]     daemon.go:288: [d0308f09b3546] exiting daemon
23:57:26 [2019-09-19T23:57:26.858Z]     daemon.go:436: [d0308f09b3546] Daemon stopped
23:57:26 [2019-09-19T23:57:26.858Z] PASS
23:57:26 [2019-09-19T23:57:26.858Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
23:57:26 [2019-09-19T23:57:26.901Z] --- PASS: TestSecretCreateResolve (2.39s)
23:57:26 [2019-09-19T23:57:26.901Z]     secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve
23:57:26 [2019-09-19T23:57:26.901Z]     daemon.go:321: [d1ec9d4d65f7f] waiting for daemon to start
23:57:26 [2019-09-19T23:57:26.901Z]     daemon.go:339: [d1ec9d4d65f7f] daemon started
23:57:26 [2019-09-19T23:57:26.901Z]     daemon.go:449: [d1ec9d4d65f7f] Stopping daemon
23:57:26 [2019-09-19T23:57:26.901Z]     daemon.go:288: [d1ec9d4d65f7f] exiting daemon
23:57:26 [2019-09-19T23:57:26.901Z]     daemon.go:436: [d1ec9d4d65f7f] Daemon stopped
23:57:26 [2019-09-19T23:57:26.901Z] PASS
23:57:26 [2019-09-19T23:57:26.901Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m  
23:57:26 [2019-09-19T23:57:26.901Z] INFO: Testing against a local daemon
23:57:26 [2019-09-19T23:57:26.901Z] === RUN   TestServiceCreateInit
23:57:26 [2019-09-19T23:57:26.901Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:57:27 [2019-09-19T23:57:27.113Z] INFO: Testing against a local daemon
23:57:27 [2019-09-19T23:57:27.113Z] === RUN   TestSessionCreate
23:57:27 [2019-09-19T23:57:27.408Z] PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc	0.824s
23:57:27 [2019-09-19T23:57:27.613Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax	31.381s
23:57:27 [2019-09-19T23:57:27.968Z] --- PASS: TestSessionCreate (0.95s)
23:57:27 [2019-09-19T23:57:27.968Z]     session_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSessionCreate
23:57:27 [2019-09-19T23:57:27.968Z]     daemon.go:321: [d1de8fbca829b] waiting for daemon to start
23:57:27 [2019-09-19T23:57:27.968Z]     daemon.go:339: [d1de8fbca829b] daemon started
23:57:27 [2019-09-19T23:57:27.968Z]     daemon.go:449: [d1de8fbca829b] Stopping daemon
23:57:27 [2019-09-19T23:57:27.968Z]     daemon.go:288: [d1de8fbca829b] exiting daemon
23:57:27 [2019-09-19T23:57:27.968Z]     daemon.go:436: [d1de8fbca829b] Daemon stopped
23:57:27 [2019-09-19T23:57:27.968Z] === RUN   TestSessionCreateWithBadUpgrade
23:57:28 [2019-09-19T23:57:28.535Z] PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs	3.022s
23:57:28 [2019-09-19T23:57:28.832Z] --- PASS: TestSessionCreateWithBadUpgrade (0.90s)
23:57:28 [2019-09-19T23:57:28.832Z]     session_test.go:50: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSessionCreateWithBadUpgrade
23:57:28 [2019-09-19T23:57:28.832Z]     daemon.go:321: [d04b2b37bdc18] waiting for daemon to start
23:57:28 [2019-09-19T23:57:28.832Z]     daemon.go:339: [d04b2b37bdc18] daemon started
23:57:28 [2019-09-19T23:57:28.832Z]     daemon.go:449: [d04b2b37bdc18] Stopping daemon
23:57:28 [2019-09-19T23:57:28.832Z]     daemon.go:288: [d04b2b37bdc18] exiting daemon
23:57:28 [2019-09-19T23:57:28.832Z]     daemon.go:436: [d04b2b37bdc18] Daemon stopped
23:57:28 [2019-09-19T23:57:28.832Z] PASS
23:57:28 [2019-09-19T23:57:28.832Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
23:57:29 [2019-09-19T23:57:29.130Z] INFO: Testing against a local daemon
23:57:29 [2019-09-19T23:57:29.130Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:57:29 [2019-09-19T23:57:29.130Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:57:29 [2019-09-19T23:57:29.130Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:57:29 [2019-09-19T23:57:29.130Z] === RUN   TestEventsExecDie
23:57:29 [2019-09-19T23:57:29.385Z] PASS: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange	1.519s
23:57:30 [2019-09-19T23:57:30.354Z] --- PASS: TestEventsExecDie (1.04s)
23:57:30 [2019-09-19T23:57:30.354Z] === RUN   TestEventsBackwardsCompatible
23:57:30 [2019-09-19T23:57:30.354Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
23:57:30 [2019-09-19T23:57:30.354Z] === RUN   TestInfoBinaryCommits
23:57:30 [2019-09-19T23:57:30.354Z] --- PASS: TestInfoBinaryCommits (0.03s)
23:57:30 [2019-09-19T23:57:30.354Z] === RUN   TestInfoAPIVersioned
23:57:30 [2019-09-19T23:57:30.354Z] --- PASS: TestInfoAPIVersioned (0.02s)
23:57:30 [2019-09-19T23:57:30.354Z] === RUN   TestInfoAPI
23:57:30 [2019-09-19T23:57:30.354Z] --- PASS: TestInfoAPI (0.05s)
23:57:30 [2019-09-19T23:57:30.354Z] === RUN   TestInfoAPIWarnings
23:57:30 [2019-09-19T23:57:30.354Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot	0.924s
23:57:31 [2019-09-19T23:57:31.313Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:57:31 [2019-09-19T23:57:31.324Z] --- PASS: TestInfoAPIWarnings (0.94s)
23:57:31 [2019-09-19T23:57:31.324Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInfoAPIWarnings
23:57:31 [2019-09-19T23:57:31.324Z]     daemon.go:321: [d53907a9fe6e9] waiting for daemon to start
23:57:31 [2019-09-19T23:57:31.324Z]     daemon.go:339: [d53907a9fe6e9] daemon started
23:57:31 [2019-09-19T23:57:31.324Z]     daemon.go:449: [d53907a9fe6e9] Stopping daemon
23:57:31 [2019-09-19T23:57:31.324Z]     daemon.go:288: [d53907a9fe6e9] exiting daemon
23:57:31 [2019-09-19T23:57:31.324Z]     daemon.go:436: [d53907a9fe6e9] Daemon stopped
23:57:31 [2019-09-19T23:57:31.324Z] === RUN   TestLoginFailsWithBadCredentials
23:57:31 [2019-09-19T23:57:31.579Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s)
23:57:31 [2019-09-19T23:57:31.579Z] === RUN   TestPingCacheHeaders
23:57:31 [2019-09-19T23:57:31.579Z] --- PASS: TestPingCacheHeaders (0.03s)
23:57:31 [2019-09-19T23:57:31.579Z] === RUN   TestPingGet
23:57:31 [2019-09-19T23:57:31.579Z] --- PASS: TestPingGet (0.02s)
23:57:31 [2019-09-19T23:57:31.579Z] === RUN   TestPingHead
23:57:31 [2019-09-19T23:57:31.579Z] --- PASS: TestPingHead (0.02s)
23:57:31 [2019-09-19T23:57:31.579Z] === RUN   TestVersion
23:57:31 [2019-09-19T23:57:31.579Z] --- PASS: TestVersion (0.02s)
23:57:31 [2019-09-19T23:57:31.579Z] PASS
23:57:31 [2019-09-19T23:57:31.579Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
23:57:31 [2019-09-19T23:57:31.834Z] PASS: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose	0.954s
23:57:31 [2019-09-19T23:57:31.834Z] INFO: Testing against a local daemon
23:57:31 [2019-09-19T23:57:31.834Z] === RUN   TestVolumesCreateAndList
23:57:31 [2019-09-19T23:57:31.834Z] --- PASS: TestVolumesCreateAndList (0.04s)
23:57:31 [2019-09-19T23:57:31.834Z] === RUN   TestVolumesRemove
23:57:31 [2019-09-19T23:57:31.834Z] --- PASS: TestVolumesRemove (0.10s)
23:57:31 [2019-09-19T23:57:31.834Z] === RUN   TestVolumesInspect
23:57:32 [2019-09-19T23:57:32.089Z] --- PASS: TestVolumesInspect (0.03s)
23:57:32 [2019-09-19T23:57:32.089Z] === RUN   TestVolumesInvalidJSON
23:57:32 [2019-09-19T23:57:32.089Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:57:32 [2019-09-19T23:57:32.089Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:57:32 [2019-09-19T23:57:32.089Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:57:32 [2019-09-19T23:57:32.089Z] --- PASS: TestVolumesInvalidJSON (0.03s)
23:57:32 [2019-09-19T23:57:32.089Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:57:32 [2019-09-19T23:57:32.089Z] PASS
23:57:32 [2019-09-19T23:57:32.089Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/1)
23:57:32 [2019-09-19T23:57:32.089Z] PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale	1.994s
23:57:33 [2019-09-19T23:57:33.058Z] PASS: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish	0.930s
23:57:33 [2019-09-19T23:57:33.669Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/1/root: mountpoint not found
23:57:33 [2019-09-19T23:57:33.669Z] Clearing AppArmor profiles cache:.
23:57:33 [2019-09-19T23:57:33.669Z] All profile caches have been cleared, but no profiles have been unloaded.
23:57:33 [2019-09-19T23:57:33.669Z] Unloading profiles will leave already running processes permanently
23:57:33 [2019-09-19T23:57:33.669Z] unconfined, which can lead to unexpected situations.
23:57:33 [2019-09-19T23:57:33.669Z] 
23:57:33 [2019-09-19T23:57:33.669Z] To set a process to complain mode, use the command line tool
23:57:33 [2019-09-19T23:57:33.669Z] 'aa-complain'. To really tear down all profiles, run the init script
23:57:33 [2019-09-19T23:57:33.669Z] with the 'teardown' option."
23:57:33 [2019-09-19T23:57:33.669Z] Removing test suite binaries
23:57:33 [2019-09-19T23:57:33.669Z] 
23:57:35 [2019-09-19T23:57:35.758Z] --- PASS: TestServiceCreateInit (9.18s)
23:57:35 [2019-09-19T23:57:35.758Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.58s)
23:57:35 [2019-09-19T23:57:35.758Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:321: [dfaed8c90119d] waiting for daemon to start
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:339: [dfaed8c90119d] daemon started
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:449: [dfaed8c90119d] Stopping daemon
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:288: [dfaed8c90119d] exiting daemon
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:436: [dfaed8c90119d] Daemon stopped
23:57:35 [2019-09-19T23:57:35.758Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.55s)
23:57:35 [2019-09-19T23:57:35.758Z]         create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:321: [d407262e14136] waiting for daemon to start
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:339: [d407262e14136] daemon started
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:449: [d407262e14136] Stopping daemon
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:288: [d407262e14136] exiting daemon
23:57:35 [2019-09-19T23:57:35.758Z]         daemon.go:436: [d407262e14136] Daemon stopped
23:57:35 [2019-09-19T23:57:35.758Z] === RUN   TestCreateServiceMultipleTimes
23:57:37 [2019-09-19T23:57:37.830Z] PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory	4.021s
23:57:38 [2019-09-19T23:57:38.754Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes	1.632s
23:57:39 [2019-09-19T23:57:39.681Z] PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach	0.768s
23:57:40 [2019-09-19T23:57:40.275Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg	13.672s
23:57:41 [2019-09-19T23:57:41.042Z] PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig	0.858s
23:57:41 [2019-09-19T23:57:41.966Z] PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag	0.734s
23:57:42 [2019-09-19T23:57:42.890Z] PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag	0.736s
23:57:44 [2019-09-19T23:57:44.249Z] PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig	0.761s
23:57:45 [2019-09-19T23:57:45.212Z] PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak	1.041s
23:57:46 [2019-09-19T23:57:46.134Z] PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved	0.925s
23:57:47 [2019-09-19T23:57:47.057Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode	0.818s
23:57:48 [2019-09-19T23:57:48.032Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode	0.838s
23:57:48 [2019-09-19T23:57:48.871Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom	10.479s
23:57:48 [2019-09-19T23:57:48.956Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode	0.848s
23:57:48 [2019-09-19T23:57:48.956Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach	0.010s
23:57:51 [2019-09-19T23:57:51.464Z] PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts	2.620s
23:57:51 [2019-09-19T23:57:51.720Z] PASS: docker_cli_swarm_test.go:1419: DockerSwarmSuite.TestSwarmAlternateLockUnlock	18.778s
23:57:52 [2019-09-19T23:57:52.278Z] PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface	0.696s
23:57:53 [2019-09-19T23:57:53.202Z] PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface	0.862s
23:57:53 [2019-09-19T23:57:53.761Z] PASS: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN	0.851s
23:57:55 [2019-09-19T23:57:55.120Z] PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface	0.947s
23:57:55 [2019-09-19T23:57:55.120Z] PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid	0.022s
23:57:55 [2019-09-19T23:57:55.120Z] PASS: docker_cli_swarm_test.go:1997: DockerSwarmSuite.TestSwarmClusterEventsConfig	1.423s
23:57:55 [2019-09-19T23:57:55.970Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds	6.323s
23:57:56 [2019-09-19T23:57:56.046Z] PASS: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME	0.971s
23:57:56 [2019-09-19T23:57:56.605Z] PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod	0.787s
23:57:57 [2019-09-19T23:57:57.529Z] PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod	0.982s
23:57:58 [2019-09-19T23:57:58.089Z] PASS: docker_cli_swarm_test.go:1958: DockerSwarmSuite.TestSwarmClusterEventsNetwork	1.633s
23:57:58 [2019-09-19T23:57:58.168Z] --- PASS: TestCreateServiceMultipleTimes (19.60s)
23:57:58 [2019-09-19T23:57:58.168Z]     create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:321: [d14bdbb1483e1] waiting for daemon to start
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:339: [d14bdbb1483e1] daemon started
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:449: [d14bdbb1483e1] Stopping daemon
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:288: [d14bdbb1483e1] exiting daemon
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:436: [d14bdbb1483e1] Daemon stopped
23:57:58 [2019-09-19T23:57:58.168Z] === RUN   TestCreateServiceConflict
23:57:58 [2019-09-19T23:57:58.168Z] --- PASS: TestCreateServiceConflict (2.30s)
23:57:58 [2019-09-19T23:57:58.168Z]     create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:321: [d680bc88dcacc] waiting for daemon to start
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:339: [d680bc88dcacc] daemon started
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:449: [d680bc88dcacc] Stopping daemon
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:288: [d680bc88dcacc] exiting daemon
23:57:58 [2019-09-19T23:57:58.168Z]     daemon.go:436: [d680bc88dcacc] Daemon stopped
23:57:58 [2019-09-19T23:57:58.168Z] === RUN   TestCreateServiceMaxReplicas
23:57:58 [2019-09-19T23:57:58.344Z] PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod	0.718s
23:57:59 [2019-09-19T23:57:59.268Z] PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase	0.908s
23:57:59 [2019-09-19T23:57:59.268Z] PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid	0.012s
23:58:00 [2019-09-19T23:58:00.631Z] PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength	0.770s
23:58:00 [2019-09-19T23:58:00.631Z] PASS: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty	0.022s
23:58:00 [2019-09-19T23:58:00.856Z] --- PASS: TestCreateServiceMaxReplicas (3.14s)
23:58:00 [2019-09-19T23:58:00.856Z]     create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas
23:58:00 [2019-09-19T23:58:00.856Z]     daemon.go:321: [d6e2f1c5569eb] waiting for daemon to start
23:58:00 [2019-09-19T23:58:00.856Z]     daemon.go:339: [d6e2f1c5569eb] daemon started
23:58:00 [2019-09-19T23:58:00.856Z]     daemon.go:449: [d6e2f1c5569eb] Stopping daemon
23:58:00 [2019-09-19T23:58:00.856Z]     daemon.go:288: [d6e2f1c5569eb] exiting daemon
23:58:00 [2019-09-19T23:58:00.856Z]     daemon.go:436: [d6e2f1c5569eb] Daemon stopped
23:58:00 [2019-09-19T23:58:00.856Z] === RUN   TestCreateWithDuplicateNetworkNames
23:58:01 [2019-09-19T23:58:01.783Z] PASS: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows	6.490s
23:58:01 [2019-09-19T23:58:01.991Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint	1.485s
23:58:02 [2019-09-19T23:58:02.916Z] PASS: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts	0.671s
23:58:03 [2019-09-19T23:58:03.885Z] PASS: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort	0.712s
23:58:04 [2019-09-19T23:58:04.808Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork	0.798s
23:58:04 [2019-09-19T23:58:04.808Z] PASS: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf	0.101s
23:58:05 [2019-09-19T23:58:05.731Z] PASS: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO	0.805s
23:58:07 [2019-09-19T23:58:07.091Z] PASS: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent	1.590s
23:58:08 [2019-09-19T23:58:08.975Z] PASS: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer	1.452s
23:58:10 [2019-09-19T23:58:10.856Z] PASS: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs	1.586s
23:58:11 [2019-09-19T23:58:11.414Z] PASS: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag	0.801s
23:58:11 [2019-09-19T23:58:11.972Z] PASS: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag	0.795s
23:58:12 [2019-09-19T23:58:12.914Z] PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer	0.756s
23:58:13 [2019-09-19T23:58:13.836Z] PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero	0.824s
23:58:14 [2019-09-19T23:58:14.395Z] PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs	0.810s
23:58:16 [2019-09-19T23:58:16.084Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.52s)
23:58:16 [2019-09-19T23:58:16.084Z]     create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames
23:58:16 [2019-09-19T23:58:16.084Z]     daemon.go:321: [debe4d79eb08f] waiting for daemon to start
23:58:16 [2019-09-19T23:58:16.084Z]     daemon.go:339: [debe4d79eb08f] daemon started
23:58:16 [2019-09-19T23:58:16.084Z]     daemon.go:449: [debe4d79eb08f] Stopping daemon
23:58:16 [2019-09-19T23:58:16.084Z]     daemon.go:288: [debe4d79eb08f] exiting daemon
23:58:16 [2019-09-19T23:58:16.084Z]     daemon.go:436: [debe4d79eb08f] Daemon stopped
23:58:16 [2019-09-19T23:58:16.084Z] === RUN   TestCreateServiceSecretFileMode
23:58:16 [2019-09-19T23:58:16.276Z] PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent	1.803s
23:58:17 [2019-09-19T23:58:17.102Z] --- PASS: TestCreateServiceSecretFileMode (2.79s)
23:58:17 [2019-09-19T23:58:17.102Z]     create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode
23:58:17 [2019-09-19T23:58:17.102Z]     daemon.go:321: [daf981d32766d] waiting for daemon to start
23:58:17 [2019-09-19T23:58:17.102Z]     daemon.go:339: [daf981d32766d] daemon started
23:58:17 [2019-09-19T23:58:17.102Z]     daemon.go:449: [daf981d32766d] Stopping daemon
23:58:17 [2019-09-19T23:58:17.102Z]     daemon.go:288: [daf981d32766d] exiting daemon
23:58:17 [2019-09-19T23:58:17.102Z]     daemon.go:436: [daf981d32766d] Daemon stopped
23:58:17 [2019-09-19T23:58:17.102Z] === RUN   TestCreateServiceConfigFileMode
23:58:18 [2019-09-19T23:58:18.157Z] PASS: docker_cli_swarm_test.go:1928: DockerSwarmSuite.TestSwarmClusterEventsNode	4.542s
23:58:19 [2019-09-19T23:58:19.506Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants	16.453s
23:58:19 [2019-09-19T23:58:19.795Z] --- PASS: TestCreateServiceConfigFileMode (2.72s)
23:58:19 [2019-09-19T23:58:19.795Z]     create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode
23:58:19 [2019-09-19T23:58:19.795Z]     daemon.go:321: [d5a3710d5a2c3] waiting for daemon to start
23:58:19 [2019-09-19T23:58:19.795Z]     daemon.go:339: [d5a3710d5a2c3] daemon started
23:58:19 [2019-09-19T23:58:19.795Z]     daemon.go:449: [d5a3710d5a2c3] Stopping daemon
23:58:19 [2019-09-19T23:58:19.795Z]     daemon.go:288: [d5a3710d5a2c3] exiting daemon
23:58:19 [2019-09-19T23:58:19.795Z]     daemon.go:436: [d5a3710d5a2c3] Daemon stopped
23:58:19 [2019-09-19T23:58:19.795Z] === RUN   TestCreateServiceSysctls
23:58:20 [2019-09-19T23:58:20.040Z] PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID	3.738s
23:58:20 [2019-09-19T23:58:20.295Z] PASS: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp	0.088s
23:58:20 [2019-09-19T23:58:20.899Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume	0.796s
23:58:23 [2019-09-19T23:58:23.406Z] PASS: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc	2.411s
23:58:24 [2019-09-19T23:58:24.196Z] --- PASS: TestCreateServiceSysctls (3.69s)
23:58:24 [2019-09-19T23:58:24.196Z]     create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls
23:58:24 [2019-09-19T23:58:24.196Z]     daemon.go:321: [dc53c7be8101e] waiting for daemon to start
23:58:24 [2019-09-19T23:58:24.196Z]     daemon.go:339: [dc53c7be8101e] daemon started
23:58:24 [2019-09-19T23:58:24.196Z]     daemon.go:449: [dc53c7be8101e] Stopping daemon
23:58:24 [2019-09-19T23:58:24.196Z]     daemon.go:288: [dc53c7be8101e] exiting daemon
23:58:24 [2019-09-19T23:58:24.196Z]     daemon.go:436: [dc53c7be8101e] Daemon stopped
23:58:24 [2019-09-19T23:58:24.196Z] === RUN   TestInspect
23:58:25 [2019-09-19T23:58:25.288Z] PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink	1.736s
23:58:26 [2019-09-19T23:58:26.225Z] --- PASS: TestInspect (2.30s)
23:58:26 [2019-09-19T23:58:26.225Z]     inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect
23:58:26 [2019-09-19T23:58:26.225Z]     daemon.go:321: [d2d7e078d768c] waiting for daemon to start
23:58:26 [2019-09-19T23:58:26.225Z]     daemon.go:339: [d2d7e078d768c] daemon started
23:58:26 [2019-09-19T23:58:26.225Z]     daemon.go:449: [d2d7e078d768c] Stopping daemon
23:58:26 [2019-09-19T23:58:26.225Z]     daemon.go:288: [d2d7e078d768c] exiting daemon
23:58:26 [2019-09-19T23:58:26.225Z]     daemon.go:436: [d2d7e078d768c] Daemon stopped
23:58:26 [2019-09-19T23:58:26.225Z] === RUN   TestDockerNetworkConnectAlias
23:58:26 [2019-09-19T23:58:26.602Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg	6.634s
23:58:26 [2019-09-19T23:58:26.689Z] PASS: docker_cli_swarm_test.go:1844: DockerSwarmSuite.TestSwarmClusterEventsScope	7.740s
23:58:27 [2019-09-19T23:58:27.064Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags	0.516s
23:58:27 [2019-09-19T23:58:27.064Z] SKIP: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer (unmatched requirement DaemonIsLinux)
23:58:27 [2019-09-19T23:58:27.064Z] SKIP: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone (unmatched requirement DaemonIsLinux)
23:58:28 [2019-09-19T23:58:28.051Z] PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir	2.971s
23:58:29 [2019-09-19T23:58:29.411Z] PASS: docker_cli_swarm_test.go:1977: DockerSwarmSuite.TestSwarmClusterEventsSecret	1.516s
23:58:29 [2019-09-19T23:58:29.983Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext	2.553s
23:58:31 [2019-09-19T23:58:31.338Z] PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2	2.891s
23:58:31 [2019-09-19T23:58:31.338Z] SKIP: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows)
23:58:31 [2019-09-19T23:58:31.338Z] SKIP: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows)
23:58:31 [2019-09-19T23:58:31.722Z] --- PASS: TestDockerNetworkConnectAlias (4.95s)
23:58:31 [2019-09-19T23:58:31.722Z]     network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias
23:58:31 [2019-09-19T23:58:31.722Z]     daemon.go:321: [d6fbf1127ec24] waiting for daemon to start
23:58:31 [2019-09-19T23:58:31.722Z]     daemon.go:339: [d6fbf1127ec24] daemon started
23:58:31 [2019-09-19T23:58:31.722Z]     daemon.go:449: [d6fbf1127ec24] Stopping daemon
23:58:31 [2019-09-19T23:58:31.722Z]     daemon.go:288: [d6fbf1127ec24] exiting daemon
23:58:31 [2019-09-19T23:58:31.722Z]     daemon.go:436: [d6fbf1127ec24] Daemon stopped
23:58:31 [2019-09-19T23:58:31.722Z] === RUN   TestDockerNetworkReConnect
23:58:32 [2019-09-19T23:58:32.263Z] PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions	0.942s
23:58:34 [2019-09-19T23:58:34.148Z] PASS: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode	1.810s
23:58:35 [2019-09-19T23:58:35.232Z] --- PASS: TestDockerNetworkReConnect (3.90s)
23:58:35 [2019-09-19T23:58:35.232Z]     network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect
23:58:35 [2019-09-19T23:58:35.232Z]     daemon.go:321: [d8327a959db61] waiting for daemon to start
23:58:35 [2019-09-19T23:58:35.232Z]     daemon.go:339: [d8327a959db61] daemon started
23:58:35 [2019-09-19T23:58:35.232Z]     daemon.go:449: [d8327a959db61] Stopping daemon
23:58:35 [2019-09-19T23:58:35.232Z]     daemon.go:288: [d8327a959db61] exiting daemon
23:58:35 [2019-09-19T23:58:35.232Z]     daemon.go:436: [d8327a959db61] Daemon stopped
23:58:35 [2019-09-19T23:58:35.232Z] === RUN   TestServicePlugin
23:58:35 [2019-09-19T23:58:35.232Z] --- SKIP: TestServicePlugin (0.00s)
23:58:35 [2019-09-19T23:58:35.232Z]     plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:58:35 [2019-09-19T23:58:35.232Z] === RUN   TestServiceUpdateLabel
23:58:35 [2019-09-19T23:58:35.507Z] PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions	1.606s
23:58:37 [2019-09-19T23:58:37.258Z] --- PASS: TestServiceUpdateLabel (2.33s)
23:58:37 [2019-09-19T23:58:37.258Z]     update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel
23:58:37 [2019-09-19T23:58:37.258Z]     daemon.go:321: [d837c92aaa4a5] waiting for daemon to start
23:58:37 [2019-09-19T23:58:37.258Z]     daemon.go:339: [d837c92aaa4a5] daemon started
23:58:37 [2019-09-19T23:58:37.258Z]     daemon.go:449: [d837c92aaa4a5] Stopping daemon
23:58:37 [2019-09-19T23:58:37.258Z]     daemon.go:288: [d837c92aaa4a5] exiting daemon
23:58:37 [2019-09-19T23:58:37.258Z]     daemon.go:436: [d837c92aaa4a5] Daemon stopped
23:58:37 [2019-09-19T23:58:37.258Z] === RUN   TestServiceUpdateSecrets
23:58:38 [2019-09-19T23:58:38.015Z] PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf	2.394s
23:58:38 [2019-09-19T23:58:38.579Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput	8.872s
23:58:38 [2019-09-19T23:58:38.938Z] PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions	0.866s
23:58:40 [2019-09-19T23:58:40.841Z] PASS: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule	1.522s
23:58:40 [2019-09-19T23:58:40.869Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume	2.123s
23:58:41 [2019-09-19T23:58:41.330Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure	0.227s
23:58:41 [2019-09-19T23:58:41.330Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote	0.122s
23:58:41 [2019-09-19T23:58:41.400Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting	0.851s
23:58:41 [2019-09-19T23:58:41.400Z] SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd)
23:58:42 [2019-09-19T23:58:42.322Z] PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers	0.786s
23:58:43 [2019-09-19T23:58:43.519Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage	2.186s
23:58:44 [2019-09-19T23:58:44.203Z] PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink	1.771s
23:58:44 [2019-09-19T23:58:44.204Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot	0.045s
23:58:45 [2019-09-19T23:58:45.063Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess	1.403s
23:58:45 [2019-09-19T23:58:45.126Z] PASS: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount	0.835s
23:58:45 [2019-09-19T23:58:45.685Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer	0.862s
23:58:45 [2019-09-19T23:58:45.939Z] PASS: docker_cli_swarm_test.go:1888: DockerSwarmSuite.TestSwarmClusterEventsService	15.892s
23:58:46 [2019-09-19T23:58:46.036Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume	1.019s
23:58:46 [2019-09-19T23:58:46.862Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout	0.875s
23:58:47 [2019-09-19T23:58:47.468Z] PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit	0.851s
23:58:47 [2019-09-19T23:58:47.468Z] PASS: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv	0.040s
23:58:48 [2019-09-19T23:58:48.826Z] PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint	0.948s
23:58:49 [2019-09-19T23:58:49.385Z] PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment	0.850s
23:58:50 [2019-09-19T23:58:50.312Z] PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase	0.938s
23:58:51 [2019-09-19T23:58:51.236Z] PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride	0.816s
23:58:52 [2019-09-19T23:58:52.159Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode	0.797s
23:58:52 [2019-09-19T23:58:52.488Z] --- PASS: TestServiceUpdateSecrets (14.99s)
23:58:52 [2019-09-19T23:58:52.488Z]     update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets
23:58:52 [2019-09-19T23:58:52.488Z]     daemon.go:321: [d77a8c7b738f2] waiting for daemon to start
23:58:52 [2019-09-19T23:58:52.488Z]     daemon.go:339: [d77a8c7b738f2] daemon started
23:58:52 [2019-09-19T23:58:52.488Z]     daemon.go:449: [d77a8c7b738f2] Stopping daemon
23:58:52 [2019-09-19T23:58:52.488Z]     daemon.go:288: [d77a8c7b738f2] exiting daemon
23:58:52 [2019-09-19T23:58:52.488Z]     daemon.go:436: [d77a8c7b738f2] Daemon stopped
23:58:52 [2019-09-19T23:58:52.488Z] === RUN   TestServiceUpdateConfigs
23:58:52 [2019-09-19T23:58:52.718Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne	0.727s
23:58:53 [2019-09-19T23:58:53.642Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero	0.818s
23:58:54 [2019-09-19T23:58:54.564Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose	0.846s
23:58:54 [2019-09-19T23:58:54.564Z] PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort	0.009s
23:58:54 [2019-09-19T23:58:54.629Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild	8.236s
23:58:55 [2019-09-19T23:58:55.122Z] PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet	0.816s
23:58:56 [2019-09-19T23:58:56.045Z] PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd	0.800s
23:58:56 [2019-09-19T23:58:56.173Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache	0.939s
23:58:57 [2019-09-19T23:58:57.664Z] PASS: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN	1.605s
23:58:57 [2019-09-19T23:58:57.920Z] PASS: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode	0.363s
23:58:57 [2019-09-19T23:58:57.920Z] SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
23:59:02 [2019-09-19T23:59:02.075Z] PASS: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership	3.590s
23:59:02 [2019-09-19T23:59:02.633Z] PASS: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress	0.625s
23:59:04 [2019-09-19T23:59:04.857Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON	7.698s
23:59:05 [2019-09-19T23:59:05.141Z] PASS: docker_cli_swarm_test.go:1824: DockerSwarmSuite.TestSwarmClusterEventsSource	3.824s
23:59:07 [2019-09-19T23:59:07.044Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON	3.134s
23:59:07 [2019-09-19T23:59:07.726Z] --- PASS: TestServiceUpdateConfigs (15.16s)
23:59:07 [2019-09-19T23:59:07.726Z]     update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs
23:59:07 [2019-09-19T23:59:07.726Z]     daemon.go:321: [d54569f13bb54] waiting for daemon to start
23:59:07 [2019-09-19T23:59:07.726Z]     daemon.go:339: [d54569f13bb54] daemon started
23:59:07 [2019-09-19T23:59:07.726Z]     daemon.go:449: [d54569f13bb54] Stopping daemon
23:59:07 [2019-09-19T23:59:07.726Z]     daemon.go:288: [d54569f13bb54] exiting daemon
23:59:07 [2019-09-19T23:59:07.726Z]     daemon.go:436: [d54569f13bb54] Daemon stopped
23:59:07 [2019-09-19T23:59:07.726Z] === RUN   TestServiceUpdateNetwork
23:59:15 [2019-09-19T23:59:15.085Z] PASS: docker_cli_swarm_test.go:1865: DockerSwarmSuite.TestSwarmClusterEventsType	7.774s
23:59:15 [2019-09-19T23:59:15.085Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy	11.599s
23:59:15 [2019-09-19T23:59:15.637Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance	7.948s
23:59:15 [2019-09-19T23:59:15.644Z] PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares	1.338s
23:59:17 [2019-09-19T23:59:17.526Z] PASS: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent	1.689s
23:59:17 [2019-09-19T23:59:17.526Z] PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue	0.025s
23:59:17 [2019-09-19T23:59:17.526Z] PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue	0.016s
23:59:17 [2019-09-19T23:59:17.526Z] PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference	0.011s
23:59:18 [2019-09-19T23:59:18.128Z] PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors	0.888s
23:59:21 [2019-09-19T23:59:21.452Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase	4.251s
23:59:21 [2019-09-19T23:59:21.564Z] PASS: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode	2.343s
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestServiceUpdateNetwork (13.28s)
23:59:23 [2019-09-19T23:59:23.039Z]     update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:321: [d9ffbda0cc0f8] waiting for daemon to start
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:339: [d9ffbda0cc0f8] daemon started
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:449: [d9ffbda0cc0f8] Stopping daemon
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:288: [d9ffbda0cc0f8] exiting daemon
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:436: [d9ffbda0cc0f8] Daemon stopped
23:59:23 [2019-09-19T23:59:23.039Z] PASS
23:59:23 [2019-09-19T23:59:23.039Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m  
23:59:23 [2019-09-19T23:59:23.039Z] INFO: Testing against a local daemon
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestSessionCreate
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestSessionCreate (0.05s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestSessionCreateWithBadUpgrade
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
23:59:23 [2019-09-19T23:59:23.039Z] PASS
23:59:23 [2019-09-19T23:59:23.039Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m  
23:59:23 [2019-09-19T23:59:23.039Z] INFO: Testing against a local daemon
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:59:23 [2019-09-19T23:59:23.039Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:59:23 [2019-09-19T23:59:23.039Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestEventsExecDie
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestEventsExecDie (0.94s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestEventsBackwardsCompatible
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestEventsBackwardsCompatible (0.09s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestInfoBinaryCommits
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestInfoBinaryCommits (0.06s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestInfoAPIVersioned
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestInfoAPI
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestInfoAPI (0.06s)
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestInfoAPIWarnings
23:59:23 [2019-09-19T23:59:23.039Z] --- PASS: TestInfoAPIWarnings (0.94s)
23:59:23 [2019-09-19T23:59:23.039Z]     info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:321: [d8f097e30012e] waiting for daemon to start
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:339: [d8f097e30012e] daemon started
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:449: [d8f097e30012e] Stopping daemon
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:288: [d8f097e30012e] exiting daemon
23:59:23 [2019-09-19T23:59:23.039Z]     daemon.go:436: [d8f097e30012e] Daemon stopped
23:59:23 [2019-09-19T23:59:23.039Z] === RUN   TestLoginFailsWithBadCredentials
23:59:23 [2019-09-19T23:59:23.488Z] PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID	1.451s
23:59:23 [2019-09-19T23:59:23.658Z] --- PASS: TestLoginFailsWithBadCredentials (0.55s)
23:59:23 [2019-09-19T23:59:23.658Z] === RUN   TestPingCacheHeaders
23:59:23 [2019-09-19T23:59:23.658Z] --- PASS: TestPingCacheHeaders (0.05s)
23:59:23 [2019-09-19T23:59:23.658Z] === RUN   TestPingGet
23:59:23 [2019-09-19T23:59:23.658Z] --- PASS: TestPingGet (0.04s)
23:59:23 [2019-09-19T23:59:23.658Z] === RUN   TestPingHead
23:59:23 [2019-09-19T23:59:23.658Z] --- PASS: TestPingHead (0.05s)
23:59:23 [2019-09-19T23:59:23.658Z] === RUN   TestVersion
23:59:23 [2019-09-19T23:59:23.658Z] --- PASS: TestVersion (0.05s)
23:59:23 [2019-09-19T23:59:23.658Z] PASS
23:59:23 [2019-09-19T23:59:23.658Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m  
23:59:23 [2019-09-19T23:59:23.658Z] INFO: Testing against a local daemon
23:59:23 [2019-09-19T23:59:23.658Z] === RUN   TestVolumesCreateAndList
23:59:23 [2019-09-19T23:59:23.941Z] --- PASS: TestVolumesCreateAndList (0.06s)
23:59:23 [2019-09-19T23:59:23.941Z] === RUN   TestVolumesRemove
23:59:23 [2019-09-19T23:59:23.941Z] --- PASS: TestVolumesRemove (0.10s)
23:59:23 [2019-09-19T23:59:23.941Z] === RUN   TestVolumesInspect
23:59:23 [2019-09-19T23:59:23.941Z] --- PASS: TestVolumesInspect (0.04s)
23:59:23 [2019-09-19T23:59:23.941Z] === RUN   TestVolumesInvalidJSON
23:59:23 [2019-09-19T23:59:23.941Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:59:23 [2019-09-19T23:59:23.941Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:59:23 [2019-09-19T23:59:23.941Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:59:23 [2019-09-19T23:59:23.941Z] --- PASS: TestVolumesInvalidJSON (0.04s)
23:59:23 [2019-09-19T23:59:23.941Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:59:23 [2019-09-19T23:59:23.941Z] PASS
23:59:23 [2019-09-19T23:59:23.941Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:59:25 [2019-09-19T23:59:25.207Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput	4.599s
23:59:25 [2019-09-19T23:59:25.370Z] PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName	1.471s
23:59:25 [2019-09-19T23:59:25.417Z] umount: bundles/test-integration/root: mountpoint not found
23:59:25 [2019-09-19T23:59:25.417Z] Clearing AppArmor profiles cache:.
23:59:25 [2019-09-19T23:59:25.417Z] All profile caches have been cleared, but no profiles have been unloaded.
23:59:25 [2019-09-19T23:59:25.417Z] Unloading profiles will leave already running processes permanently
23:59:25 [2019-09-19T23:59:25.418Z] unconfined, which can lead to unexpected situations.
23:59:25 [2019-09-19T23:59:25.418Z] 
23:59:25 [2019-09-19T23:59:25.418Z] To set a process to complain mode, use the command line tool
23:59:25 [2019-09-19T23:59:25.418Z] 'aa-complain'. To really tear down all profiles, run the init script
23:59:25 [2019-09-19T23:59:25.418Z] with the 'teardown' option."
23:59:25 [2019-09-19T23:59:25.418Z] Removing test suite binaries
23:59:25 [2019-09-19T23:59:25.702Z] 
23:59:26 [2019-09-19T23:59:26.180Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy	0.602s
23:59:26 [2019-09-19T23:59:26.181Z] SKIP: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory (unmatched requirement DaemonIsLinux)
23:59:26 [2019-09-19T23:59:26.181Z] SKIP: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH (unmatched requirement DaemonIsLinux)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:59:28 [2019-09-19T23:59:28.165Z] + echo Ensuring container killed.
23:59:28 [2019-09-19T23:59:28.165Z] Ensuring container killed.
23:59:28 [2019-09-19T23:59:28.165Z] + docker rm -vf docker-pr2
23:59:28 [2019-09-19T23:59:28.165Z] Error: No such container: docker-pr2
23:59:28 [2019-09-19T23:59:28.165Z] + true
[Pipeline] sh
23:59:28 [2019-09-19T23:59:28.372Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg	1.947s
23:59:28 [2019-09-19T23:59:28.372Z] SKIP: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON (unmatched requirement DaemonIsLinux)
23:59:28 [2019-09-19T23:59:28.548Z] + echo Chowning /workspace to jenkins user
23:59:28 [2019-09-19T23:59:28.548Z] Chowning /workspace to jenkins user
23:59:28 [2019-09-19T23:59:28.548Z] + id -u
23:59:28 [2019-09-19T23:59:28.548Z] + id -g
23:59:28 [2019-09-19T23:59:28.548Z] + docker run --rm -v /home/docker/workspace/engine_PR-370:/workspace busybox chown -R 1001:1001 /workspace
23:59:28 [2019-09-19T23:59:28.548Z] Unable to find image 'busybox:latest' locally
23:59:28 [2019-09-19T23:59:28.831Z] latest: Pulling from library/busybox
23:59:28 [2019-09-19T23:59:28.831Z] e38168a01e65: Pulling fs layer
23:59:29 [2019-09-19T23:59:29.115Z] e38168a01e65: Download complete
23:59:29 [2019-09-19T23:59:29.398Z] e38168a01e65: Pull complete
23:59:29 [2019-09-19T23:59:29.398Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e
23:59:29 [2019-09-19T23:59:29.398Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:59:31 [2019-09-19T23:59:31.827Z] + bundleName=ppc64le-integration
23:59:31 [2019-09-19T23:59:31.827Z] + echo Creating ppc64le-integration-bundles.tar.gz
23:59:31 [2019-09-19T23:59:31.827Z] Creating ppc64le-integration-bundles.tar.gz
23:59:31 [2019-09-19T23:59:31.827Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o+  -name *.prof ) -print
23:59:31 [2019-09-19T23:59:31.827Z] xargs tar -czf ppc64le-integration-bundles.tar.gz
23:59:32 [2019-09-19T23:59:32.024Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS	5.874s
23:59:32 [2019-09-19T23:59:32.024Z] PASS: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled	0.662s
[Pipeline] archiveArtifacts
23:59:32 [2019-09-19T23:59:32.149Z] Archiving artifacts
23:59:32 [2019-09-19T23:59:32.279Z] PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled	0.699s
23:59:32 [2019-09-19T23:59:32.493Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-370/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:59:32 [2019-09-19T23:59:32.889Z] + make clean
23:59:33 [2019-09-19T23:59:33.508Z] docker volume rm -f docker-dev-cache
23:59:33 [2019-09-19T23:59:33.508Z] docker-dev-cache
[Pipeline] deleteDir
23:59:33 [2019-09-19T23:59:33.640Z] PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname	1.127s
23:59:33 [2019-09-19T23:59:33.640Z] PASS: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists	0.021s
23:59:33 [2019-09-19T23:59:33.640Z] PASS: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning	0.214s
23:59:35 [2019-09-19T23:59:35.134Z] PASS: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost	1.577s
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:59:36 [2019-09-19T23:59:36.496Z] PASS: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname	1.052s
23:59:38 [2019-09-19T23:59:38.464Z] PASS: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer	1.419s
23:59:38 [2019-09-19T23:59:38.464Z] PASS: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists	0.013s
23:59:38 [2019-09-19T23:59:38.464Z] PASS: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning	0.202s
23:59:40 [2019-09-19T23:59:40.348Z] PASS: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost	1.650s
23:59:41 [2019-09-19T23:59:41.707Z] PASS: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost	1.655s
23:59:48 [2019-09-19T23:59:48.287Z] PASS: docker_cli_run_test.go:4335: DockerSuite.TestRunMount	6.618s
23:59:49 [2019-09-19T23:59:49.210Z] PASS: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering	0.828s
23:59:50 [2019-09-19T23:59:50.132Z] PASS: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm	0.828s
23:59:51 [2019-09-19T23:59:51.643Z] PASS: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost	1.342s
23:59:54 [2019-09-19T23:59:54.477Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom	2.543s
23:59:57 [2019-09-19T23:59:57.848Z] PASS: docker_cli_exec_test.go:388: DockerSuite.TestRunMutableNetworkFiles	2.965s
00:00:00 [2019-09-20T00:00:00.404Z] PASS: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume	2.507s
00:00:02 [2019-09-20T00:00:02.956Z] PASS: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData	2.676s
00:00:04 [2019-09-20T00:00:04.840Z] PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved	1.798s
00:00:06 [2019-09-20T00:00:06.244Z] PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved	1.534s
00:00:06 [2019-09-20T00:00:06.244Z] PASS: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared	0.042s
00:00:07 [2019-09-20T00:00:07.211Z] PASS: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost	0.627s
00:00:08 [2019-09-20T00:00:08.573Z] PASS: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost	1.197s
00:00:09 [2019-09-20T00:00:09.133Z] PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks	0.795s
00:00:10 [2019-09-20T00:00:10.057Z] PASS: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName	0.761s
00:00:11 [2019-09-20T00:00:11.144Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy	38.926s
00:00:12 [2019-09-20T00:00:12.781Z] PASS: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount	2.429s
00:00:15 [2019-09-20T00:00:15.289Z] PASS: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO	2.476s
00:00:20 [2019-09-20T00:00:20.522Z] PASS: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem	4.816s
00:00:20 [2019-09-20T00:00:20.522Z] PASS: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode	0.568s
00:00:20 [2019-09-20T00:00:20.522Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes	0.104s
00:00:21 [2019-09-20T00:00:21.446Z] PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid	0.836s
00:00:21 [2019-09-20T00:00:21.446Z] PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout	0.093s
00:00:22 [2019-09-20T00:00:22.368Z] PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd	0.772s
00:00:23 [2019-09-20T00:00:23.295Z] PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd	0.791s
00:00:23 [2019-09-20T00:00:23.295Z] PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage	0.096s
00:00:24 [2019-09-20T00:00:24.217Z] PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress	0.833s
00:00:25 [2019-09-20T00:00:25.141Z] PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName	0.924s
00:00:25 [2019-09-20T00:00:25.141Z] SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport)
00:00:26 [2019-09-20T00:00:26.063Z] PASS: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable	0.843s
00:00:26 [2019-09-20T00:00:26.221Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir	16.927s
00:00:26 [2019-09-20T00:00:26.622Z] PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit	0.793s
00:00:28 [2019-09-20T00:00:28.505Z] PASS: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse	1.297s
00:00:29 [2019-09-20T00:00:29.429Z] PASS: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse	0.766s
00:00:30 [2019-09-20T00:00:30.400Z] PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices	0.735s
00:00:30 [2019-09-20T00:00:30.959Z] PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod	0.778s
00:00:31 [2019-09-20T00:00:31.884Z] PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount	0.763s
00:00:32 [2019-09-20T00:00:32.808Z] PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers	0.832s
00:00:33 [2019-09-20T00:00:33.367Z] PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers	0.730s
00:00:33 [2019-09-20T00:00:33.367Z] SKIP: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows)
00:00:34 [2019-09-20T00:00:34.344Z] PASS: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort	0.586s
00:00:34 [2019-09-20T00:00:34.903Z] PASS: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc	0.759s
00:00:34 [2019-09-20T00:00:34.903Z] SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured)
00:00:35 [2019-09-20T00:00:35.827Z] PASS: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer	0.846s
00:00:37 [2019-09-20T00:00:37.709Z] PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout	1.654s
00:00:37 [2019-09-20T00:00:37.709Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved)
00:00:38 [2019-09-20T00:00:38.634Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm	12.851s
00:00:40 [2019-09-20T00:00:40.834Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint	2.265s
00:00:40 [2019-09-20T00:00:40.834Z] SKIP: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache (unmatched requirement DaemonIsLinux)
00:00:41 [2019-09-20T00:00:41.052Z] PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries	3.382s
00:00:41 [2019-09-20T00:00:41.298Z] SKIP: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy (unmatched requirement DaemonIsLinux)
00:00:42 [2019-09-20T00:00:42.413Z] PASS: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink	1.636s
00:00:42 [2019-09-20T00:00:42.851Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell	0.894s
00:00:43 [2019-09-20T00:00:43.359Z] PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm	0.842s
00:00:45 [2019-09-20T00:00:45.774Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint	2.623s
00:00:47 [2019-09-20T00:00:47.512Z] PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait	3.814s
00:00:48 [2019-09-20T00:00:48.070Z] PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api	0.824s
00:00:48 [2019-09-20T00:00:48.687Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint	2.757s
00:00:48 [2019-09-20T00:00:48.993Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir	0.802s
00:00:50 [2019-09-20T00:00:50.916Z] PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns	1.665s
00:00:51 [2019-09-20T00:00:51.474Z] PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit	0.804s
00:00:53 [2019-09-20T00:00:53.388Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited	4.073s
00:00:55 [2019-09-20T00:00:55.679Z] PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct	4.064s
00:01:00 [2019-09-20T00:01:00.953Z] PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS	4.941s
00:01:01 [2019-09-20T00:01:01.207Z] PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit	0.801s
00:01:02 [2019-09-20T00:01:02.130Z] PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod	0.787s
00:01:02 [2019-09-20T00:01:02.733Z] PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns	0.830s
00:01:03 [2019-09-20T00:01:03.654Z] PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare	0.771s
00:01:04 [2019-09-20T00:01:04.578Z] PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns	0.767s
00:01:05 [2019-09-20T00:01:05.140Z] PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns	0.824s
00:01:06 [2019-09-20T00:01:06.105Z] PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile	0.829s
00:01:07 [2019-09-20T00:01:07.030Z] PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy	0.639s
00:01:07 [2019-09-20T00:01:07.952Z] PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress	0.858s
00:01:08 [2019-09-20T00:01:08.229Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple	14.670s
00:01:08 [2019-09-20T00:01:08.691Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON	0.062s
00:01:09 [2019-09-20T00:01:09.152Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig	0.460s
00:01:10 [2019-09-20T00:01:10.459Z] PASS: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer	2.701s
00:01:12 [2019-09-20T00:01:12.339Z] PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState	1.468s
00:01:13 [2019-09-20T00:01:13.269Z] PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit	0.800s
00:01:14 [2019-09-20T00:01:14.193Z] PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe	0.944s
00:01:14 [2019-09-20T00:01:14.193Z] PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak	0.191s
00:01:14 [2019-09-20T00:01:14.193Z] SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport)
00:01:15 [2019-09-20T00:01:15.117Z] PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers	0.826s
00:01:15 [2019-09-20T00:01:15.676Z] PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers	0.730s
00:01:17 [2019-09-20T00:01:17.557Z] PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls	1.640s
00:01:17 [2019-09-20T00:01:17.557Z] PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify	0.030s
00:01:17 [2019-09-20T00:01:17.557Z] PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe	0.011s
00:01:18 [2019-09-20T00:01:18.480Z] PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices	0.804s
00:01:20 [2019-09-20T00:01:20.986Z] PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts	2.563s
00:01:21 [2019-09-20T00:01:21.908Z] PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered	0.814s
00:01:23 [2019-09-20T00:01:23.790Z] PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes	2.063s
00:01:24 [2019-09-20T00:01:24.053Z] PASS: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell	11.673s
00:01:24 [2019-09-20T00:01:24.053Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces	0.228s
00:01:26 [2019-09-20T00:01:26.973Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes	3.750s
00:01:27 [2019-09-20T00:01:27.435Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne	0.068s
00:01:27 [2019-09-20T00:01:27.944Z] PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions	4.103s
00:01:31 [2019-09-20T00:01:31.197Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers	3.096s
00:01:31 [2019-09-20T00:01:31.756Z] PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod	0.804s
00:01:32 [2019-09-20T00:01:32.148Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr	3.889s
00:01:32 [2019-09-20T00:01:32.680Z] PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount	0.795s
00:01:33 [2019-09-20T00:01:33.733Z] PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot	0.807s
00:01:36 [2019-09-20T00:01:36.328Z] PASS: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint	2.411s
00:01:37 [2019-09-20T00:01:37.337Z] PASS: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc	1.274s
00:01:38 [2019-09-20T00:01:38.261Z] PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID	0.804s
00:01:38 [2019-09-20T00:01:38.261Z] PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig	0.151s
00:01:38 [2019-09-20T00:01:38.261Z] PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative	0.150s
00:01:39 [2019-09-20T00:01:39.184Z] PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero	0.821s
00:01:40 [2019-09-20T00:01:40.109Z] PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName	0.800s
00:01:41 [2019-09-20T00:01:41.034Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults	0.797s
00:01:41 [2019-09-20T00:01:41.034Z] SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer)
00:01:41 [2019-09-20T00:01:41.034Z] PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound	0.139s
00:01:41 [2019-09-20T00:01:41.967Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID	0.615s
00:01:46 [2019-09-20T00:01:46.125Z] PASS: docker_cli_swarm_test.go:1329: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey	131.694s
00:01:46 [2019-09-20T00:01:46.685Z] PASS: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag	4.691s
00:01:47 [2019-09-20T00:01:47.285Z] PASS: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter	0.800s
00:01:49 [2019-09-20T00:01:49.168Z] PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths	1.604s
00:01:51 [2019-09-20T00:01:51.675Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode	2.571s
00:01:51 [2019-09-20T00:01:51.929Z] PASS: docker_cli_swarm_test.go:367: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId	5.828s
00:01:53 [2019-09-20T00:01:53.290Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails	1.553s
00:01:53 [2019-09-20T00:01:53.483Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress	18.886s
00:01:53 [2019-09-20T00:01:53.483Z] SKIP: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal (unmatched requirement DaemonIsLinux)
00:01:54 [2019-09-20T00:01:54.455Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename	2.415s
00:01:55 [2019-09-20T00:01:55.428Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout	0.666s
00:01:56 [2019-09-20T00:01:56.546Z] PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved	2.583s
00:01:59 [2019-09-20T00:01:59.096Z] PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath	3.228s
00:02:00 [2019-09-20T00:02:00.023Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly	0.796s
00:02:00 [2019-09-20T00:02:00.131Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent	3.876s
00:02:00 [2019-09-20T00:02:00.946Z] PASS: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared	0.771s
00:02:01 [2019-09-20T00:02:01.870Z] PASS: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave	0.783s
00:02:01 [2019-09-20T00:02:01.870Z] SKIP: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows)
00:02:01 [2019-09-20T00:02:01.870Z] SKIP: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows)
00:02:01 [2019-09-20T00:02:01.870Z] SKIP: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows)
00:02:02 [2019-09-20T00:02:02.126Z] PASS: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice	0.239s
00:02:03 [2019-09-20T00:02:03.049Z] PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight	0.724s
00:02:03 [2019-09-20T00:02:03.049Z] PASS: docker_cli_swarm_test.go:320: DockerSwarmSuite.TestSwarmContainerAutoStart	10.231s
00:02:03 [2019-09-20T00:02:03.972Z] PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota	0.876s
00:02:04 [2019-09-20T00:02:04.533Z] PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares	0.864s
00:02:04 [2019-09-20T00:02:04.839Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions	4.531s
00:02:04 [2019-09-20T00:02:04.839Z] SKIP: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser (unmatched requirement DaemonIsLinux)
00:02:04 [2019-09-20T00:02:04.839Z] SKIP: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot (unmatched requirement DaemonIsLinux)
00:02:04 [2019-09-20T00:02:04.839Z] SKIP: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups (unmatched requirement DaemonIsLinux)
00:02:06 [2019-09-20T00:02:06.414Z] PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod	1.848s
00:02:07 [2019-09-20T00:02:07.338Z] PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus	0.875s
00:02:08 [2019-09-20T00:02:08.307Z] PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems	0.957s
00:02:08 [2019-09-20T00:02:08.307Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags	0.014s
00:02:09 [2019-09-20T00:02:09.234Z] PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize	0.936s
00:02:09 [2019-09-20T00:02:09.234Z] PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight	0.011s
00:02:09 [2019-09-20T00:02:09.234Z] PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod	0.037s
00:02:09 [2019-09-20T00:02:09.489Z] PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory	0.025s
00:02:09 [2019-09-20T00:02:09.489Z] PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress	0.010s
00:02:09 [2019-09-20T00:02:09.489Z] PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps	0.154s
00:02:09 [2019-09-20T00:02:09.543Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut	3.865s
00:02:09 [2019-09-20T00:02:09.544Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString	0.437s
00:02:09 [2019-09-20T00:02:09.743Z] PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps	0.186s
00:02:09 [2019-09-20T00:02:09.997Z] PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps	0.151s
00:02:09 [2019-09-20T00:02:09.997Z] PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps	0.164s
00:02:10 [2019-09-20T00:02:10.251Z] PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice	0.174s
00:02:11 [2019-09-20T00:02:11.175Z] PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory	0.758s
00:02:12 [2019-09-20T00:02:12.104Z] PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit	0.946s
00:02:12 [2019-09-20T00:02:12.462Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails	2.556s
00:02:12 [2019-09-20T00:02:12.462Z] SKIP: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer (unmatched requirement DaemonIsLinux)
00:02:12 [2019-09-20T00:02:12.462Z] SKIP: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents (unmatched requirement DaemonIsLinux)
00:02:13 [2019-09-20T00:02:13.030Z] PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation	1.036s
00:02:13 [2019-09-20T00:02:13.030Z] PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid	0.028s
00:02:13 [2019-09-20T00:02:13.589Z] PASS: docker_cli_swarm_test.go:342: DockerSwarmSuite.TestSwarmContainerEndpointOptions	8.848s
00:02:13 [2019-09-20T00:02:13.843Z] PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs	0.764s
00:02:14 [2019-09-20T00:02:14.402Z] PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks	0.364s
00:02:15 [2019-09-20T00:02:15.325Z] PASS: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj	0.873s
00:02:15 [2019-09-20T00:02:15.325Z] PASS: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange	0.025s
00:02:16 [2019-09-20T00:02:16.250Z] PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize	0.882s
00:02:16 [2019-09-20T00:02:16.505Z] PASS: docker_cli_swarm_test.go:521: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork	1.425s
00:02:16 [2019-09-20T00:02:16.760Z] PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness	0.751s
00:02:16 [2019-09-20T00:02:16.760Z] PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid	0.017s
00:02:16 [2019-09-20T00:02:16.760Z] PASS: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit	0.012s
00:02:17 [2019-09-20T00:02:17.682Z] PASS: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits	0.882s
00:02:19 [2019-09-20T00:02:19.569Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited	1.902s
00:02:20 [2019-09-20T00:02:20.492Z] PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive	0.864s
00:02:20 [2019-09-20T00:02:20.492Z] SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport)
00:02:21 [2019-09-20T00:02:21.415Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking	0.848s
00:02:21 [2019-09-20T00:02:21.415Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile	0.079s
00:02:21 [2019-09-20T00:02:21.974Z] PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon	4.495s
00:02:23 [2019-09-20T00:02:23.336Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory	1.675s
00:02:24 [2019-09-20T00:02:24.260Z] PASS: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc	0.804s
00:02:25 [2019-09-20T00:02:25.182Z] PASS: docker_cli_swarm_test.go:467: DockerSwarmSuite.TestSwarmIngressNetwork	1.521s
00:02:27 [2019-09-20T00:02:27.064Z] PASS: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit	2.941s
00:02:27 [2019-09-20T00:02:27.986Z] PASS: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound	0.866s
00:02:27 [2019-09-20T00:02:27.986Z] PASS: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue	0.012s
00:02:27 [2019-09-20T00:02:27.986Z] PASS: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue	0.013s
00:02:29 [2019-09-20T00:02:29.346Z] PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags	1.281s
00:02:30 [2019-09-20T00:02:30.316Z] PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout	1.092s
00:02:30 [2019-09-20T00:02:30.316Z] PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit	3.631s
00:02:30 [2019-09-20T00:02:30.316Z] SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6)
00:02:31 [2019-09-20T00:02:31.675Z] PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar	1.402s
00:02:31 [2019-09-20T00:02:31.675Z] PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes	0.047s
00:02:33 [2019-09-20T00:02:33.595Z] PASS: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing	19.740s
00:02:33 [2019-09-20T00:02:33.595Z] PASS: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive	0.472s
00:02:34 [2019-09-20T00:02:34.197Z] PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions	2.017s
00:02:34 [2019-09-20T00:02:34.197Z] PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId	0.057s
00:02:34 [2019-09-20T00:02:34.756Z] PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag	0.737s
00:02:37 [2019-09-20T00:02:37.377Z] PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents	2.440s
00:02:37 [2019-09-20T00:02:37.377Z] PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames	0.038s
00:02:38 [2019-09-20T00:02:38.299Z] PASS: docker_cli_swarm_test.go:1054: DockerSwarmSuite.TestSwarmInitLocked	6.786s
00:02:39 [2019-09-20T00:02:39.222Z] PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr	0.852s
00:02:39 [2019-09-20T00:02:39.222Z] PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages	2.189s
00:02:39 [2019-09-20T00:02:39.476Z] PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag	0.060s
00:02:39 [2019-09-20T00:02:39.476Z] PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage	0.010s
00:02:40 [2019-09-20T00:02:40.035Z] PASS: docker_cli_swarm_test.go:1762: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr	0.833s
00:02:41 [2019-09-20T00:02:41.437Z] PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout	1.820s
00:02:43 [2019-09-20T00:02:43.405Z] PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout	1.735s
00:02:43 [2019-09-20T00:02:43.405Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry	0.098s
00:02:43 [2019-09-20T00:02:43.405Z] PASS: docker_cli_swarm_test.go:1606: DockerSwarmSuite.TestSwarmInitWithDrain	1.705s
00:02:43 [2019-09-20T00:02:43.405Z] PASS: docker_cli_search_test.go:48: DockerSuite.TestSearchOnCentralRegistryWithDash	0.125s
00:02:43 [2019-09-20T00:02:43.405Z] PASS: docker_cli_search_test.go:19: DockerSuite.TestSearchStarsOptionWithWrongParameter	0.098s
00:02:43 [2019-09-20T00:02:43.964Z] PASS: docker_cli_search_test.go:55: DockerSuite.TestSearchWithLimit	0.533s
00:02:47 [2019-09-20T00:02:47.221Z] PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing	2.842s
00:02:48 [2019-09-20T00:02:48.435Z] PASS: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser	12.951s
00:02:51 [2019-09-20T00:02:51.351Z] PASS: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing	4.567s
00:02:51 [2019-09-20T00:02:51.812Z] SKIP: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost (unmatched requirement DaemonIsLinux)
00:02:51 [2019-09-20T00:02:51.812Z] SKIP: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat (unmatched requirement DaemonIsLinux)
00:02:52 [2019-09-20T00:02:52.493Z] PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode	5.542s
00:02:54 [2019-09-20T00:02:54.728Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure	2.063s
00:02:54 [2019-09-20T00:02:54.728Z] SKIP: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext (unmatched requirement DaemonIsLinux)
00:02:55 [2019-09-20T00:02:55.044Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers	2.605s
00:02:55 [2019-09-20T00:02:55.967Z] PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError	1.029s
00:02:57 [2019-09-20T00:02:57.847Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent	1.579s
00:03:00 [2019-09-20T00:03:00.393Z] PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename	2.897s
00:03:03 [2019-09-20T00:03:03.651Z] PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers	2.228s
00:03:04 [2019-09-20T00:03:04.216Z] PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer	0.654s
00:03:06 [2019-09-20T00:03:06.099Z] PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError	1.663s
00:03:07 [2019-09-20T00:03:07.140Z] PASS: docker_api_build_windows_test.go:15: DockerSuite.TestBuildWithRecycleBin	11.112s
00:03:08 [2019-09-20T00:03:08.607Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode	1.798s
00:03:10 [2019-09-20T00:03:10.488Z] PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded	1.213s
00:03:10 [2019-09-20T00:03:10.889Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs	3.862s
00:03:11 [2019-09-20T00:03:11.351Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM	0.065s
00:03:14 [2019-09-20T00:03:14.641Z] PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream	3.551s
00:03:18 [2019-09-20T00:03:18.795Z] PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream	3.792s
00:03:21 [2019-09-20T00:03:21.300Z] PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound	3.051s
00:03:27 [2019-09-20T00:03:27.818Z] PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll	5.520s
00:03:30 [2019-09-20T00:03:30.323Z] PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream	2.802s
00:03:32 [2019-09-20T00:03:32.202Z] PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal	1.847s
00:03:33 [2019-09-20T00:03:33.126Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs	0.626s
00:03:33 [2019-09-20T00:03:33.686Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged	0.855s
00:03:34 [2019-09-20T00:03:34.609Z] PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged	0.850s
00:03:34 [2019-09-20T00:03:34.609Z] SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows)
00:03:35 [2019-09-20T00:03:35.533Z] PASS: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost	0.844s
00:03:36 [2019-09-20T00:03:36.521Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore	21.981s
00:03:36 [2019-09-20T00:03:36.521Z] SKIP: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership (unmatched requirement DaemonIsLinux)
00:03:36 [2019-09-20T00:03:36.521Z] SKIP: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes (unmatched requirement DaemonIsLinux)
00:03:36 [2019-09-20T00:03:36.521Z] SKIP: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd (unmatched requirement DaemonIsLinux)
00:03:36 [2019-09-20T00:03:36.521Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd	1.085s
00:03:36 [2019-09-20T00:03:36.899Z] PASS: docker_cli_swarm_test.go:1774: DockerSwarmSuite.TestSwarmJoinLeave	53.472s
00:03:41 [2019-09-20T00:03:41.066Z] PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput	4.185s
00:03:44 [2019-09-20T00:03:44.319Z] PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck	3.516s
00:03:44 [2019-09-20T00:03:44.878Z] PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue	0.594s
00:03:45 [2019-09-20T00:03:45.118Z] PASS: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath	8.197s
00:03:45 [2019-09-20T00:03:45.579Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables	1.599s
00:03:45 [2019-09-20T00:03:45.803Z] PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags	0.679s
00:03:45 [2019-09-20T00:03:45.803Z] SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport)
00:03:46 [2019-09-20T00:03:46.041Z] SKIP: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost (unmatched requirement DaemonIsLinux)
00:03:46 [2019-09-20T00:03:46.041Z] SKIP: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock (unmatched requirement DaemonIsLinux)
00:03:46 [2019-09-20T00:03:46.041Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test)
00:03:46 [2019-09-20T00:03:46.726Z] PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory	0.729s
00:03:48 [2019-09-20T00:03:48.607Z] PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized	1.619s
00:03:48 [2019-09-20T00:03:48.607Z] SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport)
00:03:50 [2019-09-20T00:03:50.489Z] PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy	1.373s
00:03:51 [2019-09-20T00:03:51.412Z] PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer	0.796s
00:03:52 [2019-09-20T00:03:52.335Z] PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer	0.717s
00:03:54 [2019-09-20T00:03:54.215Z] PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart	1.474s
00:03:54 [2019-09-20T00:03:54.628Z] PASS: docker_cli_run_test.go:3689: DockerSuite.TestCmdCannotBeInvoked	7.964s
00:03:59 [2019-09-20T00:03:59.335Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone	4.196s
00:03:59 [2019-09-20T00:03:59.443Z] PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats	4.550s
00:04:00 [2019-09-20T00:04:00.365Z] PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer	1.553s
00:04:00 [2019-09-20T00:04:00.365Z] SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport)
00:04:01 [2019-09-20T00:04:01.726Z] PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs	0.877s
00:04:02 [2019-09-20T00:04:02.653Z] PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields	0.816s
00:04:04 [2019-09-20T00:04:04.046Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange	4.436s
00:04:07 [2019-09-20T00:04:07.799Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels	4.012s
00:04:07 [2019-09-20T00:04:07.799Z] SKIP: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink (unmatched requirement DaemonIsLinux)
00:04:07 [2019-09-20T00:04:07.883Z] PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias	3.916s
00:04:11 [2019-09-20T00:04:11.148Z] PASS: docker_cli_network_unix_test.go:1536: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias	3.127s
00:04:14 [2019-09-20T00:04:14.403Z] PASS: docker_cli_network_unix_test.go:1462: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink	2.827s
00:04:14 [2019-09-20T00:04:14.891Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile	6.011s
00:04:14 [2019-09-20T00:04:14.891Z] SKIP: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer (unmatched requirement DaemonIsLinux)
00:04:17 [2019-09-20T00:04:17.659Z] PASS: docker_cli_network_unix_test.go:1591: DockerSuite.TestUserDefinedNetworkConnectivity	2.206s
00:04:20 [2019-09-20T00:04:20.702Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY	6.153s
00:04:21 [2019-09-20T00:04:21.814Z] PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks	3.871s
00:04:25 [2019-09-20T00:04:25.069Z] PASS: docker_cli_swarm_test.go:1190: DockerSwarmSuite.TestSwarmJoinPromoteLocked	35.443s
00:04:25 [2019-09-20T00:04:25.406Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel	3.978s
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] SKIP: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort (unmatched requirement DaemonIsLinux)
00:04:25 [2019-09-20T00:04:25.406Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding	0.017s
00:04:27 [2019-09-20T00:04:27.619Z] PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart	5.233s
00:04:30 [2019-09-20T00:04:30.126Z] PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown	2.338s
00:04:32 [2019-09-20T00:04:32.500Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit	5.861s
00:04:32 [2019-09-20T00:04:32.633Z] PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot	2.415s
00:04:34 [2019-09-20T00:04:34.514Z] PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride	1.677s
00:04:35 [2019-09-20T00:04:35.872Z] PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner	1.585s
00:04:38 [2019-09-20T00:04:38.310Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig	6.139s
00:04:38 [2019-09-20T00:04:38.310Z] SKIP: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 (unmatched requirement DaemonIsLinux)
00:04:38 [2019-09-20T00:04:38.381Z] PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod	2.409s
00:04:38 [2019-09-20T00:04:38.381Z] PASS: docker_cli_swarm_test.go:1578: DockerSwarmSuite.TestSwarmJoinWithDrain	3.311s
00:04:40 [2019-09-20T00:04:40.498Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore	2.028s
00:04:40 [2019-09-20T00:04:40.498Z] SKIP: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 (unmatched requirement DaemonIsLinux)
00:04:40 [2019-09-20T00:04:40.498Z] SKIP: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 (unmatched requirement DaemonIsLinux)
00:04:40 [2019-09-20T00:04:40.498Z] SKIP: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 (unmatched requirement DaemonIsLinux)
00:04:40 [2019-09-20T00:04:40.889Z] PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService	2.569s
00:04:42 [2019-09-20T00:04:42.040Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate	1.942s
00:04:42 [2019-09-20T00:04:42.040Z] SKIP: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode (unmatched requirement DaemonIsLinux)
00:04:42 [2019-09-20T00:04:42.040Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig	0.002s
00:04:44 [2019-09-20T00:04:44.165Z] PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw	2.735s
00:04:44 [2019-09-20T00:04:44.165Z] PASS: docker_cli_swarm_test.go:1096: DockerSwarmSuite.TestSwarmLeaveLocked	4.165s
00:04:44 [2019-09-20T00:04:44.231Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead	2.245s
00:04:44 [2019-09-20T00:04:44.692Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig	0.003s
00:04:44 [2019-09-20T00:04:44.692Z] SKIP: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 (unmatched requirement DaemonIsLinux)
00:04:44 [2019-09-20T00:04:44.692Z] SKIP: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes (unmatched requirement DaemonIsLinux)
00:04:44 [2019-09-20T00:04:44.692Z] SKIP: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset (unmatched requirement DaemonIsLinux)
00:04:46 [2019-09-20T00:04:46.671Z] PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid	2.659s
00:04:46 [2019-09-20T00:04:46.880Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete	2.445s
00:04:49 [2019-09-20T00:04:49.067Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict	1.391s
00:04:49 [2019-09-20T00:04:49.177Z] PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid	2.517s
00:04:50 [2019-09-20T00:04:50.611Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce	1.664s
00:04:50 [2019-09-20T00:04:50.611Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist	0.002s
00:04:50 [2019-09-20T00:04:50.611Z] SKIP: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks (unmatched requirement DaemonIsLinux)
00:04:52 [2019-09-20T00:04:52.798Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume	1.923s
00:04:52 [2019-09-20T00:04:52.798Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName	0.001s
00:04:54 [2019-09-20T00:04:54.341Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll	1.920s
00:04:54 [2019-09-20T00:04:54.341Z] SKIP: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges (unmatched requirement DaemonIsLinux)
00:04:54 [2019-09-20T00:04:54.341Z] SKIP: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport (unmatched requirement DaemonIsLinux)
00:04:56 [2019-09-20T00:04:56.525Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted	1.946s
00:04:56 [2019-09-20T00:04:56.526Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax	0.002s
00:04:58 [2019-09-20T00:04:58.068Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill	1.655s
00:04:58 [2019-09-20T00:04:58.068Z] SKIP: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause (unmatched requirement DaemonIsLinux)
00:05:00 [2019-09-20T00:05:00.255Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop	2.317s
00:05:00 [2019-09-20T00:05:00.718Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull	0.178s
00:05:00 [2019-09-20T00:05:00.718Z] SKIP: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields (unmatched requirement DaemonIsLinux)
00:05:02 [2019-09-20T00:05:02.261Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename	1.358s
00:05:03 [2019-09-20T00:05:03.990Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate	15.044s
00:05:03 [2019-09-20T00:05:03.990Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel	0.020s
00:05:03 [2019-09-20T00:05:03.990Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple	0.029s
00:05:04 [2019-09-20T00:05:04.914Z] PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts	0.851s
00:05:04 [2019-09-20T00:05:04.914Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect	0.055s
00:05:04 [2019-09-20T00:05:04.914Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti	0.043s
00:05:04 [2019-09-20T00:05:04.914Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError	0.020s
00:05:05 [2019-09-20T00:05:05.837Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs	0.851s
00:05:05 [2019-09-20T00:05:05.837Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName	0.041s
00:05:06 [2019-09-20T00:05:06.967Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart	3.152s
00:05:07 [2019-09-20T00:05:07.196Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling	1.067s
00:05:07 [2019-09-20T00:05:07.196Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers	0.070s
00:05:07 [2019-09-20T00:05:07.196Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels	0.068s
00:05:07 [2019-09-20T00:05:07.196Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue	0.011s
00:05:07 [2019-09-20T00:05:07.196Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs	0.037s
00:05:09 [2019-09-20T00:05:09.703Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm	2.548s
00:05:09 [2019-09-20T00:05:09.703Z] PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce	0.067s
00:05:09 [2019-09-20T00:05:09.957Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse	0.156s
00:05:09 [2019-09-20T00:05:09.957Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage	0.033s
00:05:09 [2019-09-20T00:05:09.957Z] PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts	0.042s
00:05:10 [2019-09-20T00:05:10.880Z] PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents	0.834s
00:05:13 [2019-09-20T00:05:13.431Z] PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions	2.435s
00:05:13 [2019-09-20T00:05:13.431Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat	0.047s
00:05:13 [2019-09-20T00:05:13.431Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat	0.040s
00:05:15 [2019-09-20T00:05:15.552Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam	7.883s
00:05:15 [2019-09-20T00:05:15.552Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount	0.018s
00:05:15 [2019-09-20T00:05:15.552Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName	0.002s
00:05:15 [2019-09-20T00:05:15.552Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount	0.002s
00:05:15 [2019-09-20T00:05:15.552Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch	0.002s
00:05:16 [2019-09-20T00:05:16.531Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart	1.205s
00:05:16 [2019-09-20T00:05:16.531Z] SKIP: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled (unmatched requirement DaemonIsLinux)
00:05:16 [2019-09-20T00:05:16.688Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode	3.387s
00:05:18 [2019-09-20T00:05:18.727Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop	1.928s
00:05:18 [2019-09-20T00:05:18.727Z] SKIP: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop (unmatched requirement DaemonIsLinux)
00:05:20 [2019-09-20T00:05:20.275Z] PASS: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows	1.406s
00:05:20 [2019-09-20T00:05:20.275Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader	0.023s
00:05:21 [2019-09-20T00:05:21.917Z] PASS: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData	4.445s
00:05:21 [2019-09-20T00:05:21.917Z] SKIP: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1)
00:05:22 [2019-09-20T00:05:22.839Z] PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest	1.568s
00:05:24 [2019-09-20T00:05:24.768Z] PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull	1.413s
00:05:24 [2019-09-20T00:05:24.977Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait	3.961s
00:05:25 [2019-09-20T00:05:25.949Z] PASS: docker_api_containers_test.go:2271: DockerSuite.TestContainerKillCustomStopSignal	1.621s
00:05:25 [2019-09-20T00:05:25.949Z] SKIP: docker_cli_run_test.go:2416: DockerSuite.TestContainerNetworkMode (unmatched requirement DaemonIsLinux)
00:05:25 [2019-09-20T00:05:25.949Z] SKIP: docker_cli_run_test.go:3537: DockerSuite.TestContainerRestartInMultipleNetworks (unmatched requirement DaemonIsLinux)
00:05:25 [2019-09-20T00:05:25.949Z] SKIP: docker_cli_run_test.go:3569: DockerSuite.TestContainerWithConflictingHostNetworks (unmatched requirement DaemonIsLinux)
00:05:25 [2019-09-20T00:05:25.949Z] SKIP: docker_cli_run_test.go:3600: DockerSuite.TestContainerWithConflictingNoneNetwork (unmatched requirement DaemonIsLinux)
00:05:25 [2019-09-20T00:05:25.949Z] SKIP: docker_cli_run_test.go:3583: DockerSuite.TestContainerWithConflictingSharedNetwork (unmatched requirement DaemonIsLinux)
00:05:26 [2019-09-20T00:05:26.649Z] PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull	1.713s
00:05:28 [2019-09-20T00:05:28.137Z] PASS: docker_api_containers_windows_test.go:21: DockerSuite.TestContainersAPICreateMountsBindNamedPipe	1.185s
00:05:30 [2019-09-20T00:05:30.847Z] PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags	4.132s
00:05:35 [2019-09-20T00:05:35.004Z] PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush	4.126s
00:05:36 [2019-09-20T00:05:36.368Z] PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest	1.333s
00:05:37 [2019-09-20T00:05:37.728Z] PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush	1.089s
00:05:39 [2019-09-20T00:05:39.133Z] PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest	1.370s
00:05:40 [2019-09-20T00:05:40.494Z] PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag	1.402s
00:05:41 [2019-09-20T00:05:41.856Z] PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag	1.340s
00:05:43 [2019-09-20T00:05:43.020Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate	15.273s
00:05:43 [2019-09-20T00:05:43.020Z] SKIP: docker_api_containers_test.go:2221: DockerSuite.TestContainersAPICreateMountsTmpfs (unmatched requirement DaemonIsLinux)
00:05:43 [2019-09-20T00:05:43.257Z] PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush	1.225s
00:05:43 [2019-09-20T00:05:43.483Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation	0.082s
00:05:43 [2019-09-20T00:05:43.483Z] SKIP: docker_cli_run_test.go:3473: DockerSuite.TestContainersInMultipleNetworks (unmatched requirement DaemonIsLinux)
00:05:43 [2019-09-20T00:05:43.483Z] SKIP: docker_cli_run_test.go:3465: DockerSuite.TestContainersInUserDefinedNetwork (unmatched requirement DaemonIsLinux)
00:05:43 [2019-09-20T00:05:43.483Z] SKIP: docker_cli_run_test.go:3492: DockerSuite.TestContainersNetworkIsolation (unmatched requirement DaemonIsLinux)
00:05:43 [2019-09-20T00:05:43.483Z] SKIP: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart (unmatched requirement DaemonIsLinux)
00:05:43 [2019-09-20T00:05:43.483Z] SKIP: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.185Z] PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests	1.454s
00:05:45 [2019-09-20T00:05:45.671Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath	1.996s
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination (unmatched requirement DaemonIsLinux)
00:05:45 [2019-09-20T00:05:45.672Z] SKIP: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory (unmatched requirement DaemonIsLinux)
00:05:47 [2019-09-20T00:05:47.696Z] PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests	2.639s
00:05:50 [2019-09-20T00:05:50.207Z] PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests	2.570s
00:05:52 [2019-09-20T00:05:52.134Z] PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests	1.326s
00:05:52 [2019-09-20T00:05:52.766Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath	6.839s
00:05:52 [2019-09-20T00:05:52.766Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly	0.052s
00:05:52 [2019-09-20T00:05:52.766Z] SKIP: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon (unmatched requirement DaemonIsLinux)
00:05:54 [2019-09-20T00:05:54.953Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath	2.163s
00:05:54 [2019-09-20T00:05:54.953Z] SKIP: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles (unmatched requirement DaemonIsLinux)
00:05:54 [2019-09-20T00:05:54.953Z] SKIP: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent (unmatched requirement DaemonIsLinux)
00:05:54 [2019-09-20T00:05:54.953Z] SKIP: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink (unmatched requirement DaemonIsLinux)
00:05:55 [2019-09-20T00:05:55.391Z] PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest	3.184s
00:05:56 [2019-09-20T00:05:56.762Z] PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest	1.306s
00:05:56 [2019-09-20T00:05:56.762Z] PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback	0.016s
00:05:58 [2019-09-20T00:05:58.123Z] PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest	1.267s
00:05:59 [2019-09-20T00:05:59.483Z] PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer	1.164s
00:05:59 [2019-09-20T00:05:59.664Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA	4.406s
00:06:00 [2019-09-20T00:06:00.406Z] PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest	1.129s
00:06:01 [2019-09-20T00:06:01.210Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB	2.053s
00:06:01 [2019-09-20T00:06:01.210Z] SKIP: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC (unmatched requirement DaemonIsLinux)
00:06:01 [2019-09-20T00:06:01.210Z] SKIP: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD (unmatched requirement DaemonIsLinux)
00:06:04 [2019-09-20T00:06:04.604Z] PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability	3.648s
00:06:04 [2019-09-20T00:06:04.604Z] PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases	0.252s
00:06:06 [2019-09-20T00:06:06.486Z] PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList	1.362s
00:06:06 [2019-09-20T00:06:06.486Z] PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers	0.336s
00:06:06 [2019-09-20T00:06:06.740Z] PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag	0.010s
00:06:06 [2019-09-20T00:06:06.995Z] PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage	0.149s
00:06:07 [2019-09-20T00:06:07.249Z] PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer	0.155s
00:06:07 [2019-09-20T00:06:07.504Z] PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags	0.201s
00:06:07 [2019-09-20T00:06:07.759Z] PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged	0.010s
00:06:09 [2019-09-20T00:06:09.119Z] PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest	1.377s
00:06:11 [2019-09-20T00:06:11.626Z] PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest	2.027s
00:06:12 [2019-09-20T00:06:12.593Z] PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag	1.062s
00:06:13 [2019-09-20T00:06:13.959Z] PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest	1.299s
00:06:14 [2019-09-20T00:06:14.883Z] PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough	0.893s
00:06:15 [2019-09-20T00:06:15.807Z] PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only	0.680s
00:06:16 [2019-09-20T00:06:16.055Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE	13.124s
00:06:16 [2019-09-20T00:06:16.055Z] SKIP: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF (unmatched requirement DaemonIsLinux)
00:06:16 [2019-09-20T00:06:16.055Z] SKIP: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG (unmatched requirement DaemonIsLinux)
00:06:21 [2019-09-20T00:06:21.081Z] PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags	4.319s
00:06:23 [2019-09-20T00:06:23.149Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH	8.208s
00:06:23 [2019-09-20T00:06:23.149Z] SKIP: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI (unmatched requirement DaemonIsLinux)
00:06:23 [2019-09-20T00:06:23.149Z] SKIP: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ (unmatched requirement DaemonIsLinux)
00:06:24 [2019-09-20T00:06:24.692Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot	2.028s
00:06:24 [2019-09-20T00:06:24.692Z] SKIP: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs (unmatched requirement DaemonIsLinux)
00:06:24 [2019-09-20T00:06:24.692Z] SKIP: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume (unmatched requirement DaemonIsLinux)
00:06:25 [2019-09-20T00:06:25.235Z] PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush	4.343s
00:06:26 [2019-09-20T00:06:26.157Z] PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported	1.166s
00:06:26 [2019-09-20T00:06:26.879Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout	1.922s
00:06:26 [2019-09-20T00:06:26.879Z] SKIP: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination (unmatched requirement DaemonIsLinux)
00:06:26 [2019-09-20T00:06:26.879Z] SKIP: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory (unmatched requirement DaemonIsLinux)
00:06:26 [2019-09-20T00:06:26.879Z] SKIP: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser (unmatched requirement DaemonIsLinux)
00:06:26 [2019-09-20T00:06:26.879Z] SKIP: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath (unmatched requirement DaemonIsLinux)
00:06:26 [2019-09-20T00:06:26.879Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID	0.128s
00:06:26 [2019-09-20T00:06:26.879Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs	0.135s
00:06:27 [2019-09-20T00:06:27.553Z] PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest	1.410s
00:06:27 [2019-09-20T00:06:27.553Z] PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback	0.015s
00:06:29 [2019-09-20T00:06:29.065Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID	1.568s
00:06:29 [2019-09-20T00:06:29.433Z] PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest	1.328s
00:06:30 [2019-09-20T00:06:30.358Z] PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer	1.203s
00:06:30 [2019-09-20T00:06:30.609Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout	1.980s
00:06:31 [2019-09-20T00:06:31.067Z] PASS: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs	0.212s
00:06:31 [2019-09-20T00:06:31.067Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig	0.128s
00:06:31 [2019-09-20T00:06:31.760Z] PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest	1.184s
00:06:33 [2019-09-20T00:06:33.234Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber	1.843s
00:06:33 [2019-09-20T00:06:33.234Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage	0.512s
00:06:33 [2019-09-20T00:06:33.691Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels	0.127s
00:06:33 [2019-09-20T00:06:33.691Z] SKIP: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer (unmatched requirement DaemonIsLinux)
00:06:33 [2019-09-20T00:06:33.691Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM	0.279s
00:06:33 [2019-09-20T00:06:33.691Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper)
00:06:34 [2019-09-20T00:06:34.148Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal	0.125s
00:06:34 [2019-09-20T00:06:34.148Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout	0.254s
00:06:35 [2019-09-20T00:06:35.959Z] PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability	3.663s
00:06:35 [2019-09-20T00:06:35.959Z] PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases	0.277s
00:06:36 [2019-09-20T00:06:36.213Z] PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers	0.348s
00:06:36 [2019-09-20T00:06:36.468Z] PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag	0.010s
00:06:36 [2019-09-20T00:06:36.723Z] PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage	0.161s
00:06:36 [2019-09-20T00:06:36.977Z] PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer	0.166s
00:06:37 [2019-09-20T00:06:37.231Z] PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags	0.234s
00:06:37 [2019-09-20T00:06:37.486Z] PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged	0.010s
00:06:38 [2019-09-20T00:06:38.413Z] PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry	0.841s
00:06:38 [2019-09-20T00:06:38.972Z] PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth	0.363s
00:06:38 [2019-09-20T00:06:38.972Z] PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry	0.043s
00:06:40 [2019-09-20T00:06:40.331Z] PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth	0.995s
00:06:40 [2019-09-20T00:06:40.331Z] PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored	0.092s
00:06:40 [2019-09-20T00:06:40.891Z] PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth	0.232s
00:06:41 [2019-09-20T00:06:41.145Z] PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme	0.368s
00:06:41 [2019-09-20T00:06:41.400Z] PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry	0.030s
00:06:42 [2019-09-20T00:06:42.691Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint	7.099s
00:06:42 [2019-09-20T00:06:42.691Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated	0.132s
00:06:42 [2019-09-20T00:06:42.691Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts	0.111s
00:06:45 [2019-09-20T00:06:45.583Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange	3.020s
00:06:46 [2019-09-20T00:06:46.040Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange	0.135s
00:06:46 [2019-09-20T00:06:46.040Z] SKIP: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux)
00:06:46 [2019-09-20T00:06:46.627Z] PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError	5.133s
00:06:46 [2019-09-20T00:06:46.627Z] PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken	0.132s
00:06:46 [2019-09-20T00:06:46.881Z] PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized	0.133s
00:06:46 [2019-09-20T00:06:46.881Z] PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable	0.131s
00:06:47 [2019-09-20T00:06:47.136Z] PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse	0.132s
00:06:47 [2019-09-20T00:06:47.678Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir	1.413s
00:06:47 [2019-09-20T00:06:47.678Z] SKIP: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig	0.092s
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_run_test.go:3001: DockerSuite.TestDevicePermissions (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] PASS: docker_cli_run_test.go:3712: DockerSuite.TestDockerFails	0.052s
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach (unmatched requirement DaemonIsLinux)
00:06:48 [2019-09-20T00:06:48.135Z] SKIP: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit (unmatched requirement DaemonIsLinux)
00:06:50 [2019-09-20T00:06:50.304Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents	2.268s
00:06:50 [2019-09-20T00:06:50.390Z] PASS: docker_cli_network_unix_test.go:1788: DockerNetworkSuite.TestConntrackFlowsLeak	2.460s
00:06:50 [2019-09-20T00:06:50.949Z] PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig	0.967s
00:06:52 [2019-09-20T00:06:52.472Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort	2.012s
00:06:54 [2019-09-20T00:06:54.639Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch	2.036s
00:06:56 [2019-09-20T00:06:56.178Z] PASS: docker_cli_network_unix_test.go:865: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint	4.251s
00:06:58 [2019-09-20T00:06:58.063Z] PASS: docker_cli_swarm_test.go:1129: DockerSwarmSuite.TestSwarmLockUnlockCluster	103.272s
00:06:58 [2019-09-20T00:06:58.986Z] PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect	2.409s
00:07:03 [2019-09-20T00:07:03.183Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart	7.369s
00:07:03 [2019-09-20T00:07:03.186Z] PASS: docker_cli_network_unix_test.go:1258: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer	3.879s
00:07:05 [2019-09-20T00:07:05.066Z] PASS: docker_cli_network_unix_test.go:1192: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping	1.401s
00:07:06 [2019-09-20T00:07:06.904Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy	4.634s
00:07:11 [2019-09-20T00:07:11.574Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer	4.543s
00:07:13 [2019-09-20T00:07:13.142Z] PASS: docker_cli_swarm_test.go:1467: DockerSwarmSuite.TestSwarmManagerAddress	3.536s
00:07:13 [2019-09-20T00:07:13.742Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction	1.562s
00:07:14 [2019-09-20T00:07:14.199Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels	0.657s
00:07:14 [2019-09-20T00:07:14.502Z] PASS: docker_cli_network_unix_test.go:1415: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP	8.144s
00:07:14 [2019-09-20T00:07:14.756Z] PASS: docker_cli_swarm_test.go:1537: DockerSwarmSuite.TestSwarmNetworkCreateDup	2.055s
00:07:18 [2019-09-20T00:07:18.011Z] PASS: docker_cli_swarm_test.go:1514: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866	1.054s
00:07:18 [2019-09-20T00:07:18.011Z] PASS: docker_cli_network_unix_test.go:1308: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP	3.280s
00:07:18 [2019-09-20T00:07:18.870Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName	3.810s
00:07:19 [2019-09-20T00:07:19.329Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels	0.817s
00:07:20 [2019-09-20T00:07:20.291Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType	0.892s
00:07:20 [2019-09-20T00:07:20.518Z] PASS: docker_cli_network_unix_test.go:1344: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer	2.002s
00:07:21 [2019-09-20T00:07:21.078Z] PASS: docker_cli_network_unix_test.go:1158: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork	0.792s
00:07:22 [2019-09-20T00:07:22.001Z] PASS: docker_cli_network_unix_test.go:1523: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks	0.650s
00:07:23 [2019-09-20T00:07:23.888Z] PASS: docker_cli_swarm_test.go:1488: DockerSwarmSuite.TestSwarmNetworkIPAMOptions	5.211s
00:07:23 [2019-09-20T00:07:23.888Z] PASS: docker_cli_network_unix_test.go:1229: DockerNetworkSuite.TestDockerNetworkConnectWithMac	1.112s
00:07:24 [2019-09-20T00:07:24.963Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters	4.085s
00:07:25 [2019-09-20T00:07:25.771Z] PASS: docker_cli_network_unix_test.go:1175: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping	1.310s
00:07:25 [2019-09-20T00:07:25.771Z] PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete	0.127s
00:07:26 [2019-09-20T00:07:26.332Z] PASS: docker_cli_network_unix_test.go:1655: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters	0.672s
00:07:26 [2019-09-20T00:07:26.332Z] PASS: docker_cli_swarm_test.go:799: DockerSwarmSuite.TestSwarmNetworkPlugin	1.020s
00:07:27 [2019-09-20T00:07:27.694Z] PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind	1.114s
00:07:27 [2019-09-20T00:07:27.950Z] PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel	0.233s
00:07:28 [2019-09-20T00:07:28.205Z] PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined	0.086s
00:07:28 [2019-09-20T00:07:28.205Z] PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM	0.208s
00:07:28 [2019-09-20T00:07:28.689Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat	4.007s
00:07:28 [2019-09-20T00:07:28.689Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField	0.053s
00:07:28 [2019-09-20T00:07:28.689Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc	0.052s
00:07:28 [2019-09-20T00:07:28.689Z] SKIP: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport (unmatched requirement DaemonIsLinux)
00:07:28 [2019-09-20T00:07:28.689Z] SKIP: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad (unmatched requirement DaemonIsLinux)
00:07:28 [2019-09-20T00:07:28.690Z] SKIP: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull (unmatched requirement DaemonIsLinux)
00:07:29 [2019-09-20T00:07:29.651Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag	1.181s
00:07:29 [2019-09-20T00:07:29.651Z] SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement DaemonIsLinux)
00:07:30 [2019-09-20T00:07:30.092Z] PASS: docker_cli_network_unix_test.go:1292: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork	1.554s
00:07:31 [2019-09-20T00:07:31.817Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename	2.165s
00:07:32 [2019-09-20T00:07:32.073Z] PASS: docker_cli_network_unix_test.go:1503: DockerNetworkSuite.TestDockerNetworkDisconnectDefault	1.337s
00:07:32 [2019-09-20T00:07:32.073Z] PASS: docker_cli_network_unix_test.go:1774: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge	0.103s
00:07:32 [2019-09-20T00:07:32.328Z] PASS: docker_cli_network_unix_test.go:1167: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost	0.279s
00:07:32 [2019-09-20T00:07:32.328Z] PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions	0.055s
00:07:34 [2019-09-20T00:07:34.717Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize	2.520s
00:07:36 [2019-09-20T00:07:36.247Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture	1.509s
00:07:39 [2019-09-20T00:07:39.143Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate	2.015s
00:07:43 [2019-09-20T00:07:43.976Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats	4.513s
00:07:43 [2019-09-20T00:07:43.976Z] SKIP: docker_cli_events_test.go:512: DockerSuite.TestEventsTop (unmatched requirement DaemonIsLinux)
00:07:46 [2019-09-20T00:07:46.142Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag	2.761s
00:07:47 [2019-09-20T00:07:47.286Z] PASS: docker_cli_network_unix_test.go:979: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart	3.368s
00:07:49 [2019-09-20T00:07:49.796Z] PASS: docker_cli_network_unix_test.go:1737: DockerNetworkSuite.TestDockerNetworkFlagAlias	3.594s
00:07:50 [2019-09-20T00:07:50.826Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast	4.391s
00:07:50 [2019-09-20T00:07:50.826Z] SKIP: docker_cli_exec_test.go:29: DockerSuite.TestExec (unmatched requirement DaemonIsLinux)
00:07:50 [2019-09-20T00:07:50.826Z] SKIP: docker_api_exec_test.go:63: DockerSuite.TestExecAPICreateContainerPaused (unmatched requirement DaemonIsLinux)
00:07:52 [2019-09-20T00:07:52.356Z] PASS: docker_api_exec_test.go:26: DockerSuite.TestExecAPICreateNoCmd	1.297s
00:07:53 [2019-09-20T00:07:53.885Z] PASS: docker_api_exec_test.go:42: DockerSuite.TestExecAPICreateNoValidContentType	1.279s
00:07:54 [2019-09-20T00:07:54.342Z] SKIP: docker_api_exec_test.go:82: DockerSuite.TestExecAPIStart (unmatched requirement DaemonIsLinux)
00:07:54 [2019-09-20T00:07:54.342Z] SKIP: docker_api_exec_test.go:119: DockerSuite.TestExecAPIStartBackwardsCompatible (unmatched requirement DaemonIsLinux)
00:07:54 [2019-09-20T00:07:54.342Z] SKIP: docker_api_exec_test.go:109: DockerSuite.TestExecAPIStartEnsureHeaders (unmatched requirement DaemonIsLinux)
00:07:55 [2019-09-20T00:07:55.870Z] PASS: docker_api_exec_test.go:191: DockerSuite.TestExecAPIStartInvalidCommand	1.304s
00:07:57 [2019-09-20T00:07:57.399Z] PASS: docker_api_exec_test.go:134: DockerSuite.TestExecAPIStartMultipleTimesError	1.320s
00:07:59 [2019-09-20T00:07:59.566Z] PASS: docker_api_exec_test.go:175: DockerSuite.TestExecAPIStartValidCommand	1.396s
00:08:01 [2019-09-20T00:08:01.098Z] PASS: docker_api_exec_test.go:144: DockerSuite.TestExecAPIStartWithDetach	1.271s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:1132: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart	9.975s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations	0.156s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks	0.626s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions	0.045s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:1241: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer	0.081s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified	0.131s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified	0.108s
00:08:01 [2019-09-20T00:08:01.945Z] PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault	0.002s
00:08:04 [2019-09-20T00:08:04.819Z] PASS: docker_cli_exec_test.go:74: DockerSuite.TestExecAfterContainerRestart	3.459s
00:08:04 [2019-09-20T00:08:04.819Z] SKIP: docker_cli_exec_test.go:252: DockerSuite.TestExecCgroup (unmatched requirement DaemonIsLinux)
00:08:04 [2019-09-20T00:08:04.819Z] SKIP: docker_cli_exec_test.go:104: DockerSuite.TestExecEnv (unmatched requirement DaemonIsLinux)
00:08:04 [2019-09-20T00:08:04.819Z] SKIP: docker_cli_exec_test.go:529: DockerSuite.TestExecEnvLinksHost (unmatched requirement DaemonIsLinux)
00:08:06 [2019-09-20T00:08:06.097Z] PASS: docker_cli_network_unix_test.go:926: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly	2.935s
00:08:06 [2019-09-20T00:08:06.097Z] PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault	0.030s
00:08:06 [2019-09-20T00:08:06.097Z] SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks)
00:08:06 [2019-09-20T00:08:06.987Z] PASS: docker_cli_exec_test.go:130: DockerSuite.TestExecExitStatus	1.477s
00:08:07 [2019-09-20T00:08:07.020Z] PASS: docker_cli_network_unix_test.go:1020: DockerNetworkSuite.TestDockerNetworkMacInspect	1.004s
00:08:09 [2019-09-20T00:08:09.878Z] PASS: docker_cli_exec_test.go:305: DockerSuite.TestExecInspectID	3.249s
00:08:09 [2019-09-20T00:08:09.878Z] SKIP: docker_cli_exec_test.go:38: DockerSuite.TestExecInteractive (unmatched requirement DaemonIsLinux)
00:08:09 [2019-09-20T00:08:09.878Z] SKIP: docker_cli_exec_test.go:485: DockerSuite.TestExecOnReadonlyContainer (unmatched requirement DaemonIsLinux)
00:08:09 [2019-09-20T00:08:09.878Z] SKIP: docker_cli_exec_test.go:210: DockerSuite.TestExecParseError (unmatched requirement DaemonIsLinux)
00:08:09 [2019-09-20T00:08:09.878Z] SKIP: docker_cli_exec_test.go:137: DockerSuite.TestExecPausedContainer (unmatched requirement IsPausable)
00:08:09 [2019-09-20T00:08:09.878Z] SKIP: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.046Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart	1.637s
00:08:12 [2019-09-20T00:08:12.046Z] SKIP: docker_cli_exec_test.go:119: DockerSuite.TestExecSetEnv (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.046Z] SKIP: docker_cli_exec_test.go:505: DockerSuite.TestExecStartFails (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.046Z] SKIP: docker_api_exec_test.go:209: DockerSuite.TestExecStateCleanup (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.046Z] SKIP: docker_cli_exec_test.go:224: DockerSuite.TestExecStopNotHanging (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.046Z] SKIP: docker_cli_exec_test.go:152: DockerSuite.TestExecTTYCloseStdin (unmatched requirement DaemonIsLinux)
00:08:12 [2019-09-20T00:08:12.249Z] PASS: docker_cli_network_unix_test.go:1086: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart	3.953s
00:08:14 [2019-09-20T00:08:14.216Z] PASS: docker_cli_exec_test.go:173: DockerSuite.TestExecTTYWithoutStdin	1.578s
00:08:14 [2019-09-20T00:08:14.216Z] SKIP: docker_cli_exec_test.go:493: DockerSuite.TestExecUlimits (unmatched requirement DaemonIsLinux)
00:08:14 [2019-09-20T00:08:14.216Z] SKIP: docker_cli_exec_test.go:538: DockerSuite.TestExecWindowsOpenHandles (Temporarily disabled on RS5 17743+ builds due to platform bug)
00:08:16 [2019-09-20T00:08:16.447Z] PASS: docker_cli_network_unix_test.go:1105: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart	3.983s
00:08:16 [2019-09-20T00:08:16.447Z] PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver	0.023s
00:08:17 [2019-09-20T00:08:17.370Z] PASS: docker_cli_network_unix_test.go:952: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping	1.004s
00:08:20 [2019-09-20T00:08:20.624Z] PASS: docker_cli_network_unix_test.go:1247: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks	2.327s
00:08:20 [2019-09-20T00:08:20.624Z] PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined	0.040s
00:08:21 [2019-09-20T00:08:21.191Z] PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2	48.840s
00:08:21 [2019-09-20T00:08:21.267Z] PASS: docker_cli_exec_test.go:519: DockerSuite.TestExecWindowsPathNotWiped	6.934s
00:08:21 [2019-09-20T00:08:21.267Z] SKIP: docker_cli_exec_test.go:472: DockerSuite.TestExecWithImageUser (unmatched requirement DaemonIsLinux)
00:08:21 [2019-09-20T00:08:21.267Z] SKIP: docker_cli_exec_test.go:442: DockerSuite.TestExecWithPrivileged (unmatched requirement DaemonIsLinux)
00:08:21 [2019-09-20T00:08:21.267Z] SKIP: docker_cli_exec_test.go:429: DockerSuite.TestExecWithUser (unmatched requirement DaemonIsLinux)
00:08:21 [2019-09-20T00:08:21.445Z] PASS: docker_cli_network_unix_test.go:1126: DockerNetworkSuite.TestDockerNetworkRunNetByID	0.970s
00:08:22 [2019-09-20T00:08:22.367Z] PASS: docker_cli_network_unix_test.go:1367: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP	0.778s
00:08:24 [2019-09-20T00:08:24.247Z] PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter	1.191s
00:08:24 [2019-09-20T00:08:24.247Z] PASS: docker_cli_network_unix_test.go:1749: DockerNetworkSuite.TestDockerNetworkValidateIP	1.557s
00:08:28 [2019-09-20T00:08:28.313Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats	5.959s
00:08:29 [2019-09-20T00:08:29.572Z] PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter	3.760s
00:08:31 [2019-09-20T00:08:31.499Z] PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver	7.025s
00:08:32 [2019-09-20T00:08:32.862Z] PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd	2.024s
00:08:32 [2019-09-20T00:08:32.979Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream	5.667s
00:08:33 [2019-09-20T00:08:33.117Z] PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry	1.050s
00:08:35 [2019-09-20T00:08:35.623Z] PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect	2.257s
00:08:36 [2019-09-20T00:08:36.184Z] PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry	0.434s
00:08:36 [2019-09-20T00:08:36.701Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning	3.615s
00:08:37 [2019-09-20T00:08:37.543Z] PASS: docker_cli_swarm_test.go:1559: DockerSwarmSuite.TestSwarmPublishDuplicatePorts	3.926s
00:08:37 [2019-09-20T00:08:37.797Z] PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts	1.809s
00:08:38 [2019-09-20T00:08:38.356Z] PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage	0.270s
00:08:38 [2019-09-20T00:08:38.356Z] PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed	0.020s
00:08:38 [2019-09-20T00:08:38.356Z] OK: 1196 passed, 47 skipped
00:08:38 [2019-09-20T00:08:38.356Z] PASS
00:08:38 [2019-09-20T00:08:38.356Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/2)
00:08:39 [2019-09-20T00:08:39.322Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/2/root: mountpoint not found
00:08:39 [2019-09-20T00:08:39.322Z] Clearing AppArmor profiles cache:.
00:08:39 [2019-09-20T00:08:39.322Z] All profile caches have been cleared, but no profiles have been unloaded.
00:08:39 [2019-09-20T00:08:39.322Z] Unloading profiles will leave already running processes permanently
00:08:39 [2019-09-20T00:08:39.322Z] unconfined, which can lead to unexpected situations.
00:08:39 [2019-09-20T00:08:39.322Z] 
00:08:39 [2019-09-20T00:08:39.322Z] To set a process to complain mode, use the command line tool
00:08:39 [2019-09-20T00:08:39.322Z] 'aa-complain'. To really tear down all profiles, run the init script
00:08:39 [2019-09-20T00:08:39.322Z] with the 'teardown' option."
00:08:39 [2019-09-20T00:08:39.322Z] Removing test suite binaries
00:08:39 [2019-09-20T00:08:39.322Z] 
00:08:41 [2019-09-20T00:08:41.249Z] PASS: docker_cli_swarm_test.go:1617: DockerSwarmSuite.TestSwarmReadonlyRootfs	2.673s
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream	5.693s
00:08:42 [2019-09-20T00:08:42.481Z] SKIP: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket (unmatched requirement DaemonIsLinux)
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound	0.001s
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats	0.081s
00:08:42 [2019-09-20T00:08:42.481Z] SKIP: docker_cli_health_test.go:39: DockerSuite.TestHealth (unmatched requirement DaemonIsLinux)
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage	0.058s
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse	0.055s
00:08:42 [2019-09-20T00:08:42.481Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue	0.057s
00:08:47 [2019-09-20T00:08:47.157Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment	4.099s
00:08:47 [2019-09-20T00:08:47.157Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage	0.059s
00:08:47 [2019-09-20T00:08:47.157Z] SKIP: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce (unmatched requirement DaemonIsLinux)
00:08:47 [2019-09-20T00:08:47.157Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed	0.061s
00:08:47 [2019-09-20T00:08:47.614Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed	0.063s
00:08:47 [2019-09-20T00:08:47.614Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed	0.292s
00:08:48 [2019-09-20T00:08:48.070Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown	0.487s
00:08:48 [2019-09-20T00:08:48.070Z] SKIP: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown (unmatched requirement DaemonIsLinux)
00:08:49 [2019-09-20T00:08:49.042Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown	0.828s
00:08:49 [2019-09-20T00:08:49.042Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest	0.055s
00:08:50 [2019-09-20T00:08:50.570Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch	1.306s
00:08:51 [2019-09-20T00:08:51.026Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort	0.233s
00:08:52 [2019-09-20T00:08:52.554Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore	1.679s
00:08:59 [2019-09-20T00:08:59.823Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase	7.064s
00:08:59 [2019-09-20T00:08:59.823Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat	0.173s
00:08:59 [2019-09-20T00:08:59.823Z] SKIP: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat (unmatched requirement DaemonIsLinux)
00:09:03 [2019-09-20T00:09:03.149Z] PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation	15.008s
00:09:03 [2019-09-20T00:09:03.542Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate	3.283s
00:09:03 [2019-09-20T00:09:03.542Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter	0.055s
00:09:05 [2019-09-20T00:09:05.816Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL	2.396s
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay (unmatched requirement DaemonIsLinux)
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_import_test.go:48: DockerSuite.TestImportFile (unmatched requirement DaemonIsLinux)
00:09:05 [2019-09-20T00:09:05.816Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile	0.055s
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage (unmatched requirement DaemonIsLinux)
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped (unmatched requirement DaemonIsLinux)
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges (unmatched requirement DaemonIsLinux)
00:09:05 [2019-09-20T00:09:05.816Z] SKIP: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers (unmatched requirement IsPausable)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds	0.056s
00:09:06 [2019-09-20T00:09:06.273Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat	0.120s
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 (unmatched requirement DaemonIsLinux)
00:09:06 [2019-09-20T00:09:06.273Z] SKIP: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 (unmatched requirement DaemonIsLinux)
00:09:08 [2019-09-20T00:09:08.441Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse	1.259s
00:09:10 [2019-09-20T00:09:10.609Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver	1.646s
00:09:10 [2019-09-20T00:09:10.609Z] SKIP: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy (unmatched requirement DaemonIsLinux)
00:09:10 [2019-09-20T00:09:10.609Z] SKIP: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 (unmatched requirement DaemonIsLinux)
00:09:10 [2019-09-20T00:09:10.609Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse	0.072s
00:09:10 [2019-09-20T00:09:10.609Z] SKIP: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand (unmatched requirement DaemonIsLinux)
00:09:12 [2019-09-20T00:09:12.777Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint	1.349s
00:09:12 [2019-09-20T00:09:12.777Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix	0.169s
00:09:15 [2019-09-20T00:09:15.025Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt	1.532s
00:09:15 [2019-09-20T00:09:15.025Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement DaemonIsLinux)
00:09:15 [2019-09-20T00:09:15.025Z] SKIP: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom (unmatched requirement DaemonIsLinux)
00:09:15 [2019-09-20T00:09:15.025Z] SKIP: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault (unmatched requirement DaemonIsLinux)
00:09:16 [2019-09-20T00:09:16.553Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault	1.418s
00:09:21 [2019-09-20T00:09:21.200Z] PASS: docker_cli_swarm_test.go:1249: DockerSwarmSuite.TestSwarmRotateUnlockKey	16.525s
00:09:21 [2019-09-20T00:09:21.224Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory	4.083s
00:09:21 [2019-09-20T00:09:21.224Z] SKIP: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage (unmatched requirement DaemonIsLinux)
00:09:21 [2019-09-20T00:09:21.224Z] SKIP: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt (unmatched requirement DaemonIsLinux)
00:09:21 [2019-09-20T00:09:21.224Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement DaemonIsLinux)
00:09:22 [2019-09-20T00:09:22.559Z] PASS: docker_cli_swarm_test.go:818: DockerSwarmSuite.TestSwarmServiceEnvFile	1.533s
00:09:23 [2019-09-20T00:09:23.403Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64	1.370s
00:09:24 [2019-09-20T00:09:24.937Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields	1.431s
00:09:24 [2019-09-20T00:09:24.937Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType	0.134s
00:09:25 [2019-09-20T00:09:25.814Z] PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter	1.484s
00:09:27 [2019-09-20T00:09:27.103Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint	1.387s
00:09:28 [2019-09-20T00:09:28.634Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer	1.337s
00:09:28 [2019-09-20T00:09:28.634Z] SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement DaemonIsLinux)
00:09:28 [2019-09-20T00:09:28.634Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS	0.063s
00:09:29 [2019-09-20T00:09:29.112Z] PASS: docker_cli_swarm_test.go:1731: DockerSwarmSuite.TestSwarmServiceLsFilterMode	2.940s
00:09:30 [2019-09-20T00:09:30.819Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer	1.303s
00:09:32 [2019-09-20T00:09:32.987Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus	2.269s
00:09:37 [2019-09-20T00:09:37.225Z] PASS: docker_cli_swarm_test.go:907: DockerSwarmSuite.TestSwarmServiceNetworkUpdate	6.808s
00:09:37 [2019-09-20T00:09:37.664Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound	3.810s
00:09:39 [2019-09-20T00:09:39.200Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError	1.573s
00:09:41 [2019-09-20T00:09:41.373Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano	1.656s
00:09:42 [2019-09-20T00:09:42.904Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer	1.461s
00:09:45 [2019-09-20T00:09:45.296Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage	1.433s
00:09:46 [2019-09-20T00:09:46.832Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue	1.308s
00:09:49 [2019-09-20T00:09:49.005Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer	1.357s
00:09:49 [2019-09-20T00:09:49.005Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject	0.065s
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.005Z] SKIP: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] SKIP: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] SKIP: docker_cli_exec_test.go:372: DockerSuite.TestLinksPingLinkedContainersOnRename (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] SKIP: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] SKIP: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] SKIP: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer (unmatched requirement DaemonIsLinux)
00:09:49 [2019-09-20T00:09:49.006Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY	0.057s
00:09:49 [2019-09-20T00:09:49.006Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound	0.001s
00:09:50 [2019-09-20T00:09:50.535Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput	1.271s
00:09:52 [2019-09-20T00:09:52.702Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr	1.242s
00:09:58 [2019-09-20T00:09:58.478Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil	5.313s
00:10:00 [2019-09-20T00:10:00.010Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue	2.155s
00:10:00 [2019-09-20T00:10:00.010Z] SKIP: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow (unmatched requirement DaemonIsLinux)
00:10:02 [2019-09-20T00:10:02.177Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout	1.535s
00:10:02 [2019-09-20T00:10:02.177Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound	0.060s
00:10:04 [2019-09-20T00:10:04.075Z] PASS: docker_cli_swarm_test.go:836: DockerSwarmSuite.TestSwarmServiceTTY	15.017s
00:10:05 [2019-09-20T00:10:05.434Z] PASS: docker_cli_swarm_test.go:884: DockerSwarmSuite.TestSwarmServiceTTYUpdate	2.375s
00:10:08 [2019-09-20T00:10:08.699Z] PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname	2.634s
00:10:09 [2019-09-20T00:10:09.228Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage	6.904s
00:10:12 [2019-09-20T00:10:12.000Z] PASS: docker_cli_swarm_test.go:298: DockerSwarmSuite.TestSwarmServiceWithGroup	2.506s
00:10:15 [2019-09-20T00:10:15.338Z] PASS: docker_cli_swarm_test.go:1703: DockerSwarmSuite.TestSwarmStopSignal	2.542s
00:10:16 [2019-09-20T00:10:16.279Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage	6.934s
00:10:17 [2019-09-20T00:10:17.845Z] PASS: docker_cli_swarm_test.go:540: DockerSwarmSuite.TestSwarmTaskListFilter	1.052s
00:10:21 [2019-09-20T00:10:21.146Z] PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate	1.591s
00:10:23 [2019-09-20T00:10:23.328Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage	6.928s
00:10:24 [2019-09-20T00:10:24.859Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput	1.807s
00:10:27 [2019-09-20T00:10:27.027Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout	1.815s
00:10:27 [2019-09-20T00:10:27.027Z] SKIP: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer (unmatched requirement DaemonIsLinux)
00:10:29 [2019-09-20T00:10:29.195Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped	2.105s
00:10:31 [2019-09-20T00:10:31.364Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr	1.966s
00:10:39 [2019-09-20T00:10:39.910Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince	8.726s
00:10:39 [2019-09-20T00:10:39.910Z] SKIP: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow (unmatched requirement DaemonIsLinux)
00:10:39 [2019-09-20T00:10:39.910Z] SKIP: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout (unmatched requirement DaemonIsLinux)
00:10:42 [2019-09-20T00:10:42.803Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail	2.454s
00:10:44 [2019-09-20T00:10:44.333Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps	2.142s
00:10:46 [2019-09-20T00:10:46.501Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails	1.977s
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_run_test.go:2915: DockerSuite.TestMountIntoProc (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_run_test.go:2924: DockerSuite.TestMountIntoSys (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_run_test.go:3519: DockerSuite.TestNetworkRmWithActiveContainers (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_run_test.go:2701: DockerSuite.TestPermissionsPtsReadonlyRootfs (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.501Z] PASS: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows	0.064s
00:10:46 [2019-09-20T00:10:46.501Z] SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding (unmatched requirement DaemonIsLinux)
00:10:46 [2019-09-20T00:10:46.958Z] SKIP: docker_cli_port_test.go:16: DockerSuite.TestPortList (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint	3.821s
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound	0.002s
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize (unmatched requirement DaemonIsLinux)
00:10:50 [2019-09-20T00:10:50.714Z] SKIP: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop (unmatched requirement DaemonIsLinux)
00:10:54 [2019-09-20T00:10:54.493Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd	3.766s
00:10:54 [2019-09-20T00:10:54.493Z] SKIP: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues (unmatched requirement DaemonIsLinux)
00:11:03 [2019-09-20T00:11:03.089Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder	6.390s
00:11:03 [2019-09-20T00:11:03.089Z] SKIP: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate (unmatched requirement DaemonIsLinux)
00:11:11 [2019-09-20T00:11:11.636Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase	7.668s
00:11:17 [2019-09-20T00:11:17.405Z] PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin	22.341s
00:11:23 [2019-09-20T00:11:23.988Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage	11.650s
00:11:23 [2019-09-20T00:11:23.988Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated	0.242s
00:11:32 [2019-09-20T00:11:32.221Z] PASS: docker_cli_swarm_test.go:1029: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm	1.540s
00:11:32 [2019-09-20T00:11:32.538Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited	8.573s
00:11:44 [2019-09-20T00:11:44.898Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth	11.653s
00:11:48 [2019-09-20T00:11:48.678Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID	3.618s
00:11:50 [2019-09-20T00:11:50.451Z] PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA	1.495s
00:11:55 [2019-09-20T00:11:55.732Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel	6.803s
00:12:00 [2019-09-20T00:12:00.603Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName	3.735s
00:12:00 [2019-09-20T00:12:00.603Z] SKIP: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork (unmatched requirement DaemonIsLinux)
00:12:00 [2019-09-20T00:12:00.603Z] SKIP: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts (unmatched requirement DaemonIsLinux)
00:12:04 [2019-09-20T00:12:04.334Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus	3.879s
00:12:04 [2019-09-20T00:12:04.334Z] SKIP: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize (unmatched requirement DaemonIsLinux)
00:12:04 [2019-09-20T00:12:04.334Z] SKIP: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer (unmatched requirement DaemonIsLinux)
00:12:04 [2019-09-20T00:12:04.334Z] SKIP: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer (unmatched requirement DaemonIsLinux)
00:12:04 [2019-09-20T00:12:04.334Z] SKIP: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName (unmatched requirement DaemonIsLinux)
00:12:05 [2019-09-20T00:12:05.307Z] PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume	0.680s
00:12:11 [2019-09-20T00:12:11.398Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts	6.066s
00:12:11 [2019-09-20T00:12:11.398Z] SKIP: docker_cli_run_test.go:3150: DockerSuite.TestPtraceContainerProcsFromHost (unmatched requirement DaemonIsLinux)
00:12:13 [2019-09-20T00:12:13.044Z] PASS: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows	1.344s
00:12:13 [2019-09-20T00:12:13.044Z] SKIP: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux (unmatched requirement DaemonIsLinux)
00:12:14 [2019-09-20T00:12:14.006Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized	1.368s
00:12:14 [2019-09-20T00:12:14.969Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo	0.956s
00:12:14 [2019-09-20T00:12:14.969Z] SKIP: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (unmatched requirement DaemonIsLinux)
00:12:18 [2019-09-20T00:12:18.695Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer	3.766s
00:12:22 [2019-09-20T00:12:22.423Z] PASS: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess	3.469s
00:12:24 [2019-09-20T00:12:24.595Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer	2.131s
00:12:49 [2019-09-20T00:12:49.701Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy	23.946s
00:12:49 [2019-09-20T00:12:49.701Z] SKIP: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer (unmatched requirement DaemonIsLinux)
00:12:54 [2019-09-20T00:12:54.375Z] PASS: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart	5.432s
00:12:54 [2019-09-20T00:12:54.832Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways	0.195s
00:12:54 [2019-09-20T00:12:54.832Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO	0.135s
00:12:55 [2019-09-20T00:12:55.289Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure	0.628s
00:12:59 [2019-09-20T00:12:59.963Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer	3.730s
00:13:03 [2019-09-20T00:13:03.685Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer	3.817s
00:13:03 [2019-09-20T00:13:03.685Z] SKIP: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork (unmatched requirement DaemonIsLinux)
00:13:07 [2019-09-20T00:13:07.405Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes	3.623s
00:13:07 [2019-09-20T00:13:07.405Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank	0.053s
00:13:07 [2019-09-20T00:13:07.862Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict	0.237s
00:13:12 [2019-09-20T00:13:12.934Z] PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities	0.572s
00:13:22 [2019-09-20T00:13:22.644Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound	12.293s
00:13:22 [2019-09-20T00:13:22.982Z] PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer	1.638s
00:13:23 [2019-09-20T00:13:23.607Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers	2.466s
00:13:24 [2019-09-20T00:13:24.065Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories	0.543s
00:13:29 [2019-09-20T00:13:29.996Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags	5.269s
00:13:35 [2019-09-20T00:13:35.771Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce	5.011s
00:13:42 [2019-09-20T00:13:42.827Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag	6.765s
00:13:46 [2019-09-20T00:13:46.549Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail	3.938s
00:13:47 [2019-09-20T00:13:47.513Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag	0.667s
00:13:49 [2019-09-20T00:13:49.679Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers	2.023s
00:13:55 [2019-09-20T00:13:55.019Z] PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet	15.034s
00:14:07 [2019-09-20T00:14:07.346Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer	15.174s
00:14:07 [2019-09-20T00:14:07.810Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails	1.719s
00:14:09 [2019-09-20T00:14:09.879Z] PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse	0.533s
00:14:13 [2019-09-20T00:14:13.644Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories	4.760s
00:14:14 [2019-09-20T00:14:14.108Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse	0.884s
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:4536: DockerSuite.TestRunAddDeviceCgroupRule (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:4045: DockerSuite.TestRunAddHostInHostMode (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc (unmatched requirement DaemonIsLinux)
00:14:14 [2019-09-20T00:14:14.108Z] SKIP: docker_cli_run_test.go:2067: DockerSuite.TestRunAllocatePortInReservedRange (unmatched requirement DaemonIsLinux)
00:14:16 [2019-09-20T00:14:16.305Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot	1.949s
00:14:16 [2019-09-20T00:14:16.305Z] SKIP: docker_cli_run_test.go:2272: DockerSuite.TestRunAllowPortRangeThroughExpose (unmatched requirement DaemonIsLinux)
00:14:16 [2019-09-20T00:14:16.305Z] SKIP: docker_cli_run_test.go:2630: DockerSuite.TestRunAllowPortRangeThroughPublish (unmatched requirement DaemonIsLinux)
00:14:20 [2019-09-20T00:14:20.069Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes	3.964s
00:14:23 [2019-09-20T00:14:23.832Z] PASS: docker_cli_run_test.go:3926: DockerSuite.TestRunAttachFailedNoLeak	3.941s
00:14:30 [2019-09-20T00:14:30.945Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode	6.730s
00:14:33 [2019-09-20T00:14:33.143Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode	2.195s
00:14:35 [2019-09-20T00:14:35.105Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode	2.009s
00:14:35 [2019-09-20T00:14:35.105Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach	0.058s
00:14:41 [2019-09-20T00:14:41.870Z] PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList	15.024s
00:14:43 [2019-09-20T00:14:43.819Z] PASS: docker_cli_run_test.go:1883: DockerSuite.TestRunBindMounts	8.727s
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:3014: DockerSuite.TestRunCapAddCHOWN (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:3200: DockerSuite.TestRunCapAddSYSTIME (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase (unmatched requirement DaemonIsLinux)
00:14:43 [2019-09-20T00:14:43.819Z] SKIP: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid (unmatched requirement DaemonIsLinux)
00:14:46 [2019-09-20T00:14:46.026Z] PASS: docker_cli_run_test.go:1970: DockerSuite.TestRunCidFileCheckIDLength	1.341s
00:14:46 [2019-09-20T00:14:46.026Z] SKIP: docker_cli_run_test.go:1939: DockerSuite.TestRunCidFileCleanupIfEmpty (unmatched requirement DaemonIsLinux)
00:14:48 [2019-09-20T00:14:48.956Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint	2.544s
00:14:48 [2019-09-20T00:14:48.956Z] SKIP: docker_cli_run_test.go:3342: DockerSuite.TestRunContainerNetModeWithDNSMacHosts (unmatched requirement DaemonIsLinux)
00:14:48 [2019-09-20T00:14:48.956Z] SKIP: docker_cli_run_test.go:3366: DockerSuite.TestRunContainerNetModeWithExposePort (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork	1.869s
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:3333: DockerSuite.TestRunContainerNetworkModeToSelf (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:3317: DockerSuite.TestRunContainerWithCgroupMountRO (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:3243: DockerSuite.TestRunContainerWithCgroupParent (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:2740: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:2689: DockerSuite.TestRunContainerWithReadonlyRootfs (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:2762: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag (unmatched requirement DaemonIsLinux)
00:14:50 [2019-09-20T00:14:50.508Z] SKIP: docker_cli_run_test.go:2752: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag (unmatched requirement DaemonIsLinux)
00:14:52 [2019-09-20T00:14:52.752Z] PASS: docker_cli_run_test.go:2799: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer	2.042s
00:14:54 [2019-09-20T00:14:54.096Z] PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked	0.112s
00:14:54 [2019-09-20T00:14:54.949Z] PASS: docker_cli_run_test.go:2785: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero	2.056s
00:14:57 [2019-09-20T00:14:57.149Z] PASS: docker_cli_run_test.go:2685: DockerSuite.TestRunContainerWithWritableRootfs	1.917s
00:14:57 [2019-09-20T00:14:57.149Z] SKIP: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent (unmatched requirement DaemonIsLinux)
00:14:57 [2019-09-20T00:14:57.149Z] SKIP: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID (unmatched requirement DaemonIsLinux)
00:14:57 [2019-09-20T00:14:57.149Z] SKIP: docker_cli_run_test.go:3208: DockerSuite.TestRunCreateContainerFailedCleanUp (unmatched requirement DaemonIsLinux)
00:14:58 [2019-09-20T00:14:58.701Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume	1.937s
00:14:58 [2019-09-20T00:14:58.701Z] SKIP: docker_cli_run_test.go:2159: DockerSuite.TestRunCreateVolumeEtc (unmatched requirement DaemonIsLinux)
00:14:58 [2019-09-20T00:14:58.701Z] SKIP: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink (unmatched requirement DaemonIsLinux)
00:14:58 [2019-09-20T00:14:58.701Z] SKIP: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir (unmatched requirement DaemonIsLinux)
00:14:58 [2019-09-20T00:14:58.701Z] SKIP: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 (unmatched requirement DaemonIsLinux)
00:15:00 [2019-09-20T00:15:00.899Z] PASS: docker_cli_run_test.go:4152: DockerSuite.TestRunCredentialSpecFailures	1.833s
00:15:13 [2019-09-20T00:15:13.342Z] PASS: docker_cli_run_test.go:4171: DockerSuite.TestRunCredentialSpecWellFormed	11.776s
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions (unmatched requirement DaemonIsLinux)
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:4010: DockerSuite.TestRunDNSInHostMode (unmatched requirement DaemonIsLinux)
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions (unmatched requirement DaemonIsLinux)
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf (unmatched requirement DaemonIsLinux)
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions (unmatched requirement DaemonIsLinux)
00:15:13 [2019-09-20T00:15:13.342Z] SKIP: docker_cli_run_test.go:2032: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule (unmatched requirement DaemonIsLinux)
00:15:14 [2019-09-20T00:15:14.320Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting	1.966s
00:15:14 [2019-09-20T00:15:14.320Z] SKIP: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers (unmatched requirement DaemonIsLinux)
00:15:14 [2019-09-20T00:15:14.784Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot	0.072s
00:15:14 [2019-09-20T00:15:14.784Z] SKIP: docker_cli_run_test.go:4187: DockerSuite.TestRunDuplicateMount (unmatched requirement DaemonIsLinux)
00:15:16 [2019-09-20T00:15:16.335Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer	1.859s
00:15:18 [2019-09-20T00:15:18.534Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout	1.904s
00:15:18 [2019-09-20T00:15:18.534Z] SKIP: docker_cli_run_test.go:4273: DockerSuite.TestRunEmptyEnv (unmatched requirement DaemonIsLinux)
00:15:20 [2019-09-20T00:15:20.733Z] PASS: docker_cli_run_test.go:1872: DockerSuite.TestRunEntrypoint	1.920s
00:15:20 [2019-09-20T00:15:20.733Z] SKIP: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment (unmatched requirement DaemonIsLinux)
00:15:20 [2019-09-20T00:15:20.733Z] SKIP: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase (unmatched requirement DaemonIsLinux)
00:15:20 [2019-09-20T00:15:20.733Z] SKIP: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride (unmatched requirement DaemonIsLinux)
00:15:26 [2019-09-20T00:15:26.088Z] PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID	1.666s
00:15:27 [2019-09-20T00:15:27.846Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode	6.907s
00:15:29 [2019-09-20T00:15:29.398Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne	2.004s
00:15:31 [2019-09-20T00:15:31.596Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero	1.921s
00:15:33 [2019-09-20T00:15:33.792Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose	2.135s
00:15:33 [2019-09-20T00:15:33.792Z] PASS: docker_cli_run_test.go:2295: DockerSuite.TestRunExposePort	0.052s
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet (unmatched requirement DaemonIsLinux)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd (unmatched requirement DaemonIsLinux)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:4515: DockerSuite.TestRunHostnameFQDN (unmatched requirement DaemonIsLinux)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:4528: DockerSuite.TestRunHostnameInHostMode (unmatched requirement DaemonIsLinux)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:4256: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement IsolationIsHyperv)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:3732: DockerSuite.TestRunInitLayerPathOwnership (unmatched requirement DaemonIsLinux)
00:15:33 [2019-09-20T00:15:33.792Z] SKIP: docker_cli_run_test.go:2010: DockerSuite.TestRunInspectMacAddress (unmatched requirement DaemonIsLinux)
00:15:37 [2019-09-20T00:15:37.557Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy	3.344s
00:15:37 [2019-09-20T00:15:37.557Z] SKIP: docker_cli_run_test.go:3278: DockerSuite.TestRunInvalidCgroupParent (unmatched requirement DaemonIsLinux)
00:15:37 [2019-09-20T00:15:37.557Z] PASS: docker_cli_run_test.go:3720: DockerSuite.TestRunInvalidReference	0.059s
00:15:37 [2019-09-20T00:15:37.557Z] SKIP: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors (unmatched requirement DaemonIsLinux)
00:15:37 [2019-09-20T00:15:37.557Z] SKIP: docker_cli_run_test.go:3387: DockerSuite.TestRunLinkToContainerNetMode (unmatched requirement DaemonIsLinux)
00:15:37 [2019-09-20T00:15:37.557Z] SKIP: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID (unmatched requirement DaemonIsLinux)
00:15:37 [2019-09-20T00:15:37.557Z] SKIP: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName (unmatched requirement DaemonIsLinux)
00:15:44 [2019-09-20T00:15:44.189Z] PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed	1.660s
00:15:46 [2019-09-20T00:15:46.173Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS	8.562s
00:15:46 [2019-09-20T00:15:46.173Z] SKIP: docker_cli_run_test.go:3397: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.151Z] PASS: docker_cli_run_test.go:3423: DockerSuite.TestRunLoopbackWhenNetworkDisabled	1.575s
00:15:47 [2019-09-20T00:15:47.151Z] SKIP: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.151Z] SKIP: docker_cli_run_test.go:2323: DockerSuite.TestRunModeIpcContainerNotExists (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.151Z] SKIP: docker_cli_run_test.go:2332: DockerSuite.TestRunModeIpcContainerNotRunning (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.151Z] SKIP: docker_cli_run_test.go:2301: DockerSuite.TestRunModeIpcHost (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.151Z] SKIP: docker_cli_run_test.go:3431: DockerSuite.TestRunModeNetContainerHostname (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2345: DockerSuite.TestRunModePIDContainer (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2370: DockerSuite.TestRunModePIDContainerNotExists (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2379: DockerSuite.TestRunModePIDContainerNotRunning (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2437: DockerSuite.TestRunModePIDHost (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2459: DockerSuite.TestRunModeUTSHost (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:4335: DockerSuite.TestRunMount (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2088: DockerSuite.TestRunMountOrdering (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:4323: DockerSuite.TestRunMountReadOnlyDevShm (unmatched requirement DaemonIsLinux)
00:15:47 [2019-09-20T00:15:47.615Z] SKIP: docker_cli_run_test.go:2392: DockerSuite.TestRunMountShmMqueueFromHost (unmatched requirement DaemonIsLinux)
00:15:54 [2019-09-20T00:15:54.733Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom	6.269s
00:15:54 [2019-09-20T00:15:54.733Z] SKIP: docker_cli_exec_test.go:388: DockerSuite.TestRunMutableNetworkFiles (unmatched requirement DaemonIsLinux)
00:15:54 [2019-09-20T00:15:54.733Z] SKIP: docker_cli_run_test.go:3220: DockerSuite.TestRunNamedVolume (unmatched requirement DaemonIsLinux)
00:15:54 [2019-09-20T00:15:54.733Z] SKIP: docker_cli_run_test.go:3864: DockerSuite.TestRunNamedVolumeCopyImageData (unmatched requirement DaemonIsLinux)
00:15:58 [2019-09-20T00:15:58.503Z] PASS: docker_cli_run_test.go:3878: DockerSuite.TestRunNamedVolumeNotRemoved	4.305s
00:15:59 [2019-09-20T00:15:59.112Z] PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete	0.816s
00:16:03 [2019-09-20T00:16:03.233Z] PASS: docker_cli_run_test.go:3895: DockerSuite.TestRunNamedVolumesFromNotRemoved	4.517s
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:3857: DockerSuite.TestRunNamedVolumesMountedAsShared (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:2612: DockerSuite.TestRunNetContainerWhichHost (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:2581: DockerSuite.TestRunNetHost (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:2603: DockerSuite.TestRunNetHostTwiceSameName (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:3075: DockerSuite.TestRunNetworkFilesBindMount (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:3099: DockerSuite.TestRunNetworkFilesBindMountRO (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:3121: DockerSuite.TestRunNetworkFilesBindMountROFilesystem (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] SKIP: docker_cli_run_test.go:3444: DockerSuite.TestRunNetworkNotInitializedNoneMode (unmatched requirement DaemonIsLinux)
00:16:03 [2019-09-20T00:16:03.233Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes	0.276s
00:16:04 [2019-09-20T00:16:04.212Z] PASS: docker_cli_run_test.go:2200: DockerSuite.TestRunNoOutputFromPullInStdout	1.104s
00:16:06 [2019-09-20T00:16:06.410Z] PASS: docker_cli_run_test.go:3669: DockerSuite.TestRunNonExecutableCmd	1.850s
00:16:07 [2019-09-20T00:16:07.965Z] PASS: docker_cli_run_test.go:3678: DockerSuite.TestRunNonExistingCmd	1.777s
00:16:09 [2019-09-20T00:16:09.121Z] PASS: docker_cli_run_test.go:3703: DockerSuite.TestRunNonExistingImage	1.366s
00:16:11 [2019-09-20T00:16:11.320Z] PASS: docker_cli_run_test.go:2564: DockerSuite.TestRunNonLocalMacAddress	1.976s
00:16:11 [2019-09-20T00:16:11.320Z] SKIP: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.320Z] SKIP: docker_cli_run_test.go:2812: DockerSuite.TestRunPIDHostWithChildIsKillable (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:2500: DockerSuite.TestRunPortFromDockerRangeInUse (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:2048: DockerSuite.TestRunPortInUse (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux)
00:16:11 [2019-09-20T00:16:11.784Z] SKIP: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux)
00:16:14 [2019-09-20T00:16:14.716Z] PASS: docker_cli_run_test.go:4238: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent	2.612s
00:16:14 [2019-09-20T00:16:14.716Z] SKIP: docker_cli_run_test.go:2989: DockerSuite.TestRunPublishPort (unmatched requirement DaemonIsLinux)
00:16:14 [2019-09-20T00:16:14.716Z] SKIP: docker_cli_run_test.go:2892: DockerSuite.TestRunReadFilteredProc (unmatched requirement Apparmor)
00:16:14 [2019-09-20T00:16:14.716Z] SKIP: docker_cli_run_test.go:2871: DockerSuite.TestRunReadProcLatency (unmatched requirement DaemonIsLinux)
00:16:14 [2019-09-20T00:16:14.716Z] SKIP: docker_cli_run_test.go:2856: DockerSuite.TestRunReadProcTimer (unmatched requirement DaemonIsLinux)
00:16:14 [2019-09-20T00:16:14.716Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (unmatched requirement DaemonIsLinux)
00:16:27 [2019-09-20T00:16:27.162Z] PASS: docker_cli_run_test.go:2662: DockerSuite.TestRunRestartMaxRetries	12.379s
00:16:27 [2019-09-20T00:16:27.162Z] SKIP: docker_cli_run_test.go:2133: DockerSuite.TestRunReuseBindVolumeThatIsSymlink (unmatched requirement DaemonIsLinux)
00:16:28 [2019-09-20T00:16:28.715Z] PASS: docker_cli_run_test.go:4063: DockerSuite.TestRunRm	2.128s
00:16:34 [2019-09-20T00:16:34.544Z] PASS: docker_cli_run_test.go:4053: DockerSuite.TestRunRmAndWait	5.261s
00:16:36 [2019-09-20T00:16:36.106Z] PASS: docker_cli_run_test.go:4074: DockerSuite.TestRunRmPre125Api	1.985s
00:16:38 [2019-09-20T00:16:38.303Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir	1.868s
00:16:39 [2019-09-20T00:16:39.859Z] PASS: docker_cli_run_test.go:2654: DockerSuite.TestRunSetDefaultRestartPolicy	1.420s
00:16:42 [2019-09-20T00:16:42.059Z] PASS: docker_cli_run_test.go:1994: DockerSuite.TestRunSetMacAddress	2.296s
00:16:42 [2019-09-20T00:16:42.059Z] SKIP: docker_cli_run_test.go:2244: DockerSuite.TestRunSlowStdoutConsumer (unmatched requirement DaemonIsLinux)
00:16:42 [2019-09-20T00:16:42.059Z] SKIP: docker_cli_run_test.go:1626: DockerSuite.TestRunState (unmatched requirement DaemonIsLinux)
00:16:44 [2019-09-20T00:16:44.261Z] PASS: docker_cli_run_test.go:3623: DockerSuite.TestRunStdinBlockedAfterContainerExit	1.911s
00:16:44 [2019-09-20T00:16:44.261Z] SKIP: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe (unmatched requirement DaemonIsLinux)
00:16:45 [2019-09-20T00:16:45.812Z] PASS: docker_cli_run_test.go:4138: DockerSuite.TestRunStoppedLoggingDriverNoLeak	1.711s
00:16:45 [2019-09-20T00:16:45.812Z] SKIP: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux)
00:16:45 [2019-09-20T00:16:45.812Z] SKIP: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux)
00:16:45 [2019-09-20T00:16:45.812Z] PASS: docker_cli_run_test.go:2484: DockerSuite.TestRunTLSVerify	0.170s
00:16:45 [2019-09-20T00:16:45.812Z] PASS: docker_cli_run_test.go:2532: DockerSuite.TestRunTTYWithPipe	0.052s
00:16:45 [2019-09-20T00:16:45.812Z] SKIP: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices (unmatched requirement DaemonIsLinux)
00:16:46 [2019-09-20T00:16:46.165Z] PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls	15.538s
00:16:50 [2019-09-20T00:16:50.541Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers	4.591s
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:4086: DockerSuite.TestRunUnsetEntrypoint (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:2931: DockerSuite.TestRunUnshareProc (unmatched requirement Apparmor)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero (unmatched requirement DaemonIsLinux)
00:16:50 [2019-09-20T00:16:50.541Z] SKIP: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName (unmatched requirement DaemonIsLinux)
00:16:59 [2019-09-20T00:16:59.157Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults	7.124s
00:16:59 [2019-09-20T00:16:59.157Z] SKIP: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound (unmatched requirement DaemonIsLinux)
00:16:59 [2019-09-20T00:16:59.621Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID	1.242s
00:16:59 [2019-09-20T00:16:59.621Z] SKIP: docker_cli_run_test.go:3975: DockerSuite.TestRunVolumeCopyFlag (unmatched requirement DaemonIsLinux)
00:16:59 [2019-09-20T00:16:59.621Z] SKIP: docker_cli_run_test.go:3968: DockerSuite.TestRunVolumeWithOneCharacter (unmatched requirement DaemonIsLinux)
00:17:02 [2019-09-20T00:17:02.549Z] PASS: docker_cli_run_test.go:2213: DockerSuite.TestRunVolumesCleanPaths	2.698s
00:17:04 [2019-09-20T00:17:04.265Z] PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists	4.661s
00:17:08 [2019-09-20T00:17:08.381Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode	5.787s
00:17:12 [2019-09-20T00:17:12.146Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails	3.920s
00:17:19 [2019-09-20T00:17:19.262Z] PASS: docker_cli_run_test.go:2772: DockerSuite.TestRunVolumesFromRestartAfterRemoved	5.936s
00:17:19 [2019-09-20T00:17:19.262Z] SKIP: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath (unmatched requirement DaemonIsLinux)
00:17:19 [2019-09-20T00:17:19.262Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly	0.078s
00:17:19 [2019-09-20T00:17:19.262Z] SKIP: docker_cli_run_test.go:3777: DockerSuite.TestRunVolumesMountedAsShared (unmatched requirement DaemonIsLinux)
00:17:19 [2019-09-20T00:17:19.262Z] SKIP: docker_cli_run_test.go:3808: DockerSuite.TestRunVolumesMountedAsSlave (unmatched requirement DaemonIsLinux)
00:17:21 [2019-09-20T00:17:21.458Z] PASS: docker_cli_run_test.go:4208: DockerSuite.TestRunWindowsWithCPUCount	2.522s
00:17:23 [2019-09-20T00:17:23.656Z] PASS: docker_cli_run_test.go:4228: DockerSuite.TestRunWindowsWithCPUPercent	1.995s
00:17:25 [2019-09-20T00:17:25.206Z] PASS: docker_cli_run_test.go:4218: DockerSuite.TestRunWindowsWithCPUShares	1.919s
00:17:25 [2019-09-20T00:17:25.206Z] SKIP: docker_cli_run_test.go:1857: DockerSuite.TestRunWithBadDevice (unmatched requirement DaemonIsLinux)
00:17:25 [2019-09-20T00:17:25.206Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags	0.047s
00:17:25 [2019-09-20T00:17:25.206Z] PASS: docker_cli_run_test.go:2024: DockerSuite.TestRunWithInvalidMacAddress	0.057s
00:17:25 [2019-09-20T00:17:25.207Z] SKIP: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks (unmatched requirement DaemonIsLinux)
00:17:25 [2019-09-20T00:17:25.207Z] SKIP: docker_cli_run_test.go:3749: DockerSuite.TestRunWithOomScoreAdj (unmatched requirement DaemonIsLinux)
00:17:25 [2019-09-20T00:17:25.671Z] SKIP: docker_cli_run_test.go:3760: DockerSuite.TestRunWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux)
00:17:25 [2019-09-20T00:17:25.671Z] SKIP: docker_cli_run_test.go:2835: DockerSuite.TestRunWithTooSmallMemoryLimit (unmatched requirement DaemonIsLinux)
00:17:25 [2019-09-20T00:17:25.671Z] SKIP: docker_cli_run_test.go:3232: DockerSuite.TestRunWithUlimits (unmatched requirement DaemonIsLinux)
00:17:29 [2019-09-20T00:17:29.590Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited	3.602s
00:17:30 [2019-09-20T00:17:30.569Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking	1.547s
00:17:32 [2019-09-20T00:17:32.767Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile	1.947s
00:17:36 [2019-09-20T00:17:36.297Z] PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp	1.897s
00:17:36 [2019-09-20T00:17:36.530Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory	3.923s
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_run_test.go:3048: DockerSuite.TestRunWriteFilteredProc (unmatched requirement Apparmor)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_run_test.go:1809: DockerSuite.TestRunWriteSpecialFilesAndNotCommit (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_run_test.go:2847: DockerSuite.TestRunWriteToProcAsound (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_run_test.go:3646: DockerSuite.TestRunWrongCpusetCpusFlagValue (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_run_test.go:3657: DockerSuite.TestRunWrongCpusetMemsFlagValue (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.530Z] SKIP: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.993Z] SKIP: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout (unmatched requirement DaemonIsLinux)
00:17:36 [2019-09-20T00:17:36.993Z] SKIP: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry (unmatched requirement DaemonIsLinux)
00:17:37 [2019-09-20T00:17:37.457Z] SKIP: docker_cli_search_test.go:48: DockerSuite.TestSearchOnCentralRegistryWithDash (unmatched requirement DaemonIsLinux)
00:17:37 [2019-09-20T00:17:37.920Z] PASS: docker_cli_search_test.go:19: DockerSuite.TestSearchStarsOptionWithWrongParameter	0.336s
00:17:37 [2019-09-20T00:17:37.920Z] SKIP: docker_cli_search_test.go:55: DockerSuite.TestSearchWithLimit (unmatched requirement DaemonIsLinux)
00:17:43 [2019-09-20T00:17:43.752Z] PASS: docker_cli_run_test.go:4292: DockerSuite.TestSlowStdinClosing	5.878s
00:17:43 [2019-09-20T00:17:43.752Z] SKIP: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode (unmatched requirement DaemonIsLinux)
00:17:52 [2019-09-20T00:17:52.372Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers	7.432s
00:17:52 [2019-09-20T00:17:52.372Z] SKIP: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError (unmatched requirement DaemonIsLinux)
00:18:00 [2019-09-20T00:18:00.988Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent	8.503s
00:18:00 [2019-09-20T00:18:00.988Z] SKIP: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename (unmatched requirement DaemonIsLinux)
00:18:00 [2019-09-20T00:18:00.988Z] SKIP: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers (unmatched requirement DaemonIsLinux)
00:18:00 [2019-09-20T00:18:00.988Z] SKIP: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer (unmatched requirement IsPausable)
00:18:00 [2019-09-20T00:18:00.988Z] SKIP: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode	4.403s
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll (unmatched requirement DaemonIsLinux)
00:18:05 [2019-09-20T00:18:05.798Z] SKIP: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream (unmatched requirement DaemonIsLinux)
00:18:07 [2019-09-20T00:18:07.998Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs	1.614s
00:18:08 [2019-09-20T00:18:08.462Z] PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail	1.010s
00:18:10 [2019-09-20T00:18:10.195Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged	2.025s
00:18:10 [2019-09-20T00:18:10.196Z] SKIP: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] PASS: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses	1.336s
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_run_test.go:3456: DockerSuite.TestTwoContainersInNetHost (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks (unmatched requirement DaemonIsLinux)
00:18:11 [2019-09-20T00:18:11.746Z] SKIP: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart (unmatched requirement DaemonIsLinux)
00:18:23 [2019-09-20T00:18:23.436Z] PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed	1.647s
00:18:26 [2019-09-20T00:18:26.830Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate	15.264s
00:18:27 [2019-09-20T00:18:27.294Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel	0.123s
00:18:27 [2019-09-20T00:18:27.294Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple	0.181s
00:18:27 [2019-09-20T00:18:27.294Z] SKIP: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts (unmatched requirement DaemonIsLinux)
00:18:27 [2019-09-20T00:18:27.758Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect	0.305s
00:18:27 [2019-09-20T00:18:27.758Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti	0.239s
00:18:28 [2019-09-20T00:18:28.223Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError	0.120s
00:18:35 [2019-09-20T00:18:35.340Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs	7.053s
00:18:35 [2019-09-20T00:18:35.340Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName	0.069s
00:18:38 [2019-09-20T00:18:38.004Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling	2.869s
00:18:38 [2019-09-20T00:18:38.468Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers	0.402s
00:18:38 [2019-09-20T00:18:38.933Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels	0.386s
00:18:38 [2019-09-20T00:18:38.933Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue	0.062s
00:18:39 [2019-09-20T00:18:39.397Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs	0.175s
00:18:41 [2019-09-20T00:18:41.499Z] PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom	2.537s
00:18:46 [2019-09-20T00:18:46.516Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm	7.195s
00:18:46 [2019-09-20T00:18:46.516Z] SKIP: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce (unmatched requirement DaemonIsLinux)
00:18:46 [2019-09-20T00:18:46.980Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse	0.565s
00:18:46 [2019-09-20T00:18:46.980Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage	0.188s
00:18:46 [2019-09-20T00:18:46.980Z] SKIP: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts (unmatched requirement DaemonIsLinux)
00:18:54 [2019-09-20T00:18:54.132Z] PASS: docker_cli_run_test.go:3025: DockerSuite.TestVolumeFromMixedRWOptions	6.116s
00:18:54 [2019-09-20T00:18:54.132Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat	0.246s
00:18:54 [2019-09-20T00:18:54.132Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat	0.243s
00:18:56 [2019-09-20T00:18:56.397Z] PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart	1.412s
00:19:06 [2019-09-20T00:19:06.564Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode	12.541s
00:19:06 [2019-09-20T00:19:06.564Z] SKIP: docker_cli_run_test.go:2180: DockerSuite.TestVolumesNoCopyData (unmatched requirement DaemonIsLinux)
00:19:08 [2019-09-20T00:19:08.118Z] PASS: docker_cli_run_test.go:4551: DockerSuite.TestWindowsRunAsSystem	1.316s
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_exec_test.go:85: DockerDaemonSuite.TestExecAfterDaemonRestart
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_run_test.go:4116: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate
00:19:08 [2019-09-20T00:19:08.118Z] SKIP: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat
00:19:08 [2019-09-20T00:19:08.119Z] SKIP: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet
00:19:08 [2019-09-20T00:19:08.119Z] OK: 520 passed, 552 skipped
00:19:08 [2019-09-20T00:19:08.119Z] PASS
00:19:08 [2019-09-20T00:19:08.119Z] ok  	github.com/docker/docker/integration-cli	2415.156s
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Integration tests ended at 09/20/2019 00:19:07. Duration:00:40:24.3889096
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Docker info of the daemon under test at end of run
00:19:08 [2019-09-20T00:19:08.119Z] 
00:19:08 [2019-09-20T00:19:08.119Z] Containers: 2
00:19:08 [2019-09-20T00:19:08.119Z]  Running: 0
00:19:08 [2019-09-20T00:19:08.119Z]  Paused: 0
00:19:08 [2019-09-20T00:19:08.119Z]  Stopped: 2
00:19:08 [2019-09-20T00:19:08.119Z] Images: 12
00:19:08 [2019-09-20T00:19:08.119Z] Server Version: 0.0.0-dev
00:19:08 [2019-09-20T00:19:08.119Z] Storage Driver: windowsfilter
00:19:08 [2019-09-20T00:19:08.119Z]  Windows: 
00:19:08 [2019-09-20T00:19:08.119Z] Logging Driver: json-file
00:19:08 [2019-09-20T00:19:08.119Z] Plugins: 
00:19:08 [2019-09-20T00:19:08.119Z]  Volume: local
00:19:08 [2019-09-20T00:19:08.119Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
00:19:08 [2019-09-20T00:19:08.119Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
00:19:08 [2019-09-20T00:19:08.119Z] Swarm: inactive
00:19:08 [2019-09-20T00:19:08.119Z] Default Isolation: process
00:19:08 [2019-09-20T00:19:08.119Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
00:19:08 [2019-09-20T00:19:08.119Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737)
00:19:08 [2019-09-20T00:19:08.119Z] OSType: windows
00:19:08 [2019-09-20T00:19:08.119Z] Architecture: x86_64
00:19:08 [2019-09-20T00:19:08.119Z] CPUs: 4
00:19:08 [2019-09-20T00:19:08.119Z] Total Memory: 32GiB
00:19:08 [2019-09-20T00:19:08.119Z] Name: azwin-2-254950
00:19:08 [2019-09-20T00:19:08.119Z] ID: BTOX:SMIA:3TXI:UUKO:Q7DW:UIBR:WI2T:XGUL:YDXB:MP6P:YI5J:WU3L
00:19:08 [2019-09-20T00:19:08.119Z] Docker Root Dir: D:\CI-2\CI-a18eea270\daemon
00:19:08 [2019-09-20T00:19:08.119Z] Debug Mode (client): false
00:19:08 [2019-09-20T00:19:08.119Z] Debug Mode (server): false
00:19:08 [2019-09-20T00:19:08.119Z] Registry: https://index.docker.io/v1/
00:19:08 [2019-09-20T00:19:08.119Z] Labels:
00:19:08 [2019-09-20T00:19:08.119Z] Experimental: false
00:19:08 [2019-09-20T00:19:08.119Z] Insecure Registries:
00:19:08 [2019-09-20T00:19:08.119Z]  127.0.0.0/8
00:19:08 [2019-09-20T00:19:08.119Z] Live Restore Enabled: false
00:19:08 [2019-09-20T00:19:08.119Z] 
00:19:08 [2019-09-20T00:19:08.119Z] 
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Stopping daemon under test
00:19:08 [2019-09-20T00:19:08.119Z] SUCCESS: The process with PID 3240 (child process of PID 5844) has been terminated.
00:19:08 [2019-09-20T00:19:08.119Z] SUCCESS: The process with PID 5844 (child process of PID 7524) has been terminated.
00:19:08 [2019-09-20T00:19:08.119Z] INFO: executeCI.ps1 Completed successfully at 09/20/2019 00:19:08.
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Tidying up at end of run
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Saving daemon under test log (d:\CI-2\CI-a18eea270\dut.out) to C:\windows\TEMP\CIDUT.out
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Saving daemon under test log (d:\CI-2\CI-a18eea270\dut.err) to C:\windows\TEMP\CIDUT.err
00:19:08 [2019-09-20T00:19:08.119Z] INFO: Nuke-Everything...
00:19:08 [2019-09-20T00:19:08.662Z] INFO: Container count on control daemon to delete is 2
00:19:09 [2019-09-20T00:19:09.126Z] 62f653c6e32c
00:19:09 [2019-09-20T00:19:09.126Z] 7aee477ff4df
00:19:09 [2019-09-20T00:19:09.600Z] INFO: Non-base image count on control daemon to delete is 1
00:19:14 [2019-09-20T00:19:14.456Z] PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict	0.039s
00:19:14 [2019-09-20T00:19:14.456Z] OK: 261 passed, 6 skipped
00:19:14 [2019-09-20T00:19:14.456Z] PASS
00:19:14 [2019-09-20T00:19:14.456Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/3)
00:19:14 [2019-09-20T00:19:14.456Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6022 is not a child of this shell
00:19:14 [2019-09-20T00:19:14.456Z] warning: PID 6022 from /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/d5a25c32271ca/docker.pid had a nonzero exit code
00:19:14 [2019-09-20T00:19:14.456Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/d5a25c32271ca/root: target is busy
00:19:14 [2019-09-20T00:19:14.456Z]         (In some cases useful info about processes that
00:19:14 [2019-09-20T00:19:14.456Z]          use the device is found by lsof(8) or fuser(1).)
00:19:14 [2019-09-20T00:19:14.456Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/root: mountpoint not found
00:19:14 [2019-09-20T00:19:14.456Z] Clearing AppArmor profiles cache:.
00:19:14 [2019-09-20T00:19:14.456Z] All profile caches have been cleared, but no profiles have been unloaded.
00:19:14 [2019-09-20T00:19:14.456Z] Unloading profiles will leave already running processes permanently
00:19:14 [2019-09-20T00:19:14.456Z] unconfined, which can lead to unexpected situations.
00:19:14 [2019-09-20T00:19:14.456Z] 
00:19:14 [2019-09-20T00:19:14.456Z] To set a process to complain mode, use the command line tool
00:19:14 [2019-09-20T00:19:14.456Z] 'aa-complain'. To really tear down all profiles, run the init script
00:19:14 [2019-09-20T00:19:14.456Z] with the 'teardown' option."
00:19:14 [2019-09-20T00:19:14.456Z] Removing test suite binaries
00:19:14 [2019-09-20T00:19:14.456Z] 
00:19:14 [2019-09-20T00:19:14.711Z] Remaining pids to kill: []
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
00:19:15 [2019-09-20T00:19:15.035Z] + echo Ensuring container killed.
00:19:15 [2019-09-20T00:19:15.035Z] Ensuring container killed.
00:19:15 [2019-09-20T00:19:15.035Z] + docker rm -vf docker-pr2
00:19:15 [2019-09-20T00:19:15.035Z] Error: No such container: docker-pr2
00:19:15 [2019-09-20T00:19:15.035Z] + true
[Pipeline] sh
00:19:15 [2019-09-20T00:19:15.310Z] + echo Chowning /workspace to jenkins user
00:19:15 [2019-09-20T00:19:15.310Z] Chowning /workspace to jenkins user
00:19:15 [2019-09-20T00:19:15.310Z] + id -u
00:19:15 [2019-09-20T00:19:15.310Z] + id -g
00:19:15 [2019-09-20T00:19:15.310Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-370:/workspace busybox chown -R 1000:1000 /workspace
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:d578b96de71ab11ce801fe67ee230e7730c053a3a69961e04680f3d46306afd2
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:78b88641f06166a7b7f06bfb3b953506400b16860398a515c03340bc69a88e43
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:a1787b1f012c20aa008932de2bfc2a914413600b39580834e4a5674a32576c78
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:b38f093c518104c8cf342f6aae31b3ea11581f522c9e7d9b8baaf0d9686c535f
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:d855658dc5660ef8a17f7f63272de406527cdd6f1cd1c1e9dd0cc6f03a1a1759
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:a6625a21beb5758d51458b5c6f5c6823e7e007f85923406449d58edd4e32cca5
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:316c8c77ad3d76b0e207e5cabc58a22f80ffc81635657c469a08e34d86ff55f7
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:f4a3532722d9fefd1f96f0853235739540ca1b62a2450f1d28180cc0cc7dc492
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:7bed401344b2a2180f8d2be0fdcf41b476e1f53faf6ea2bcb522ef72e60c2e25
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:e4a1029ea05aec28a41b62962c4009d1597216ff02dddaf678abed2ffb517756
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:9f1f472af18fd2323eca3da1e86f838daba51c2f92612cedcaabcfd09f77f804
00:19:15 [2019-09-20T00:19:15.448Z] Deleted: sha256:9fcf82787dce8d183baed59d414a6bcc8da99c0237e21b99cecacc6682e60123
00:19:15 [2019-09-20T00:19:15.448Z] INFO: Tidying pidfile d:\CI-2\CI-a18eea270\docker.pid
00:19:15 [2019-09-20T00:19:15.448Z] INFO: Nuking d:\CI-2
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
00:19:19 [2019-09-20T00:19:19.763Z] + bundleName=amd64
00:19:19 [2019-09-20T00:19:19.763Z] + echo Creating amd64-bundles.tar.gz
00:19:19 [2019-09-20T00:19:19.763Z] Creating amd64-bundles.tar.gz
00:19:19 [2019-09-20T00:19:19.763Z] + xargs tar -czf amd64-bundles.tar.gz
00:19:19 [2019-09-20T00:19:19.763Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print
[Pipeline] archiveArtifacts
00:19:21 [2019-09-20T00:19:21.163Z] Archiving artifacts
00:19:21 [2019-09-20T00:19:21.860Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-370/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
00:19:22 [2019-09-20T00:19:22.305Z] + make clean
00:19:22 [2019-09-20T00:19:22.560Z] docker volume rm -f docker-dev-cache
00:19:22 [2019-09-20T00:19:22.560Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
00:19:45 [2019-09-20T00:19:45.686Z] INFO: Zapped successfully
00:19:45 [2019-09-20T00:19:45.686Z] 
00:19:45 [2019-09-20T00:19:45.686Z] INFO: executeCI.ps1 exiting at Fri Sep 20 00:19:43 CUT 2019. Duration 00:57:55.8882123
00:19:45 [2019-09-20T00:19:45.686Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS