Skip to content
Success

Console Output

Pull request #41436 opened
20:19:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5ca758199d77a66f7186450f2e78b0a915d443c4+b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a (41d9777b80e6915545c9be018e16e8dc203ae09d)
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-41436@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
20:19:12 [2020-09-10T20:19:12.823Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
20:19:12 [2020-09-10T20:19:12.825Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
20:19:27 [2020-09-10T20:19:27.952Z] Still waiting to schedule task
20:19:27 [2020-09-10T20:19:27.954Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:20:24 [2020-09-10T20:20:24.593Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04804cdc79494745f) in /home/ubuntu/workspace/moby_PR-41436
[Pipeline] {
[Pipeline] checkout
20:20:26 [2020-09-10T20:20:26.447Z] using credential docker-jenkins-github-credentials
20:20:26 [2020-09-10T20:20:26.453Z] Cloning the remote Git repository
20:20:26 [2020-09-10T20:20:26.453Z] Cloning with configured refspecs honoured and without tags
20:20:26 [2020-09-10T20:20:26.432Z] Cloning repository https://github.com/moby/moby.git
20:20:26 [2020-09-10T20:20:26.486Z]  > git init /home/ubuntu/workspace/moby_PR-41436 # timeout=10
20:20:26 [2020-09-10T20:20:26.817Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:26 [2020-09-10T20:20:26.817Z]  > git --version # timeout=10
20:20:26 [2020-09-10T20:20:26.829Z]  > git --version # 'git version 2.17.1'
20:20:26 [2020-09-10T20:20:26.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:26 [2020-09-10T20:20:26.832Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:42 [2020-09-10T20:20:42.607Z] Fetching without tags
20:20:42 [2020-09-10T20:20:42.942Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:20:43 [2020-09-10T20:20:43.667Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:20:43 [2020-09-10T20:20:43.667Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:20:42 [2020-09-10T20:20:42.539Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:42 [2020-09-10T20:20:42.556Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:20:42 [2020-09-10T20:20:42.570Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:42 [2020-09-10T20:20:42.589Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:20:42 [2020-09-10T20:20:42.605Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:42 [2020-09-10T20:20:42.605Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:42 [2020-09-10T20:20:42.606Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:42 [2020-09-10T20:20:42.944Z]  > git config core.sparsecheckout # timeout=10
20:20:42 [2020-09-10T20:20:42.963Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:20:43 [2020-09-10T20:20:43.594Z]  > git remote # timeout=10
20:20:43 [2020-09-10T20:20:43.608Z]  > git config --get remote.origin.url # timeout=10
20:20:43 [2020-09-10T20:20:43.627Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:43 [2020-09-10T20:20:43.629Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:20:43 [2020-09-10T20:20:43.646Z]  > git rev-parse HEAD^{commit} # timeout=10
20:20:43 [2020-09-10T20:20:43.665Z]  > git config core.sparsecheckout # timeout=10
20:20:43 [2020-09-10T20:20:43.679Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:20:47 [2020-09-10T20:20:47.726Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:20:47 [2020-09-10T20:20:47.726Z] First time build. Skipping changelog.
20:20:47 [2020-09-10T20:20:47.741Z]  > git --version # timeout=10
20:20:47 [2020-09-10T20:20:47.759Z]  > git --version # 'git version 2.17.1'
20:20:47 [2020-09-10T20:20:47.779Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:20:48 [2020-09-10T20:20:48.913Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
20:20:54 [2020-09-10T20:20:54.225Z] Unable to find image 'alpine:latest' locally
20:20:54 [2020-09-10T20:20:54.225Z] latest: Pulling from library/alpine
20:20:54 [2020-09-10T20:20:54.225Z] df20fa9351a1: Pulling fs layer
20:20:54 [2020-09-10T20:20:54.225Z] df20fa9351a1: Verifying Checksum
20:20:54 [2020-09-10T20:20:54.225Z] df20fa9351a1: Download complete
20:20:54 [2020-09-10T20:20:54.225Z] df20fa9351a1: Pull complete
20:20:54 [2020-09-10T20:20:54.225Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
20:20:54 [2020-09-10T20:20:54.225Z] Status: Downloaded newer image for alpine:latest
20:20:58 [2020-09-10T20:20:58.423Z] 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: rootless)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
20:20:59 [2020-09-10T20:20:59.044Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-41436
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] {
20:20:59 [2020-09-10T20:20:59.084Z] Running on ppc64le-ubuntu-20 in /home/docker/workspace/moby_PR-41436
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
20:20:59 [2020-09-10T20:20:59.174Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
20:20:59 [2020-09-10T20:20:59.189Z] Cloning the remote Git repository
20:20:59 [2020-09-10T20:20:59.189Z] Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
20:20:59 [2020-09-10T20:20:59.265Z] Running on azwin-2-9b8600 in d:\jenkins\workspace\moby_PR-41436
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] {
[Pipeline] ws
20:20:59 [2020-09-10T20:20:59.299Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
20:20:59 [2020-09-10T20:20:59.359Z] using credential docker-jenkins-github-credentials
20:20:59 [2020-09-10T20:20:59.376Z] Cloning the remote Git repository
20:20:59 [2020-09-10T20:20:59.376Z] Cloning with configured refspecs honoured and without tags
20:20:59 [2020-09-10T20:20:59.608Z] using credential docker-jenkins-github-credentials
20:20:59 [2020-09-10T20:20:59.682Z] Cloning the remote Git repository
20:20:59 [2020-09-10T20:20:59.682Z] Cloning with configured refspecs honoured and without tags
20:20:59 [2020-09-10T20:20:59.199Z] Cloning repository https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.199Z]  > git init /home/jenkins/workspace/moby_PR-41436 # timeout=10
20:20:59 [2020-09-10T20:20:59.224Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.224Z]  > git --version # timeout=10
20:20:59 [2020-09-10T20:20:59.231Z]  > git --version # 'git version 2.17.1'
20:20:59 [2020-09-10T20:20:59.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:59 [2020-09-10T20:20:59.232Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:59 [2020-09-10T20:20:59.387Z] Cloning repository https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.390Z]  > git init /home/docker/workspace/moby_PR-41436 # timeout=10
20:20:59 [2020-09-10T20:20:59.398Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.399Z]  > git --version # timeout=10
20:20:59 [2020-09-10T20:20:59.401Z]  > git --version # 'git version 2.7.4'
20:20:59 [2020-09-10T20:20:59.402Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:59 [2020-09-10T20:20:59.404Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:20:59 [2020-09-10T20:20:59.714Z] Cloning repository https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.714Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
20:20:59 [2020-09-10T20:20:59.771Z] Fetching upstream changes from https://github.com/moby/moby.git
20:20:59 [2020-09-10T20:20:59.771Z]  > git --version # timeout=10
20:20:59 [2020-09-10T20:20:59.815Z]  > git --version # 'git version 2.24.1.windows.2'
20:20:59 [2020-09-10T20:20:59.816Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:20:59 [2020-09-10T20:20:59.818Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:08 [2020-09-10T20:21:08.540Z] Fetching without tags
20:21:08 [2020-09-10T20:21:08.521Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:08 [2020-09-10T20:21:08.523Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:21:08 [2020-09-10T20:21:08.524Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:08 [2020-09-10T20:21:08.537Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:08 [2020-09-10T20:21:08.550Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:08 [2020-09-10T20:21:08.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:08 [2020-09-10T20:21:08.550Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:08 [2020-09-10T20:21:08.844Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:09 [2020-09-10T20:21:09.377Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:09 [2020-09-10T20:21:09.377Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:21:09 [2020-09-10T20:21:09.717Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:21:09 [2020-09-10T20:21:09.773Z]  > git --version # timeout=10
20:21:09 [2020-09-10T20:21:09.775Z]  > git --version # 'git version 2.17.1'
20:21:09 [2020-09-10T20:21:09.781Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:21:09 [2020-09-10T20:21:09.907Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09a2531c0839e61f9) in /home/ubuntu/workspace/moby_PR-41436
[Pipeline] {
[Pipeline] checkout
20:21:09 [2020-09-10T20:21:09.943Z] using credential docker-jenkins-github-credentials
20:21:09 [2020-09-10T20:21:09.949Z] Cloning the remote Git repository
20:21:09 [2020-09-10T20:21:09.949Z] Cloning with configured refspecs honoured and without tags
20:21:08 [2020-09-10T20:21:08.853Z]  > git config core.sparsecheckout # timeout=10
20:21:08 [2020-09-10T20:21:08.854Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:09 [2020-09-10T20:21:09.335Z]  > git remote # timeout=10
20:21:09 [2020-09-10T20:21:09.350Z]  > git config --get remote.origin.url # timeout=10
20:21:09 [2020-09-10T20:21:09.355Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:09 [2020-09-10T20:21:09.355Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:21:09 [2020-09-10T20:21:09.371Z]  > git rev-parse HEAD^{commit} # timeout=10
20:21:09 [2020-09-10T20:21:09.386Z]  > git config core.sparsecheckout # timeout=10
20:21:09 [2020-09-10T20:21:09.387Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:21:10 [2020-09-10T20:21:10.731Z] + docker version
20:21:10 [2020-09-10T20:21:10.732Z] Client: Docker Engine - Community
20:21:10 [2020-09-10T20:21:10.732Z]  Version:           19.03.7
20:21:10 [2020-09-10T20:21:10.732Z]  API version:       1.40
20:21:10 [2020-09-10T20:21:10.732Z]  Go version:        go1.12.17
20:21:10 [2020-09-10T20:21:10.732Z]  Git commit:        7141c199a2
20:21:10 [2020-09-10T20:21:10.732Z]  Built:             Sat Mar  7 16:48:47 2020
20:21:10 [2020-09-10T20:21:10.732Z]  OS/Arch:           linux/s390x
20:21:10 [2020-09-10T20:21:10.732Z]  Experimental:      false
20:21:10 [2020-09-10T20:21:10.732Z] 
20:21:10 [2020-09-10T20:21:10.732Z] Server: Docker Engine - Community
20:21:10 [2020-09-10T20:21:10.732Z]  Engine:
20:21:10 [2020-09-10T20:21:10.732Z]   Version:          19.03.7
20:21:10 [2020-09-10T20:21:10.732Z]   API version:      1.40 (minimum version 1.12)
20:21:10 [2020-09-10T20:21:10.732Z]   Go version:       go1.12.17
20:21:10 [2020-09-10T20:21:10.732Z]   Git commit:       7141c199a2
20:21:10 [2020-09-10T20:21:10.732Z]   Built:            Sat Mar  7 16:47:46 2020
20:21:10 [2020-09-10T20:21:10.732Z]   OS/Arch:          linux/s390x
20:21:10 [2020-09-10T20:21:10.732Z]   Experimental:     true
20:21:10 [2020-09-10T20:21:10.732Z]  containerd:
20:21:10 [2020-09-10T20:21:10.732Z]   Version:          1.2.13
20:21:10 [2020-09-10T20:21:10.732Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:10 [2020-09-10T20:21:10.732Z]  runc:
20:21:10 [2020-09-10T20:21:10.732Z]   Version:          1.0.0-rc10
20:21:10 [2020-09-10T20:21:10.732Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:10 [2020-09-10T20:21:10.732Z]  docker-init:
20:21:10 [2020-09-10T20:21:10.732Z]   Version:          0.18.0
20:21:10 [2020-09-10T20:21:10.732Z]   GitCommit:        fec3683
[Pipeline] sh
20:21:09 [2020-09-10T20:21:09.942Z] Cloning repository https://github.com/moby/moby.git
20:21:09 [2020-09-10T20:21:09.943Z]  > git init /home/ubuntu/workspace/moby_PR-41436 # timeout=10
20:21:09 [2020-09-10T20:21:09.960Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:09 [2020-09-10T20:21:09.960Z]  > git --version # timeout=10
20:21:09 [2020-09-10T20:21:09.962Z]  > git --version # 'git version 2.17.1'
20:21:09 [2020-09-10T20:21:09.962Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:09 [2020-09-10T20:21:09.962Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:11 [2020-09-10T20:21:11.117Z] + docker info
20:21:11 [2020-09-10T20:21:11.753Z] Client:
20:21:11 [2020-09-10T20:21:11.753Z]  Debug Mode: false
20:21:11 [2020-09-10T20:21:11.753Z] 
20:21:11 [2020-09-10T20:21:11.753Z] Server:
20:21:11 [2020-09-10T20:21:11.753Z]  Containers: 0
20:21:11 [2020-09-10T20:21:11.753Z]   Running: 0
20:21:11 [2020-09-10T20:21:11.753Z]   Paused: 0
20:21:11 [2020-09-10T20:21:11.753Z]   Stopped: 0
20:21:11 [2020-09-10T20:21:11.753Z]  Images: 0
20:21:11 [2020-09-10T20:21:11.753Z]  Server Version: 19.03.7
20:21:11 [2020-09-10T20:21:11.753Z]  Storage Driver: overlay2
20:21:11 [2020-09-10T20:21:11.753Z]   Backing Filesystem: <unknown>
20:21:11 [2020-09-10T20:21:11.753Z]   Supports d_type: true
20:21:11 [2020-09-10T20:21:11.753Z]   Native Overlay Diff: true
20:21:11 [2020-09-10T20:21:11.753Z]  Logging Driver: json-file
20:21:11 [2020-09-10T20:21:11.753Z]  Cgroup Driver: cgroupfs
20:21:11 [2020-09-10T20:21:11.753Z]  Plugins:
20:21:11 [2020-09-10T20:21:11.753Z]   Volume: local
20:21:11 [2020-09-10T20:21:11.753Z]   Network: bridge host ipvlan macvlan null overlay
20:21:11 [2020-09-10T20:21:11.753Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:11 [2020-09-10T20:21:11.753Z]  Swarm: inactive
20:21:11 [2020-09-10T20:21:11.753Z]  Runtimes: runc
20:21:11 [2020-09-10T20:21:11.753Z]  Default Runtime: runc
20:21:11 [2020-09-10T20:21:11.753Z]  Init Binary: docker-init
20:21:11 [2020-09-10T20:21:11.753Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:11 [2020-09-10T20:21:11.753Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:11 [2020-09-10T20:21:11.753Z]  init version: fec3683
20:21:11 [2020-09-10T20:21:11.753Z]  Security Options:
20:21:11 [2020-09-10T20:21:11.753Z]   apparmor
20:21:11 [2020-09-10T20:21:11.753Z]   seccomp
20:21:11 [2020-09-10T20:21:11.753Z]    Profile: default
20:21:11 [2020-09-10T20:21:11.753Z]  Kernel Version: 4.15.0-88-generic
20:21:11 [2020-09-10T20:21:11.753Z]  Operating System: Ubuntu 18.04.4 LTS
20:21:11 [2020-09-10T20:21:11.753Z]  OSType: linux
20:21:11 [2020-09-10T20:21:11.753Z]  Architecture: s390x
20:21:11 [2020-09-10T20:21:11.753Z]  CPUs: 2
20:21:11 [2020-09-10T20:21:11.753Z]  Total Memory: 7.861GiB
20:21:11 [2020-09-10T20:21:11.753Z]  Name: s390x-ubuntu-30
20:21:11 [2020-09-10T20:21:11.753Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
20:21:11 [2020-09-10T20:21:11.753Z]  Docker Root Dir: /var/lib/docker
20:21:11 [2020-09-10T20:21:11.753Z]  Debug Mode: false
20:21:11 [2020-09-10T20:21:11.753Z]  Username: dockerbuildbot
20:21:11 [2020-09-10T20:21:11.753Z]  Registry: https://index.docker.io/v1/
20:21:11 [2020-09-10T20:21:11.753Z]  Labels:
20:21:11 [2020-09-10T20:21:11.753Z]  Experimental: true
20:21:11 [2020-09-10T20:21:11.753Z]  Insecure Registries:
20:21:11 [2020-09-10T20:21:11.753Z]   127.0.0.0/8
20:21:11 [2020-09-10T20:21:11.753Z]  Live Restore Enabled: false
20:21:11 [2020-09-10T20:21:11.753Z] 
20:21:11 [2020-09-10T20:21:11.753Z] WARNING: No swap limit support
[Pipeline] sh
20:21:12 [2020-09-10T20:21:12.134Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:12 [2020-09-10T20:21:12.134Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:12 [2020-09-10T20:21:12.134Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:12 [2020-09-10T20:21:12.427Z] + bash /home/jenkins/workspace/moby_PR-41436/check-config.sh
20:21:12 [2020-09-10T20:21:12.427Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:12 [2020-09-10T20:21:12.427Z] info: reading kernel config from /boot/config-4.15.0-88-generic ...
20:21:12 [2020-09-10T20:21:12.427Z] 
20:21:12 [2020-09-10T20:21:12.427Z] Generally Necessary:
20:21:12 [2020-09-10T20:21:12.721Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:12 [2020-09-10T20:21:12.721Z] - apparmor: enabled and tools installed
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NAMESPACES: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NET_NS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_PID_NS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IPC_NS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_UTS_NS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUPS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_SCHED: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CPUSETS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_MEMCG: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_KEYS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_VETH: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_BRIDGE: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NF_NAT: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NF_NAT_NEEDED: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:12 [2020-09-10T20:21:12.721Z] 
20:21:12 [2020-09-10T20:21:12.721Z] Optional Features:
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_USER_NS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_SECCOMP: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_PIDS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_MEMCG_SWAP: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:12 [2020-09-10T20:21:12.721Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_BLK_CGROUP: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IOSCHED_CFQ: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_PERF: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_VS: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_VS_NFCT: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_EXT4_FS: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:12 [2020-09-10T20:21:12.721Z] - Network Drivers:
20:21:12 [2020-09-10T20:21:12.721Z]   - "overlay":
20:21:12 [2020-09-10T20:21:12.721Z]     - CONFIG_VXLAN: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       Optional (for encrypted networks):
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_CRYPTO: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_XFRM: enabled
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]   - "ipvlan":
20:21:12 [2020-09-10T20:21:12.721Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]   - "macvlan":
20:21:12 [2020-09-10T20:21:12.721Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]     - CONFIG_DUMMY: enabled (as module)
20:21:12 [2020-09-10T20:21:12.721Z]   - "ftp,tftp client in container":
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z] - Storage Drivers:
20:21:13 [2020-09-10T20:21:13.013Z]   - "aufs":
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]   - "btrfs":
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:13 [2020-09-10T20:21:13.013Z]   - "devicemapper":
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]   - "overlay":
20:21:13 [2020-09-10T20:21:13.013Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:13 [2020-09-10T20:21:13.013Z]   - "zfs":
20:21:13 [2020-09-10T20:21:13.013Z]     - /dev/zfs: missing
20:21:13 [2020-09-10T20:21:13.013Z]     - zfs command: missing
20:21:13 [2020-09-10T20:21:13.013Z]     - zpool command: missing
20:21:13 [2020-09-10T20:21:13.013Z] 
20:21:13 [2020-09-10T20:21:13.013Z] Limits:
20:21:13 [2020-09-10T20:21:13.013Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:13 [2020-09-10T20:21:13.013Z] 
20:21:13 [2020-09-10T20:21:13.013Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:13 [2020-09-10T20:21:13.445Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:21:13 [2020-09-10T20:21:13.445Z] #2 [internal] load build definition from Dockerfile
20:21:13 [2020-09-10T20:21:13.445Z] #2 transferring dockerfile: 16.37kB done
20:21:13 [2020-09-10T20:21:13.445Z] #2 DONE 0.0s
20:21:13 [2020-09-10T20:21:13.445Z] 
20:21:13 [2020-09-10T20:21:13.445Z] #1 [internal] load .dockerignore
20:21:13 [2020-09-10T20:21:13.445Z] #1 transferring context: 87B done
20:21:13 [2020-09-10T20:21:13.445Z] #1 DONE 0.0s
20:21:13 [2020-09-10T20:21:13.445Z] 
20:21:13 [2020-09-10T20:21:13.445Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:21:13 [2020-09-10T20:21:13.737Z] #3 DONE 0.2s
20:21:13 [2020-09-10T20:21:13.737Z] 
20:21:13 [2020-09-10T20:21:13.737Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:21:13 [2020-09-10T20:21:13.737Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:21:13 [2020-09-10T20:21:13.970Z] Still waiting to schedule task
20:21:13 [2020-09-10T20:21:13.970Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:21:13 [2020-09-10T20:21:13.972Z] Still waiting to schedule task
20:21:13 [2020-09-10T20:21:13.972Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
20:21:13 [2020-09-10T20:21:13.978Z] Still waiting to schedule task
20:21:13 [2020-09-10T20:21:13.978Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-09e2240a150516491)’
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 7.38MB / 8.88MB 0.1s
20:21:14 [2020-09-10T20:21:14.031Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
20:21:14 [2020-09-10T20:21:14.031Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done
20:21:14 [2020-09-10T20:21:14.324Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.3s done
20:21:14 [2020-09-10T20:21:14.324Z] #4 DONE 0.7s
20:21:14 [2020-09-10T20:21:14.414Z] Fetching without tags
20:21:14 [2020-09-10T20:21:14.976Z] 
20:21:14 [2020-09-10T20:21:14.976Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:21:14 [2020-09-10T20:21:14.976Z] #6 DONE 0.2s
20:21:14 [2020-09-10T20:21:14.976Z] 
20:21:14 [2020-09-10T20:21:14.976Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:14 [2020-09-10T20:21:14.976Z] #5 DONE 0.2s
20:21:14 [2020-09-10T20:21:14.976Z] 
20:21:14 [2020-09-10T20:21:14.976Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:14 [2020-09-10T20:21:14.976Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB 0.0s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB 0.0s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 5.78MB / 7.39MB 0.1s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.1s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 7.15MB / 48.97MB 0.2s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 3.80MB / 9.88MB 0.2s
20:21:15 [2020-09-10T20:21:15.291Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.2s
20:21:14 [2020-09-10T20:21:14.111Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:14 [2020-09-10T20:21:14.160Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:21:14 [2020-09-10T20:21:14.209Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:14 [2020-09-10T20:21:14.331Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:14 [2020-09-10T20:21:14.447Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:14 [2020-09-10T20:21:14.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:14 [2020-09-10T20:21:14.450Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 17.78MB / 48.97MB 0.4s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.69MB / 9.88MB 0.4s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 5.37MB / 51.38MB 0.4s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 25.98MB / 48.97MB 0.5s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.5s done
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.55MB / 51.38MB 0.5s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 0.5s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 31.42MB / 48.97MB 0.6s
20:21:15 [2020-09-10T20:21:15.594Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 12.56MB / 51.38MB 0.6s
20:21:15 [2020-09-10T20:21:15.664Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.36MB / 48.97MB 0.7s
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 15.63MB / 51.38MB 0.7s
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 5.74MB / 56.74MB 0.7s
20:21:15 [2020-09-10T20:21:15.890Z] #7 ...
20:21:15 [2020-09-10T20:21:15.890Z] 
20:21:15 [2020-09-10T20:21:15.890Z] #20 [internal] load build context
20:21:15 [2020-09-10T20:21:15.890Z] #20 transferring context: 51.55MB 1.0s done
20:21:15 [2020-09-10T20:21:15.890Z] #20 DONE 1.0s
20:21:15 [2020-09-10T20:21:15.890Z] 
20:21:15 [2020-09-10T20:21:15.890Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 36.86MB / 48.97MB 0.8s
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 20.86MB / 51.38MB 0.8s
20:21:15 [2020-09-10T20:21:15.890Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 8.89MB / 56.74MB 0.8s
20:21:16 [2020-09-10T20:21:16.184Z] #7 ...
20:21:16 [2020-09-10T20:21:16.184Z] 
20:21:16 [2020-09-10T20:21:16.184Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:16 [2020-09-10T20:21:16.184Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:21:16 [2020-09-10T20:21:16.184Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:21:16 [2020-09-10T20:21:16.184Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:21:16 [2020-09-10T20:21:16.184Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done
20:21:16 [2020-09-10T20:21:16.184Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
20:21:16 [2020-09-10T20:21:16.184Z] #58 DONE 1.1s
20:21:16 [2020-09-10T20:21:16.184Z] 
20:21:16 [2020-09-10T20:21:16.184Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 40.51MB / 48.97MB 0.9s
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 23.66MB / 51.38MB 0.9s
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 12.35MB / 56.74MB 0.9s
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 44.36MB / 48.97MB 1.0s
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 27.60MB / 51.38MB 1.0s
20:21:16 [2020-09-10T20:21:16.184Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 16.33MB / 56.74MB 1.0s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.22MB / 48.97MB 1.1s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 30.67MB / 51.38MB 1.1s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 20.47MB / 56.74MB 1.1s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.2s done
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 37.91MB / 51.38MB 1.3s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 31.79MB / 56.74MB 1.3s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 1.36MB / 102.23MB 1.3s
20:21:16 [2020-09-10T20:21:16.500Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 43.58MB / 51.38MB 1.5s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 40.14MB / 56.74MB 1.5s
20:21:16 [2020-09-10T20:21:16.500Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 9.43MB / 102.23MB 1.5s
20:21:16 [2020-09-10T20:21:16.801Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 47.39MB / 51.38MB 1.6s
20:21:16 [2020-09-10T20:21:16.801Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 44.69MB / 56.74MB 1.6s
20:21:16 [2020-09-10T20:21:16.801Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 50.85MB / 51.38MB 1.7s
20:21:16 [2020-09-10T20:21:16.801Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.00MB / 56.74MB 1.7s
20:21:16 [2020-09-10T20:21:16.801Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 16.67MB / 102.23MB 1.7s
20:21:17 [2020-09-10T20:21:17.099Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 54.90MB / 56.74MB 1.8s
20:21:17 [2020-09-10T20:21:17.099Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 22.13MB / 102.23MB 1.8s
20:21:17 [2020-09-10T20:21:17.099Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.8s done
20:21:17 [2020-09-10T20:21:17.099Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 31.93MB / 102.23MB 1.9s
20:21:17 [2020-09-10T20:21:17.099Z] #7 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.9s
20:21:15 [2020-09-10T20:21:15.696Z]  > git config core.sparsecheckout # timeout=10
20:21:15 [2020-09-10T20:21:15.749Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:17 [2020-09-10T20:21:17.242Z] Fetching without tags
20:21:17 [2020-09-10T20:21:17.401Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.0s done
20:21:17 [2020-09-10T20:21:17.401Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.20MB / 102.23MB 2.1s
20:21:17 [2020-09-10T20:21:17.401Z] #7 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.0s done
20:21:17 [2020-09-10T20:21:17.401Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 57.89MB / 102.23MB 2.2s
20:21:17 [2020-09-10T20:21:17.401Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 68.73MB / 102.23MB 2.4s
20:21:17 [2020-09-10T20:21:17.700Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 78.10MB / 102.23MB 2.5s
20:21:17 [2020-09-10T20:21:17.700Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 85.05MB / 102.23MB 2.6s
20:21:17 [2020-09-10T20:21:17.806Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:18 [2020-09-10T20:21:18.000Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 93.39MB / 102.23MB 2.7s
20:21:18 [2020-09-10T20:21:18.000Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 2.8s
20:21:18 [2020-09-10T20:21:18.000Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.4s done
20:21:18 [2020-09-10T20:21:18.293Z] #7 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.0s done
20:21:18 [2020-09-10T20:21:18.293Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.1s
20:21:18 [2020-09-10T20:21:18.317Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04804cdc79494745f) in /home/ubuntu/workspace/moby_PR-41436
[Pipeline] {
[Pipeline] checkout
20:21:18 [2020-09-10T20:21:18.349Z] using credential docker-jenkins-github-credentials
20:21:18 [2020-09-10T20:21:18.377Z] Fetching changes from the remote Git repository
20:21:18 [2020-09-10T20:21:18.391Z] Fetching without tags
20:21:18 [2020-09-10T20:21:18.587Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done
20:21:18 [2020-09-10T20:21:18.587Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc
20:21:18 [2020-09-10T20:21:18.651Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:18 [2020-09-10T20:21:18.651Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:21:18 [2020-09-10T20:21:18.696Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:17 [2020-09-10T20:21:17.210Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:17 [2020-09-10T20:21:17.215Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:21:17 [2020-09-10T20:21:17.218Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:17 [2020-09-10T20:21:17.233Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:17 [2020-09-10T20:21:17.248Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:17 [2020-09-10T20:21:17.248Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:17 [2020-09-10T20:21:17.249Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:17 [2020-09-10T20:21:17.812Z]  > git config core.sparsecheckout # timeout=10
20:21:17 [2020-09-10T20:21:17.814Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:18 [2020-09-10T20:21:18.605Z]  > git remote # timeout=10
20:21:18 [2020-09-10T20:21:18.609Z]  > git config --get remote.origin.url # timeout=10
20:21:18 [2020-09-10T20:21:18.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:18 [2020-09-10T20:21:18.617Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:21:18 [2020-09-10T20:21:18.639Z]  > git rev-parse HEAD^{commit} # timeout=10
20:21:18 [2020-09-10T20:21:18.657Z]  > git config core.sparsecheckout # timeout=10
20:21:18 [2020-09-10T20:21:18.660Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:18 [2020-09-10T20:21:18.809Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:18 [2020-09-10T20:21:18.809Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:21:18 [2020-09-10T20:21:18.866Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:21:18 [2020-09-10T20:21:18.878Z]  > git --version # timeout=10
20:21:18 [2020-09-10T20:21:18.889Z]  > git --version # 'git version 2.17.1'
20:21:18 [2020-09-10T20:21:18.902Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:21:18 [2020-09-10T20:21:18.994Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:18 [2020-09-10T20:21:18.994Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:21:18 [2020-09-10T20:21:18.678Z]  > git remote # timeout=10
20:21:18 [2020-09-10T20:21:18.732Z]  > git config --get remote.origin.url # timeout=10
20:21:18 [2020-09-10T20:21:18.783Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:18 [2020-09-10T20:21:18.785Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:21:18 [2020-09-10T20:21:18.907Z]  > git rev-parse "HEAD^{commit}" # timeout=10
20:21:19 [2020-09-10T20:21:19.226Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.2s done
20:21:19 [2020-09-10T20:21:19.226Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0.1s
20:21:18 [2020-09-10T20:21:18.353Z]  > git rev-parse --is-inside-work-tree # timeout=10
20:21:18 [2020-09-10T20:21:18.385Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:18 [2020-09-10T20:21:18.392Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:18 [2020-09-10T20:21:18.393Z]  > git --version # timeout=10
20:21:18 [2020-09-10T20:21:18.416Z]  > git --version # 'git version 2.17.1'
20:21:18 [2020-09-10T20:21:18.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:18 [2020-09-10T20:21:18.417Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:18 [2020-09-10T20:21:18.698Z]  > git config core.sparsecheckout # timeout=10
20:21:18 [2020-09-10T20:21:18.721Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:18 [2020-09-10T20:21:18.778Z]  > git remote # timeout=10
20:21:18 [2020-09-10T20:21:18.781Z]  > git config --get remote.origin.url # timeout=10
20:21:18 [2020-09-10T20:21:18.786Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:18 [2020-09-10T20:21:18.787Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:21:18 [2020-09-10T20:21:18.793Z]  > git rev-parse HEAD^{commit} # timeout=10
20:21:18 [2020-09-10T20:21:18.810Z]  > git config core.sparsecheckout # timeout=10
20:21:18 [2020-09-10T20:21:18.819Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
20:21:19 [2020-09-10T20:21:19.431Z] Commit message: "replace pkg/locker with github.com/moby/locker"
[Pipeline] { (Print info)
[Pipeline] sh
20:21:19 [2020-09-10T20:21:19.483Z]  > git --version # timeout=10
20:21:19 [2020-09-10T20:21:19.485Z]  > git --version # 'git version 2.7.4'
20:21:19 [2020-09-10T20:21:19.487Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:21:19 [2020-09-10T20:21:19.613Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:21:19 [2020-09-10T20:21:19.729Z] + docker version
20:21:19 [2020-09-10T20:21:19.729Z] Client: Docker Engine - Community
20:21:19 [2020-09-10T20:21:19.729Z]  Version:           19.03.12
20:21:19 [2020-09-10T20:21:19.729Z]  API version:       1.40
20:21:19 [2020-09-10T20:21:19.729Z]  Go version:        go1.13.10
20:21:19 [2020-09-10T20:21:19.729Z]  Git commit:        48a66213fe
20:21:19 [2020-09-10T20:21:19.729Z]  Built:             Mon Jun 22 15:45:36 2020
20:21:19 [2020-09-10T20:21:19.729Z]  OS/Arch:           linux/amd64
20:21:19 [2020-09-10T20:21:19.729Z]  Experimental:      false
20:21:19 [2020-09-10T20:21:19.729Z] 
20:21:19 [2020-09-10T20:21:19.729Z] Server: Docker Engine - Community
20:21:19 [2020-09-10T20:21:19.729Z]  Engine:
20:21:19 [2020-09-10T20:21:19.729Z]   Version:          19.03.12
20:21:19 [2020-09-10T20:21:19.729Z]   API version:      1.40 (minimum version 1.12)
20:21:19 [2020-09-10T20:21:19.729Z]   Go version:       go1.13.10
20:21:19 [2020-09-10T20:21:19.729Z]   Git commit:       48a66213fe
20:21:19 [2020-09-10T20:21:19.729Z]   Built:            Mon Jun 22 15:44:07 2020
20:21:19 [2020-09-10T20:21:19.730Z]   OS/Arch:          linux/amd64
20:21:19 [2020-09-10T20:21:19.730Z]   Experimental:     true
20:21:19 [2020-09-10T20:21:19.730Z]  containerd:
20:21:19 [2020-09-10T20:21:19.730Z]   Version:          1.2.13
20:21:19 [2020-09-10T20:21:19.730Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:19 [2020-09-10T20:21:19.730Z]  runc:
20:21:19 [2020-09-10T20:21:19.730Z]   Version:          1.0.0-rc10
20:21:19 [2020-09-10T20:21:19.730Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:19 [2020-09-10T20:21:19.730Z]  docker-init:
20:21:19 [2020-09-10T20:21:19.730Z]   Version:          0.18.0
20:21:19 [2020-09-10T20:21:19.730Z]   GitCommit:        fec3683
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:21:20 [2020-09-10T20:21:20.018Z] + docker info
20:21:20 [2020-09-10T20:21:20.003Z]  > git --version # timeout=10
20:21:20 [2020-09-10T20:21:20.047Z]  > git --version # 'git version 2.24.1.windows.2'
20:21:20 [2020-09-10T20:21:20.091Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:21:20 [2020-09-10T20:21:20.342Z] + docker version
20:21:20 [2020-09-10T20:21:20.342Z] Client:
20:21:20 [2020-09-10T20:21:20.342Z]  Version:           18.06.1-ce
20:21:20 [2020-09-10T20:21:20.342Z]  API version:       1.38
20:21:20 [2020-09-10T20:21:20.342Z]  Go version:        go1.10.3
20:21:20 [2020-09-10T20:21:20.342Z]  Git commit:        e68fc7a
20:21:20 [2020-09-10T20:21:20.342Z]  Built:             Tue Aug 21 17:26:10 2018
20:21:20 [2020-09-10T20:21:20.342Z]  OS/Arch:           linux/ppc64le
20:21:20 [2020-09-10T20:21:20.342Z]  Experimental:      false
20:21:20 [2020-09-10T20:21:20.342Z] 
20:21:20 [2020-09-10T20:21:20.342Z] Server:
20:21:20 [2020-09-10T20:21:20.342Z]  Engine:
20:21:20 [2020-09-10T20:21:20.342Z]   Version:          18.06.1-ce
20:21:20 [2020-09-10T20:21:20.342Z]   API version:      1.38 (minimum version 1.12)
20:21:20 [2020-09-10T20:21:20.342Z]   Go version:       go1.10.3
20:21:20 [2020-09-10T20:21:20.342Z]   Git commit:       e68fc7a
20:21:20 [2020-09-10T20:21:20.342Z]   Built:            Tue Aug 21 17:24:20 2018
20:21:20 [2020-09-10T20:21:20.342Z]   OS/Arch:          linux/ppc64le
20:21:20 [2020-09-10T20:21:20.342Z]   Experimental:     true
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:21:20 [2020-09-10T20:21:20.729Z] + docker info
20:21:20 [2020-09-10T20:21:20.729Z] Containers: 0
20:21:20 [2020-09-10T20:21:20.729Z]  Running: 0
20:21:20 [2020-09-10T20:21:20.729Z]  Paused: 0
20:21:20 [2020-09-10T20:21:20.729Z]  Stopped: 0
20:21:20 [2020-09-10T20:21:20.729Z] Images: 0
20:21:20 [2020-09-10T20:21:20.729Z] Server Version: 18.06.1-ce
20:21:20 [2020-09-10T20:21:20.729Z] Storage Driver: overlay2
20:21:20 [2020-09-10T20:21:20.729Z]  Backing Filesystem: extfs
20:21:20 [2020-09-10T20:21:20.729Z]  Supports d_type: true
20:21:20 [2020-09-10T20:21:20.729Z]  Native Overlay Diff: true
20:21:20 [2020-09-10T20:21:20.729Z] Logging Driver: json-file
20:21:20 [2020-09-10T20:21:20.729Z] Cgroup Driver: cgroupfs
20:21:20 [2020-09-10T20:21:20.729Z] Plugins:
20:21:20 [2020-09-10T20:21:20.729Z]  Volume: local
20:21:20 [2020-09-10T20:21:20.729Z]  Network: bridge host ipvlan macvlan null overlay
20:21:20 [2020-09-10T20:21:20.729Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
20:21:20 [2020-09-10T20:21:20.729Z] Swarm: inactive
20:21:20 [2020-09-10T20:21:20.729Z] Runtimes: runc
20:21:20 [2020-09-10T20:21:20.729Z] Default Runtime: runc
20:21:20 [2020-09-10T20:21:20.729Z] Init Binary: docker-init
20:21:20 [2020-09-10T20:21:20.729Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
20:21:20 [2020-09-10T20:21:20.729Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
20:21:20 [2020-09-10T20:21:20.729Z] init version: fec3683
20:21:20 [2020-09-10T20:21:20.729Z] Security Options:
20:21:20 [2020-09-10T20:21:20.729Z]  apparmor
20:21:20 [2020-09-10T20:21:20.729Z]  seccomp
20:21:20 [2020-09-10T20:21:20.729Z]   Profile: default
20:21:20 [2020-09-10T20:21:20.729Z] Kernel Version: 4.4.0-139-generic
20:21:20 [2020-09-10T20:21:20.729Z] Operating System: Ubuntu 16.04.3 LTS
20:21:20 [2020-09-10T20:21:20.729Z] OSType: linux
20:21:20 [2020-09-10T20:21:20.729Z] Architecture: ppc64le
20:21:20 [2020-09-10T20:21:20.729Z] CPUs: 4
20:21:20 [2020-09-10T20:21:20.729Z] Total Memory: 7.972GiB
20:21:20 [2020-09-10T20:21:20.729Z] Name: ppc64le-ubuntu-20
20:21:20 [2020-09-10T20:21:20.729Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
20:21:20 [2020-09-10T20:21:20.729Z] Docker Root Dir: /var/lib/docker
20:21:20 [2020-09-10T20:21:20.729Z] Debug Mode (client): false
20:21:20 [2020-09-10T20:21:20.729Z] Debug Mode (server): false
20:21:20 [2020-09-10T20:21:20.729Z] Username: dockerbuildbot
20:21:20 [2020-09-10T20:21:20.729Z] Registry: https://index.docker.io/v1/
20:21:20 [2020-09-10T20:21:20.729Z] Labels:
20:21:20 [2020-09-10T20:21:20.729Z] Experimental: true
20:21:20 [2020-09-10T20:21:20.729Z] Insecure Registries:
20:21:20 [2020-09-10T20:21:20.729Z]  127.0.0.0/8
20:21:20 [2020-09-10T20:21:20.729Z] Live Restore Enabled: false
20:21:20 [2020-09-10T20:21:20.729Z] 
20:21:20 [2020-09-10T20:21:20.744Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.4s done
20:21:20 [2020-09-10T20:21:20.744Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747
20:21:19 [2020-09-10T20:21:19.036Z]  > git config core.sparsecheckout # timeout=10
20:21:19 [2020-09-10T20:21:19.094Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
[Pipeline] sh
20:21:21 [2020-09-10T20:21:21.408Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:21 [2020-09-10T20:21:21.409Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:21 [2020-09-10T20:21:21.409Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:21 [2020-09-10T20:21:21.409Z] + bash /home/docker/workspace/moby_PR-41436/check-config.sh
20:21:21 [2020-09-10T20:21:21.409Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:21 [2020-09-10T20:21:21.409Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
20:21:21 [2020-09-10T20:21:21.409Z] 
20:21:21 [2020-09-10T20:21:21.409Z] Generally Necessary:
20:21:21 [2020-09-10T20:21:21.409Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:21 [2020-09-10T20:21:21.409Z] - apparmor: enabled and tools installed
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_NAMESPACES: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_NET_NS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_PID_NS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_IPC_NS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_UTS_NS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CGROUPS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CGROUP_SCHED: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_CPUSETS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_MEMCG: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_KEYS: enabled
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_VETH: enabled (as module)
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_BRIDGE: enabled (as module)
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:21 [2020-09-10T20:21:21.409Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:21:21 [2020-09-10T20:21:21.494Z] + docker version
20:21:21 [2020-09-10T20:21:21.494Z] Client: Docker Engine - Enterprise
20:21:21 [2020-09-10T20:21:21.494Z]  Version:           19.03.5
20:21:21 [2020-09-10T20:21:21.494Z]  API version:       1.40
20:21:21 [2020-09-10T20:21:21.494Z]  Go version:        go1.12.12
20:21:21 [2020-09-10T20:21:21.494Z]  Git commit:        2ee0c57608
20:21:21 [2020-09-10T20:21:21.494Z]  Built:             11/13/2019 08:00:16
20:21:21 [2020-09-10T20:21:21.494Z]  OS/Arch:           windows/amd64
20:21:21 [2020-09-10T20:21:21.494Z]  Experimental:      false
20:21:21 [2020-09-10T20:21:21.494Z] 
20:21:21 [2020-09-10T20:21:21.494Z] Server: Docker Engine - Enterprise
20:21:21 [2020-09-10T20:21:21.494Z]  Engine:
20:21:21 [2020-09-10T20:21:21.494Z]   Version:          19.03.5
20:21:21 [2020-09-10T20:21:21.494Z]   API version:      1.40 (minimum version 1.24)
20:21:21 [2020-09-10T20:21:21.494Z]   Go version:       go1.12.12
20:21:21 [2020-09-10T20:21:21.494Z]   Git commit:       2ee0c57608
20:21:21 [2020-09-10T20:21:21.494Z]   Built:            11/13/2019 07:58:51
20:21:21 [2020-09-10T20:21:21.494Z]   OS/Arch:          windows/amd64
20:21:21 [2020-09-10T20:21:21.494Z]   Experimental:     true
[Pipeline] sh
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NF_NAT: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NF_NAT_NEEDED: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
20:21:21 [2020-09-10T20:21:21.708Z] 
20:21:21 [2020-09-10T20:21:21.708Z] Optional Features:
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_USER_NS: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_SECCOMP: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CGROUP_PIDS: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_MEMCG_SWAP: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:21 [2020-09-10T20:21:21.708Z]     (cgroup swap accounting is currently enabled)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_MEMCG_KMEM: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_BLK_CGROUP: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IOSCHED_CFQ: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CGROUP_PERF: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_VS: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_VS_NFCT: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_EXT4_FS: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:21 [2020-09-10T20:21:21.708Z] - Network Drivers:
20:21:21 [2020-09-10T20:21:21.708Z]   - "overlay":
20:21:21 [2020-09-10T20:21:21.708Z]     - CONFIG_VXLAN: enabled (as module)
20:21:21 [2020-09-10T20:21:21.708Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:21 [2020-09-10T20:21:21.708Z]       Optional (for encrypted networks):
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_CRYPTO: enabled
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_XFRM: enabled
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "ipvlan":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "macvlan":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_DUMMY: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "ftp,tftp client in container":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z] - Storage Drivers:
20:21:22 [2020-09-10T20:21:22.002Z]   - "aufs":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "btrfs":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:22 [2020-09-10T20:21:22.002Z]   - "devicemapper":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "overlay":
20:21:22 [2020-09-10T20:21:22.002Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:22 [2020-09-10T20:21:22.002Z]   - "zfs":
20:21:22 [2020-09-10T20:21:22.002Z]     - /dev/zfs: missing
20:21:22 [2020-09-10T20:21:22.002Z]     - zfs command: missing
20:21:22 [2020-09-10T20:21:22.002Z]     - zpool command: missing
20:21:22 [2020-09-10T20:21:22.002Z] 
20:21:22 [2020-09-10T20:21:22.002Z] Limits:
20:21:22 [2020-09-10T20:21:22.002Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:22 [2020-09-10T20:21:22.002Z] 
20:21:22 [2020-09-10T20:21:22.002Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:22 [2020-09-10T20:21:22.263Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.2s done
20:21:22 [2020-09-10T20:21:22.263Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
20:21:22 [2020-09-10T20:21:22.485Z] + make bundles/buildx
20:21:22 [2020-09-10T20:21:22.520Z] + docker info
20:21:22 [2020-09-10T20:21:22.780Z] make: command: Command not found
20:21:22 [2020-09-10T20:21:22.780Z] make: command: Command not found
20:21:22 [2020-09-10T20:21:22.780Z] mkdir bundles
20:21:22 [2020-09-10T20:21:22.780Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
20:21:22 [2020-09-10T20:21:22.780Z] 	--build-arg BUILDX_COMMIT \
20:21:22 [2020-09-10T20:21:22.780Z] 	--build-arg BUILDX_REPO \
20:21:22 [2020-09-10T20:21:22.780Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
20:21:22 [2020-09-10T20:21:22.780Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
20:21:22 [2020-09-10T20:21:22.780Z] 	.
20:21:22 [2020-09-10T20:21:22.780Z] /bin/sh: 4: go: not found
20:21:22 [2020-09-10T20:21:22.780Z] /bin/sh: 5: go: not found
20:21:23 [2020-09-10T20:21:23.489Z] Client:
20:21:23 [2020-09-10T20:21:23.489Z]  Debug Mode: false
20:21:23 [2020-09-10T20:21:23.489Z]  Plugins:
20:21:23 [2020-09-10T20:21:23.489Z]   cluster: Manage Docker clusters (Docker Inc., v1.2.0)
20:21:23 [2020-09-10T20:21:23.489Z] 
20:21:23 [2020-09-10T20:21:23.489Z] Server:
20:21:23 [2020-09-10T20:21:23.489Z]  Containers: 0
20:21:23 [2020-09-10T20:21:23.489Z]   Running: 0
20:21:23 [2020-09-10T20:21:23.489Z]   Paused: 0
20:21:23 [2020-09-10T20:21:23.489Z]   Stopped: 0
20:21:23 [2020-09-10T20:21:23.489Z]  Images: 10
20:21:23 [2020-09-10T20:21:23.489Z]  Server Version: 19.03.5
20:21:23 [2020-09-10T20:21:23.490Z]  Storage Driver: windowsfilter (windows) lcow (linux)
20:21:23 [2020-09-10T20:21:23.490Z]   Windows: 
20:21:23 [2020-09-10T20:21:23.490Z]   LCOW: 
20:21:23 [2020-09-10T20:21:23.490Z]  Logging Driver: json-file
20:21:23 [2020-09-10T20:21:23.490Z]  Plugins:
20:21:23 [2020-09-10T20:21:23.490Z]   Volume: local
20:21:23 [2020-09-10T20:21:23.490Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:21:23 [2020-09-10T20:21:23.490Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:21:23 [2020-09-10T20:21:23.490Z]  Swarm: inactive
20:21:23 [2020-09-10T20:21:23.490Z]  Default Isolation: process
20:21:23 [2020-09-10T20:21:23.490Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:21:23 [2020-09-10T20:21:23.490Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
20:21:23 [2020-09-10T20:21:23.490Z]  OSType: windows
20:21:23 [2020-09-10T20:21:23.490Z]  Architecture: x86_64
20:21:23 [2020-09-10T20:21:23.490Z]  CPUs: 4
20:21:23 [2020-09-10T20:21:23.490Z]  Total Memory: 32GiB
20:21:23 [2020-09-10T20:21:23.490Z]  Name: azwin-2-9b8600
20:21:23 [2020-09-10T20:21:23.490Z]  ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5
20:21:23 [2020-09-10T20:21:23.490Z]  Docker Root Dir: D:\docker
20:21:23 [2020-09-10T20:21:23.490Z]  Debug Mode: false
20:21:23 [2020-09-10T20:21:23.490Z]  Registry: https://index.docker.io/v1/
20:21:23 [2020-09-10T20:21:23.490Z]  Labels:
20:21:23 [2020-09-10T20:21:23.490Z]  Experimental: true
20:21:23 [2020-09-10T20:21:23.490Z]  Insecure Registries:
20:21:23 [2020-09-10T20:21:23.490Z]   10.0.0.4:5000
20:21:23 [2020-09-10T20:21:23.490Z]   127.0.0.0/8
20:21:23 [2020-09-10T20:21:23.490Z]  Registry Mirrors:
20:21:23 [2020-09-10T20:21:23.490Z]   http://10.0.0.4:5000/
20:21:23 [2020-09-10T20:21:23.490Z]  Live Restore Enabled: false
20:21:23 [2020-09-10T20:21:23.490Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
20:21:23 [2020-09-10T20:21:23.787Z] Fetching without tags
20:21:24 [2020-09-10T20:21:24.054Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:23 [2020-09-10T20:21:23.768Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:23 [2020-09-10T20:21:23.770Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:21:23 [2020-09-10T20:21:23.772Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:23 [2020-09-10T20:21:23.776Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:21:23 [2020-09-10T20:21:23.780Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:23 [2020-09-10T20:21:23.780Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:23 [2020-09-10T20:21:23.781Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:24 [2020-09-10T20:21:24.046Z]  > git config core.sparsecheckout # timeout=10
20:21:24 [2020-09-10T20:21:24.052Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:24 [2020-09-10T20:21:24.590Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:21:24 [2020-09-10T20:21:24.591Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:21:24 [2020-09-10T20:21:24.882Z] Sending build context to Docker daemon  56.32MB

20:21:24 [2020-09-10T20:21:24.882Z] Step 1/15 : ARG GO_VERSION=1.13.15
20:21:24 [2020-09-10T20:21:24.882Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
20:21:24 [2020-09-10T20:21:24.882Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
20:21:24 [2020-09-10T20:21:24.883Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
20:21:24 [2020-09-10T20:21:24.883Z] 1.13.15-buster: Pulling from library/golang
20:21:25 [2020-09-10T20:21:25.000Z] #7 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.6s done
20:21:25 [2020-09-10T20:21:25.000Z] #7 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0
20:21:25 [2020-09-10T20:21:25.000Z] #7 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
20:21:25 [2020-09-10T20:21:25.079Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:21:25 [2020-09-10T20:21:25.122Z]  > git --version # timeout=10
20:21:25 [2020-09-10T20:21:25.127Z]  > git --version # 'git version 2.17.1'
20:21:25 [2020-09-10T20:21:25.130Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:21:25 [2020-09-10T20:21:25.178Z] db4e2d8d5901: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] dfe2d012519c: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] 5d8f1d1f9197: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] 1301750ffb48: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] dc5c6edc9cff: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] 3c370c2e2f82: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] 5ffb2f5886e2: Pulling fs layer
20:21:25 [2020-09-10T20:21:25.178Z] dc5c6edc9cff: Waiting
20:21:25 [2020-09-10T20:21:25.178Z] 3c370c2e2f82: Waiting
20:21:25 [2020-09-10T20:21:25.178Z] 5ffb2f5886e2: Waiting
20:21:25 [2020-09-10T20:21:25.178Z] 1301750ffb48: Waiting
20:21:25 [2020-09-10T20:21:25.293Z] #7 DONE 10.1s
20:21:25 [2020-09-10T20:21:25.293Z] 
20:21:25 [2020-09-10T20:21:25.293Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:25 [2020-09-10T20:21:25.478Z] dfe2d012519c: Verifying Checksum
20:21:25 [2020-09-10T20:21:25.478Z] dfe2d012519c: Download complete
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:21:25 [2020-09-10T20:21:25.798Z] 5d8f1d1f9197: Download complete
20:21:24 [2020-09-10T20:21:24.566Z]  > git remote # timeout=10
20:21:24 [2020-09-10T20:21:24.570Z]  > git config --get remote.origin.url # timeout=10
20:21:24 [2020-09-10T20:21:24.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:24 [2020-09-10T20:21:24.573Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:21:24 [2020-09-10T20:21:24.579Z]  > git rev-parse HEAD^{commit} # timeout=10
20:21:24 [2020-09-10T20:21:24.583Z]  > git config core.sparsecheckout # timeout=10
20:21:24 [2020-09-10T20:21:24.585Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:21:25 [2020-09-10T20:21:25.921Z] + [ PR != PR ]
20:21:25 [2020-09-10T20:21:25.921Z] + [ master != master ]
20:21:25 [2020-09-10T20:21:25.921Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:21:26 [2020-09-10T20:21:26.258Z] + docker version
20:21:26 [2020-09-10T20:21:26.258Z] Client: Docker Engine - Community
20:21:26 [2020-09-10T20:21:26.258Z]  Version:           19.03.12
20:21:26 [2020-09-10T20:21:26.258Z]  API version:       1.40
20:21:26 [2020-09-10T20:21:26.258Z]  Go version:        go1.13.10
20:21:26 [2020-09-10T20:21:26.258Z]  Git commit:        48a66213fe
20:21:26 [2020-09-10T20:21:26.258Z]  Built:             Mon Jun 22 15:45:36 2020
20:21:26 [2020-09-10T20:21:26.258Z]  OS/Arch:           linux/amd64
20:21:26 [2020-09-10T20:21:26.258Z]  Experimental:      false
20:21:26 [2020-09-10T20:21:26.258Z] 
20:21:26 [2020-09-10T20:21:26.258Z] Server: Docker Engine - Community
20:21:26 [2020-09-10T20:21:26.258Z]  Engine:
20:21:26 [2020-09-10T20:21:26.258Z]   Version:          19.03.12
20:21:26 [2020-09-10T20:21:26.258Z]   API version:      1.40 (minimum version 1.12)
20:21:26 [2020-09-10T20:21:26.258Z]   Go version:       go1.13.10
20:21:26 [2020-09-10T20:21:26.258Z]   Git commit:       48a66213fe
20:21:26 [2020-09-10T20:21:26.258Z]   Built:            Mon Jun 22 15:44:07 2020
20:21:26 [2020-09-10T20:21:26.258Z]   OS/Arch:          linux/amd64
20:21:26 [2020-09-10T20:21:26.258Z]   Experimental:     true
20:21:26 [2020-09-10T20:21:26.258Z]  containerd:
20:21:26 [2020-09-10T20:21:26.258Z]   Version:          1.2.13
20:21:26 [2020-09-10T20:21:26.258Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:26 [2020-09-10T20:21:26.258Z]  runc:
20:21:26 [2020-09-10T20:21:26.258Z]   Version:          1.0.0-rc10
20:21:26 [2020-09-10T20:21:26.258Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:26 [2020-09-10T20:21:26.258Z]  docker-init:
20:21:26 [2020-09-10T20:21:26.258Z]   Version:          0.18.0
20:21:26 [2020-09-10T20:21:26.258Z]   GitCommit:        fec3683
[Pipeline] sh
20:21:26 [2020-09-10T20:21:26.574Z] + docker info
20:21:26 [2020-09-10T20:21:26.808Z] #8 DONE 1.6s
20:21:26 [2020-09-10T20:21:26.808Z] 
20:21:26 [2020-09-10T20:21:26.808Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:27 [2020-09-10T20:21:27.137Z] Client:
20:21:27 [2020-09-10T20:21:27.137Z]  Debug Mode: false
20:21:27 [2020-09-10T20:21:27.137Z] 
20:21:27 [2020-09-10T20:21:27.137Z] Server:
20:21:27 [2020-09-10T20:21:27.137Z]  Containers: 0
20:21:27 [2020-09-10T20:21:27.137Z]   Running: 0
20:21:27 [2020-09-10T20:21:27.138Z]   Paused: 0
20:21:27 [2020-09-10T20:21:27.138Z]   Stopped: 0
20:21:27 [2020-09-10T20:21:27.138Z]  Images: 4
20:21:27 [2020-09-10T20:21:27.138Z]  Server Version: 19.03.12
20:21:27 [2020-09-10T20:21:27.138Z]  Storage Driver: overlay2
20:21:27 [2020-09-10T20:21:27.138Z]   Backing Filesystem: extfs
20:21:27 [2020-09-10T20:21:27.138Z]   Supports d_type: true
20:21:27 [2020-09-10T20:21:27.138Z]   Native Overlay Diff: true
20:21:27 [2020-09-10T20:21:27.138Z]  Logging Driver: json-file
20:21:27 [2020-09-10T20:21:27.138Z]  Cgroup Driver: cgroupfs
20:21:27 [2020-09-10T20:21:27.138Z]  Plugins:
20:21:27 [2020-09-10T20:21:27.138Z]   Volume: local
20:21:27 [2020-09-10T20:21:27.138Z]   Network: bridge host ipvlan macvlan null overlay
20:21:27 [2020-09-10T20:21:27.138Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:27 [2020-09-10T20:21:27.138Z]  Swarm: inactive
20:21:27 [2020-09-10T20:21:27.138Z]  Runtimes: runc
20:21:27 [2020-09-10T20:21:27.138Z]  Default Runtime: runc
20:21:27 [2020-09-10T20:21:27.138Z]  Init Binary: docker-init
20:21:27 [2020-09-10T20:21:27.138Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:27 [2020-09-10T20:21:27.138Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:27 [2020-09-10T20:21:27.138Z]  init version: fec3683
20:21:27 [2020-09-10T20:21:27.138Z]  Security Options:
20:21:27 [2020-09-10T20:21:27.138Z]   apparmor
20:21:27 [2020-09-10T20:21:27.138Z]   seccomp
20:21:27 [2020-09-10T20:21:27.138Z]    Profile: default
20:21:27 [2020-09-10T20:21:27.138Z]  Kernel Version: 5.3.0-1035-aws
20:21:27 [2020-09-10T20:21:27.138Z]  Operating System: Ubuntu 18.04.5 LTS
20:21:27 [2020-09-10T20:21:27.138Z]  OSType: linux
20:21:27 [2020-09-10T20:21:27.138Z]  Architecture: x86_64
20:21:27 [2020-09-10T20:21:27.138Z]  CPUs: 2
20:21:27 [2020-09-10T20:21:27.138Z]  Total Memory: 7.487GiB
20:21:27 [2020-09-10T20:21:27.138Z]  Name: ip-10-100-73-19
20:21:27 [2020-09-10T20:21:27.138Z]  ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID
20:21:27 [2020-09-10T20:21:27.138Z]  Docker Root Dir: /var/lib/docker
20:21:27 [2020-09-10T20:21:27.138Z]  Debug Mode: false
20:21:27 [2020-09-10T20:21:27.138Z]  Registry: https://index.docker.io/v1/
20:21:27 [2020-09-10T20:21:27.138Z]  Labels:
20:21:27 [2020-09-10T20:21:27.138Z]  Experimental: true
20:21:27 [2020-09-10T20:21:27.138Z]  Insecure Registries:
20:21:27 [2020-09-10T20:21:27.138Z]   127.0.0.0/8
20:21:27 [2020-09-10T20:21:27.138Z]  Live Restore Enabled: true
20:21:27 [2020-09-10T20:21:27.138Z] 
20:21:27 [2020-09-10T20:21:27.138Z] WARNING: No swap limit support
[Pipeline] sh
20:21:27 [2020-09-10T20:21:27.413Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:27 [2020-09-10T20:21:27.413Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:27 [2020-09-10T20:21:27.413Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:27 [2020-09-10T20:21:27.671Z] + bash /home/ubuntu/workspace/moby_PR-41436/check-config.sh
20:21:27 [2020-09-10T20:21:27.671Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:27 [2020-09-10T20:21:27.671Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ...
20:21:27 [2020-09-10T20:21:27.671Z] 
20:21:27 [2020-09-10T20:21:27.671Z] Generally Necessary:
20:21:27 [2020-09-10T20:21:27.671Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:27 [2020-09-10T20:21:27.671Z] - apparmor: enabled and tools installed
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NAMESPACES: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NET_NS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_PID_NS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_IPC_NS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_UTS_NS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CGROUPS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CGROUP_SCHED: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_CPUSETS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_MEMCG: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_KEYS: enabled
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_VETH: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_BRIDGE: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NF_NAT_IPV4: missing
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:27 [2020-09-10T20:21:27.671Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:27 [2020-09-10T20:21:27.708Z] db4e2d8d5901: Download complete
20:21:27 [2020-09-10T20:21:27.846Z] #9 DONE 1.1s
20:21:27 [2020-09-10T20:21:27.846Z] 
20:21:27 [2020-09-10T20:21:27.846Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:27 [2020-09-10T20:21:27.846Z] #27 DONE 0.0s
20:21:27 [2020-09-10T20:21:27.846Z] 
20:21:27 [2020-09-10T20:21:27.846Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_NF_NAT: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_NF_NAT_NEEDED: missing
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:27 [2020-09-10T20:21:27.928Z] 
20:21:27 [2020-09-10T20:21:27.928Z] Optional Features:
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_USER_NS: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_SECCOMP: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CGROUP_PIDS: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_MEMCG_SWAP: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:27 [2020-09-10T20:21:27.928Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_BLK_CGROUP: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IOSCHED_CFQ: missing
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CGROUP_PERF: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_VS: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_VS_NFCT: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_EXT4_FS: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:27 [2020-09-10T20:21:27.928Z] - Network Drivers:
20:21:27 [2020-09-10T20:21:27.928Z]   - "overlay":
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_VXLAN: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       Optional (for encrypted networks):
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_CRYPTO: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_XFRM: enabled
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:21:27 [2020-09-10T20:21:27.928Z]   - "ipvlan":
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]   - "macvlan":
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_DUMMY: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]   - "ftp,tftp client in container":
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:27 [2020-09-10T20:21:27.928Z] - Storage Drivers:
20:21:27 [2020-09-10T20:21:27.928Z]   - "aufs":
20:21:28 [2020-09-10T20:21:28.138Z] #28 ...
20:21:28 [2020-09-10T20:21:28.138Z] 
20:21:28 [2020-09-10T20:21:28.138Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:28 [2020-09-10T20:21:28.139Z] #35 DONE 0.1s
20:21:28 [2020-09-10T20:21:28.139Z] 
20:21:28 [2020-09-10T20:21:28.139Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:28 [2020-09-10T20:21:28.184Z]   - "btrfs":
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:28 [2020-09-10T20:21:28.184Z]   - "devicemapper":
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:28 [2020-09-10T20:21:28.184Z]   - "overlay":
20:21:28 [2020-09-10T20:21:28.184Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:28 [2020-09-10T20:21:28.184Z]   - "zfs":
20:21:28 [2020-09-10T20:21:28.184Z]     - /dev/zfs: present
20:21:28 [2020-09-10T20:21:28.184Z]     - zfs command: missing
20:21:28 [2020-09-10T20:21:28.184Z]     - zpool command: missing
20:21:28 [2020-09-10T20:21:28.184Z] 
20:21:28 [2020-09-10T20:21:28.184Z] Limits:
20:21:28 [2020-09-10T20:21:28.184Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:28 [2020-09-10T20:21:28.184Z] 
20:21:28 [2020-09-10T20:21:28.184Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:28 [2020-09-10T20:21:28.530Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:21:28 [2020-09-10T20:21:28.530Z] #2 [internal] load .dockerignore
20:21:28 [2020-09-10T20:21:28.530Z] #2 transferring context: 87B done
20:21:28 [2020-09-10T20:21:28.530Z] #2 DONE 0.0s
20:21:28 [2020-09-10T20:21:28.530Z] 
20:21:28 [2020-09-10T20:21:28.530Z] #1 [internal] load build definition from Dockerfile
20:21:28 [2020-09-10T20:21:28.530Z] #1 transferring dockerfile: 16.37kB done
20:21:28 [2020-09-10T20:21:28.530Z] #1 DONE 0.0s
20:21:28 [2020-09-10T20:21:28.530Z] 
20:21:28 [2020-09-10T20:21:28.530Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:21:28 [2020-09-10T20:21:28.530Z] #3 DONE 0.1s
20:21:28 [2020-09-10T20:21:28.784Z] 1301750ffb48: Verifying Checksum
20:21:28 [2020-09-10T20:21:28.784Z] 1301750ffb48: Download complete
20:21:28 [2020-09-10T20:21:28.784Z] 5ffb2f5886e2: Verifying Checksum
20:21:28 [2020-09-10T20:21:28.784Z] 5ffb2f5886e2: Download complete
20:21:28 [2020-09-10T20:21:28.788Z] 
20:21:28 [2020-09-10T20:21:28.788Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:21:28 [2020-09-10T20:21:28.788Z] #4 CACHED
20:21:28 [2020-09-10T20:21:28.788Z] 
20:21:28 [2020-09-10T20:21:28.788Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:21:29 [2020-09-10T20:21:29.044Z] #6 DONE 0.1s
20:21:29 [2020-09-10T20:21:29.044Z] 
20:21:29 [2020-09-10T20:21:29.044Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:29 [2020-09-10T20:21:29.044Z] #5 DONE 0.1s
20:21:29 [2020-09-10T20:21:29.044Z] 
20:21:29 [2020-09-10T20:21:29.044Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:29 [2020-09-10T20:21:29.044Z] #58 DONE 0.0s
20:21:29 [2020-09-10T20:21:29.044Z] 
20:21:29 [2020-09-10T20:21:29.044Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:29 [2020-09-10T20:21:29.044Z] #7 DONE 0.0s
20:21:29 [2020-09-10T20:21:29.044Z] 
20:21:29 [2020-09-10T20:21:29.044Z] #20 [internal] load build context
20:21:29 [2020-09-10T20:21:29.846Z] dc5c6edc9cff: Verifying Checksum
20:21:29 [2020-09-10T20:21:29.846Z] dc5c6edc9cff: Download complete
20:21:29 [2020-09-10T20:21:29.992Z] Client:
20:21:29 [2020-09-10T20:21:29.992Z]  Debug Mode: false
20:21:29 [2020-09-10T20:21:29.992Z] 
20:21:29 [2020-09-10T20:21:29.992Z] Server:
20:21:29 [2020-09-10T20:21:29.992Z]  Containers: 0
20:21:29 [2020-09-10T20:21:29.992Z]   Running: 0
20:21:29 [2020-09-10T20:21:29.992Z]   Paused: 0
20:21:29 [2020-09-10T20:21:29.992Z]   Stopped: 0
20:21:29 [2020-09-10T20:21:29.992Z]  Images: 1
20:21:29 [2020-09-10T20:21:29.992Z]  Server Version: 19.03.12
20:21:29 [2020-09-10T20:21:29.992Z]  Storage Driver: overlay2
20:21:29 [2020-09-10T20:21:29.992Z]   Backing Filesystem: extfs
20:21:29 [2020-09-10T20:21:29.992Z]   Supports d_type: true
20:21:29 [2020-09-10T20:21:29.992Z]   Native Overlay Diff: true
20:21:29 [2020-09-10T20:21:29.992Z]  Logging Driver: json-file
20:21:29 [2020-09-10T20:21:29.992Z]  Cgroup Driver: cgroupfs
20:21:29 [2020-09-10T20:21:29.992Z]  Plugins:
20:21:29 [2020-09-10T20:21:29.992Z]   Volume: local
20:21:29 [2020-09-10T20:21:29.992Z]   Network: bridge host ipvlan macvlan null overlay
20:21:29 [2020-09-10T20:21:29.992Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:21:29 [2020-09-10T20:21:29.992Z]  Swarm: inactive
20:21:29 [2020-09-10T20:21:29.992Z]  Runtimes: runc
20:21:29 [2020-09-10T20:21:29.992Z]  Default Runtime: runc
20:21:29 [2020-09-10T20:21:29.992Z]  Init Binary: docker-init
20:21:29 [2020-09-10T20:21:29.992Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:21:29 [2020-09-10T20:21:29.992Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:21:29 [2020-09-10T20:21:29.992Z]  init version: fec3683
20:21:29 [2020-09-10T20:21:29.992Z]  Security Options:
20:21:29 [2020-09-10T20:21:29.992Z]   apparmor
20:21:29 [2020-09-10T20:21:29.992Z]   seccomp
20:21:29 [2020-09-10T20:21:29.992Z]    Profile: default
20:21:29 [2020-09-10T20:21:29.992Z]  Kernel Version: 5.3.0-1035-aws
20:21:29 [2020-09-10T20:21:29.992Z]  Operating System: Ubuntu 18.04.5 LTS
20:21:29 [2020-09-10T20:21:29.992Z]  OSType: linux
20:21:29 [2020-09-10T20:21:29.992Z]  Architecture: x86_64
20:21:29 [2020-09-10T20:21:29.992Z]  CPUs: 2
20:21:29 [2020-09-10T20:21:29.992Z]  Total Memory: 7.487GiB
20:21:29 [2020-09-10T20:21:29.992Z]  Name: ip-10-100-106-72
20:21:29 [2020-09-10T20:21:29.992Z]  ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID
20:21:29 [2020-09-10T20:21:29.992Z]  Docker Root Dir: /var/lib/docker
20:21:29 [2020-09-10T20:21:29.992Z]  Debug Mode: false
20:21:29 [2020-09-10T20:21:29.992Z]  Registry: https://index.docker.io/v1/
20:21:29 [2020-09-10T20:21:29.992Z]  Labels:
20:21:29 [2020-09-10T20:21:29.992Z]  Experimental: true
20:21:29 [2020-09-10T20:21:29.992Z]  Insecure Registries:
20:21:29 [2020-09-10T20:21:29.992Z]   127.0.0.0/8
20:21:29 [2020-09-10T20:21:29.992Z]  Live Restore Enabled: true
20:21:29 [2020-09-10T20:21:29.992Z] 
20:21:29 [2020-09-10T20:21:29.992Z] WARNING: No swap limit support
[Pipeline] sh
20:21:30 [2020-09-10T20:21:30.284Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:30 [2020-09-10T20:21:30.284Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:21:30 [2020-09-10T20:21:30.284Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:21:30 [2020-09-10T20:21:30.284Z] + bash /home/ubuntu/workspace/moby_PR-41436/check-config.sh
20:21:30 [2020-09-10T20:21:30.284Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:21:30 [2020-09-10T20:21:30.284Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ...
20:21:30 [2020-09-10T20:21:30.284Z] 
20:21:30 [2020-09-10T20:21:30.284Z] Generally Necessary:
20:21:30 [2020-09-10T20:21:30.284Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:21:30 [2020-09-10T20:21:30.284Z] - apparmor: enabled and tools installed
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NAMESPACES: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NET_NS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_PID_NS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_IPC_NS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_UTS_NS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUPS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUP_CPUACCT: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUP_DEVICE: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUP_FREEZER: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUP_SCHED: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CPUSETS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_MEMCG: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_KEYS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_VETH: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_BRIDGE: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NF_NAT_IPV4: missing
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NF_NAT: enabled (as module)
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_NF_NAT_NEEDED: missing
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_POSIX_MQUEUE: enabled
20:21:30 [2020-09-10T20:21:30.284Z] 
20:21:30 [2020-09-10T20:21:30.284Z] Optional Features:
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_USER_NS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_SECCOMP: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_CGROUP_PIDS: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_MEMCG_SWAP: enabled
20:21:30 [2020-09-10T20:21:30.284Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:21:30 [2020-09-10T20:21:30.284Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:21:30 [2020-09-10T20:21:30.418Z] #20 transferring context: 51.55MB 1.3s done
20:21:30 [2020-09-10T20:21:30.418Z] #20 DONE 1.3s
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:21:30 [2020-09-10T20:21:30.418Z] #14 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #59 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:30 [2020-09-10T20:21:30.418Z] #47 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #57 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:21:30 [2020-09-10T20:21:30.418Z] #19 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:21:30 [2020-09-10T20:21:30.418Z] #56 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:30 [2020-09-10T20:21:30.418Z] #36 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:21:30 [2020-09-10T20:21:30.418Z] #55 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #29 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:30 [2020-09-10T20:21:30.418Z] #45 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:21:30 [2020-09-10T20:21:30.418Z] #54 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:21:30 [2020-09-10T20:21:30.418Z] #40 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #37 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:21:30 [2020-09-10T20:21:30.418Z] #13 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:21:30 [2020-09-10T20:21:30.418Z] #24 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #31 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:21:30 [2020-09-10T20:21:30.418Z] #52 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:21:30 [2020-09-10T20:21:30.418Z] #18 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #53 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:30 [2020-09-10T20:21:30.418Z] #27 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:21:30 [2020-09-10T20:21:30.418Z] #39 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:30 [2020-09-10T20:21:30.418Z] #23 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:30 [2020-09-10T20:21:30.418Z] #38 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:30 [2020-09-10T20:21:30.418Z] #49 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #44 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #48 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:30 [2020-09-10T20:21:30.418Z] #28 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #34 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #42 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:21:30 [2020-09-10T20:21:30.418Z] #22 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:30 [2020-09-10T20:21:30.418Z] #60 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:30 [2020-09-10T20:21:30.418Z] #35 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #16 [dev-systemd-false  6/26] RUN ldconfig
20:21:30 [2020-09-10T20:21:30.418Z] #16 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:30 [2020-09-10T20:21:30.418Z] #51 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:30 [2020-09-10T20:21:30.418Z] #41 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
20:21:30 [2020-09-10T20:21:30.418Z] #11 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:30 [2020-09-10T20:21:30.418Z] #30 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:21:30 [2020-09-10T20:21:30.418Z] #15 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:21:30 [2020-09-10T20:21:30.418Z] #25 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:30 [2020-09-10T20:21:30.418Z] #43 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:21:30 [2020-09-10T20:21:30.418Z] #26 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:21:30 [2020-09-10T20:21:30.418Z] #12 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:30 [2020-09-10T20:21:30.418Z] #33 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:30 [2020-09-10T20:21:30.418Z] #21 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:30 [2020-09-10T20:21:30.418Z] #10 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #46 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #61 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:21:30 [2020-09-10T20:21:30.418Z] #50 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:30 [2020-09-10T20:21:30.418Z] #8 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:21:30 [2020-09-10T20:21:30.418Z] #17 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:30 [2020-09-10T20:21:30.418Z] #32 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:30 [2020-09-10T20:21:30.418Z] #9 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:21:30 [2020-09-10T20:21:30.418Z] #62 CACHED
20:21:30 [2020-09-10T20:21:30.418Z] 
20:21:30 [2020-09-10T20:21:30.418Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_BLK_CGROUP: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IOSCHED_CFQ: missing
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_CGROUP_PERF: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_CGROUP_HUGETLB: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_CFS_BANDWIDTH: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_RT_GROUP_SCHED: missing
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_VS: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_VS_NFCT: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_IP_VS_RR: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_EXT4_FS: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:21:30 [2020-09-10T20:21:30.544Z] - Network Drivers:
20:21:30 [2020-09-10T20:21:30.544Z]   - "overlay":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_VXLAN: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       Optional (for encrypted networks):
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_CRYPTO: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_CRYPTO_AEAD: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_CRYPTO_GCM: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_CRYPTO_GHASH: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_XFRM: enabled
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_XFRM_USER: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_INET_ESP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:21:30 [2020-09-10T20:21:30.544Z]   - "ipvlan":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_IPVLAN: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]   - "macvlan":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_MACVLAN: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_DUMMY: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]   - "ftp,tftp client in container":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z] - Storage Drivers:
20:21:30 [2020-09-10T20:21:30.544Z]   - "aufs":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_AUFS_FS: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]   - "btrfs":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:21:30 [2020-09-10T20:21:30.544Z]   - "devicemapper":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_BLK_DEV_DM: enabled
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]   - "overlay":
20:21:30 [2020-09-10T20:21:30.544Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:21:30 [2020-09-10T20:21:30.544Z]   - "zfs":
20:21:30 [2020-09-10T20:21:30.544Z]     - /dev/zfs: present
20:21:30 [2020-09-10T20:21:30.544Z]     - zfs command: missing
20:21:30 [2020-09-10T20:21:30.544Z]     - zpool command: missing
20:21:30 [2020-09-10T20:21:30.544Z] 
20:21:30 [2020-09-10T20:21:30.544Z] Limits:
20:21:30 [2020-09-10T20:21:30.544Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:21:30 [2020-09-10T20:21:30.544Z] 
20:21:30 [2020-09-10T20:21:30.544Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:21:30 [2020-09-10T20:21:30.882Z] + sudo modprobe ip_vs
20:21:30 [2020-09-10T20:21:30.882Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:21:30 [2020-09-10T20:21:30.882Z] #1 [internal] load build definition from Dockerfile
20:21:30 [2020-09-10T20:21:30.882Z] #1 transferring dockerfile: 16.37kB done
20:21:30 [2020-09-10T20:21:30.882Z] #1 DONE 0.1s
20:21:30 [2020-09-10T20:21:30.882Z] 
20:21:30 [2020-09-10T20:21:30.882Z] #2 [internal] load .dockerignore
20:21:30 [2020-09-10T20:21:30.882Z] #2 transferring context: 87B done
20:21:30 [2020-09-10T20:21:30.882Z] #2 DONE 0.1s
20:21:30 [2020-09-10T20:21:30.882Z] 
20:21:30 [2020-09-10T20:21:30.882Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:21:31 [2020-09-10T20:21:31.381Z] db4e2d8d5901: Pull complete
20:21:31 [2020-09-10T20:21:31.452Z] #3 DONE 0.2s
20:21:31 [2020-09-10T20:21:31.452Z] 
20:21:31 [2020-09-10T20:21:31.452Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:21:31 [2020-09-10T20:21:31.452Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:21:31 [2020-09-10T20:21:31.452Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:21:31 [2020-09-10T20:21:31.452Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
20:21:31 [2020-09-10T20:21:31.452Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
20:21:31 [2020-09-10T20:21:31.452Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s
20:21:31 [2020-09-10T20:21:31.452Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.41MB / 8.88MB 0.2s
20:21:31 [2020-09-10T20:21:31.684Z] dfe2d012519c: Pull complete
20:21:31 [2020-09-10T20:21:31.687Z] #36 3.234 + git clone https://github.com/docker/distribution.git .
20:21:31 [2020-09-10T20:21:31.687Z] #36 3.237 Cloning into '.'...
20:21:31 [2020-09-10T20:21:31.711Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s
20:21:31 [2020-09-10T20:21:31.711Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
20:21:31 [2020-09-10T20:21:31.711Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
20:21:31 [2020-09-10T20:21:31.788Z] #63 DONE 1.4s
20:21:31 [2020-09-10T20:21:31.788Z] 
20:21:31 [2020-09-10T20:21:31.788Z] #64 exporting to image
20:21:31 [2020-09-10T20:21:31.788Z] #64 exporting layers
20:21:31 [2020-09-10T20:21:31.970Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
20:21:31 [2020-09-10T20:21:31.970Z] #4 DONE 0.6s
20:21:31 [2020-09-10T20:21:31.970Z] 
20:21:31 [2020-09-10T20:21:31.970Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:21:31 [2020-09-10T20:21:31.980Z] 5d8f1d1f9197: Pull complete
20:21:31 [2020-09-10T20:21:31.980Z] 3c370c2e2f82: Verifying Checksum
20:21:31 [2020-09-10T20:21:31.980Z] 3c370c2e2f82: Download complete
20:21:32 [2020-09-10T20:21:32.230Z] #5 DONE 0.3s
20:21:32 [2020-09-10T20:21:32.230Z] 
20:21:32 [2020-09-10T20:21:32.230Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:21:32 [2020-09-10T20:21:32.230Z] #6 DONE 0.2s
20:21:32 [2020-09-10T20:21:32.230Z] 
20:21:32 [2020-09-10T20:21:32.230Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:32 [2020-09-10T20:21:32.230Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:21:32 [2020-09-10T20:21:32.493Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s
20:21:32 [2020-09-10T20:21:32.493Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:21:32 [2020-09-10T20:21:32.493Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:21:32 [2020-09-10T20:21:32.493Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s
20:21:32 [2020-09-10T20:21:32.493Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:21:32 [2020-09-10T20:21:32.718Z] #64 exporting layers 0.8s done
20:21:32 [2020-09-10T20:21:32.718Z] #64 writing image sha256:36e2726ad6c7b5ba1c98f2a24c127a34bbab9de3e662175d9a6472b250dcb504
20:21:32 [2020-09-10T20:21:32.718Z] #64 writing image sha256:36e2726ad6c7b5ba1c98f2a24c127a34bbab9de3e662175d9a6472b250dcb504 done
20:21:32 [2020-09-10T20:21:32.718Z] #64 naming to docker.io/library/docker:5ca758199d77a66f7186450f2e78b0a915d443c4 done
20:21:32 [2020-09-10T20:21:32.718Z] #64 DONE 0.9s
[Pipeline] }
[Pipeline] // stage
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.12MB / 50.40MB 0.4s
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.20MB / 7.81MB 0.4s
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.4s
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.11MB / 50.40MB 0.5s
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s
20:21:32 [2020-09-10T20:21:32.752Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.58MB / 10.00MB 0.5s
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
20:21:33 [2020-09-10T20:21:33.010Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.62MB / 50.40MB 0.6s
20:21:33 [2020-09-10T20:21:33.010Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.39MB / 10.00MB 0.6s
20:21:33 [2020-09-10T20:21:33.042Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/validate/default
20:21:33 [2020-09-10T20:21:33.199Z] #36 ...
20:21:33 [2020-09-10T20:21:33.199Z] 
20:21:33 [2020-09-10T20:21:33.199Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.618 + RM_GOPATH=0
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.618 + TMP_GOPATH=
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.618 + : /build
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.619 + '[' -z '' ']'
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.620 ++ mktemp -d
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.622 + export GOPATH=/tmp/tmp.J9AKqh5SIR
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.622 + GOPATH=/tmp/tmp.J9AKqh5SIR
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.623 + RM_GOPATH=1
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.623 + case "$(go env GOARCH)" in
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.623 ++ go env GOARCH
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.638 + export GO_BUILDMODE=-buildmode=pie
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.643 + GO_BUILDMODE=-buildmode=pie
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.644 ++ dirname /tmp/install/install.sh
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.647 + dir=/tmp/install
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.647 + bin=tomlv
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.647 + shift
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.647 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 + . /tmp/install/tomlv.installer
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 + install_tomlv
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.648 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.J9AKqh5SIR/src/github.com/BurntSushi/toml
20:21:33 [2020-09-10T20:21:33.199Z] #30 3.653 Cloning into '/tmp/tmp.J9AKqh5SIR/src/github.com/BurntSushi/toml'...
20:21:33 [2020-09-10T20:21:33.199Z] #30 4.541 + cd /tmp/tmp.J9AKqh5SIR/src/github.com/BurntSushi/toml
20:21:33 [2020-09-10T20:21:33.199Z] #30 4.541 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:21:33 [2020-09-10T20:21:33.199Z] #30 4.543 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:21:33 [2020-09-10T20:21:33.199Z] #30 4.996 internal/cpu
20:21:33 [2020-09-10T20:21:33.199Z] #30 5.000 runtime/internal/atomic
20:21:33 [2020-09-10T20:21:33.199Z] #30 5.081 runtime/internal/sys
20:21:33 [2020-09-10T20:21:33.199Z] #30 5.369 math/bits
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.55MB / 50.40MB 1.0s
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 757.56kB / 51.83MB 1.0s
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.0s
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.1s
20:21:33 [2020-09-10T20:21:33.269Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.52MB / 68.67MB 1.1s
20:21:33 [2020-09-10T20:21:33.492Z] #30 5.717 runtime
20:21:33 [2020-09-10T20:21:33.492Z] #30 5.732 math
20:21:33 [2020-09-10T20:21:33.532Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.51MB / 68.67MB 1.2s
20:21:33 [2020-09-10T20:21:33.532Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.89MB / 51.83MB 1.4s
20:21:33 [2020-09-10T20:21:33.532Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.01MB / 68.67MB 1.4s
20:21:33 [2020-09-10T20:21:33.808Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.98MB / 51.83MB 1.4s
20:21:33 [2020-09-10T20:21:33.808Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.48MB / 68.67MB 1.4s
20:21:33 [2020-09-10T20:21:33.808Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.14MB / 51.83MB 1.5s
20:21:33 [2020-09-10T20:21:33.808Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 33.86MB / 68.67MB 1.5s
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  All commits are properly signed with the DCO!
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:21:33 [2020-09-10T20:21:33.973Z] No api/types/ or api/swagger.yaml changes in diff.
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  All TOML source files changed here have valid syntax.
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:21:33 [2020-09-10T20:21:33.973Z] Congratulations!  No new tests were added to integration-cli.
20:21:33 [2020-09-10T20:21:33.973Z] 
20:21:33 [2020-09-10T20:21:33.973Z] INFO Start validation with golang-ci-lint
20:21:33 [2020-09-10T20:21:33.973Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.13MB / 51.83MB 1.6s
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.70MB / 68.67MB 1.6s
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.37MB / 51.83MB 1.8s
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.50MB / 68.67MB 1.8s
20:21:34 [2020-09-10T20:21:34.069Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 500.10kB / 120.17MB 1.8s
20:21:34 [2020-09-10T20:21:34.229Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:21:34 [2020-09-10T20:21:34.229Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.37MB / 51.83MB 1.9s
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.27MB / 51.83MB 2.0s
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.92MB / 68.67MB 2.0s
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.35MB / 120.17MB 2.0s
20:21:34 [2020-09-10T20:21:34.329Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.24MB / 51.83MB 2.1s
20:21:34 [2020-09-10T20:21:34.329Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.94MB / 68.67MB 2.1s
20:21:34 [2020-09-10T20:21:34.588Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 46.08MB / 51.83MB 2.3s
20:21:34 [2020-09-10T20:21:34.588Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.3s
20:21:34 [2020-09-10T20:21:34.588Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.94MB / 120.17MB 2.3s
20:21:34 [2020-09-10T20:21:34.750Z] 1301750ffb48: Pull complete
20:21:34 [2020-09-10T20:21:34.847Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.5s
20:21:34 [2020-09-10T20:21:34.847Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.22MB / 120.17MB 2.5s
20:21:35 [2020-09-10T20:21:35.004Z] #30 ...
20:21:35 [2020-09-10T20:21:35.004Z] 
20:21:35 [2020-09-10T20:21:35.004Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + RM_GOPATH=0
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + TMP_GOPATH=
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + : /build
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + '[' -z '' ']'
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 ++ mktemp -d
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + export GOPATH=/tmp/tmp.hPD4AMngwH
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + GOPATH=/tmp/tmp.hPD4AMngwH
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + RM_GOPATH=1
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + case "$(go env GOARCH)" in
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 ++ go env GOARCH
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + export GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + GO_BUILDMODE=-buildmode=pie
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 ++ dirname /tmp/install/install.sh
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + dir=/tmp/install
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + bin=gotestsum
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + shift
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + . /tmp/install/gotestsum.installer
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 ++ : v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + install_gotestsum
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + set -e
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + export GO111MODULE=on
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + GO111MODULE=on
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + GOBIN=/build
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.782 + go get gotest.tools/gotestsum@v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.786 go: finding gotest.tools/gotestsum v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 1.795 go: finding gotest.tools v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.014 go: downloading gotest.tools/gotestsum v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.195 go: extracting gotest.tools/gotestsum v0.3.5
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.439 go: downloading gotest.tools v2.1.0+incompatible
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.558 go: extracting gotest.tools v2.1.0+incompatible
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.614 go: downloading github.com/spf13/pflag v1.0.1
20:21:35 [2020-09-10T20:21:35.004Z] #43 2.614 go: downloading github.com/sirupsen/logrus v1.0.5
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.615 go: downloading github.com/fatih/color v1.6.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.615 go: downloading github.com/pkg/errors v0.8.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.690 go: downloading github.com/jonboulle/clockwork v0.1.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.799 go: extracting github.com/sirupsen/logrus v1.0.5
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.857 go: extracting github.com/fatih/color v1.6.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.860 go: downloading github.com/mattn/go-isatty v0.0.3
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.865 go: downloading github.com/mattn/go-colorable v0.0.9
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.891 go: extracting github.com/spf13/pflag v1.0.1
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.896 go: extracting github.com/pkg/errors v0.8.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 2.928 go: extracting github.com/mattn/go-colorable v0.0.9
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.018 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.049 go: extracting github.com/mattn/go-isatty v0.0.3
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.064 go: extracting github.com/jonboulle/clockwork v0.1.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.066 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.120 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.159 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:21:35 [2020-09-10T20:21:35.005Z] #43 3.205 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:21:35 [2020-09-10T20:21:35.005Z] #43 4.384 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:21:35 [2020-09-10T20:21:35.005Z] #43 4.506 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:21:35 [2020-09-10T20:21:35.005Z] #43 5.334 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:21:35 [2020-09-10T20:21:35.005Z] #43 6.786 go: finding github.com/fatih/color v1.6.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 6.815 go: finding github.com/pkg/errors v0.8.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 6.847 go: finding github.com/sirupsen/logrus v1.0.5
20:21:35 [2020-09-10T20:21:35.005Z] #43 6.889 go: finding github.com/spf13/pflag v1.0.1
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.006 go: finding github.com/mattn/go-colorable v0.0.9
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.103 go: finding github.com/mattn/go-isatty v0.0.3
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.185 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.261 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.302 go: finding github.com/jonboulle/clockwork v0.1.0
20:21:35 [2020-09-10T20:21:35.005Z] #43 7.379 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:21:35 [2020-09-10T20:21:35.106Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.89MB / 120.17MB 2.7s
20:21:35 [2020-09-10T20:21:35.106Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.33MB / 120.17MB 2.9s
20:21:35 [2020-09-10T20:21:35.297Z] #43 7.450 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:21:35 [2020-09-10T20:21:35.391Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.46MB / 120.17MB 3.0s
20:21:35 [2020-09-10T20:21:35.391Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.93MB / 120.17MB 3.2s
20:21:35 [2020-09-10T20:21:35.655Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.4s done
20:21:35 [2020-09-10T20:21:35.655Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.4s done
20:21:35 [2020-09-10T20:21:35.655Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.76MB / 120.17MB 3.4s
20:21:35 [2020-09-10T20:21:35.655Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.4s
20:21:35 [2020-09-10T20:21:35.913Z] #7 ...
20:21:35 [2020-09-10T20:21:35.913Z] 
20:21:35 [2020-09-10T20:21:35.913Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:21:35 [2020-09-10T20:21:35.913Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:21:35 [2020-09-10T20:21:35.914Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:21:35 [2020-09-10T20:21:35.914Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:21:35 [2020-09-10T20:21:35.914Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done
20:21:35 [2020-09-10T20:21:35.914Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.0s done
20:21:35 [2020-09-10T20:21:35.914Z] #58 DONE 3.6s
20:21:35 [2020-09-10T20:21:35.914Z] 
20:21:35 [2020-09-10T20:21:35.914Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:35 [2020-09-10T20:21:35.914Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.5s done
20:21:35 [2020-09-10T20:21:35.914Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.12MB / 120.17MB 3.7s
20:21:36 [2020-09-10T20:21:36.173Z] #7 ...
20:21:36 [2020-09-10T20:21:36.173Z] 
20:21:36 [2020-09-10T20:21:36.173Z] #20 [internal] load build context
20:21:36 [2020-09-10T20:21:36.173Z] #20 transferring context: 51.55MB 3.7s done
20:21:36 [2020-09-10T20:21:36.173Z] #20 DONE 3.9s
20:21:36 [2020-09-10T20:21:36.173Z] 
20:21:36 [2020-09-10T20:21:36.173Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:21:36 [2020-09-10T20:21:36.173Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.42MB / 120.17MB 3.8s
20:21:36 [2020-09-10T20:21:36.173Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 108.59MB / 120.17MB 3.9s
20:21:36 [2020-09-10T20:21:36.431Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.29MB / 120.17MB 4.0s
20:21:36 [2020-09-10T20:21:36.809Z] #43 ...
20:21:36 [2020-09-10T20:21:36.809Z] 
20:21:36 [2020-09-10T20:21:36.809Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.068 + RM_GOPATH=0
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.068 + TMP_GOPATH=
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.068 + : /build
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.069 + '[' -z '' ']'
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.072 ++ mktemp -d
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.073 + export GOPATH=/tmp/tmp.dXuDeE6q5s
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.073 + GOPATH=/tmp/tmp.dXuDeE6q5s
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.073 + RM_GOPATH=1
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.073 + case "$(go env GOARCH)" in
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.073 ++ go env GOARCH
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.078 + export GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.078 + GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.082 ++ dirname /tmp/install/install.sh
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.089 + dir=/tmp/install
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.089 + bin=dockercli
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.089 + shift
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.089 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.089 + . /tmp/install/dockercli.installer
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.090 ++ : stable
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.090 ++ : 17.06.2-ce
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.090 + install_dockercli
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.090 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.090 Install docker/cli version 17.06.2-ce from stable
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.095 ++ uname -m
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.102 + arch=s390x
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.102 + '[' s390x '!=' x86_64 ']'
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.102 + '[' s390x '!=' s390x ']'
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.102 + url=https://download.docker.com/linux/static
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.103 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
20:21:36 [2020-09-10T20:21:36.809Z] #21 3.104 + tar -xz docker/docker
20:21:36 [2020-09-10T20:21:36.809Z] #21 8.383 + mkdir -p /build
20:21:36 [2020-09-10T20:21:36.809Z] #21 8.386 + mv docker/docker /build/
20:21:36 [2020-09-10T20:21:36.809Z] #21 8.389 + rmdir docker
20:21:36 [2020-09-10T20:21:36.809Z] #21 DONE 8.7s
20:21:36 [2020-09-10T20:21:36.809Z] 
20:21:36 [2020-09-10T20:21:36.809Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.279 + RM_GOPATH=0
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.279 + TMP_GOPATH=
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.279 + : /build
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.279 + '[' -z '' ']'
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.280 ++ mktemp -d
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.281 + export GOPATH=/tmp/tmp.N8u8c6yRs4
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.283 + GOPATH=/tmp/tmp.N8u8c6yRs4
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.283 + RM_GOPATH=1
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.284 + case "$(go env GOARCH)" in
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.284 ++ go env GOARCH
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.307 + export GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.307 + GO_BUILDMODE=-buildmode=pie
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.307 ++ dirname /tmp/install/install.sh
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 + dir=/tmp/install
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 + bin=rootlesskit
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 + shift
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 + . /tmp/install/rootlesskit.installer
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.308 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + install_rootlesskit
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + case "$1" in
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + export CGO_ENABLED=0
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + CGO_ENABLED=0
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + _install_rootlesskit
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.310 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.311 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.N8u8c6yRs4/src/github.com/rootless-containers/rootlesskit
20:21:36 [2020-09-10T20:21:36.809Z] #54 3.313 Cloning into '/tmp/tmp.N8u8c6yRs4/src/github.com/rootless-containers/rootlesskit'...
20:21:36 [2020-09-10T20:21:36.809Z] #54 6.851 + cd /tmp/tmp.N8u8c6yRs4/src/github.com/rootless-containers/rootlesskit
20:21:36 [2020-09-10T20:21:36.809Z] #54 6.851 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:21:36 [2020-09-10T20:21:36.809Z] #54 7.226 + for f in rootlesskit rootlesskit-docker-proxy
20:21:36 [2020-09-10T20:21:36.809Z] #54 7.226 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:21:36 [2020-09-10T20:21:36.843Z] dc5c6edc9cff: Pull complete
20:21:37 [2020-09-10T20:21:37.459Z] #54 ...
20:21:37 [2020-09-10T20:21:37.459Z] 
20:21:37 [2020-09-10T20:21:37.459Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:37 [2020-09-10T20:21:37.459Z] #30 9.597 unicode/utf8
20:21:37 [2020-09-10T20:21:37.766Z] #30 9.958 internal/testlog
20:21:37 [2020-09-10T20:21:37.766Z] #30 ...
20:21:37 [2020-09-10T20:21:37.766Z] 
20:21:37 [2020-09-10T20:21:37.766Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:37 [2020-09-10T20:21:37.766Z] #32 3.832 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:37 [2020-09-10T20:21:37.766Z] #32 3.873 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:37 [2020-09-10T20:21:37.766Z] #32 3.889 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:37 [2020-09-10T20:21:37.766Z] #32 4.563 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:21:37 [2020-09-10T20:21:37.766Z] #32 6.412 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:21:37 [2020-09-10T20:21:37.766Z] #32 8.891 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:21:37 [2020-09-10T20:21:37.848Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.5s done
20:21:38 [2020-09-10T20:21:38.058Z] #32 ...
20:21:38 [2020-09-10T20:21:38.058Z] 
20:21:38 [2020-09-10T20:21:38.058Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:38 [2020-09-10T20:21:38.058Z] #10 1.991 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:38 [2020-09-10T20:21:38.058Z] #10 2.104 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:38 [2020-09-10T20:21:38.058Z] #10 2.211 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:38 [2020-09-10T20:21:38.058Z] #10 2.416 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:21:38 [2020-09-10T20:21:38.058Z] #10 3.845 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:21:38 [2020-09-10T20:21:38.058Z] #10 6.303 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:21:38 [2020-09-10T20:21:38.058Z] #10 ...
20:21:38 [2020-09-10T20:21:38.058Z] 
20:21:38 [2020-09-10T20:21:38.058Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + RM_GOPATH=0
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + TMP_GOPATH=
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + : /build
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + '[' -z '' ']'
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 ++ mktemp -d
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + export GOPATH=/tmp/tmp.Dm66u74Xsk
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + GOPATH=/tmp/tmp.Dm66u74Xsk
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + RM_GOPATH=1
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 + case "$(go env GOARCH)" in
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.870 ++ go env GOARCH
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + export GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 ++ dirname /tmp/install/install.sh
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + dir=/tmp/install
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + bin=proxy
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + shift
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + '[' '!' -f /tmp/install/proxy.installer ']'
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + . /tmp/install/proxy.installer
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 ++ : 9e99af28df21367340c95a3863e31808d689c92a
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + install_proxy
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + case "$1" in
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + export CGO_ENABLED=0
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + CGO_ENABLED=0
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + _install_proxy
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Dm66u74Xsk/src/github.com/docker/libnetwork
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.909 Cloning into '/tmp/tmp.Dm66u74Xsk/src/github.com/docker/libnetwork'...
20:21:38 [2020-09-10T20:21:38.058Z] #60 1.910 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
20:21:38 [2020-09-10T20:21:38.351Z] #60 ...
20:21:38 [2020-09-10T20:21:38.351Z] 
20:21:38 [2020-09-10T20:21:38.351Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.982 + RM_GOPATH=0
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.982 + TMP_GOPATH=
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.982 + : /build
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.982 + '[' -z '' ']'
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.984 ++ mktemp -d
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.984 + export GOPATH=/tmp/tmp.KHydaoxHb8
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.984 + GOPATH=/tmp/tmp.KHydaoxHb8
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.988 + RM_GOPATH=1
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.990 + case "$(go env GOARCH)" in
20:21:38 [2020-09-10T20:21:38.351Z] #41 2.990 ++ go env GOARCH
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.019 + export GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.019 + GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.019 ++ dirname /tmp/install/install.sh
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.019 + dir=/tmp/install
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + bin=vndr
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + shift
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + '[' '!' -f /tmp/install/vndr.installer ']'
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + . /tmp/install/vndr.installer
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + install_vndr
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.020 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.KHydaoxHb8/src/github.com/LK4D4/vndr
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.021 Cloning into '/tmp/tmp.KHydaoxHb8/src/github.com/LK4D4/vndr'...
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.764 + cd /tmp/tmp.KHydaoxHb8/src/github.com/LK4D4/vndr
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.764 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:21:38 [2020-09-10T20:21:38.351Z] #41 3.780 + go build -buildmode=pie -v -o /build/vndr .
20:21:38 [2020-09-10T20:21:38.351Z] #41 4.838 internal/cpu
20:21:38 [2020-09-10T20:21:38.351Z] #41 4.841 runtime/internal/atomic
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.058 runtime/internal/sys
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.126 internal/bytealg
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.185 runtime/internal/math
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.267 internal/race
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.305 sync/atomic
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.369 runtime
20:21:38 [2020-09-10T20:21:38.351Z] #41 5.513 unicode
20:21:38 [2020-09-10T20:21:38.351Z] #41 9.163 unicode/utf8
20:21:38 [2020-09-10T20:21:38.351Z] #41 10.02 internal/testlog
20:21:38 [2020-09-10T20:21:38.351Z] #41 10.24 encoding
20:21:38 [2020-09-10T20:21:38.351Z] #41 10.36 unicode/utf16
20:21:38 [2020-09-10T20:21:38.351Z] #41 10.52 container/list
20:21:38 [2020-09-10T20:21:38.351Z] #41 ...
20:21:38 [2020-09-10T20:21:38.351Z] 
20:21:38 [2020-09-10T20:21:38.351Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:38 [2020-09-10T20:21:38.351Z] #23 3.862 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:38 [2020-09-10T20:21:38.351Z] #23 3.905 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:38 [2020-09-10T20:21:38.351Z] #23 3.928 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:38 [2020-09-10T20:21:38.351Z] #23 4.712 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:21:38 [2020-09-10T20:21:38.351Z] #23 6.677 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:21:38 [2020-09-10T20:21:38.351Z] #23 8.391 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:21:38 [2020-09-10T20:21:38.416Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.1s done
20:21:38 [2020-09-10T20:21:38.643Z] #23 ...
20:21:38 [2020-09-10T20:21:38.643Z] 
20:21:38 [2020-09-10T20:21:38.643Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.136 + RM_GOPATH=0
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.136 + TMP_GOPATH=
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.136 + : /build
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.136 + '[' -z '' ']'
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.136 ++ mktemp -d
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.147 + export GOPATH=/tmp/tmp.H3Qyrsjacy
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.147 + GOPATH=/tmp/tmp.H3Qyrsjacy
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.147 + RM_GOPATH=1
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.147 + case "$(go env GOARCH)" in
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.150 ++ go env GOARCH
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.181 + export GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.181 + GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.182 ++ dirname /tmp/install/install.sh
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.185 + dir=/tmp/install
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.185 + bin=golangci_lint
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.185 + shift
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.185 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 + . /tmp/install/golangci_lint.installer
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 ++ : v1.23.8
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 + install_golangci_lint
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 + echo 'Installing golangci-lint version v1.23.8'
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
20:21:38 [2020-09-10T20:21:38.643Z] #45 3.186 Installing golangci-lint version v1.23.8
20:21:38 [2020-09-10T20:21:38.643Z] #45 ...
20:21:38 [2020-09-10T20:21:38.643Z] 
20:21:38 [2020-09-10T20:21:38.643Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + RM_GOPATH=0
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + TMP_GOPATH=
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + : /build
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + '[' -z '' ']'
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 ++ mktemp -d
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + export GOPATH=/tmp/tmp.giMlDD7Jbj
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + GOPATH=/tmp/tmp.giMlDD7Jbj
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + RM_GOPATH=1
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.944 + case "$(go env GOARCH)" in
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 ++ go env GOARCH
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + export GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + GO_BUILDMODE=-buildmode=pie
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 ++ dirname /tmp/install/install.sh
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + dir=/tmp/install
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + bin=shfmt
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + shift
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + . /tmp/install/shfmt.installer
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + install_shfmt
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 + git clone https://github.com/mvdan/sh.git /tmp/tmp.giMlDD7Jbj/src/github.com/mvdan/sh
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 Cloning into '/tmp/tmp.giMlDD7Jbj/src/github.com/mvdan/sh'...
20:21:38 [2020-09-10T20:21:38.643Z] #47 1.962 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:38 [2020-09-10T20:21:38.643Z] #47 8.023 + cd /tmp/tmp.giMlDD7Jbj/src/github.com/mvdan/sh
20:21:38 [2020-09-10T20:21:38.643Z] #47 8.024 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:21:38 [2020-09-10T20:21:38.643Z] #47 8.164 + GO111MODULE=on
20:21:38 [2020-09-10T20:21:38.643Z] #47 8.164 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:21:38 [2020-09-10T20:21:38.643Z] #47 9.258 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:38 [2020-09-10T20:21:38.643Z] #47 9.457 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:38 [2020-09-10T20:21:38.643Z] #47 9.597 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:38 [2020-09-10T20:21:38.643Z] #47 9.597 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:38 [2020-09-10T20:21:38.643Z] #47 9.771 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:38 [2020-09-10T20:21:38.643Z] #47 10.18 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:38 [2020-09-10T20:21:38.643Z] #47 10.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:38 [2020-09-10T20:21:38.643Z] #47 ...
20:21:38 [2020-09-10T20:21:38.643Z] 
20:21:38 [2020-09-10T20:21:38.643Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:38 [2020-09-10T20:21:38.643Z] #51 3.855 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:38 [2020-09-10T20:21:38.643Z] #51 3.901 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:38 [2020-09-10T20:21:38.643Z] #51 3.912 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:38 [2020-09-10T20:21:38.643Z] #51 4.639 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:21:38 [2020-09-10T20:21:38.643Z] #51 6.752 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:21:38 [2020-09-10T20:21:38.643Z] #51 8.994 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:21:38 [2020-09-10T20:21:38.676Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s
20:21:38 [2020-09-10T20:21:38.935Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s done
20:21:38 [2020-09-10T20:21:38.936Z] #51 ...
20:21:38 [2020-09-10T20:21:38.936Z] 
20:21:38 [2020-09-10T20:21:38.936Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:38 [2020-09-10T20:21:38.936Z] #38 3.521 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:38 [2020-09-10T20:21:38.936Z] #38 3.584 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:38 [2020-09-10T20:21:38.936Z] #38 3.592 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:38 [2020-09-10T20:21:38.936Z] #38 4.187 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:21:38 [2020-09-10T20:21:38.936Z] #38 6.363 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:21:38 [2020-09-10T20:21:38.936Z] #38 8.611 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:21:38 [2020-09-10T20:21:38.936Z] #38 ...
20:21:38 [2020-09-10T20:21:38.936Z] 
20:21:38 [2020-09-10T20:21:38.936Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:38 [2020-09-10T20:21:38.936Z] #41 11.02 crypto/internal/subtle
20:21:38 [2020-09-10T20:21:38.936Z] #41 11.09 crypto/subtle
20:21:38 [2020-09-10T20:21:38.936Z] #41 11.20 vendor/golang.org/x/crypto/cryptobyte/asn1
20:21:38 [2020-09-10T20:21:38.936Z] #41 11.23 internal/nettrace
20:21:38 [2020-09-10T20:21:38.936Z] #41 11.31 runtime/cgo
20:21:38 [2020-09-10T20:21:38.980Z] DEBUG: print all environment variables to check how Jenkins runs this script
20:21:38 [2020-09-10T20:21:38.980Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-140f7bad\powershellScript.ps1'; exit $LASTEXITCODE;
20:21:38 [2020-09-10T20:21:38.980Z] ----------------------------------------------------------------------------
20:21:38 [2020-09-10T20:21:38.980Z] 
20:21:38 [2020-09-10T20:21:38.980Z] INFO: executeCI.ps1 starting at Thu Sep 10 20:21:37 CUT 2020
20:21:38 [2020-09-10T20:21:38.980Z] 
20:21:38 [2020-09-10T20:21:38.981Z] INFO: Script version 05-Feb-2019 09:03 PDT
20:21:38 [2020-09-10T20:21:38.981Z] INFO: Running git version 2.24.1.windows.2
20:21:38 [2020-09-10T20:21:38.981Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
20:21:38 [2020-09-10T20:21:38.981Z] INFO: Environment variables:
20:21:38 [2020-09-10T20:21:38.981Z] 
20:21:38 [2020-09-10T20:21:38.981Z] Name                           Value                                                                                   
20:21:38 [2020-09-10T20:21:38.981Z] ----                           -----                                                                                   
20:21:38 [2020-09-10T20:21:38.981Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
20:21:38 [2020-09-10T20:21:38.981Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
20:21:38 [2020-09-10T20:21:38.981Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
20:21:38 [2020-09-10T20:21:38.981Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
20:21:38 [2020-09-10T20:21:38.981Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
20:21:38 [2020-09-10T20:21:38.981Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
20:21:38 [2020-09-10T20:21:38.981Z] BRANCH_NAME                    PR-41436                                                                                
20:21:38 [2020-09-10T20:21:38.981Z] BUILD_DISPLAY_NAME             #1                                                                                      
20:21:38 [2020-09-10T20:21:38.981Z] BUILD_ID                       1                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] BUILD_NUMBER                   1                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] BUILD_TAG                      jenkins-moby-PR-41436-1                                                                 
20:21:38 [2020-09-10T20:21:38.981Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41436/1/                              
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_AUTHOR                  thaJeztah                                                                               
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_BRANCH                  replace_locker                                                                          
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_FORK                    thaJeztah/docker                                                                        
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_ID                      41436                                                                                   
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_TARGET                  master                                                                                  
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_TITLE                   replace pkg/locker with github.com/moby/locker                                          
20:21:38 [2020-09-10T20:21:38.981Z] CHANGE_URL                     https://github.com/moby/moby/pull/41436                                                 
20:21:38 [2020-09-10T20:21:38.981Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
20:21:38 [2020-09-10T20:21:38.981Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
20:21:38 [2020-09-10T20:21:38.981Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
20:21:38 [2020-09-10T20:21:38.981Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
20:21:38 [2020-09-10T20:21:38.981Z] COMPUTERNAME                   azwin-2-9b8600                                                                          
20:21:38 [2020-09-10T20:21:38.981Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
20:21:38 [2020-09-10T20:21:38.981Z] ConfigSequenceNumber           0                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] DOCKER_BUILDKIT                0                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] DOCKER_DUT_DEBUG               1                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] DOCKER_EXPERIMENTAL            1                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
20:21:38 [2020-09-10T20:21:38.981Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
20:21:38 [2020-09-10T20:21:38.981Z] EXECUTOR_NUMBER                0                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] FQDN                           azwin-2-9b8600.westus.cloudapp.azure.com                                                
20:21:38 [2020-09-10T20:21:38.981Z] GIT_BRANCH                     PR-41436                                                                                
20:21:38 [2020-09-10T20:21:38.981Z] GIT_COMMIT                     5ca758199d77a66f7186450f2e78b0a915d443c4                                                
20:21:38 [2020-09-10T20:21:38.981Z] GIT_URL                        https://github.com/moby/moby.git                                                        
20:21:38 [2020-09-10T20:21:38.981Z] HUDSON_COOKIE                  ace6a224-6f73-4712-9a1c-1d50067cdefc                                                    
20:21:38 [2020-09-10T20:21:38.981Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
20:21:38 [2020-09-10T20:21:38.981Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
20:21:38 [2020-09-10T20:21:38.981Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
20:21:38 [2020-09-10T20:21:38.981Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64                          
20:21:38 [2020-09-10T20:21:38.981Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
20:21:38 [2020-09-10T20:21:38.981Z] JENKINS_NODE_COOKIE            a4b9f3ac-7977-47b7-a39e-c17c0d0d0aaa                                                    
20:21:38 [2020-09-10T20:21:38.981Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
20:21:38 [2020-09-10T20:21:38.981Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
20:21:38 [2020-09-10T20:21:38.981Z] JOB_BASE_NAME                  PR-41436                                                                                
20:21:38 [2020-09-10T20:21:38.981Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41436/display/redirect                
20:21:38 [2020-09-10T20:21:38.981Z] JOB_NAME                       moby/PR-41436                                                                           
20:21:38 [2020-09-10T20:21:38.981Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41436/                                
20:21:38 [2020-09-10T20:21:38.981Z] library.jps.version            master                                                                                  
20:21:38 [2020-09-10T20:21:38.981Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
20:21:38 [2020-09-10T20:21:38.981Z] NODE_LABELS                    amd64 azure azwin-2-9b8600 azwin-2019 docker west-us windows windows-2019 x86_64        
20:21:38 [2020-09-10T20:21:38.981Z] NODE_NAME                      azwin-2-9b8600                                                                          
20:21:38 [2020-09-10T20:21:38.981Z] NUMBER_OF_PROCESSORS           4                                                                                       
20:21:38 [2020-09-10T20:21:38.981Z] OS                             Windows_NT                                                                              
20:21:38 [2020-09-10T20:21:38.981Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
20:21:38 [2020-09-10T20:21:38.981Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
20:21:38 [2020-09-10T20:21:38.981Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
20:21:38 [2020-09-10T20:21:38.981Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
20:21:38 [2020-09-10T20:21:38.983Z] PROCESSOR_LEVEL                6                                                                                       
20:21:38 [2020-09-10T20:21:38.983Z] PROCESSOR_REVISION             5504                                                                                    
20:21:38 [2020-09-10T20:21:38.983Z] ProgramData                    C:\ProgramData                                                                          
20:21:38 [2020-09-10T20:21:38.983Z] ProgramFiles                   C:\Program Files                                                                        
20:21:38 [2020-09-10T20:21:38.983Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
20:21:38 [2020-09-10T20:21:38.983Z] ProgramW6432                   C:\Program Files                                                                        
20:21:38 [2020-09-10T20:21:38.983Z] PROMPT                         $P$G                                                                                    
20:21:38 [2020-09-10T20:21:38.983Z] PSExecutionPolicyPreference    Bypass                                                                                  
20:21:38 [2020-09-10T20:21:38.983Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
20:21:38 [2020-09-10T20:21:38.983Z] PUBLIC                         C:\Users\Public                                                                         
20:21:38 [2020-09-10T20:21:38.983Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41436/1/display/redirect?page=changes 
20:21:38 [2020-09-10T20:21:38.983Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41436/1/display/redirect              
20:21:38 [2020-09-10T20:21:38.983Z] SKIP_VALIDATION_TESTS          1                                                                                       
20:21:38 [2020-09-10T20:21:38.983Z] SOURCES_DRIVE                  d                                                                                       
20:21:38 [2020-09-10T20:21:38.983Z] SOURCES_SUBDIR                 gopath                                                                                  
20:21:38 [2020-09-10T20:21:38.983Z] STAGE_NAME                     Run tests                                                                               
20:21:38 [2020-09-10T20:21:38.983Z] SystemDrive                    C:                                                                                      
20:21:38 [2020-09-10T20:21:38.983Z] SystemRoot                     C:\windows                                                                              
20:21:38 [2020-09-10T20:21:38.983Z] TEMP                           C:\windows\TEMP                                                                         
20:21:38 [2020-09-10T20:21:38.983Z] TESTDEBUG                      0                                                                                       
20:21:38 [2020-09-10T20:21:38.983Z] TESTRUN_DRIVE                  d                                                                                       
20:21:38 [2020-09-10T20:21:38.983Z] TESTRUN_SUBDIR                 CI                                                                                      
20:21:38 [2020-09-10T20:21:38.983Z] TIMEOUT                        120m                                                                                    
20:21:38 [2020-09-10T20:21:38.983Z] TMP                            C:\windows\TEMP                                                                         
20:21:38 [2020-09-10T20:21:38.983Z] USERDOMAIN                     WORKGROUP                                                                               
20:21:38 [2020-09-10T20:21:38.983Z] USERNAME                       azwin-2-9b8600$                                                                         
20:21:38 [2020-09-10T20:21:38.983Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
20:21:38 [2020-09-10T20:21:38.983Z] windir                         C:\windows                                                                              
20:21:38 [2020-09-10T20:21:38.983Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
20:21:38 [2020-09-10T20:21:38.983Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
20:21:38 [2020-09-10T20:21:38.983Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Sources under d:\gopath\...
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Test run under d:\CI\...
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Running in D:\gopath\src\github.com\docker\docker
20:21:38 [2020-09-10T20:21:38.983Z] INFO: docker/docker repository was found
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457'
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Docker version of control daemon
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] Client: Docker Engine - Enterprise
20:21:38 [2020-09-10T20:21:38.983Z]  Version:           19.03.5
20:21:38 [2020-09-10T20:21:38.983Z]  API version:       1.40
20:21:38 [2020-09-10T20:21:38.983Z]  Go version:        go1.12.12
20:21:38 [2020-09-10T20:21:38.983Z]  Git commit:        2ee0c57608
20:21:38 [2020-09-10T20:21:38.983Z]  Built:             11/13/2019 08:00:16
20:21:38 [2020-09-10T20:21:38.983Z]  OS/Arch:           windows/amd64
20:21:38 [2020-09-10T20:21:38.983Z]  Experimental:      false
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] Server: Docker Engine - Enterprise
20:21:38 [2020-09-10T20:21:38.983Z]  Engine:
20:21:38 [2020-09-10T20:21:38.983Z]   Version:          19.03.5
20:21:38 [2020-09-10T20:21:38.983Z]   API version:      1.40 (minimum version 1.24)
20:21:38 [2020-09-10T20:21:38.983Z]   Go version:       go1.12.12
20:21:38 [2020-09-10T20:21:38.983Z]   Git commit:       2ee0c57608
20:21:38 [2020-09-10T20:21:38.983Z]   Built:            11/13/2019 07:58:51
20:21:38 [2020-09-10T20:21:38.983Z]   OS/Arch:          windows/amd64
20:21:38 [2020-09-10T20:21:38.983Z]   Experimental:     true
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:38 [2020-09-10T20:21:38.983Z] INFO: Docker info of control daemon
20:21:38 [2020-09-10T20:21:38.983Z] 
20:21:39 [2020-09-10T20:21:39.194Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:21:39 [2020-09-10T20:21:39.454Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
20:21:39 [2020-09-10T20:21:39.713Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
20:21:39 [2020-09-10T20:21:39.952Z] Client:
20:21:39 [2020-09-10T20:21:39.953Z]  Debug Mode: false
20:21:39 [2020-09-10T20:21:39.953Z]  Plugins:
20:21:39 [2020-09-10T20:21:39.953Z]   cluster: Manage Docker clusters (Docker Inc., v1.2.0)
20:21:39 [2020-09-10T20:21:39.953Z] 
20:21:39 [2020-09-10T20:21:39.953Z] Server:
20:21:39 [2020-09-10T20:21:39.953Z]  Containers: 0
20:21:39 [2020-09-10T20:21:39.953Z]   Running: 0
20:21:39 [2020-09-10T20:21:39.953Z]   Paused: 0
20:21:39 [2020-09-10T20:21:39.953Z]   Stopped: 0
20:21:39 [2020-09-10T20:21:39.953Z]  Images: 10
20:21:39 [2020-09-10T20:21:39.953Z]  Server Version: 19.03.5
20:21:39 [2020-09-10T20:21:39.953Z]  Storage Driver: windowsfilter (windows) lcow (linux)
20:21:39 [2020-09-10T20:21:39.953Z]   Windows: 
20:21:39 [2020-09-10T20:21:39.953Z]   LCOW: 
20:21:39 [2020-09-10T20:21:39.953Z]  Logging Driver: json-file
20:21:39 [2020-09-10T20:21:39.953Z]  Plugins:
20:21:39 [2020-09-10T20:21:39.953Z]   Volume: local
20:21:39 [2020-09-10T20:21:39.953Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:21:39 [2020-09-10T20:21:39.953Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:21:39 [2020-09-10T20:21:39.953Z]  Swarm: inactive
20:21:39 [2020-09-10T20:21:39.953Z]  Default Isolation: process
20:21:39 [2020-09-10T20:21:39.953Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:21:39 [2020-09-10T20:21:39.953Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
20:21:39 [2020-09-10T20:21:39.953Z]  OSType: windows
20:21:39 [2020-09-10T20:21:39.953Z]  Architecture: x86_64
20:21:39 [2020-09-10T20:21:39.953Z]  CPUs: 4
20:21:39 [2020-09-10T20:21:39.953Z]  Total Memory: 32GiB
20:21:39 [2020-09-10T20:21:39.953Z]  Name: azwin-2-9b8600
20:21:39 [2020-09-10T20:21:39.953Z]  ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5
20:21:39 [2020-09-10T20:21:39.953Z]  Docker Root Dir: D:\docker
20:21:39 [2020-09-10T20:21:39.953Z]  Debug Mode: false
20:21:39 [2020-09-10T20:21:39.953Z]  Registry: https://index.docker.io/v1/
20:21:39 [2020-09-10T20:21:39.953Z]  Labels:
20:21:39 [2020-09-10T20:21:39.953Z]  Experimental: true
20:21:39 [2020-09-10T20:21:39.953Z]  Insecure Registries:
20:21:39 [2020-09-10T20:21:39.953Z]   10.0.0.4:5000
20:21:39 [2020-09-10T20:21:39.953Z]   127.0.0.0/8
20:21:39 [2020-09-10T20:21:39.953Z]  Registry Mirrors:
20:21:39 [2020-09-10T20:21:39.953Z]   http://10.0.0.4:5000/
20:21:39 [2020-09-10T20:21:39.953Z]  Live Restore Enabled: false
20:21:39 [2020-09-10T20:21:39.953Z] 
20:21:39 [2020-09-10T20:21:39.953Z] 
20:21:39 [2020-09-10T20:21:39.953Z] INFO: Commit hash is 5ca758199d
20:21:39 [2020-09-10T20:21:39.953Z] INFO: Nuke-Everything...
20:21:40 [2020-09-10T20:21:40.401Z] 3c370c2e2f82: Pull complete
20:21:40 [2020-09-10T20:21:40.401Z] 5ffb2f5886e2: Pull complete
20:21:40 [2020-09-10T20:21:40.401Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:21:40 [2020-09-10T20:21:40.401Z] Status: Downloaded newer image for golang:1.13.15-buster
20:21:40 [2020-09-10T20:21:40.401Z]  ---> 805dc2d65d1c
20:21:40 [2020-09-10T20:21:40.401Z] Step 5/15 : ARG BUILDX_REPO
20:21:40 [2020-09-10T20:21:40.401Z]  ---> Running in 997097f81d4b
20:21:40 [2020-09-10T20:21:40.401Z] Removing intermediate container 997097f81d4b
20:21:40 [2020-09-10T20:21:40.401Z]  ---> c62b558b7a00
20:21:40 [2020-09-10T20:21:40.401Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
20:21:40 [2020-09-10T20:21:40.401Z]  ---> Running in a97ac1b02fb5
20:21:40 [2020-09-10T20:21:40.412Z] INFO: Container count on control daemon to delete is 0
20:21:40 [2020-09-10T20:21:40.694Z] Cloning into '/buildx'...
20:21:40 [2020-09-10T20:21:40.870Z] INFO: Nuking d:\CI
20:21:40 [2020-09-10T20:21:40.870Z] INFO: Zapped successfully
20:21:40 [2020-09-10T20:21:40.870Z] INFO: Location for testing is d:\CI\PR-41436\1
20:21:40 [2020-09-10T20:21:40.870Z] INFO: Validating GOLang consistency in Dockerfile.windows...
20:21:40 [2020-09-10T20:21:40.870Z] 
20:21:40 [2020-09-10T20:21:40.870Z] 
20:21:40 [2020-09-10T20:21:40.870Z] INFO: Building the image from Dockerfile.windows at 09/10/2020 20:21:40...
20:21:40 [2020-09-10T20:21:40.870Z] 
20:21:41 [2020-09-10T20:21:41.672Z] #41 ...
20:21:41 [2020-09-10T20:21:41.672Z] 
20:21:41 [2020-09-10T20:21:41.672Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:21:41 [2020-09-10T20:21:41.672Z] #28 3.472 + git clone https://github.com/kolyshkin/go-swagger.git .
20:21:41 [2020-09-10T20:21:41.672Z] #28 3.473 Cloning into '.'...
20:21:41 [2020-09-10T20:21:41.672Z] #28 ...
20:21:41 [2020-09-10T20:21:41.672Z] 
20:21:41 [2020-09-10T20:21:41.672Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:41 [2020-09-10T20:21:41.672Z] #60 13.07 Checking out files:  96% (1992/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
20:21:41 [2020-09-10T20:21:41.672Z] #60 13.13 + cd /tmp/tmp.Dm66u74Xsk/src/github.com/docker/libnetwork
20:21:41 [2020-09-10T20:21:41.672Z] #60 13.13 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
20:21:41 [2020-09-10T20:21:41.672Z] #60 13.72 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:21:42 [2020-09-10T20:21:42.249Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done
20:21:42 [2020-09-10T20:21:42.249Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:21:44 [2020-09-10T20:21:44.153Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done
20:21:44 [2020-09-10T20:21:44.153Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:21:44 [2020-09-10T20:21:44.232Z] Removing intermediate container a97ac1b02fb5
20:21:44 [2020-09-10T20:21:44.232Z]  ---> c6dcfeab0957
20:21:44 [2020-09-10T20:21:44.232Z] Step 7/15 : WORKDIR /buildx
20:21:44 [2020-09-10T20:21:44.232Z]  ---> Running in dbc94d4b495e
20:21:44 [2020-09-10T20:21:44.232Z] Removing intermediate container dbc94d4b495e
20:21:44 [2020-09-10T20:21:44.232Z]  ---> 24cd08c1e441
20:21:44 [2020-09-10T20:21:44.232Z] Step 8/15 : ARG BUILDX_COMMIT
20:21:44 [2020-09-10T20:21:44.232Z]  ---> Running in c39b5ad5aaeb
20:21:44 [2020-09-10T20:21:44.232Z] Removing intermediate container c39b5ad5aaeb
20:21:44 [2020-09-10T20:21:44.233Z]  ---> 3ad126031876
20:21:44 [2020-09-10T20:21:44.233Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
20:21:44 [2020-09-10T20:21:44.233Z]  ---> Running in 78caa051820d
20:21:44 [2020-09-10T20:21:44.869Z] From https://github.com/docker/buildx
20:21:44 [2020-09-10T20:21:44.869Z]  * [new tag]         v0.3.1     -> build
20:21:45 [2020-09-10T20:21:45.164Z] Switched to branch 'build'
20:21:45 [2020-09-10T20:21:45.557Z] Sending build context to Docker daemon  56.31MB
20:21:45 [2020-09-10T20:21:45.557Z] 
20:21:45 [2020-09-10T20:21:45.557Z] Step 1/10 : FROM microsoft/windowsservercore
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 715aaeac112d
20:21:45 [2020-09-10T20:21:45.557Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 8f617762fd59
20:21:45 [2020-09-10T20:21:45.557Z] Step 3/10 : ARG GO_VERSION=1.13.15
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 2a0be240f083
20:21:45 [2020-09-10T20:21:45.557Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 39cfdec00a1d
20:21:45 [2020-09-10T20:21:45.557Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 850bd557201c
20:21:45 [2020-09-10T20:21:45.557Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 94ded2a2b3ca
20:21:45 [2020-09-10T20:21:45.557Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 2834b1ca3041
20:21:45 [2020-09-10T20:21:45.557Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> 434680cb6c40
20:21:45 [2020-09-10T20:21:45.557Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
20:21:45 [2020-09-10T20:21:45.557Z]  ---> Using cache
20:21:45 [2020-09-10T20:21:45.557Z]  ---> f1e8edac2674
20:21:45 [2020-09-10T20:21:45.557Z] Step 10/10 : COPY . .
20:21:46 [2020-09-10T20:21:46.213Z] Removing intermediate container 78caa051820d
20:21:46 [2020-09-10T20:21:46.213Z]  ---> a73db3dae3dd
20:21:46 [2020-09-10T20:21:46.213Z] Step 10/15 : ARG GOOS
20:21:46 [2020-09-10T20:21:46.213Z]  ---> Running in bbc481a294ce
20:21:46 [2020-09-10T20:21:46.213Z] Removing intermediate container bbc481a294ce
20:21:46 [2020-09-10T20:21:46.213Z]  ---> 04c2519a49b1
20:21:46 [2020-09-10T20:21:46.213Z] Step 11/15 : ARG GOARCH
20:21:46 [2020-09-10T20:21:46.213Z]  ---> Running in fece8369708e
20:21:46 [2020-09-10T20:21:46.213Z] Removing intermediate container fece8369708e
20:21:46 [2020-09-10T20:21:46.213Z]  ---> 9f7171be6990
20:21:46 [2020-09-10T20:21:46.213Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}";     pkg="github.com/docker/buildx";     ldflags="      -X \"${pkg}/version.Version=$(git describe --tags)\"       -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\"       -X \"${pkg}/version.Package=buildx\"     ";     go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx
20:21:46 [2020-09-10T20:21:46.213Z]  ---> Running in 4c6ea8f4ee8c
20:21:47 [2020-09-10T20:21:47.034Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-010d083ec8f074ed9) in /home/ubuntu/workspace/moby_PR-41436
[Pipeline] {
[Pipeline] checkout
20:21:48 [2020-09-10T20:21:48.355Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.1s done
20:21:48 [2020-09-10T20:21:48.355Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
20:21:48 [2020-09-10T20:21:48.615Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:21:48 [2020-09-10T20:21:48.615Z] #7 DONE 16.4s
20:21:48 [2020-09-10T20:21:48.615Z] 
20:21:48 [2020-09-10T20:21:48.615Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:21:48 [2020-09-10T20:21:48.620Z] #60 ...
20:21:48 [2020-09-10T20:21:48.620Z] 
20:21:48 [2020-09-10T20:21:48.620Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:48 [2020-09-10T20:21:48.620Z] #30 10.19 encoding
20:21:48 [2020-09-10T20:21:48.620Z] #30 10.31 runtime/cgo
20:21:48 [2020-09-10T20:21:48.620Z] #30 ...
20:21:48 [2020-09-10T20:21:48.620Z] 
20:21:48 [2020-09-10T20:21:48.620Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:48 [2020-09-10T20:21:48.620Z] #10 12.57 Fetched 8070 kB in 11s (757 kB/s)
20:21:48 [2020-09-10T20:21:48.620Z] #10 12.57 Reading package lists...
20:21:48 [2020-09-10T20:21:48.620Z] #10 15.96 Reading package lists...
20:21:48 [2020-09-10T20:21:48.620Z] #10 19.18 Building dependency tree...
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.24 The following additional packages will be installed:
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25 Suggested packages:
20:21:48 [2020-09-10T20:21:48.620Z] #10 20.25   gcc-8-locales seccomp wine64
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.09 The following NEW packages will be installed:
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.09   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.09   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.09   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.09   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.16   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.16   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.27 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.27 Need to get 73.3 MB of archives.
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.27 After this operation, 494 MB of additional disk space will be used.
20:21:48 [2020-09-10T20:21:48.925Z] #10 21.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB]
20:21:49 [2020-09-10T20:21:49.048Z] using credential docker-jenkins-github-credentials
20:21:49 [2020-09-10T20:21:49.054Z] Cloning the remote Git repository
20:21:49 [2020-09-10T20:21:49.054Z] Cloning with configured refspecs honoured and without tags
20:21:49 [2020-09-10T20:21:49.217Z] #10 21.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB]
20:21:49 [2020-09-10T20:21:49.217Z] #10 ...
20:21:49 [2020-09-10T20:21:49.217Z] 
20:21:49 [2020-09-10T20:21:49.217Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:49 [2020-09-10T20:21:49.217Z] #47 11.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:49 [2020-09-10T20:21:49.217Z] #47 12.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:21:49 [2020-09-10T20:21:49.217Z] #47 12.54 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:21:49 [2020-09-10T20:21:49.217Z] #47 12.65 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:21:49 [2020-09-10T20:21:49.217Z] #47 12.69 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:21:49 [2020-09-10T20:21:49.217Z] #47 13.39 runtime
20:21:49 [2020-09-10T20:21:49.217Z] #47 13.42 runtime/cgo
20:21:49 [2020-09-10T20:21:49.510Z] #47 ...
20:21:49 [2020-09-10T20:21:49.510Z] 
20:21:49 [2020-09-10T20:21:49.510Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:49 [2020-09-10T20:21:49.510Z] #10 21.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:21:49 [2020-09-10T20:21:49.510Z] #10 21.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
20:21:49 [2020-09-10T20:21:49.510Z] #10 21.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
20:21:49 [2020-09-10T20:21:49.510Z] #10 21.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
20:21:49 [2020-09-10T20:21:49.073Z] Cloning repository https://github.com/moby/moby.git
20:21:49 [2020-09-10T20:21:49.123Z]  > git init /home/ubuntu/workspace/moby_PR-41436 # timeout=10
20:21:49 [2020-09-10T20:21:49.356Z] Fetching upstream changes from https://github.com/moby/moby.git
20:21:49 [2020-09-10T20:21:49.357Z]  > git --version # timeout=10
20:21:49 [2020-09-10T20:21:49.376Z]  > git --version # 'git version 2.17.1'
20:21:49 [2020-09-10T20:21:49.376Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:21:49 [2020-09-10T20:21:49.378Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:21:49 [2020-09-10T20:21:49.802Z] #10 21.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:21:50 [2020-09-10T20:21:50.095Z] #10 22.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB]
20:21:50 [2020-09-10T20:21:50.095Z] #10 22.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB]
20:21:52 [2020-09-10T20:21:52.174Z] #10 24.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB]
20:21:52 [2020-09-10T20:21:52.466Z] #10 ...
20:21:52 [2020-09-10T20:21:52.466Z] 
20:21:52 [2020-09-10T20:21:52.466Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:52 [2020-09-10T20:21:52.466Z] #38 14.58 Fetched 8070 kB in 11s (727 kB/s)
20:21:52 [2020-09-10T20:21:52.466Z] #38 14.58 Reading package lists...
20:21:52 [2020-09-10T20:21:52.466Z] #38 17.98 Reading package lists...
20:21:52 [2020-09-10T20:21:52.466Z] #38 21.91 Building dependency tree...
20:21:52 [2020-09-10T20:21:52.466Z] #38 23.47 The following additional packages will be installed:
20:21:52 [2020-09-10T20:21:52.466Z] #38 23.47   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:21:52 [2020-09-10T20:21:52.466Z] #38 23.47   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:21:52 [2020-09-10T20:21:52.466Z] #38 23.47 Suggested packages:
20:21:52 [2020-09-10T20:21:52.466Z] #38 23.47   manpages-dev python-setuptools
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.42 The following NEW packages will be installed:
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.45   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.45   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.45   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.45   python-six zlib1g-dev
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.53 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.53 Need to get 3742 kB of archives.
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.53 After this operation, 22.0 MB of additional disk space will be used.
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.64 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.65 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 24.69 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #38 ...
20:21:52 [2020-09-10T20:21:52.466Z] 
20:21:52 [2020-09-10T20:21:52.466Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:21:52 [2020-09-10T20:21:52.466Z] #32 14.60 Fetched 8070 kB in 11s (745 kB/s)
20:21:52 [2020-09-10T20:21:52.466Z] #32 14.60 Reading package lists...
20:21:52 [2020-09-10T20:21:52.466Z] #32 18.10 Reading package lists...
20:21:52 [2020-09-10T20:21:52.466Z] #32 22.05 Building dependency tree...
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67 The following additional packages will be installed:
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67 Suggested packages:
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67   cmake-doc ninja-build lrzip
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67 Recommended packages:
20:21:52 [2020-09-10T20:21:52.466Z] #32 23.67   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.36 The following NEW packages will be installed:
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.38   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.38   vim-common xxd
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.48 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.48 Need to get 14.0 MB of archives.
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.48 After this operation, 62.1 MB of additional disk space will be used.
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #32 24.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
20:21:52 [2020-09-10T20:21:52.466Z] #32 ...
20:21:52 [2020-09-10T20:21:52.466Z] 
20:21:52 [2020-09-10T20:21:52.466Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:52 [2020-09-10T20:21:52.466Z] #36 14.39 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:21:52 [2020-09-10T20:21:52.466Z] #36 15.62 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:21:52 [2020-09-10T20:21:52.764Z] #36 ...
20:21:52 [2020-09-10T20:21:52.764Z] 
20:21:52 [2020-09-10T20:21:52.764Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:52 [2020-09-10T20:21:52.764Z] #51 14.64 Fetched 8070 kB in 11s (742 kB/s)
20:21:52 [2020-09-10T20:21:52.764Z] #51 14.64 Reading package lists...
20:21:52 [2020-09-10T20:21:52.764Z] #51 18.05 Reading package lists...
20:21:52 [2020-09-10T20:21:52.764Z] #51 21.69 Building dependency tree...
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.74 The following additional packages will be installed:
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.75   libbtrfs0
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.81 The following NEW packages will be installed:
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.81   libbtrfs-dev libbtrfs0
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.98 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.98 Need to get 118 kB of archives.
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.98 After this operation, 390 kB of additional disk space will be used.
20:21:52 [2020-09-10T20:21:52.764Z] #51 22.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.66 debconf: delaying package configuration, since apt-utils is not installed
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.75 Fetched 118 kB in 0s (737 kB/s)
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.80 Selecting previously unselected package libbtrfs0.
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.80 (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 ... 15177 files and directories currently installed.)
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.89 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.89 Unpacking libbtrfs0 (4.20.1-2) ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.96 Selecting previously unselected package libbtrfs-dev.
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.98 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 23.99 Unpacking libbtrfs-dev (4.20.1-2) ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 24.18 Setting up libbtrfs0 (4.20.1-2) ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 24.32 Setting up libbtrfs-dev (4.20.1-2) ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 24.36 Processing triggers for libc-bin (2.28-10) ...
20:21:52 [2020-09-10T20:21:52.764Z] #51 DONE 25.0s
20:21:52 [2020-09-10T20:21:52.764Z] 
20:21:52 [2020-09-10T20:21:52.764Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:52 [2020-09-10T20:21:52.764Z] #23 14.68 Fetched 8070 kB in 11s (742 kB/s)
20:21:52 [2020-09-10T20:21:52.764Z] #23 14.68 Reading package lists...
20:21:52 [2020-09-10T20:21:52.764Z] #23 18.05 Reading package lists...
20:21:52 [2020-09-10T20:21:52.764Z] #23 22.13 Building dependency tree...
20:21:52 [2020-09-10T20:21:52.764Z] #23 23.78 ca-certificates is already the newest version (20200601~deb10u1).
20:21:52 [2020-09-10T20:21:52.764Z] #23 23.78 The following additional packages will be installed:
20:21:52 [2020-09-10T20:21:52.764Z] #23 23.78   libjq1 libonig5
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.16 The following NEW packages will be installed:
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.16   jq libjq1 libonig5
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.32 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.32 Need to get 350 kB of archives.
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.32 After this operation, 1154 kB of additional disk space will be used.
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #23 24.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #23 ...
20:21:52 [2020-09-10T20:21:52.764Z] 
20:21:52 [2020-09-10T20:21:52.764Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:52 [2020-09-10T20:21:52.764Z] #43 DONE 25.0s
20:21:52 [2020-09-10T20:21:52.764Z] 
20:21:52 [2020-09-10T20:21:52.764Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:52 [2020-09-10T20:21:52.764Z] #23 25.04 debconf: delaying package configuration, since apt-utils is not installed
20:21:52 [2020-09-10T20:21:52.764Z] #23 ...
20:21:52 [2020-09-10T20:21:52.764Z] 
20:21:52 [2020-09-10T20:21:52.764Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:52 [2020-09-10T20:21:52.764Z] #38 24.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #38 24.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #38 24.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #38 24.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
20:21:52 [2020-09-10T20:21:52.764Z] #38 24.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
20:21:52 [2020-09-10T20:21:52.801Z] #8 DONE 3.6s
20:21:52 [2020-09-10T20:21:52.801Z] 
20:21:52 [2020-09-10T20:21:52.801Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:21:52 [2020-09-10T20:21:52.801Z] #9 DONE 0.4s
20:21:52 [2020-09-10T20:21:52.801Z] 
20:21:52 [2020-09-10T20:21:52.801Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:21:52 [2020-09-10T20:21:52.801Z] #27 DONE 0.1s
20:21:52 [2020-09-10T20:21:52.801Z] 
20:21:52 [2020-09-10T20:21:52.801Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:21:52 [2020-09-10T20:21:52.801Z] #35 DONE 0.1s
20:21:52 [2020-09-10T20:21:52.801Z] 
20:21:52 [2020-09-10T20:21:52.801Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:21:53 [2020-09-10T20:21:53.404Z] #38 25.66 debconf: delaying package configuration, since apt-utils is not installed
20:21:53 [2020-09-10T20:21:53.699Z] #38 ...
20:21:53 [2020-09-10T20:21:53.699Z] 
20:21:53 [2020-09-10T20:21:53.699Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:21:53 [2020-09-10T20:21:53.699Z] #41 15.79 vendor/golang.org/x/crypto/internal/subtle
20:21:53 [2020-09-10T20:21:53.699Z] #41 25.63 internal/reflectlite
20:21:53 [2020-09-10T20:21:53.699Z] #41 25.63 github.com/LK4D4/vndr/godl/singleflight
20:21:53 [2020-09-10T20:21:53.699Z] #41 ...
20:21:53 [2020-09-10T20:21:53.699Z] 
20:21:53 [2020-09-10T20:21:53.699Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
20:21:53 [2020-09-10T20:21:53.699Z] #10 25.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB]
20:21:54 [2020-09-10T20:21:54.334Z] #10 ...
20:21:54 [2020-09-10T20:21:54.334Z] 
20:21:54 [2020-09-10T20:21:54.334Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.14 Fetched 350 kB in 0s (1961 kB/s)
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.23 Selecting previously unselected package libonig5:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.23 (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 ... 15177 files and directories currently installed.)
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.32 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.32 Unpacking libonig5:s390x (6.9.1-1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.70 Selecting previously unselected package libjq1:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.70 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.70 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.85 Selecting previously unselected package jq.
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.86 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.86 Unpacking jq (1.5+dfsg-2+b1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 25.98 Setting up libonig5:s390x (6.9.1-1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 26.00 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 26.02 Setting up jq (1.5+dfsg-2+b1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 26.03 Processing triggers for libc-bin (2.28-10) ...
20:21:54 [2020-09-10T20:21:54.334Z] #23 DONE 26.4s
20:21:54 [2020-09-10T20:21:54.334Z] 
20:21:54 [2020-09-10T20:21:54.334Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:21:54 [2020-09-10T20:21:54.334Z] #24 DONE 0.1s
20:21:54 [2020-09-10T20:21:54.334Z] 
20:21:54 [2020-09-10T20:21:54.334Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:54 [2020-09-10T20:21:54.334Z] #38 25.93 Fetched 3742 kB in 0s (12.1 MB/s)
20:21:54 [2020-09-10T20:21:54.334Z] #38 25.99 Selecting previously unselected package libcap-dev:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #38 25.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.07 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.08 Unpacking libcap-dev:s390x (1:2.25-2) ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.20 Selecting previously unselected package libnet1:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.24 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.24 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.30 Selecting previously unselected package libnet1-dev.
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.30 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.30 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.52 Selecting previously unselected package libnl-3-200:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.52 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.52 Unpacking libnl-3-200:s390x (3.4.0-1) ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.57 Selecting previously unselected package libnl-3-dev:s390x.
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.58 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.334Z] #38 26.58 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 ...
20:21:54 [2020-09-10T20:21:54.972Z] 
20:21:54 [2020-09-10T20:21:54.972Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:21:54 [2020-09-10T20:21:54.972Z] #60 DONE 27.0s
20:21:54 [2020-09-10T20:21:54.972Z] 
20:21:54 [2020-09-10T20:21:54.972Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:21:54 [2020-09-10T20:21:54.972Z] #38 26.91 Selecting previously unselected package libprotobuf-c1:s390x.
20:21:54 [2020-09-10T20:21:54.972Z] #38 26.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 26.92 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.00 Selecting previously unselected package libprotobuf-c-dev:s390x.
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.00 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.00 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.12 Selecting previously unselected package zlib1g-dev:s390x.
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.12 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
20:21:54 [2020-09-10T20:21:54.972Z] #38 27.12 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
20:21:55 [2020-09-10T20:21:55.610Z] #38 27.61 Selecting previously unselected package libprotobuf17:s390x.
20:21:55 [2020-09-10T20:21:55.610Z] #38 27.61 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
20:21:55 [2020-09-10T20:21:55.610Z] #38 27.61 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
20:21:55 [2020-09-10T20:21:55.902Z] #38 28.14 Selecting previously unselected package libprotobuf-lite17:s390x.
20:21:55 [2020-09-10T20:21:55.902Z] #38 28.14 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
20:21:55 [2020-09-10T20:21:55.902Z] #38 28.15 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
20:21:56 [2020-09-10T20:21:56.195Z] #38 28.29 Selecting previously unselected package libprotobuf-dev:s390x.
20:21:56 [2020-09-10T20:21:56.195Z] #38 28.29 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
20:21:56 [2020-09-10T20:21:56.195Z] #38 28.30 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.17 Selecting previously unselected package libprotoc17:s390x.
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.17 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.17 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.53 Selecting previously unselected package protobuf-c-compiler.
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.53 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
20:21:57 [2020-09-10T20:21:57.232Z] #38 29.53 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.64 Selecting previously unselected package protobuf-compiler.
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.65 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.65 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.77 Selecting previously unselected package python-pkg-resources.
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:21:57 [2020-09-10T20:21:57.524Z] #38 29.78 Unpacking python-pkg-resources (40.8.0-1) ...
20:21:57 [2020-09-10T20:21:57.816Z] #38 29.99 Selecting previously unselected package python-six.
20:21:57 [2020-09-10T20:21:57.816Z] #38 29.99 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:21:57 [2020-09-10T20:21:57.816Z] #38 30.00 Unpacking python-six (1.12.0-1) ...
20:21:57 [2020-09-10T20:21:57.816Z] #38 30.05 Selecting previously unselected package python-protobuf.
20:21:57 [2020-09-10T20:21:57.816Z] #38 30.06 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
20:21:57 [2020-09-10T20:21:57.816Z] #38 30.06 Unpacking python-protobuf (3.6.1.3-2) ...
20:21:58 [2020-09-10T20:21:58.086Z] #36 5.122 + git clone https://github.com/docker/distribution.git .
20:21:58 [2020-09-10T20:21:58.086Z] #36 5.131 Cloning into '.'...
20:21:58 [2020-09-10T20:21:58.086Z] #36 ...
20:21:58 [2020-09-10T20:21:58.086Z] 
20:21:58 [2020-09-10T20:21:58.086Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:21:58 [2020-09-10T20:21:58.086Z] #51 3.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:21:58 [2020-09-10T20:21:58.086Z] #51 3.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:21:58 [2020-09-10T20:21:58.086Z] #51 3.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:21:58 [2020-09-10T20:21:58.086Z] #51 3.327 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:21:58 [2020-09-10T20:21:58.086Z] #51 3.700 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:21:58 [2020-09-10T20:21:58.086Z] #51 4.525 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:21:58 [2020-09-10T20:21:58.086Z] #51 ...
20:21:58 [2020-09-10T20:21:58.086Z] 
20:21:58 [2020-09-10T20:21:58.086Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.483 + RM_GOPATH=0
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.483 + TMP_GOPATH=
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.483 + : /build
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.483 + '[' -z '' ']'
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.485 ++ mktemp -d
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.487 + export GOPATH=/tmp/tmp.eWo2rv9B3p
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.487 + GOPATH=/tmp/tmp.eWo2rv9B3p
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.487 + RM_GOPATH=1
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.487 + case "$(go env GOARCH)" in
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.488 ++ go env GOARCH
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.499 + export GO_BUILDMODE=-buildmode=pie
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.507 + GO_BUILDMODE=-buildmode=pie
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.507 ++ dirname /tmp/install/install.sh
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 + dir=/tmp/install
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 + bin=gotestsum
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 + shift
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 + . /tmp/install/gotestsum.installer
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.517 ++ : v0.3.5
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.518 + install_gotestsum
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.519 + set -e
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.523 + export GO111MODULE=on
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.523 + GO111MODULE=on
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.523 + GOBIN=/build
20:21:58 [2020-09-10T20:21:58.086Z] #43 5.523 + go get gotest.tools/gotestsum@v0.3.5
20:21:58 [2020-09-10T20:21:58.346Z] #43 5.626 go: finding gotest.tools/gotestsum v0.3.5
20:21:58 [2020-09-10T20:21:58.346Z] #43 5.645 go: finding gotest.tools v0.3.5
20:21:58 [2020-09-10T20:21:58.452Z] #38 30.51 Setting up python-pkg-resources (40.8.0-1) ...
20:21:59 [2020-09-10T20:21:59.651Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-07991c3611657a9c3) in /home/ubuntu/workspace/moby_PR-41436
[Pipeline] {
[Pipeline] checkout
20:21:59 [2020-09-10T20:21:59.961Z] #43 6.770 go: downloading gotest.tools/gotestsum v0.3.5
20:21:59 [2020-09-10T20:21:59.961Z] #43 7.275 go: extracting gotest.tools/gotestsum v0.3.5
20:22:00 [2020-09-10T20:22:00.270Z] #43 ...
20:22:00 [2020-09-10T20:22:00.270Z] 
20:22:00 [2020-09-10T20:22:00.270Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.562 + RM_GOPATH=0
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.562 + TMP_GOPATH=
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.562 + : /build
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.562 + '[' -z '' ']'
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.566 ++ mktemp -d
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.568 + export GOPATH=/tmp/tmp.6ZvxBnAxoe
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.568 + GOPATH=/tmp/tmp.6ZvxBnAxoe
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.568 + RM_GOPATH=1
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.568 + case "$(go env GOARCH)" in
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.581 ++ go env GOARCH
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.604 + export GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.605 + GO_BUILDMODE=-buildmode=pie
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.623 ++ dirname /tmp/install/install.sh
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.624 + dir=/tmp/install
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.624 + bin=tomlv
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.625 + shift
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.626 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.627 + . /tmp/install/tomlv.installer
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.627 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.636 + install_tomlv
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.636 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.638 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.638 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.6ZvxBnAxoe/src/github.com/BurntSushi/toml
20:22:00 [2020-09-10T20:22:00.270Z] #30 5.653 Cloning into '/tmp/tmp.6ZvxBnAxoe/src/github.com/BurntSushi/toml'...
20:22:00 [2020-09-10T20:22:00.533Z] #30 6.799 + cd /tmp/tmp.6ZvxBnAxoe/src/github.com/BurntSushi/toml
20:22:00 [2020-09-10T20:22:00.533Z] #30 6.802 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:00 [2020-09-10T20:22:00.533Z] #30 6.842 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:22:00 [2020-09-10T20:22:00.533Z] #30 7.779 runtime/internal/atomic
20:22:00 [2020-09-10T20:22:00.533Z] #30 7.795 internal/cpu
20:22:00 [2020-09-10T20:22:00.541Z] #38 32.31 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
20:22:00 [2020-09-10T20:22:00.541Z] #38 32.32 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
20:22:00 [2020-09-10T20:22:00.541Z] #38 32.32 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:22:00 [2020-09-10T20:22:00.541Z] #38 32.33 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
20:22:00 [2020-09-10T20:22:00.541Z] #38 32.34 Setting up python-six (1.12.0-1) ...
20:22:00 [2020-09-10T20:22:00.541Z] #38 ...
20:22:00 [2020-09-10T20:22:00.541Z] 
20:22:00 [2020-09-10T20:22:00.541Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:00 [2020-09-10T20:22:00.541Z] #25 2.950 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:22:00 [2020-09-10T20:22:00.541Z] #25 3.246 #=#=#                                                                         
20:22:00 [2020-09-10T20:22:00.541Z] #25 3.433 
###                                                                        5.2%
########                                                                  11.9%
###############                                                           20.9%
#####################                                                     29.8%
#############################                                             41.1%
#####################################                                     52.3%
############################################                              61.3%
####################################################                      72.5%
##########################################################                81.5%
##################################################################        92.7%
######################################################################## 100.0%
20:22:00 [2020-09-10T20:22:00.541Z] #25 4.903 #=#=#                                                                         
20:22:00 [2020-09-10T20:22:00.541Z] #25 5.037 
############                                                              16.8%
####################################################                      72.7%
######################################################################## 100.0%
20:22:00 [2020-09-10T20:22:00.541Z] #25 5.513 #=#=#                                                                         
20:22:00 [2020-09-10T20:22:00.541Z] #25 5.699 
##################                                                        25.3%
##################################                                        47.6%
##################################################################        92.1%
######################################################################## 100.0%
20:22:00 [2020-09-10T20:22:00.541Z] #25 6.252 
20:22:01 [2020-09-10T20:22:01.128Z] #30 8.311 runtime/internal/sys
20:22:01 [2020-09-10T20:22:01.393Z] #30 8.574 runtime/internal/math
20:22:01 [2020-09-10T20:22:01.393Z] #30 ...
20:22:01 [2020-09-10T20:22:01.393Z] 
20:22:01 [2020-09-10T20:22:01.393Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:01 [2020-09-10T20:22:01.393Z] #43 8.680 go: downloading gotest.tools v2.1.0+incompatible
20:22:01 [2020-09-10T20:22:01.422Z] #25 6.365 
                                                                           1.1%
####                                                                       5.7%
##########                                                                14.2%
################                                                          22.8%
########################                                                  33.6%
##############################                                            42.2%
####################################                                      50.8%
20:22:01 [2020-09-10T20:22:01.422Z] #25 ...
20:22:01 [2020-09-10T20:22:01.422Z] 
20:22:01 [2020-09-10T20:22:01.422Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:01 [2020-09-10T20:22:01.422Z] #38 33.71 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
20:22:01 [2020-09-10T20:22:01.692Z] #43 8.852 go: extracting gotest.tools v2.1.0+incompatible
20:22:01 [2020-09-10T20:22:01.692Z] #43 8.985 go: downloading github.com/spf13/pflag v1.0.1
20:22:01 [2020-09-10T20:22:01.692Z] #43 8.991 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:22:01 [2020-09-10T20:22:01.692Z] #43 9.066 go: downloading github.com/sirupsen/logrus v1.0.5
20:22:01 [2020-09-10T20:22:01.715Z] #38 33.72 Setting up libnl-3-200:s390x (3.4.0-1) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.73 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.74 Setting up libcap-dev:s390x (1:2.25-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.75 Setting up libprotoc17:s390x (3.6.1.3-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.76 Setting up protobuf-compiler (3.6.1.3-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.77 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.77 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.78 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 33.79 Setting up python-protobuf (3.6.1.3-2) ...
20:22:01 [2020-09-10T20:22:01.716Z] #38 ...
20:22:01 [2020-09-10T20:22:01.716Z] 
20:22:01 [2020-09-10T20:22:01.716Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:01 [2020-09-10T20:22:01.716Z] #30 23.87 sync
20:22:01 [2020-09-10T20:22:01.716Z] #30 23.87 internal/reflectlite
20:22:01 [2020-09-10T20:22:01.716Z] #30 25.81 errors
20:22:01 [2020-09-10T20:22:01.716Z] #30 25.81 sort
20:22:01 [2020-09-10T20:22:01.716Z] #30 26.30 strconv
20:22:01 [2020-09-10T20:22:01.716Z] #30 26.61 io
20:22:01 [2020-09-10T20:22:01.716Z] #30 27.46 internal/oserror
20:22:01 [2020-09-10T20:22:01.716Z] #30 27.54 syscall
20:22:01 [2020-09-10T20:22:01.716Z] #30 29.53 reflect
20:22:01 [2020-09-10T20:22:01.716Z] #30 33.15 time
20:22:01 [2020-09-10T20:22:01.716Z] #30 ...
20:22:01 [2020-09-10T20:22:01.716Z] 
20:22:01 [2020-09-10T20:22:01.716Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:01 [2020-09-10T20:22:01.951Z] #43 9.147 go: downloading github.com/jonboulle/clockwork v0.1.0
20:22:01 [2020-09-10T20:22:01.952Z] #43 9.177 go: downloading github.com/pkg/errors v0.8.0
20:22:01 [2020-09-10T20:22:01.952Z] #43 9.324 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:22:01 [2020-09-10T20:22:01.952Z] #43 9.364 go: downloading github.com/fatih/color v1.6.0
20:22:02 [2020-09-10T20:22:02.008Z] #25 6.365 
                                                                           1.1%
####                                                                       5.7%
##########                                                                14.2%
################                                                          22.8%
########################                                                  33.6%
##############################                                            42.2%
####################################                                      50.8%
############################################                              61.5%
####################################################                      72.2%
##########################################################                80.8%
################################################################          89.4%
######################################################################    98.0%
######################################################################## 100.0%
20:22:02 [2020-09-10T20:22:02.211Z] #43 9.548 go: extracting github.com/sirupsen/logrus v1.0.5
20:22:02 [2020-09-10T20:22:02.211Z] #43 9.604 go: extracting github.com/jonboulle/clockwork v0.1.0
20:22:02 [2020-09-10T20:22:02.211Z] #43 9.655 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:22:02 [2020-09-10T20:22:02.302Z] #25 8.035 
20:22:02 [2020-09-10T20:22:02.449Z] using credential docker-jenkins-github-credentials
20:22:02 [2020-09-10T20:22:02.458Z] Cloning the remote Git repository
20:22:02 [2020-09-10T20:22:02.458Z] Cloning with configured refspecs honoured and without tags
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.656 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.701 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.755 go: extracting github.com/fatih/color v1.6.0
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.778 go: downloading github.com/mattn/go-isatty v0.0.3
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.783 go: downloading github.com/mattn/go-colorable v0.0.9
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.835 go: extracting github.com/spf13/pflag v1.0.1
20:22:02 [2020-09-10T20:22:02.470Z] #43 9.858 go: extracting github.com/pkg/errors v0.8.0
20:22:02 [2020-09-10T20:22:02.625Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
20:22:02 [2020-09-10T20:22:02.625Z] #25 ...
20:22:02 [2020-09-10T20:22:02.625Z] 
20:22:02 [2020-09-10T20:22:02.625Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.013 + RM_GOPATH=0
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.013 + TMP_GOPATH=
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.013 + : /build
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.013 + '[' -z '' ']'
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.013 ++ mktemp -d
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.022 + export GOPATH=/tmp/tmp.MaGYy2A9Es
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.022 + GOPATH=/tmp/tmp.MaGYy2A9Es
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.022 + RM_GOPATH=1
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.022 + case "$(go env GOARCH)" in
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.022 ++ go env GOARCH
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.032 + export GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.032 + GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.032 ++ dirname /tmp/install/install.sh
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 + dir=/tmp/install
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 + bin=containerd
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 + shift
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 + . /tmp/install/containerd.installer
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.036 ++ set -e
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.037 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.037 + install_containerd
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.038 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a'
20:22:02 [2020-09-10T20:22:02.625Z] #52 2.038 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:22:02 [2020-09-10T20:22:02.626Z] #52 2.038 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MaGYy2A9Es/src/github.com/containerd/containerd
20:22:02 [2020-09-10T20:22:02.626Z] #52 2.051 Cloning into '/tmp/tmp.MaGYy2A9Es/src/github.com/containerd/containerd'...
20:22:02 [2020-09-10T20:22:02.730Z] #43 ...
20:22:02 [2020-09-10T20:22:02.730Z] 
20:22:02 [2020-09-10T20:22:02.730Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.924 + RM_GOPATH=0
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.924 + TMP_GOPATH=
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.924 + : /build
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.924 + '[' -z '' ']'
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.924 ++ mktemp -d
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.927 + export GOPATH=/tmp/tmp.LQtukUpP8r
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.927 + GOPATH=/tmp/tmp.LQtukUpP8r
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.927 + RM_GOPATH=1
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.927 + case "$(go env GOARCH)" in
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.927 ++ go env GOARCH
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.937 + export GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.937 + GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.949 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 ++ dirname /tmp/install/install.sh
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + dir=/tmp/install
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + bin=rootlesskit
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + shift
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + . /tmp/install/rootlesskit.installer
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + install_rootlesskit
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + case "$1" in
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + export CGO_ENABLED=0
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + CGO_ENABLED=0
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + _install_rootlesskit
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LQtukUpP8r/src/github.com/rootless-containers/rootlesskit
20:22:02 [2020-09-10T20:22:02.730Z] #54 4.950 Cloning into '/tmp/tmp.LQtukUpP8r/src/github.com/rootless-containers/rootlesskit'...
20:22:02 [2020-09-10T20:22:02.730Z] #54 ...
20:22:02 [2020-09-10T20:22:02.730Z] 
20:22:02 [2020-09-10T20:22:02.730Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.722 + RM_GOPATH=0
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.722 + TMP_GOPATH=
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.722 + : /build
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.722 + '[' -z '' ']'
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.722 ++ mktemp -d
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.732 + export GOPATH=/tmp/tmp.mdskkiMPS8
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.732 + GOPATH=/tmp/tmp.mdskkiMPS8
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.732 + RM_GOPATH=1
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.732 + case "$(go env GOARCH)" in
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.732 ++ go env GOARCH
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.740 + export GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.740 + GO_BUILDMODE=-buildmode=pie
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.740 ++ dirname /tmp/install/install.sh
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.751 + dir=/tmp/install
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.751 + bin=shfmt
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.751 + shift
20:22:02 [2020-09-10T20:22:02.730Z] #47 3.751 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 + . /tmp/install/shfmt.installer
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 + install_shfmt
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 + git clone https://github.com/mvdan/sh.git /tmp/tmp.mdskkiMPS8/src/github.com/mvdan/sh
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 Cloning into '/tmp/tmp.mdskkiMPS8/src/github.com/mvdan/sh'...
20:22:02 [2020-09-10T20:22:02.731Z] #47 3.751 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:02 [2020-09-10T20:22:02.925Z] #52 ...
20:22:02 [2020-09-10T20:22:02.925Z] 
20:22:02 [2020-09-10T20:22:02.925Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:02 [2020-09-10T20:22:02.991Z] #47 ...
20:22:02 [2020-09-10T20:22:02.991Z] 
20:22:02 [2020-09-10T20:22:02.991Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:02 [2020-09-10T20:22:02.991Z] #23 6.000 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:02 [2020-09-10T20:22:02.991Z] #23 6.054 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:02 [2020-09-10T20:22:02.991Z] #23 6.059 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:02 [2020-09-10T20:22:02.991Z] #23 7.179 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:02 [2020-09-10T20:22:02.991Z] #23 9.435 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:03 [2020-09-10T20:22:03.218Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
##                                                                         4.0%
####                                                                       5.9%
######                                                                     8.4%
#######                                                                   10.2%
#########       
20:22:03 [2020-09-10T20:22:03.219Z] #25 ...
20:22:03 [2020-09-10T20:22:03.219Z] 
20:22:03 [2020-09-10T20:22:03.219Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 25.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.68 debconf: delaying package configuration, since apt-utils is not installed
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.77 Fetched 14.0 MB in 1s (10.7 MB/s)
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.81 Selecting previously unselected package xxd.
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.81 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 26.88 Unpacking xxd (2:8.1.0875-5) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.17 Selecting previously unselected package vim-common.
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.17 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.27 Unpacking vim-common (2:8.1.0875-5) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.49 Selecting previously unselected package cmake-data.
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.49 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 27.51 Unpacking cmake-data (3.13.4-1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 29.51 Selecting previously unselected package libicu63:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 29.54 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 29.56 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 33.59 Selecting previously unselected package libxml2:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 33.59 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 33.59 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.09 Selecting previously unselected package libarchive13:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.09 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.09 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.37 Selecting previously unselected package libjsoncpp1:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.38 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.38 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.52 Selecting previously unselected package librhash0:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.52 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.52 Unpacking librhash0:s390x (1.3.8-1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.61 Selecting previously unselected package libuv1:s390x.
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.61 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.62 Unpacking libuv1:s390x (1.24.1-1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.71 Selecting previously unselected package cmake.
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.71 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 34.72 Unpacking cmake (3.13.4-1) ...
20:22:03 [2020-09-10T20:22:03.219Z] #32 ...
20:22:03 [2020-09-10T20:22:03.219Z] 
20:22:03 [2020-09-10T20:22:03.219Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:03 [2020-09-10T20:22:03.250Z] #23 ...
20:22:03 [2020-09-10T20:22:03.250Z] 
20:22:03 [2020-09-10T20:22:03.250Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:03 [2020-09-10T20:22:03.250Z] #28 4.737 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:03 [2020-09-10T20:22:03.250Z] #28 4.737 Cloning into '.'...
20:22:03 [2020-09-10T20:22:03.250Z] #28 ...
20:22:03 [2020-09-10T20:22:03.250Z] 
20:22:03 [2020-09-10T20:22:03.250Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:03 [2020-09-10T20:22:03.250Z] #10 5.540 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:03 [2020-09-10T20:22:03.251Z] #10 5.692 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:03 [2020-09-10T20:22:03.251Z] #10 5.695 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:03 [2020-09-10T20:22:03.251Z] #10 6.827 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:03 [2020-09-10T20:22:03.251Z] #10 9.566 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:02 [2020-09-10T20:22:02.718Z] Cloning repository https://github.com/moby/moby.git
20:22:02 [2020-09-10T20:22:02.782Z]  > git init /home/ubuntu/workspace/moby_PR-41436 # timeout=10
20:22:02 [2020-09-10T20:22:02.999Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:03 [2020-09-10T20:22:03.000Z]  > git --version # timeout=10
20:22:03 [2020-09-10T20:22:03.008Z]  > git --version # 'git version 2.7.4'
20:22:03 [2020-09-10T20:22:03.009Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:03 [2020-09-10T20:22:03.012Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:03 [2020-09-10T20:22:03.510Z] #10 ...
20:22:03 [2020-09-10T20:22:03.510Z] 
20:22:03 [2020-09-10T20:22:03.510Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:03 [2020-09-10T20:22:03.510Z] #38 5.629 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #38 5.699 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #38 5.711 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #38 6.758 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #38 9.177 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #38 ...
20:22:03 [2020-09-10T20:22:03.510Z] 
20:22:03 [2020-09-10T20:22:03.510Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:03 [2020-09-10T20:22:03.510Z] #32 5.915 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #32 5.998 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #32 6.031 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #32 7.086 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:03 [2020-09-10T20:22:03.510Z] #32 9.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:03 [2020-09-10T20:22:03.772Z] #32 ...
20:22:03 [2020-09-10T20:22:03.772Z] 
20:22:03 [2020-09-10T20:22:03.772Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + RM_GOPATH=0
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + TMP_GOPATH=
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + : /build
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + '[' -z '' ']'
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 ++ mktemp -d
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + export GOPATH=/tmp/tmp.dcQhwS7pSe
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + GOPATH=/tmp/tmp.dcQhwS7pSe
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + RM_GOPATH=1
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 + case "$(go env GOARCH)" in
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.766 ++ go env GOARCH
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.778 + export GO_BUILDMODE=-buildmode=pie
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.778 + GO_BUILDMODE=-buildmode=pie
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.778 ++ dirname /tmp/install/install.sh
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.783 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + dir=/tmp/install
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + bin=proxy
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + shift
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + '[' '!' -f /tmp/install/proxy.installer ']'
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + . /tmp/install/proxy.installer
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 ++ : 9e99af28df21367340c95a3863e31808d689c92a
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + install_proxy
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + case "$1" in
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + export CGO_ENABLED=0
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + CGO_ENABLED=0
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + _install_proxy
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dcQhwS7pSe/src/github.com/docker/libnetwork
20:22:03 [2020-09-10T20:22:03.772Z] #60 3.788 Cloning into '/tmp/tmp.dcQhwS7pSe/src/github.com/docker/libnetwork'...
20:22:03 [2020-09-10T20:22:03.772Z] #60 ...
20:22:03 [2020-09-10T20:22:03.772Z] 
20:22:03 [2020-09-10T20:22:03.772Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.534 + RM_GOPATH=0
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.534 + TMP_GOPATH=
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.534 + : /build
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.534 + '[' -z '' ']'
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.536 ++ mktemp -d
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.537 + export GOPATH=/tmp/tmp.OH5B3RcWYL
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.537 + GOPATH=/tmp/tmp.OH5B3RcWYL
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.537 + RM_GOPATH=1
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.537 + case "$(go env GOARCH)" in
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.540 ++ go env GOARCH
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.601 + export GO_BUILDMODE=-buildmode=pie
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.601 + GO_BUILDMODE=-buildmode=pie
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.602 ++ dirname /tmp/install/install.sh
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.607 + dir=/tmp/install
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.615 + bin=golangci_lint
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.615 + shift
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.615 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.615 + . /tmp/install/golangci_lint.installer
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.615 ++ : v1.23.8
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.616 + install_golangci_lint
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.617 + echo 'Installing golangci-lint version v1.23.8'
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.617 Installing golangci-lint version v1.23.8
20:22:03 [2020-09-10T20:22:03.772Z] #45 5.617 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
20:22:03 [2020-09-10T20:22:03.806Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
##                                                                         4.0%
####                                                                       5.9%
######                                                                     8.4%
#######                                                                   10.2%
#########                                                                 13.4%
###########                                                               16.1%
############                                                              18.0%
##############                                                            20.5%
################                                                          22.4%
#################                                                         24.9%
20:22:03 [2020-09-10T20:22:03.806Z] #25 ...
20:22:03 [2020-09-10T20:22:03.806Z] 
20:22:03 [2020-09-10T20:22:03.806Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:03 [2020-09-10T20:22:03.806Z] #41 26.03 math/rand
20:22:03 [2020-09-10T20:22:03.806Z] #41 26.94 internal/singleflight
20:22:03 [2020-09-10T20:22:03.806Z] #41 27.94 bytes
20:22:03 [2020-09-10T20:22:03.806Z] #41 27.95 strconv
20:22:03 [2020-09-10T20:22:03.806Z] #41 29.51 bufio
20:22:03 [2020-09-10T20:22:03.806Z] #41 30.10 reflect
20:22:03 [2020-09-10T20:22:03.806Z] #41 30.87 syscall
20:22:03 [2020-09-10T20:22:03.806Z] #41 34.82 time
20:22:04 [2020-09-10T20:22:04.031Z] #45 ...
20:22:04 [2020-09-10T20:22:04.031Z] 
20:22:04 [2020-09-10T20:22:04.031Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.578 + RM_GOPATH=0
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.579 + TMP_GOPATH=
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.579 + : /build
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.582 + '[' -z '' ']'
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.587 ++ mktemp -d
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.601 + export GOPATH=/tmp/tmp.nCCEa6jkB4
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.601 + GOPATH=/tmp/tmp.nCCEa6jkB4
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.601 + RM_GOPATH=1
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.601 + case "$(go env GOARCH)" in
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.603 ++ go env GOARCH
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.635 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.635 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.641 ++ dirname /tmp/install/install.sh
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.651 + dir=/tmp/install
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.666 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + bin=vndr
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + shift
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + '[' '!' -f /tmp/install/vndr.installer ']'
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + . /tmp/install/vndr.installer
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + install_vndr
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.670 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nCCEa6jkB4/src/github.com/LK4D4/vndr
20:22:04 [2020-09-10T20:22:04.031Z] #41 5.680 Cloning into '/tmp/tmp.nCCEa6jkB4/src/github.com/LK4D4/vndr'...
20:22:04 [2020-09-10T20:22:04.031Z] #41 6.538 + cd /tmp/tmp.nCCEa6jkB4/src/github.com/LK4D4/vndr
20:22:04 [2020-09-10T20:22:04.031Z] #41 6.539 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:04 [2020-09-10T20:22:04.031Z] #41 6.562 + go build -buildmode=pie -v -o /build/vndr .
20:22:04 [2020-09-10T20:22:04.031Z] #41 8.499 internal/cpu
20:22:04 [2020-09-10T20:22:04.031Z] #41 8.551 runtime/internal/sys
20:22:04 [2020-09-10T20:22:04.031Z] #41 8.734 internal/race
20:22:04 [2020-09-10T20:22:04.031Z] #41 8.891 sync/atomic
20:22:04 [2020-09-10T20:22:04.031Z] #41 9.136 internal/bytealg
20:22:04 [2020-09-10T20:22:04.031Z] #41 9.313 unicode
20:22:04 [2020-09-10T20:22:04.031Z] #41 10.22 runtime
20:22:04 [2020-09-10T20:22:04.100Z] #41 ...
20:22:04 [2020-09-10T20:22:04.100Z] 
20:22:04 [2020-09-10T20:22:04.100Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:04 [2020-09-10T20:22:04.336Z] #41 ...
20:22:04 [2020-09-10T20:22:04.336Z] 
20:22:04 [2020-09-10T20:22:04.336Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + RM_GOPATH=0
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + TMP_GOPATH=
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + : /build
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + '[' -z '' ']'
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 ++ mktemp -d
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + export GOPATH=/tmp/tmp.TLe0U18BpL
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + GOPATH=/tmp/tmp.TLe0U18BpL
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + RM_GOPATH=1
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 + case "$(go env GOARCH)" in
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.687 ++ go env GOARCH
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 Install docker/cli version 17.06.2-ce from stable
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + export GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + GO_BUILDMODE=-buildmode=pie
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 ++ dirname /tmp/install/install.sh
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + dir=/tmp/install
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + bin=dockercli
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + shift
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + . /tmp/install/dockercli.installer
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 ++ : stable
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 ++ : 17.06.2-ce
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + install_dockercli
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.732 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.738 ++ uname -m
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.742 + arch=x86_64
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.742 + '[' x86_64 '!=' x86_64 ']'
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.742 + url=https://download.docker.com/linux/static
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.742 + tar -xz docker/docker
20:22:04 [2020-09-10T20:22:04.336Z] #21 4.742 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:22:04 [2020-09-10T20:22:04.336Z] #21 ...
20:22:04 [2020-09-10T20:22:04.336Z] 
20:22:04 [2020-09-10T20:22:04.336Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:04 [2020-09-10T20:22:04.336Z] #38 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:04 [2020-09-10T20:22:04.393Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
##                                                                         4.0%
####                                                                       5.9%
######                                                                     8.4%
#######                                                                   10.2%
#########                                                                 13.4%
###########                                                               16.1%
############                                                              18.0%
##############                                                            20.5%
################                                                          22.4%
#################                                                         24.9%
###################                                                       27.4%
#####################                                                     29.2%
######################                                                    31.7%
########################                                                  34.2%
#########################                                                 36.1%
20:22:04 [2020-09-10T20:22:04.393Z] #25 ...
20:22:04 [2020-09-10T20:22:04.393Z] 
20:22:04 [2020-09-10T20:22:04.393Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.64 debconf: delaying package configuration, since apt-utils is not installed
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.82 Fetched 73.3 MB in 5s (15.5 MB/s)
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.88 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 26.94 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 29.03 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:04 [2020-09-10T20:22:04.393Z] #10 29.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 29.04 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.25 Selecting previously unselected package binutils-mingw-w64.
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.26 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.26 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.33 Selecting previously unselected package libdevmapper1.02.1:s390x.
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.34 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.52 Selecting previously unselected package dmsetup.
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.52 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.53 Unpacking dmsetup (2:1.02.155-3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.65 Selecting previously unselected package mingw-w64-common.
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.66 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 31.66 Unpacking mingw-w64-common (6.0.0-3) ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 35.30 Selecting previously unselected package mingw-w64-x86-64-dev.
20:22:04 [2020-09-10T20:22:04.393Z] #10 35.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:22:04 [2020-09-10T20:22:04.393Z] #10 35.33 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:22:04 [2020-09-10T20:22:04.687Z] #10 ...
20:22:04 [2020-09-10T20:22:04.687Z] 
20:22:04 [2020-09-10T20:22:04.687Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:05 [2020-09-10T20:22:05.299Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
##                                                                         4.0%
####                                                                       5.9%
######                                                                     8.4%
#######                                                                   10.2%
#########                                                                 13.4%
###########                                                               16.1%
############                                                              18.0%
##############                                                            20.5%
################                                                          22.4%
#################                                                         24.9%
###################                                                       27.4%
#####################                                                     29.2%
######################                                                    31.7%
########################                                                  34.2%
#########################                                                 36.1%
############################                                              39.2%
##############################                                            42.8%
#################################                                         46.0%
##################################                                        48.5%
####################################                                      51.0%
######################################                                    53.5%
#######################################                                   54.6%
20:22:05 [2020-09-10T20:22:05.299Z] #25 ...
20:22:05 [2020-09-10T20:22:05.299Z] 
20:22:05 [2020-09-10T20:22:05.299Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.49 Setting up libicu63:s390x (63.1-6+deb10u1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.52 Setting up xxd (2:8.1.0875-5) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.53 Setting up libuv1:s390x (1.24.1-1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.53 Setting up vim-common (2:8.1.0875-5) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.54 Setting up librhash0:s390x (1.3.8-1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.55 Setting up cmake-data (3.13.4-1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.56 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.58 Setting up libjsoncpp1:s390x (1.7.4-3) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.59 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.59 Setting up cmake (3.13.4-1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.60 Processing triggers for libc-bin (2.28-10) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 36.67 Processing triggers for mime-support (3.62) ...
20:22:05 [2020-09-10T20:22:05.299Z] #32 DONE 37.6s
20:22:05 [2020-09-10T20:22:05.299Z] 
20:22:05 [2020-09-10T20:22:05.299Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:05 [2020-09-10T20:22:05.299Z] #38 36.91 Setting up libnl-3-dev:s390x (3.4.0-1) ...
20:22:05 [2020-09-10T20:22:05.299Z] #38 36.91 Processing triggers for libc-bin (2.28-10) ...
20:22:05 [2020-09-10T20:22:05.299Z] #38 DONE 37.6s
20:22:05 [2020-09-10T20:22:05.299Z] 
20:22:05 [2020-09-10T20:22:05.299Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:05 [2020-09-10T20:22:05.595Z] Fetching without tags
20:22:05 [2020-09-10T20:22:05.911Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:22:06 [2020-09-10T20:22:06.641Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:22:06 [2020-09-10T20:22:06.642Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:22:05 [2020-09-10T20:22:05.540Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:05 [2020-09-10T20:22:05.551Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:22:05 [2020-09-10T20:22:05.563Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:05 [2020-09-10T20:22:05.572Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:05 [2020-09-10T20:22:05.598Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:05 [2020-09-10T20:22:05.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:05 [2020-09-10T20:22:05.600Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:05 [2020-09-10T20:22:05.918Z]  > git config core.sparsecheckout # timeout=10
20:22:05 [2020-09-10T20:22:05.937Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:22:06 [2020-09-10T20:22:06.580Z]  > git remote # timeout=10
20:22:06 [2020-09-10T20:22:06.603Z]  > git config --get remote.origin.url # timeout=10
20:22:06 [2020-09-10T20:22:06.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:06 [2020-09-10T20:22:06.609Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:22:06 [2020-09-10T20:22:06.625Z]  > git rev-parse HEAD^{commit} # timeout=10
20:22:06 [2020-09-10T20:22:06.643Z]  > git config core.sparsecheckout # timeout=10
20:22:06 [2020-09-10T20:22:06.656Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:22:07 [2020-09-10T20:22:07.657Z] #25 8.158 
                                                                           0.1%
#                                                                          1.5%
#                                                                          2.7%
##                                                                         4.0%
####                                                                       5.9%
######                                                                     8.4%
#######                                                                   10.2%
#########                                                                 13.4%
###########                                                               16.1%
############                                                              18.0%
##############                                                            20.5%
################                                                          22.4%
#################                                                         24.9%
###################                                                       27.4%
#####################                                                     29.2%
######################                                                    31.7%
########################                                                  34.2%
#########################                                                 36.1%
############################                                              39.2%
##############################                                            42.8%
#################################                                         46.0%
##################################                                        48.5%
####################################                                      51.0%
######################################                                    53.5%
#######################################                                   54.6%
########################################                                  55.6%
########################################                                  56.2%
#########################################                                 57.6%
##########################################                                58.4%
############################################                              61.4%
#############################################                             62.6%
##############################################                            64.5%
#################################################                         68.9%
###################################################                       72.0%
#####################################################                     73.8%
######################################################                    76.3%
#########################################################                 79.5%
##########################################################                81.9%
############################################################              84.4%
###############################################################           87.6%
################################################################          90.1%
##################################################################        92.6%
####################################################################      95.1%
######################################################################    97.5%
######################################################################## 100.0%
20:22:07 [2020-09-10T20:22:07.657Z] #25 13.47 
20:22:08 [2020-09-10T20:22:08.304Z] #25 ...
20:22:08 [2020-09-10T20:22:08.304Z] 
20:22:08 [2020-09-10T20:22:08.304Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:08 [2020-09-10T20:22:08.304Z] #28 30.25 Checking out files:  93% (1424/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:22:08 [2020-09-10T20:22:08.304Z] #28 30.35 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:08 [2020-09-10T20:22:08.304Z] #28 31.32 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:08 [2020-09-10T20:22:08.304Z] #28 ...
20:22:08 [2020-09-10T20:22:08.304Z] 
20:22:08 [2020-09-10T20:22:08.304Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.32 Selecting previously unselected package gcc-mingw-w64-base.
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.32 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.35 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.48 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:22:08 [2020-09-10T20:22:08.304Z] #10 40.49 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:08 [2020-09-10T20:22:08.622Z] #38 ...
20:22:08 [2020-09-10T20:22:08.622Z] 
20:22:08 [2020-09-10T20:22:08.622Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:08 [2020-09-10T20:22:08.622Z] #21 13.94 + mkdir -p /build
20:22:08 [2020-09-10T20:22:08.622Z] #21 13.95 + mv docker/docker /build/
20:22:08 [2020-09-10T20:22:08.622Z] #21 13.95 + rmdir docker
20:22:08 [2020-09-10T20:22:08.622Z] #21 DONE 15.2s
20:22:08 [2020-09-10T20:22:08.622Z] 
20:22:08 [2020-09-10T20:22:08.622Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:08 [2020-09-10T20:22:08.622Z] #41 13.95 unicode/utf8
20:22:08 [2020-09-10T20:22:08.622Z] #41 14.77 internal/testlog
20:22:08 [2020-09-10T20:22:08.622Z] #41 15.03 encoding
20:22:08 [2020-09-10T20:22:08.622Z] #41 15.16 unicode/utf16
20:22:08 [2020-09-10T20:22:08.622Z] #41 15.41 container/list
20:22:08 [2020-09-10T20:22:08.938Z] #10 ...
20:22:08 [2020-09-10T20:22:08.938Z] 
20:22:08 [2020-09-10T20:22:08.938Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:08 [2020-09-10T20:22:08.938Z] #47 31.06 syscall
20:22:08 [2020-09-10T20:22:08.938Z] #47 31.10 reflect
20:22:08 [2020-09-10T20:22:08.938Z] #47 35.75 time
20:22:08 [2020-09-10T20:22:08.938Z] #47 39.56 context
20:22:08 [2020-09-10T20:22:08.938Z] #47 40.13 os
20:22:08 [2020-09-10T20:22:08.938Z] #47 40.41 encoding/binary
20:22:08 [2020-09-10T20:22:08.938Z] #47 ...
20:22:08 [2020-09-10T20:22:08.938Z] 
20:22:08 [2020-09-10T20:22:08.938Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + RM_GOPATH=0
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + TMP_GOPATH=
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + : /build
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + '[' -z '' ']'
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 ++ mktemp -d
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + export GOPATH=/tmp/tmp.Lgd2XOFwxD
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + GOPATH=/tmp/tmp.Lgd2XOFwxD
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + RM_GOPATH=1
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 + case "$(go env GOARCH)" in
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.516 ++ go env GOARCH
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.548 + export GO_BUILDMODE=-buildmode=pie
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.548 + GO_BUILDMODE=-buildmode=pie
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.548 ++ dirname /tmp/install/install.sh
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.549 + dir=/tmp/install
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.549 + bin=tini
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.549 + shift
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.550 + '[' '!' -f /tmp/install/tini.installer ']'
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.550 + . /tmp/install/tini.installer
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.550 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:22:08 [2020-09-10T20:22:08.938Z] #33 1.550 + install_tini
20:22:08 [2020-09-10T20:22:08.939Z] #33 1.550 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:22:08 [2020-09-10T20:22:08.939Z] #33 1.550 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:22:08 [2020-09-10T20:22:08.939Z] #33 1.550 + git clone https://github.com/krallin/tini.git /tmp/tmp.Lgd2XOFwxD/tini
20:22:08 [2020-09-10T20:22:08.939Z] #33 1.556 Cloning into '/tmp/tmp.Lgd2XOFwxD/tini'...
20:22:08 [2020-09-10T20:22:08.939Z] #33 2.128 + cd /tmp/tmp.Lgd2XOFwxD/tini
20:22:08 [2020-09-10T20:22:08.939Z] #33 2.131 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:22:08 [2020-09-10T20:22:08.939Z] #33 2.149 + cmake .
20:22:08 [2020-09-10T20:22:08.939Z] #33 2.518 -- The C compiler identification is GNU 8.3.0
20:22:08 [2020-09-10T20:22:08.939Z] #33 2.606 -- Check for working C compiler: /usr/bin/cc
20:22:08 [2020-09-10T20:22:08.939Z] #33 3.080 -- Check for working C compiler: /usr/bin/cc -- works
20:22:08 [2020-09-10T20:22:08.939Z] #33 3.080 -- Detecting C compiler ABI info
20:22:08 [2020-09-10T20:22:08.939Z] #33 3.537 -- Detecting C compiler ABI info - done
20:22:08 [2020-09-10T20:22:08.939Z] #33 3.567 -- Detecting C compile features
20:22:09 [2020-09-10T20:22:09.191Z] #41 16.51 crypto/internal/subtle
20:22:09 [2020-09-10T20:22:09.450Z] #41 16.67 crypto/subtle
20:22:09 [2020-09-10T20:22:09.709Z] #41 17.04 vendor/golang.org/x/crypto/cryptobyte/asn1
20:22:09 [2020-09-10T20:22:09.967Z] #41 17.22 internal/nettrace
20:22:10 [2020-09-10T20:22:10.227Z] #41 17.47 runtime/cgo
20:22:10 [2020-09-10T20:22:10.449Z] #33 4.800 -- Detecting C compile features - done
20:22:10 [2020-09-10T20:22:10.449Z] #33 4.820 -- Performing Test HAS_BUILTIN_FORTIFY
20:22:10 [2020-09-10T20:22:10.449Z] #33 4.948 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:22:10 [2020-09-10T20:22:10.449Z] #33 5.011 -- Configuring done
20:22:10 [2020-09-10T20:22:10.449Z] #33 5.031 -- Generating done
20:22:10 [2020-09-10T20:22:10.449Z] #33 5.051 -- Build files have been written to: /tmp/tmp.Lgd2XOFwxD/tini
20:22:10 [2020-09-10T20:22:10.449Z] #33 5.058 + make tini-static
20:22:10 [2020-09-10T20:22:10.703Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:22:10 [2020-09-10T20:22:10.741Z] #33 5.321 Scanning dependencies of target tini-static
20:22:10 [2020-09-10T20:22:10.741Z] #33 5.419 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:22:10 [2020-09-10T20:22:10.722Z]  > git --version # timeout=10
20:22:10 [2020-09-10T20:22:10.738Z]  > git --version # 'git version 2.17.1'
20:22:10 [2020-09-10T20:22:10.751Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
20:22:10 [2020-09-10T20:22:10.770Z]  ---> c9050c8d7afb
20:22:10 [2020-09-10T20:22:10.770Z] Successfully built c9050c8d7afb
20:22:10 [2020-09-10T20:22:10.770Z] Successfully tagged docker:latest
20:22:10 [2020-09-10T20:22:10.771Z] INFO: Image build ended at 09/10/2020 20:22:08. Duration:00:00:28.3107027
20:22:10 [2020-09-10T20:22:10.771Z] 
20:22:10 [2020-09-10T20:22:10.771Z] 
20:22:10 [2020-09-10T20:22:10.771Z] INFO: Building the test binaries at 09/10/2020 20:22:08...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:22:11 [2020-09-10T20:22:11.609Z] #41 ...
20:22:11 [2020-09-10T20:22:11.609Z] 
20:22:11 [2020-09-10T20:22:11.609Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:11 [2020-09-10T20:22:11.609Z] #30 8.716 math/bits
20:22:11 [2020-09-10T20:22:11.609Z] #30 8.734 internal/bytealg
20:22:11 [2020-09-10T20:22:11.609Z] #30 9.316 math
20:22:11 [2020-09-10T20:22:11.609Z] #30 9.503 runtime
20:22:11 [2020-09-10T20:22:11.609Z] #30 14.17 unicode/utf8
20:22:11 [2020-09-10T20:22:11.609Z] #30 15.02 internal/testlog
20:22:11 [2020-09-10T20:22:11.609Z] #30 15.41 runtime/cgo
20:22:11 [2020-09-10T20:22:11.609Z] #30 ...
20:22:11 [2020-09-10T20:22:11.609Z] 
20:22:11 [2020-09-10T20:22:11.609Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:11 [2020-09-10T20:22:11.609Z] #47 13.37 + cd /tmp/tmp.mdskkiMPS8/src/github.com/mvdan/sh
20:22:11 [2020-09-10T20:22:11.609Z] #47 13.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:11 [2020-09-10T20:22:11.609Z] #47 13.50 + GO111MODULE=on
20:22:11 [2020-09-10T20:22:11.609Z] #47 13.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:22:11 [2020-09-10T20:22:11.609Z] #47 15.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:11 [2020-09-10T20:22:11.609Z] #47 15.33 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:11 [2020-09-10T20:22:11.609Z] #47 15.43 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:11 [2020-09-10T20:22:11.609Z] #47 15.76 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:11 [2020-09-10T20:22:11.609Z] #47 15.80 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:11 [2020-09-10T20:22:11.609Z] #47 16.89 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:11 [2020-09-10T20:22:11.609Z] #47 17.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:11 [2020-09-10T20:22:11.609Z] #47 18.95 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:11 [2020-09-10T20:22:11.779Z] #33 ...
20:22:11 [2020-09-10T20:22:11.779Z] 
20:22:11 [2020-09-10T20:22:11.779Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:11 [2020-09-10T20:22:11.779Z] #39 2.734 Note: Building without setproctitle() and strlcpy() support.
20:22:11 [2020-09-10T20:22:11.779Z] #39 2.734       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:22:11 [2020-09-10T20:22:11.779Z] #39 2.737 Note: Building without GnuTLS support
20:22:11 [2020-09-10T20:22:11.779Z] #39 2.738 Makefile.config:39: Warn: you have no libnftables installed
20:22:11 [2020-09-10T20:22:11.779Z] #39 2.738 Makefile.config:40: Warn: Building without nftables support
20:22:11 [2020-09-10T20:22:11.779Z] #39 3.831 fatal: not a git repository (or any of the parent directories): .git
20:22:11 [2020-09-10T20:22:11.779Z] #39 3.847   GEN      .gitid
20:22:11 [2020-09-10T20:22:11.779Z] #39 3.859   GEN      criu/include/version.h
20:22:11 [2020-09-10T20:22:11.779Z] #39 3.889   GEN      include/common/asm
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.833   PBCC     images/timens.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.856   DEP      images/timens.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.904   PBCC     images/fown.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.918   PBCC     images/google/protobuf/descriptor.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.986   PBCC     images/opts.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 4.992   PBCC     images/memfd.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.025   DEP      images/fown.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.039   DEP      images/google/protobuf/descriptor.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.141   DEP      images/opts.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.176   DEP      images/memfd.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.199   PBCC     images/sit.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.224   DEP      images/sit.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.271   PBCC     images/macvlan.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.287   DEP      images/macvlan.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.307   PBCC     images/autofs.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.334   DEP      images/autofs.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.360   PBCC     images/sysctl.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.374   DEP      images/sysctl.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.386   PBCC     images/time.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.413   DEP      images/time.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.472   PBCC     images/binfmt-misc.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.477   DEP      images/binfmt-misc.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.515   PBCC     images/seccomp.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.528   DEP      images/seccomp.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.554   PBCC     images/userns.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.578   DEP      images/userns.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.621   PBCC     images/cgroup.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.647   DEP      images/cgroup.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.675   PBCC     images/ext-file.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.697   DEP      images/ext-file.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.725   PBCC     images/rpc.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.747   DEP      images/rpc.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.760   PBCC     images/siginfo.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.785   DEP      images/siginfo.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.832   PBCC     images/pagemap.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.865   DEP      images/pagemap.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.898   PBCC     images/rlimit.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.925   DEP      images/rlimit.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.938   PBCC     images/file-lock.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.976   DEP      images/file-lock.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 5.996   PBCC     images/tty.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.036   DEP      images/tty.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.102   PBCC     images/tun.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.141   PBCC     images/netdev.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.181   DEP      images/tun.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.219   DEP      images/netdev.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.266   PBCC     images/vma.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.300   DEP      images/vma.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.356   PBCC     images/creds.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.359   DEP      images/creds.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.387   PBCC     images/utsns.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.390   DEP      images/utsns.pb-c.d
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.467   PBCC     images/ipc-desc.pb-c.c
20:22:11 [2020-09-10T20:22:11.779Z] #39 6.491   PBCC     images/ipc-sem.pb-c.c
20:22:11 [2020-09-10T20:22:11.789Z] + docker version
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.506   DEP      images/ipc-desc.pb-c.d
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.529   DEP      images/ipc-sem.pb-c.d
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.568   PBCC     images/ipc-msg.pb-c.c
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.571   DEP      images/ipc-msg.pb-c.d
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.621   PBCC     images/ipc-shm.pb-c.c
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.648   DEP      images/ipc-shm.pb-c.d
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.673   PBCC     images/ipc-var.pb-c.c
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.684   DEP      images/ipc-var.pb-c.d
20:22:12 [2020-09-10T20:22:12.072Z] #39 6.728   PBCC     images/sk-opts.pb-c.c
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.770   PBCC     images/packet-sock.pb-c.c
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.796   DEP      images/sk-opts.pb-c.d
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.829   DEP      images/packet-sock.pb-c.d
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.852   PBCC     images/sk-netlink.pb-c.c
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.894   DEP      images/sk-netlink.pb-c.d
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.930   PBCC     images/sk-inet.pb-c.c
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.953   DEP      images/sk-inet.pb-c.d
20:22:12 [2020-09-10T20:22:12.364Z] #39 6.983   PBCC     images/sk-unix.pb-c.c
20:22:12 [2020-09-10T20:22:12.364Z] #39 7.060   DEP      images/sk-unix.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.076   PBCC     images/mm.pb-c.c
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.116   DEP      images/mm.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.138   PBCC     images/timerfd.pb-c.c
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.179   DEP      images/timerfd.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.222   PBCC     images/timer.pb-c.c
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.234   DEP      images/timer.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.265   PBCC     images/sa.pb-c.c
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.308   DEP      images/sa.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 ...
20:22:12 [2020-09-10T20:22:12.658Z] 
20:22:12 [2020-09-10T20:22:12.658Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:12 [2020-09-10T20:22:12.658Z] #33 6.529 [100%] Linking C executable tini-static
20:22:12 [2020-09-10T20:22:12.658Z] #33 6.965 [100%] Built target tini-static
20:22:12 [2020-09-10T20:22:12.658Z] #33 7.033 + mkdir -p /build
20:22:12 [2020-09-10T20:22:12.658Z] #33 7.035 + cp tini-static /build/docker-init
20:22:12 [2020-09-10T20:22:12.658Z] #33 DONE 7.4s
20:22:12 [2020-09-10T20:22:12.658Z] 
20:22:12 [2020-09-10T20:22:12.658Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.365   PBCC     images/pipe-data.pb-c.c
20:22:12 [2020-09-10T20:22:12.658Z] #39 7.394   DEP      images/pipe-data.pb-c.d
20:22:12 [2020-09-10T20:22:12.658Z] #39 ...
20:22:12 [2020-09-10T20:22:12.658Z] 
20:22:12 [2020-09-10T20:22:12.658Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:12 [2020-09-10T20:22:12.658Z] #25 14.40 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:22:12 [2020-09-10T20:22:12.658Z] #25 14.64 
20:22:12 [2020-09-10T20:22:12.658Z] #25 14.76 
#############                                                             19.1%
######################################################################## 100.0%
20:22:12 [2020-09-10T20:22:12.658Z] #25 14.85 
20:22:12 [2020-09-10T20:22:12.658Z] #25 15.68 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:22:12 [2020-09-10T20:22:12.658Z] #25 15.72 skipping existing aab193acf6ba
20:22:12 [2020-09-10T20:22:12.658Z] #25 15.81 
20:22:12 [2020-09-10T20:22:12.658Z] #25 16.87 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:22:12 [2020-09-10T20:22:12.658Z] #25 16.91 skipping existing 4d43f82972ce
20:22:12 [2020-09-10T20:22:12.658Z] #25 17.01 
20:22:12 [2020-09-10T20:22:12.658Z] #25 17.90 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.13 
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.29 
######################################################################## 100.0%
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.34 
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.38 Download of images into '/build' complete.
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.40 Use something like the following to load the result into a Docker daemon:
20:22:12 [2020-09-10T20:22:12.658Z] #25 18.40   tar -cC '/build' . | docker load
20:22:12 [2020-09-10T20:22:12.951Z] #25 DONE 18.6s
20:22:12 [2020-09-10T20:22:12.951Z] 
20:22:12 [2020-09-10T20:22:12.951Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.437   PBCC     images/mnt.pb-c.c
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.493   DEP      images/mnt.pb-c.d
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.528   PBCC     images/sk-packet.pb-c.c
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.539   DEP      images/sk-packet.pb-c.d
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.605   PBCC     images/tcp-stream.pb-c.c
20:22:12 [2020-09-10T20:22:12.951Z] #39 7.642   DEP      images/tcp-stream.pb-c.d
20:22:12 [2020-09-10T20:22:12.992Z] #47 20.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:22:12 [2020-09-10T20:22:12.992Z] #47 ...
20:22:12 [2020-09-10T20:22:12.992Z] 
20:22:12 [2020-09-10T20:22:12.992Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:12 [2020-09-10T20:22:12.992Z] #43 10.31 go: extracting github.com/mattn/go-isatty v0.0.3
20:22:12 [2020-09-10T20:22:12.992Z] #43 10.43 go: extracting github.com/mattn/go-colorable v0.0.9
20:22:12 [2020-09-10T20:22:12.992Z] #43 12.18 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:22:12 [2020-09-10T20:22:12.992Z] #43 13.42 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:22:12 [2020-09-10T20:22:12.992Z] #43 13.68 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:22:12 [2020-09-10T20:22:12.992Z] #43 16.90 go: finding github.com/fatih/color v1.6.0
20:22:12 [2020-09-10T20:22:12.992Z] #43 16.92 go: finding github.com/sirupsen/logrus v1.0.5
20:22:12 [2020-09-10T20:22:12.992Z] #43 16.93 go: finding github.com/pkg/errors v0.8.0
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.14 go: finding github.com/spf13/pflag v1.0.1
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.15 go: finding github.com/mattn/go-colorable v0.0.9
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.25 go: finding github.com/mattn/go-isatty v0.0.3
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.41 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.53 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:22:12 [2020-09-10T20:22:12.992Z] #43 17.63 go: finding github.com/jonboulle/clockwork v0.1.0
20:22:12 [2020-09-10T20:22:12.993Z] #43 17.75 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:22:12 [2020-09-10T20:22:12.993Z] #43 17.83 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.682   PBCC     images/pipe.pb-c.c
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.726   DEP      images/pipe.pb-c.d
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.736   PBCC     images/pstree.pb-c.c
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.763   DEP      images/pstree.pb-c.d
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.842   PBCC     images/fs.pb-c.c
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.842   DEP      images/fs.pb-c.d
20:22:13 [2020-09-10T20:22:13.250Z] #39 7.922   PBCC     images/signalfd.pb-c.c
20:22:13 [2020-09-10T20:22:13.251Z] #43 ...
20:22:13 [2020-09-10T20:22:13.251Z] 
20:22:13 [2020-09-10T20:22:13.251Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:13 [2020-09-10T20:22:13.251Z] #47 20.46 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:22:13 [2020-09-10T20:22:13.251Z] #47 20.63 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:22:13 [2020-09-10T20:22:13.251Z] #47 20.68 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:22:13 [2020-09-10T20:22:13.509Z] #47 ...
20:22:13 [2020-09-10T20:22:13.509Z] 
20:22:13 [2020-09-10T20:22:13.509Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:13 [2020-09-10T20:22:13.509Z] #54 10.86 + cd /tmp/tmp.LQtukUpP8r/src/github.com/rootless-containers/rootlesskit
20:22:13 [2020-09-10T20:22:13.509Z] #54 10.86 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:13 [2020-09-10T20:22:13.509Z] #54 11.47 + for f in rootlesskit rootlesskit-docker-proxy
20:22:13 [2020-09-10T20:22:13.509Z] #54 11.47 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:13 [2020-09-10T20:22:13.548Z] #39 8.032   DEP      images/signalfd.pb-c.d
20:22:13 [2020-09-10T20:22:13.548Z] #39 8.089   PBCC     images/fh.pb-c.c
20:22:13 [2020-09-10T20:22:13.548Z] #39 8.110   PBCC     images/fsnotify.pb-c.c
20:22:13 [2020-09-10T20:22:13.548Z] #39 8.202   DEP      images/fh.pb-c.d
20:22:13 [2020-09-10T20:22:13.720Z] INFO: make.ps1 starting at 09/10/2020 20:22:12
20:22:13 [2020-09-10T20:22:13.720Z] INFO: Git commit (5ca758199d) assumed from DOCKER_GITCOMMIT environment variable
20:22:13 [2020-09-10T20:22:13.720Z] INFO: Invoking autogen...
20:22:13 [2020-09-10T20:22:13.768Z] #54 ...
20:22:13 [2020-09-10T20:22:13.768Z] 
20:22:13 [2020-09-10T20:22:13.768Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:13 [2020-09-10T20:22:13.850Z] #39 8.290   DEP      images/fsnotify.pb-c.d
20:22:13 [2020-09-10T20:22:13.850Z] #39 8.363   PBCC     images/eventpoll.pb-c.c
20:22:13 [2020-09-10T20:22:13.850Z] #39 8.369   DEP      images/eventpoll.pb-c.d
20:22:13 [2020-09-10T20:22:13.851Z] #39 8.466   PBCC     images/eventfd.pb-c.c
20:22:13 [2020-09-10T20:22:13.851Z] #39 8.467   DEP      images/eventfd.pb-c.d
20:22:14 [2020-09-10T20:22:14.028Z] #60 20.63 Checking out files:  62% (1301/2067)   
Checking out files:  63% (1303/2067)   
Checking out files:  64% (1323/2067)   
Checking out files:  65% (1344/2067)   
Checking out files:  66% (1365/2067)   
Checking out files:  67% (1385/2067)   
Checking out files:  68% (1406/2067)   
Checking out files:  69% (1427/2067)   
Checking out files:  70% (1447/2067)   
Checking out files:  71% (1468/2067)   
Checking out files:  72% (1489/2067)   
Checking out files:  73% (1509/2067)   
Checking out files:  74% (1530/2067)   
Checking out files:  75% (1551/2067)   
Checking out files:  76% (1571/2067)   
Checking out files:  77% (1592/2067)   
Checking out files:  78% (1613/2067)   
Checking out files:  79% (1633/2067)   
Checking out files:  80% (1654/2067)   
Checking out files:  81% (1675/2067)   
Checking out files:  82% (1695/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
20:22:14 [2020-09-10T20:22:14.028Z] #60 21.42 + cd /tmp/tmp.dcQhwS7pSe/src/github.com/docker/libnetwork
20:22:14 [2020-09-10T20:22:14.028Z] #60 21.42 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
20:22:14 [2020-09-10T20:22:14.145Z] #39 8.522   PBCC     images/remap-file-path.pb-c.c
20:22:14 [2020-09-10T20:22:14.145Z] #39 8.562   DEP      images/remap-file-path.pb-c.d
20:22:14 [2020-09-10T20:22:14.145Z] #39 8.611   PBCC     images/fifo.pb-c.c
20:22:14 [2020-09-10T20:22:14.145Z] #39 8.641   DEP      images/fifo.pb-c.d
20:22:14 [2020-09-10T20:22:14.145Z] #39 8.690   PBCC     images/ghost-file.pb-c.c
20:22:14 [2020-09-10T20:22:14.437Z] #39 8.810   DEP      images/ghost-file.pb-c.d
20:22:14 [2020-09-10T20:22:14.437Z] #39 8.836   PBCC     images/regfile.pb-c.c
20:22:14 [2020-09-10T20:22:14.437Z] #39 8.887   DEP      images/regfile.pb-c.d
20:22:14 [2020-09-10T20:22:14.437Z] #39 8.940   PBCC     images/ns.pb-c.c
20:22:14 [2020-09-10T20:22:14.437Z] #39 8.992   DEP      images/ns.pb-c.d
20:22:14 [2020-09-10T20:22:14.437Z] #39 9.010   PBCC     images/fdinfo.pb-c.c
20:22:14 [2020-09-10T20:22:14.688Z] INFO: Building daemon...
20:22:14 [2020-09-10T20:22:14.731Z] #39 9.192   DEP      images/fdinfo.pb-c.d
20:22:14 [2020-09-10T20:22:14.731Z] #39 9.232   PBCC     images/core-aarch64.pb-c.c
20:22:14 [2020-09-10T20:22:14.731Z] #39 9.268   PBCC     images/core-arm.pb-c.c
20:22:14 [2020-09-10T20:22:14.731Z] #39 9.317   PBCC     images/core-ppc64.pb-c.c
20:22:14 [2020-09-10T20:22:14.731Z] #39 9.372   PBCC     images/core-s390.pb-c.c
20:22:14 [2020-09-10T20:22:14.966Z] #60 22.13 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:22:14 [2020-09-10T20:22:14.966Z] #60 ...
20:22:14 [2020-09-10T20:22:14.966Z] 
20:22:14 [2020-09-10T20:22:14.966Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:14 [2020-09-10T20:22:14.966Z] #23 12.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:14 [2020-09-10T20:22:14.966Z] #23 ...
20:22:14 [2020-09-10T20:22:14.966Z] 
20:22:14 [2020-09-10T20:22:14.966Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:14 [2020-09-10T20:22:14.966Z] #10 12.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.469   PBCC     images/core-x86.pb-c.c
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.469   PBCC     images/core.pb-c.c
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.505   PBCC     images/inventory.pb-c.c
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.529   DEP      images/core-aarch64.pb-c.d
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.559   DEP      images/core-arm.pb-c.d
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.599   DEP      images/core-ppc64.pb-c.d
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.678   DEP      images/core-s390.pb-c.d
20:22:15 [2020-09-10T20:22:15.023Z] #39 9.688   DEP      images/core-x86.pb-c.d
20:22:15 [2020-09-10T20:22:15.225Z] #10 ...
20:22:15 [2020-09-10T20:22:15.225Z] 
20:22:15 [2020-09-10T20:22:15.225Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:15 [2020-09-10T20:22:15.225Z] #32 12.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:15 [2020-09-10T20:22:15.225Z] #32 ...
20:22:15 [2020-09-10T20:22:15.225Z] 
20:22:15 [2020-09-10T20:22:15.225Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:15 [2020-09-10T20:22:15.225Z] #47 21.52 runtime/cgo
20:22:15 [2020-09-10T20:22:15.225Z] #47 21.68 runtime
20:22:15 [2020-09-10T20:22:15.315Z] #39 9.750   DEP      images/core.pb-c.d
20:22:15 [2020-09-10T20:22:15.315Z] #39 9.781   DEP      images/inventory.pb-c.d
20:22:15 [2020-09-10T20:22:15.315Z] #39 9.876   PBCC     images/cpuinfo.pb-c.c
20:22:15 [2020-09-10T20:22:15.316Z] #39 9.896   DEP      images/cpuinfo.pb-c.d
20:22:15 [2020-09-10T20:22:15.316Z] #39 9.927   PBCC     images/stats.pb-c.c
20:22:15 [2020-09-10T20:22:15.316Z] #39 9.943   DEP      images/stats.pb-c.d
20:22:15 [2020-09-10T20:22:15.316Z] #39 ...
20:22:15 [2020-09-10T20:22:15.316Z] 
20:22:15 [2020-09-10T20:22:15.316Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:15 [2020-09-10T20:22:15.316Z] #30 37.64 internal/poll
20:22:15 [2020-09-10T20:22:15.316Z] #30 39.26 internal/syscall/execenv
20:22:15 [2020-09-10T20:22:15.316Z] #30 39.34 internal/syscall/unix
20:22:15 [2020-09-10T20:22:15.316Z] #30 39.54 os
20:22:15 [2020-09-10T20:22:15.316Z] #30 39.87 internal/fmtsort
20:22:15 [2020-09-10T20:22:15.316Z] #30 40.33 strings
20:22:15 [2020-09-10T20:22:15.316Z] #30 42.29 path
20:22:15 [2020-09-10T20:22:15.316Z] #30 42.44 fmt
20:22:15 [2020-09-10T20:22:15.316Z] #30 42.80 path/filepath
20:22:15 [2020-09-10T20:22:15.316Z] #30 43.96 io/ioutil
20:22:15 [2020-09-10T20:22:15.316Z] #30 44.47 text/tabwriter
20:22:15 [2020-09-10T20:22:15.316Z] #30 46.26 flag
20:22:15 [2020-09-10T20:22:15.316Z] #30 46.26 github.com/BurntSushi/toml
20:22:15 [2020-09-10T20:22:15.609Z] #30 47.87 log
20:22:15 [2020-09-10T20:22:15.987Z] Client: Docker Engine - Community
20:22:15 [2020-09-10T20:22:15.987Z]  Version:           19.03.12
20:22:15 [2020-09-10T20:22:15.987Z]  API version:       1.40
20:22:15 [2020-09-10T20:22:15.987Z]  Go version:        go1.13.10
20:22:15 [2020-09-10T20:22:15.987Z]  Git commit:        48a66213fe
20:22:15 [2020-09-10T20:22:15.987Z]  Built:             Mon Jun 22 15:45:36 2020
20:22:15 [2020-09-10T20:22:15.987Z]  OS/Arch:           linux/amd64
20:22:15 [2020-09-10T20:22:15.987Z]  Experimental:      false
20:22:15 [2020-09-10T20:22:15.987Z] 
20:22:15 [2020-09-10T20:22:15.987Z] Server: Docker Engine - Community
20:22:15 [2020-09-10T20:22:15.987Z]  Engine:
20:22:15 [2020-09-10T20:22:15.987Z]   Version:          19.03.12
20:22:15 [2020-09-10T20:22:15.987Z]   API version:      1.40 (minimum version 1.12)
20:22:15 [2020-09-10T20:22:15.987Z]   Go version:       go1.13.10
20:22:15 [2020-09-10T20:22:15.987Z]   Git commit:       48a66213fe
20:22:15 [2020-09-10T20:22:15.987Z]   Built:            Mon Jun 22 15:44:07 2020
20:22:15 [2020-09-10T20:22:15.987Z]   OS/Arch:          linux/amd64
20:22:15 [2020-09-10T20:22:15.987Z]   Experimental:     true
20:22:15 [2020-09-10T20:22:15.987Z]  containerd:
20:22:15 [2020-09-10T20:22:15.987Z]   Version:          1.2.13
20:22:15 [2020-09-10T20:22:15.987Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:22:15 [2020-09-10T20:22:15.987Z]  runc:
20:22:15 [2020-09-10T20:22:15.987Z]   Version:          1.0.0-rc10
20:22:15 [2020-09-10T20:22:15.987Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:22:15 [2020-09-10T20:22:15.987Z]  docker-init:
20:22:15 [2020-09-10T20:22:15.987Z]   Version:          0.18.0
20:22:15 [2020-09-10T20:22:15.987Z]   GitCommit:        fec3683
[Pipeline] sh
20:22:16 [2020-09-10T20:22:16.243Z] #30 ...
20:22:16 [2020-09-10T20:22:16.243Z] 
20:22:16 [2020-09-10T20:22:16.243Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:16 [2020-09-10T20:22:16.243Z] #39 10.72 make[1]: Nothing to be done for 'all'.
20:22:16 [2020-09-10T20:22:16.298Z] + docker info
20:22:16 [2020-09-10T20:22:16.878Z] #39 ...
20:22:16 [2020-09-10T20:22:16.878Z] 
20:22:16 [2020-09-10T20:22:16.878Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:16 [2020-09-10T20:22:16.878Z] #41 38.95 internal/poll
20:22:16 [2020-09-10T20:22:16.878Z] #41 40.59 os
20:22:16 [2020-09-10T20:22:16.878Z] #41 40.98 strings
20:22:16 [2020-09-10T20:22:16.878Z] #41 42.78 regexp/syntax
20:22:16 [2020-09-10T20:22:16.878Z] #41 43.39 fmt
20:22:16 [2020-09-10T20:22:16.878Z] #41 47.13 regexp
20:22:16 [2020-09-10T20:22:16.878Z] #41 47.96 go/token
20:22:16 [2020-09-10T20:22:16.878Z] #41 48.57 go/scanner
20:22:17 [2020-09-10T20:22:17.170Z] #41 ...
20:22:17 [2020-09-10T20:22:17.170Z] 
20:22:17 [2020-09-10T20:22:17.170Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:17 [2020-09-10T20:22:17.170Z] #30 49.35 github.com/BurntSushi/toml/cmd/tomlv
20:22:19 [2020-09-10T20:22:19.439Z] #47 ...
20:22:19 [2020-09-10T20:22:19.439Z] 
20:22:19 [2020-09-10T20:22:19.439Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:19 [2020-09-10T20:22:19.439Z] #36 23.10 Checking out files:  90% (1500/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
20:22:19 [2020-09-10T20:22:19.439Z] #36 23.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:22:19 [2020-09-10T20:22:19.439Z] #36 25.61 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:22:19 [2020-09-10T20:22:19.945Z] #30 ...
20:22:19 [2020-09-10T20:22:19.945Z] 
20:22:19 [2020-09-10T20:22:19.945Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:19 [2020-09-10T20:22:19.945Z] #47 41.76 encoding/base64
20:22:19 [2020-09-10T20:22:19.945Z] #47 42.62 golang.org/x/sys/unix
20:22:19 [2020-09-10T20:22:19.945Z] #47 43.33 fmt
20:22:19 [2020-09-10T20:22:19.945Z] #47 47.95 encoding/json
20:22:19 [2020-09-10T20:22:19.945Z] #47 49.85 github.com/pkg/diff
20:22:19 [2020-09-10T20:22:19.945Z] #47 50.87 go/ast
20:22:19 [2020-09-10T20:22:19.945Z] #47 51.87 golang.org/x/crypto/ssh/terminal
20:22:19 [2020-09-10T20:22:19.945Z] #47 ...
20:22:19 [2020-09-10T20:22:19.945Z] 
20:22:19 [2020-09-10T20:22:19.945Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.09 Checking out files:  78% (2543/3238)   
Checking out files:  79% (2559/3238)   
Checking out files:  80% (2591/3238)   
Checking out files:  81% (2623/3238)   
Checking out files:  82% (2656/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
Checking out files:  87% (2818/3238)   
Checking out files:  88% (2850/3238)   
Checking out files:  89% (2882/3238)   
Checking out files:  90% (2915/3238)   
Checking out files:  91% (2947/3238)   
Checking out files:  92% (2979/3238)   
Checking out files:  93% (3012/3238)   
Checking out files:  94% (3044/3238)   
Checking out files:  95% (3077/3238)   
Checking out files:  96% (3109/3238)   
Checking out files:  97% (3141/3238)   
Checking out files:  98% (3174/3238)   
Checking out files:  99% (3206/3238)   
Checking out files: 100% (3238/3238)   
Checking out files: 100% (3238/3238), done.
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.65 + cd /tmp/tmp.MaGYy2A9Es/src/github.com/containerd/containerd
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.65 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + export 'BUILDTAGS=netgo osusergo static_build'
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + BUILDTAGS='netgo osusergo static_build'
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + export EXTRA_FLAGS=-buildmode=pie
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + EXTRA_FLAGS=-buildmode=pie
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + '[' '' = dynamic ']'
20:22:19 [2020-09-10T20:22:19.945Z] #52 25.98 + make
20:22:19 [2020-09-10T20:22:19.945Z] #52 26.74 + bin/ctr
20:22:19 [2020-09-10T20:22:19.945Z] #52 ...
20:22:19 [2020-09-10T20:22:19.945Z] 
20:22:19 [2020-09-10T20:22:19.945Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:19 [2020-09-10T20:22:19.945Z] #30 DONE 52.1s
20:22:19 [2020-09-10T20:22:19.945Z] 
20:22:19 [2020-09-10T20:22:19.945Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:19 [2020-09-10T20:22:19.945Z] #39 11.63   CC       images/stats.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 11.80   CC       images/core.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 12.23   CC       images/core-x86.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 12.49   CC       images/core-arm.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 12.86   CC       images/core-aarch64.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 13.01   CC       images/core-ppc64.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 13.42   CC       images/core-s390.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 13.73   CC       images/cpuinfo.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 14.07   CC       images/inventory.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 14.21   CC       images/fdinfo.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 14.44   CC       images/fown.o
20:22:19 [2020-09-10T20:22:19.945Z] #39 14.53   CC       images/ns.o
20:22:20 [2020-09-10T20:22:20.007Z] #36 ...
20:22:20 [2020-09-10T20:22:20.007Z] 
20:22:20 [2020-09-10T20:22:20.007Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:20 [2020-09-10T20:22:20.007Z] #51 17.40 Fetched 8379 kB in 15s (570 kB/s)
20:22:20 [2020-09-10T20:22:20.007Z] #51 17.40 Reading package lists...
20:22:20 [2020-09-10T20:22:20.238Z] #39 14.62   CC       images/regfile.o
20:22:20 [2020-09-10T20:22:20.238Z] #39 14.79   CC       images/ghost-file.o
20:22:20 [2020-09-10T20:22:20.530Z] #39 15.06   CC       images/fifo.o
20:22:20 [2020-09-10T20:22:20.530Z] #39 15.18   CC       images/remap-file-path.o
20:22:20 [2020-09-10T20:22:20.647Z] Fetching without tags
20:22:20 [2020-09-10T20:22:20.822Z] #39 15.32   CC       images/eventfd.o
20:22:20 [2020-09-10T20:22:20.822Z] #39 15.41   CC       images/eventpoll.o
20:22:20 [2020-09-10T20:22:20.957Z] #51 24.89 Reading package lists...
20:22:20 [2020-09-10T20:22:20.957Z] #51 ...
20:22:20 [2020-09-10T20:22:20.957Z] 
20:22:20 [2020-09-10T20:22:20.957Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:20 [2020-09-10T20:22:20.957Z] #41 28.31 vendor/golang.org/x/crypto/curve25519
20:22:21 [2020-09-10T20:22:21.059Z] Merging remotes/origin/master commit b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a into PR head commit 5ca758199d77a66f7186450f2e78b0a915d443c4
20:22:21 [2020-09-10T20:22:21.117Z] #39 15.67   CC       images/fh.o
20:22:21 [2020-09-10T20:22:21.409Z] #39 15.81   CC       images/fsnotify.o
20:22:21 [2020-09-10T20:22:21.409Z] #39 16.03   CC       images/signalfd.o
20:22:21 [2020-09-10T20:22:21.702Z] #39 16.19   CC       images/fs.o
20:22:21 [2020-09-10T20:22:21.702Z] #39 16.32   CC       images/pstree.o
20:22:20 [2020-09-10T20:22:20.668Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:20 [2020-09-10T20:22:20.679Z]  > git config --add remote.origin.fetch +refs/pull/41436/head:refs/remotes/origin/PR-41436 # timeout=10
20:22:20 [2020-09-10T20:22:20.694Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:20 [2020-09-10T20:22:20.706Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:22:20 [2020-09-10T20:22:20.720Z] Fetching upstream changes from https://github.com/moby/moby.git
20:22:20 [2020-09-10T20:22:20.721Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:20 [2020-09-10T20:22:20.722Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41436/head:refs/remotes/origin/PR-41436 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:22:21 [2020-09-10T20:22:21.132Z]  > git config core.sparsecheckout # timeout=10
20:22:21 [2020-09-10T20:22:21.138Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:22:21 [2020-09-10T20:22:21.996Z] #39 16.40   CC       images/pipe.o
20:22:21 [2020-09-10T20:22:21.996Z] #39 16.48   CC       images/tcp-stream.o
20:22:22 [2020-09-10T20:22:22.152Z] Merge succeeded, producing 5ca758199d77a66f7186450f2e78b0a915d443c4
20:22:22 [2020-09-10T20:22:22.152Z] Checking out Revision 5ca758199d77a66f7186450f2e78b0a915d443c4 (PR-41436)
20:22:22 [2020-09-10T20:22:22.291Z] #39 16.63   CC       images/sk-packet.o
20:22:22 [2020-09-10T20:22:22.291Z] #39 16.76   CC       images/mnt.o
20:22:22 [2020-09-10T20:22:22.583Z] #39 16.98   CC       images/pipe-data.o
20:22:22 [2020-09-10T20:22:22.583Z] #39 17.12   CC       images/sa.o
20:22:22 [2020-09-10T20:22:22.873Z] Client:
20:22:22 [2020-09-10T20:22:22.873Z]  Debug Mode: false
20:22:22 [2020-09-10T20:22:22.873Z] 
20:22:22 [2020-09-10T20:22:22.873Z] Server:
20:22:22 [2020-09-10T20:22:22.873Z]  Containers: 0
20:22:22 [2020-09-10T20:22:22.873Z]   Running: 0
20:22:22 [2020-09-10T20:22:22.873Z]   Paused: 0
20:22:22 [2020-09-10T20:22:22.873Z]   Stopped: 0
20:22:22 [2020-09-10T20:22:22.873Z]  Images: 0
20:22:22 [2020-09-10T20:22:22.873Z]  Server Version: 19.03.12
20:22:22 [2020-09-10T20:22:22.873Z]  Storage Driver: overlay2
20:22:22 [2020-09-10T20:22:22.873Z]   Backing Filesystem: extfs
20:22:22 [2020-09-10T20:22:22.873Z]   Supports d_type: true
20:22:22 [2020-09-10T20:22:22.873Z]   Native Overlay Diff: true
20:22:22 [2020-09-10T20:22:22.873Z]  Logging Driver: json-file
20:22:22 [2020-09-10T20:22:22.873Z]  Cgroup Driver: cgroupfs
20:22:22 [2020-09-10T20:22:22.873Z]  Plugins:
20:22:22 [2020-09-10T20:22:22.873Z]   Volume: local
20:22:22 [2020-09-10T20:22:22.873Z]   Network: bridge host ipvlan macvlan null overlay
20:22:22 [2020-09-10T20:22:22.873Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:22:22 [2020-09-10T20:22:22.873Z]  Swarm: inactive
20:22:22 [2020-09-10T20:22:22.873Z]  Runtimes: runc
20:22:22 [2020-09-10T20:22:22.873Z]  Default Runtime: runc
20:22:22 [2020-09-10T20:22:22.873Z]  Init Binary: docker-init
20:22:22 [2020-09-10T20:22:22.873Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:22:22 [2020-09-10T20:22:22.873Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:22:22 [2020-09-10T20:22:22.873Z]  init version: fec3683
20:22:22 [2020-09-10T20:22:22.873Z]  Security Options:
20:22:22 [2020-09-10T20:22:22.873Z]   apparmor
20:22:22 [2020-09-10T20:22:22.873Z]   seccomp
20:22:22 [2020-09-10T20:22:22.873Z]    Profile: default
20:22:22 [2020-09-10T20:22:22.873Z]  Kernel Version: 5.3.0-1035-aws
20:22:22 [2020-09-10T20:22:22.873Z]  Operating System: Ubuntu 18.04.5 LTS
20:22:22 [2020-09-10T20:22:22.873Z]  OSType: linux
20:22:22 [2020-09-10T20:22:22.873Z]  Architecture: x86_64
20:22:22 [2020-09-10T20:22:22.873Z]  CPUs: 2
20:22:22 [2020-09-10T20:22:22.873Z]  Total Memory: 7.487GiB
20:22:22 [2020-09-10T20:22:22.873Z]  Name: ip-10-100-35-162
20:22:22 [2020-09-10T20:22:22.873Z]  ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID
20:22:22 [2020-09-10T20:22:22.873Z]  Docker Root Dir: /var/lib/docker
20:22:22 [2020-09-10T20:22:22.873Z]  Debug Mode: false
20:22:22 [2020-09-10T20:22:22.873Z]  Registry: https://index.docker.io/v1/
20:22:22 [2020-09-10T20:22:22.873Z]  Labels:
20:22:22 [2020-09-10T20:22:22.873Z]  Experimental: true
20:22:22 [2020-09-10T20:22:22.873Z]  Insecure Registries:
20:22:22 [2020-09-10T20:22:22.873Z]   127.0.0.0/8
20:22:22 [2020-09-10T20:22:22.873Z]  Live Restore Enabled: true
20:22:22 [2020-09-10T20:22:22.873Z] 
20:22:22 [2020-09-10T20:22:22.874Z] WARNING: No swap limit support
20:22:22 [2020-09-10T20:22:22.875Z] #39 17.26   CC       images/timer.o
20:22:22 [2020-09-10T20:22:22.875Z] #39 17.46   CC       images/timerfd.o
[Pipeline] sh
20:22:23 [2020-09-10T20:22:23.167Z] #39 17.66   CC       images/mm.o
20:22:23 [2020-09-10T20:22:23.168Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:22:23 [2020-09-10T20:22:23.168Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:22:23 [2020-09-10T20:22:23.168Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:22:23 [2020-09-10T20:22:23.168Z] + bash /home/ubuntu/workspace/moby_PR-41436/check-config.sh
20:22:23 [2020-09-10T20:22:23.168Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:22:23 [2020-09-10T20:22:23.168Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ...
20:22:23 [2020-09-10T20:22:23.168Z] 
20:22:23 [2020-09-10T20:22:23.168Z] Generally Necessary:
20:22:23 [2020-09-10T20:22:23.168Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:22:23 [2020-09-10T20:22:23.168Z] - apparmor: enabled and tools installed
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NAMESPACES: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NET_NS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_PID_NS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IPC_NS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_UTS_NS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUPS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_CPUACCT: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_DEVICE: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_FREEZER: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_SCHED: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CPUSETS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_MEMCG: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_KEYS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_VETH: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_BRIDGE: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NF_NAT_IPV4: missing
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NF_NAT: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NF_NAT_NEEDED: missing
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_POSIX_MQUEUE: enabled
20:22:23 [2020-09-10T20:22:23.168Z] 
20:22:23 [2020-09-10T20:22:23.168Z] Optional Features:
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_USER_NS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_SECCOMP: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_PIDS: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_MEMCG_SWAP: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:22:23 [2020-09-10T20:22:23.168Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_BLK_CGROUP: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IOSCHED_CFQ: missing
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_PERF: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_HUGETLB: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_CFS_BANDWIDTH: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_RT_GROUP_SCHED: missing
20:22:23 [2020-09-10T20:22:23.168Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_IP_VS: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_IP_VS_NFCT: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_IP_VS_RR: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_EXT4_FS: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:22:23 [2020-09-10T20:22:23.429Z] - Network Drivers:
20:22:23 [2020-09-10T20:22:23.429Z]   - "overlay":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_VXLAN: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       Optional (for encrypted networks):
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_CRYPTO: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_CRYPTO_AEAD: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_CRYPTO_GCM: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_CRYPTO_GHASH: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_XFRM: enabled
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_XFRM_USER: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_INET_ESP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
20:22:23 [2020-09-10T20:22:23.429Z]   - "ipvlan":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_IPVLAN: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]   - "macvlan":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_MACVLAN: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_DUMMY: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]   - "ftp,tftp client in container":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z] - Storage Drivers:
20:22:23 [2020-09-10T20:22:23.429Z]   - "aufs":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_AUFS_FS: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]   - "btrfs":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:22:23 [2020-09-10T20:22:23.429Z]   - "devicemapper":
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_BLK_DEV_DM: enabled
20:22:23 [2020-09-10T20:22:23.429Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:22:23 [2020-09-10T20:22:23.429Z]   - "overlay":
20:22:23 [2020-09-10T20:22:23.462Z] #39 17.91   CC       images/sk-opts.o
20:22:23 [2020-09-10T20:22:23.462Z] #39 18.09   CC       images/sk-unix.o
20:22:23 [2020-09-10T20:22:23.688Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:22:23 [2020-09-10T20:22:23.688Z]   - "zfs":
20:22:23 [2020-09-10T20:22:23.688Z]     - /dev/zfs: present
20:22:23 [2020-09-10T20:22:23.688Z]     - zfs command: missing
20:22:23 [2020-09-10T20:22:23.688Z]     - zpool command: missing
20:22:23 [2020-09-10T20:22:23.688Z] 
20:22:23 [2020-09-10T20:22:23.688Z] Limits:
20:22:23 [2020-09-10T20:22:23.688Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:22:23 [2020-09-10T20:22:23.688Z] 
20:22:23 [2020-09-10T20:22:23.688Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
20:22:23 [2020-09-10T20:22:23.753Z] #39 18.33   CC       images/sk-inet.o
[Pipeline] sh
20:22:22 [2020-09-10T20:22:22.172Z]  > git remote # timeout=10
20:22:22 [2020-09-10T20:22:22.177Z]  > git config --get remote.origin.url # timeout=10
20:22:22 [2020-09-10T20:22:22.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:22:22 [2020-09-10T20:22:22.187Z]  > git merge b9da78cef2adfef1cf13a79afa2b50b9efcc6c2a # timeout=10
20:22:22 [2020-09-10T20:22:22.201Z]  > git rev-parse HEAD^{commit} # timeout=10
20:22:22 [2020-09-10T20:22:22.210Z]  > git config core.sparsecheckout # timeout=10
20:22:22 [2020-09-10T20:22:22.214Z]  > git checkout -f 5ca758199d77a66f7186450f2e78b0a915d443c4 # timeout=10
20:22:24 [2020-09-10T20:22:24.039Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:22:24 [2020-09-10T20:22:24.039Z] #2 [internal] load .dockerignore
20:22:24 [2020-09-10T20:22:24.039Z] #2 transferring context:
20:22:24 [2020-09-10T20:22:24.044Z] #39 18.57   CC       images/tun.o
20:22:24 [2020-09-10T20:22:24.301Z] #2 transferring context: 87B done
20:22:24 [2020-09-10T20:22:24.301Z] #2 DONE 0.1s
20:22:24 [2020-09-10T20:22:24.301Z] 
20:22:24 [2020-09-10T20:22:24.301Z] #1 [internal] load build definition from Dockerfile
20:22:24 [2020-09-10T20:22:24.301Z] #1 transferring dockerfile: 16.37kB done
20:22:24 [2020-09-10T20:22:24.301Z] #1 DONE 0.1s
20:22:24 [2020-09-10T20:22:24.301Z] 
20:22:24 [2020-09-10T20:22:24.301Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:22:24 [2020-09-10T20:22:24.335Z] #39 18.75   CC       images/sk-netlink.o
20:22:24 [2020-09-10T20:22:24.335Z] #39 18.89   CC       images/packet-sock.o
20:22:24 [2020-09-10T20:22:24.560Z] #3 DONE 0.4s
20:22:24 [2020-09-10T20:22:24.560Z] 
20:22:24 [2020-09-10T20:22:24.560Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:22:24 [2020-09-10T20:22:24.560Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:22:24 [2020-09-10T20:22:24.560Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB
20:22:24 [2020-09-10T20:22:24.560Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:22:24 [2020-09-10T20:22:24.560Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
20:22:24 [2020-09-10T20:22:24.560Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
20:22:24 [2020-09-10T20:22:24.626Z] #39 19.04   CC       images/ipc-var.o
20:22:24 [2020-09-10T20:22:24.626Z] #39 19.19   CC       images/ipc-desc.o
20:22:24 [2020-09-10T20:22:24.819Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.40MB / 8.88MB 0.1s
20:22:24 [2020-09-10T20:22:24.819Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done
20:22:24 [2020-09-10T20:22:24.819Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
20:22:24 [2020-09-10T20:22:24.916Z] #39 19.30   CC       images/ipc-shm.o
20:22:24 [2020-09-10T20:22:24.916Z] #39 19.47   CC       images/ipc-msg.o
20:22:24 [2020-09-10T20:22:24.916Z] #39 ...
20:22:24 [2020-09-10T20:22:24.916Z] 
20:22:24 [2020-09-10T20:22:24.916Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:24 [2020-09-10T20:22:24.916Z] #10 57.15 Selecting previously unselected package g++-mingw-w64-x86-64.
20:22:24 [2020-09-10T20:22:24.916Z] #10 57.16 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
20:22:24 [2020-09-10T20:22:24.916Z] #10 57.16 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:25 [2020-09-10T20:22:25.078Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
20:22:25 [2020-09-10T20:22:25.078Z] #4 DONE 0.6s
20:22:25 [2020-09-10T20:22:25.345Z] 
20:22:25 [2020-09-10T20:22:25.345Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:22:25 [2020-09-10T20:22:25.345Z] #6 ...
20:22:25 [2020-09-10T20:22:25.345Z] 
20:22:25 [2020-09-10T20:22:25.345Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:22:25 [2020-09-10T20:22:25.345Z] #5 DONE 0.3s
20:22:25 [2020-09-10T20:22:25.609Z] 
20:22:25 [2020-09-10T20:22:25.609Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:22:25 [2020-09-10T20:22:25.609Z] #6 DONE 0.4s
20:22:25 [2020-09-10T20:22:25.609Z] 
20:22:25 [2020-09-10T20:22:25.609Z] #20 [internal] load build context
20:22:26 [2020-09-10T20:22:26.232Z] #41 ...
20:22:26 [2020-09-10T20:22:26.232Z] 
20:22:26 [2020-09-10T20:22:26.232Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:26 [2020-09-10T20:22:26.232Z] #38 23.18 Fetched 8379 kB in 18s (469 kB/s)
20:22:26 [2020-09-10T20:22:26.232Z] #38 23.18 Reading package lists...
20:22:26 [2020-09-10T20:22:26.232Z] #38 30.93 Reading package lists...
20:22:26 [2020-09-10T20:22:26.232Z] #38 ...
20:22:26 [2020-09-10T20:22:26.232Z] 
20:22:26 [2020-09-10T20:22:26.232Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:26 [2020-09-10T20:22:26.232Z] #51 24.89 Reading package lists...
20:22:26 [2020-09-10T20:22:26.241Z] Commit message: "replace pkg/locker with github.com/moby/locker"
20:22:26 [2020-09-10T20:22:26.302Z]  > git --version # timeout=10
20:22:26 [2020-09-10T20:22:26.306Z]  > git --version # 'git version 2.7.4'
20:22:26 [2020-09-10T20:22:26.310Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
20:22:26 [2020-09-10T20:22:26.806Z] #51 32.58 Building dependency tree...
20:22:26 [2020-09-10T20:22:26.806Z] #51 ...
20:22:26 [2020-09-10T20:22:26.806Z] 
20:22:26 [2020-09-10T20:22:26.806Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:26 [2020-09-10T20:22:26.806Z] #32 24.09 Fetched 8379 kB in 18s (455 kB/s)
20:22:26 [2020-09-10T20:22:26.806Z] #32 24.09 Reading package lists...
20:22:27 [2020-09-10T20:22:27.065Z] #32 30.51 Reading package lists...
20:22:27 [2020-09-10T20:22:27.065Z] #32 ...
20:22:27 [2020-09-10T20:22:27.065Z] 
20:22:27 [2020-09-10T20:22:27.065Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:27 [2020-09-10T20:22:27.065Z] #10 24.07 Fetched 8379 kB in 19s (447 kB/s)
20:22:27 [2020-09-10T20:22:27.065Z] #10 24.07 Reading package lists...
20:22:27 [2020-09-10T20:22:27.065Z] #10 30.54 Reading package lists...
20:22:27 [2020-09-10T20:22:27.065Z] #10 ...
20:22:27 [2020-09-10T20:22:27.065Z] 
20:22:27 [2020-09-10T20:22:27.065Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:27 [2020-09-10T20:22:27.065Z] #23 24.18 Fetched 8379 kB in 18s (455 kB/s)
20:22:27 [2020-09-10T20:22:27.065Z] #23 24.18 Reading package lists...
20:22:27 [2020-09-10T20:22:27.321Z] + docker version
20:22:27 [2020-09-10T20:22:27.644Z] #10 ...
20:22:27 [2020-09-10T20:22:27.644Z] 
20:22:27 [2020-09-10T20:22:27.644Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:27 [2020-09-10T20:22:27.644Z] #41 49.46 internal/lazyregexp
20:22:27 [2020-09-10T20:22:27.644Z] #41 49.59 net/url
20:22:27 [2020-09-10T20:22:27.644Z] #41 49.65 go/ast
20:22:27 [2020-09-10T20:22:27.644Z] #41 50.83 text/template/parse
20:22:27 [2020-09-10T20:22:27.644Z] #41 53.50 go/parser
20:22:27 [2020-09-10T20:22:27.644Z] #41 54.01 text/template
20:22:27 [2020-09-10T20:22:27.644Z] #41 55.52 encoding/xml
20:22:27 [2020-09-10T20:22:27.644Z] #41 56.88 go/doc
20:22:27 [2020-09-10T20:22:27.644Z] #41 59.05 github.com/LK4D4/vndr/versioned
20:22:27 [2020-09-10T20:22:27.644Z] #41 59.07 compress/gzip
20:22:27 [2020-09-10T20:22:27.644Z] #41 59.08 github.com/LK4D4/vndr/build
20:22:27 [2020-09-10T20:22:27.644Z] #41 59.53 net
20:22:27 [2020-09-10T20:22:27.644Z] #41 ...
20:22:27 [2020-09-10T20:22:27.644Z] 
20:22:27 [2020-09-10T20:22:27.644Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:27 [2020-09-10T20:22:27.644Z] #39 19.70   CC       images/ipc-sem.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 19.83   CC       images/utsns.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.01   CC       images/creds.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.08   CC       images/vma.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.24   CC       images/netdev.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.52   CC       images/tty.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.81   CC       images/file-lock.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.89   CC       images/rlimit.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 20.96   CC       images/pagemap.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 21.08   CC       images/siginfo.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 21.22   CC       images/rpc.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 21.89   CC       images/ext-file.o
20:22:27 [2020-09-10T20:22:27.644Z] #39 21.99   CC       images/cgroup.o
20:22:27 [2020-09-10T20:22:27.935Z] #39 22.41   CC       images/userns.o
20:22:27 [2020-09-10T20:22:27.935Z] #39 22.54   CC       images/google/protobuf/descriptor.o
20:22:28 [2020-09-10T20:22:28.589Z] #39 ...
20:22:28 [2020-09-10T20:22:28.589Z] 
20:22:28 [2020-09-10T20:22:28.589Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:28 [2020-09-10T20:22:28.589Z] #47 52.97 mvdan.cc/editorconfig
20:22:28 [2020-09-10T20:22:28.589Z] #47 53.74 mvdan.cc/sh/v3/fileutil
20:22:28 [2020-09-10T20:22:28.589Z] #47 53.86 mvdan.cc/sh/v3/syntax
20:22:28 [2020-09-10T20:22:28.589Z] #47 57.39 mvdan.cc/sh/v3/cmd/shfmt
20:22:28 [2020-09-10T20:22:28.589Z] #47 DONE 60.6s
20:22:28 [2020-09-10T20:22:28.589Z] 
20:22:28 [2020-09-10T20:22:28.589Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:28 [2020-09-10T20:22:28.919Z] #20 ...
20:22:28 [2020-09-10T20:22:28.919Z] 
20:22:28 [2020-09-10T20:22:28.919Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:22:28 [2020-09-10T20:22:28.919Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:22:28 [2020-09-10T20:22:28.919Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:22:28 [2020-09-10T20:22:28.919Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:22:28 [2020-09-10T20:22:28.919Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done
20:22:28 [2020-09-10T20:22:28.919Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.5s done
20:22:28 [2020-09-10T20:22:28.919Z] #58 DONE 3.2s
20:22:28 [2020-09-10T20:22:28.919Z] 
20:22:28 [2020-09-10T20:22:28.919Z] #20 [internal] load build context
20:22:28 [2020-09-10T20:22:28.979Z] #23 31.98 Reading package lists...
20:22:28 [2020-09-10T20:22:28.979Z] #23 ...
20:22:28 [2020-09-10T20:22:28.979Z] 
20:22:28 [2020-09-10T20:22:28.979Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:28 [2020-09-10T20:22:28.979Z] #51 36.07 The following additional packages will be installed:
20:22:28 [2020-09-10T20:22:28.979Z] #51 36.07   libbtrfs0
20:22:28 [2020-09-10T20:22:28.979Z] #51 36.29 The following NEW packages will be installed:
20:22:28 [2020-09-10T20:22:28.979Z] #51 36.29   libbtrfs-dev libbtrfs0
20:22:29 [2020-09-10T20:22:29.179Z] #20 transferring context: 31.30MB 3.6s
20:22:29 [2020-09-10T20:22:29.546Z] #51 36.84 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:22:29 [2020-09-10T20:22:29.546Z] #51 36.84 Need to get 119 kB of archives.
20:22:29 [2020-09-10T20:22:29.546Z] #51 36.84 After this operation, 387 kB of additional disk space will be used.
20:22:29 [2020-09-10T20:22:29.546Z] #51 36.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:29 [2020-09-10T20:22:29.546Z] #51 36.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:30 [2020-09-10T20:22:30.093Z] #10 ...
20:22:30 [2020-09-10T20:22:30.093Z] 
20:22:30 [2020-09-10T20:22:30.093Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:30 [2020-09-10T20:22:30.093Z] #39 23.38   CC       images/opts.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 23.59   CC       images/seccomp.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 23.78   CC       images/binfmt-misc.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 23.89   CC       images/time.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 23.97   CC       images/sysctl.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.06   CC       images/autofs.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.16   CC       images/macvlan.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.25   CC       images/sit.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.33   CC       images/memfd.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.50   CC       images/timens.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.73   LINK     images/built-in.o
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.80   GEN      compel/include/asm
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.80   GEN      compel/include/version.h
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.82 touch .config
20:22:30 [2020-09-10T20:22:30.093Z] #39 24.83   GEN      include/common/config.h
20:22:30 [2020-09-10T20:22:30.129Z] #20 transferring context: 51.55MB 4.3s done
20:22:30 [2020-09-10T20:22:30.384Z] #39 24.87   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
20:22:30 [2020-09-10T20:22:30.384Z] #39 24.92   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:22:30 [2020-09-10T20:22:30.384Z] #39 24.93   GEN      compel/plugins/include/uapi/std/syscall.h
20:22:30 [2020-09-10T20:22:30.385Z] #39 24.93   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
20:22:30 [2020-09-10T20:22:30.385Z] #39 24.95   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
20:22:30 [2020-09-10T20:22:30.385Z] #39 24.95   DEP      compel/arch/s390/plugins/std/parasite-head.d
20:22:30 [2020-09-10T20:22:30.385Z] #39 24.96   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:22:30 [2020-09-10T20:22:30.385Z] #39 24.96   DEP      compel/plugins/std/infect.d
20:22:30 [2020-09-10T20:22:30.385Z] #39 25.04   DEP      compel/plugins/std/string.d
20:22:30 [2020-09-10T20:22:30.452Z] #20 DONE 4.8s
20:22:30 [2020-09-10T20:22:30.452Z] 
20:22:30 [2020-09-10T20:22:30.452Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:30 [2020-09-10T20:22:30.452Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.8s done
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.7s
20:22:30 [2020-09-10T20:22:30.452Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.0s
20:22:30 [2020-09-10T20:22:30.452Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done
20:22:30 [2020-09-10T20:22:30.486Z] #51 37.92 debconf: delaying package configuration, since apt-utils is not installed
20:22:30 [2020-09-10T20:22:30.675Z] #39 25.09   DEP      compel/plugins/std/log.d
20:22:30 [2020-09-10T20:22:30.675Z] #39 25.15   DEP      compel/plugins/std/fds.d
20:22:30 [2020-09-10T20:22:30.675Z] #39 25.25   DEP      compel/plugins/std/std.d
20:22:30 [2020-09-10T20:22:30.746Z] #51 38.13 Fetched 119 kB in 0s (266 kB/s)
20:22:30 [2020-09-10T20:22:30.966Z] #39 25.33   DEP      compel/plugins/shmem/shmem.d
20:22:30 [2020-09-10T20:22:30.966Z] #39 25.44   DEP      compel/plugins/fds/fds.d
20:22:30 [2020-09-10T20:22:30.966Z] #39 25.56   CC       compel/plugins/std/std.o
20:22:31 [2020-09-10T20:22:31.004Z] #51 38.31 Selecting previously unselected package libbtrfs0.
20:22:31 [2020-09-10T20:22:31.004Z] #51 38.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:22:31 [2020-09-10T20:22:31.004Z] #51 38.38 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:22:31 [2020-09-10T20:22:31.004Z] #51 38.42 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:31 [2020-09-10T20:22:31.004Z] #51 38.54 Selecting previously unselected package libbtrfs-dev.
20:22:31 [2020-09-10T20:22:31.257Z] #39 25.72   CC       compel/plugins/std/fds.o
20:22:31 [2020-09-10T20:22:31.263Z] #51 38.56 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:22:31 [2020-09-10T20:22:31.263Z] #51 38.60 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:31 [2020-09-10T20:22:31.389Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.5s done
20:22:31 [2020-09-10T20:22:31.522Z] #51 38.90 Setting up libbtrfs0 (4.20.1-2) ...
20:22:31 [2020-09-10T20:22:31.522Z] #51 38.91 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:31 [2020-09-10T20:22:31.522Z] #51 38.92 Processing triggers for libc-bin (2.28-10) ...
20:22:31 [2020-09-10T20:22:31.551Z] #39 26.01   CC       compel/plugins/std/log.o
20:22:31 [2020-09-10T20:22:31.651Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.2s done
20:22:31 [2020-09-10T20:22:31.841Z] #39 26.41   CC       compel/plugins/std/string.o
20:22:31 [2020-09-10T20:22:31.910Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s
20:22:32 [2020-09-10T20:22:32.169Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done
20:22:32 [2020-09-10T20:22:32.169Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
20:22:32 [2020-09-10T20:22:32.429Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done
20:22:32 [2020-09-10T20:22:32.472Z] #39 26.91   CC       compel/plugins/std/infect.o
20:22:32 [2020-09-10T20:22:32.688Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s
20:22:32 [2020-09-10T20:22:32.763Z] #39 27.25   CC       compel/arch/s390/plugins/std/parasite-head.o
20:22:32 [2020-09-10T20:22:32.763Z] #39 27.30   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
20:22:32 [2020-09-10T20:22:32.763Z] #39 27.34   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
20:22:32 [2020-09-10T20:22:32.763Z] #39 27.42   AR       compel/plugins/std.lib.a
20:22:32 [2020-09-10T20:22:32.903Z] #51 DONE 40.1s
20:22:32 [2020-09-10T20:22:32.903Z] 
20:22:32 [2020-09-10T20:22:32.903Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:32 [2020-09-10T20:22:32.903Z] #23 31.98 Reading package lists...
20:22:33 [2020-09-10T20:22:33.054Z] #39 27.47   CC       compel/plugins/fds/fds.o
20:22:33 [2020-09-10T20:22:33.054Z] #39 27.68   AR       compel/plugins/fds.lib.a
20:22:33 [2020-09-10T20:22:33.054Z] #39 27.68   HOSTDEP  compel/src/lib/log-host.d
20:22:33 [2020-09-10T20:22:33.054Z] #39 27.79   HOSTDEP  compel/src/lib/handle-elf-host.d
20:22:33 [2020-09-10T20:22:33.345Z] #39 27.87   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
20:22:33 [2020-09-10T20:22:33.345Z] #39 27.95   HOSTDEP  compel/src/main-host.d
20:22:33 [2020-09-10T20:22:33.345Z] #39 28.01   DEP      compel/src/lib/ptrace.d
20:22:33 [2020-09-10T20:22:33.345Z] #39 28.08   DEP      compel/src/lib/infect.d
20:22:33 [2020-09-10T20:22:33.472Z] #23 39.54 Building dependency tree...
20:22:33 [2020-09-10T20:22:33.472Z] #23 ...
20:22:33 [2020-09-10T20:22:33.472Z] 
20:22:33 [2020-09-10T20:22:33.472Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:33 [2020-09-10T20:22:33.472Z] #60 DONE 40.7s
20:22:33 [2020-09-10T20:22:33.472Z] 
20:22:33 [2020-09-10T20:22:33.472Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:33 [2020-09-10T20:22:33.472Z] #41 40.64 github.com/LK4D4/vndr/godl/singleflight
20:22:33 [2020-09-10T20:22:33.472Z] #41 40.66 internal/reflectlite
20:22:33 [2020-09-10T20:22:33.635Z] #39 28.19   DEP      compel/src/lib/infect-util.d
20:22:33 [2020-09-10T20:22:33.635Z] #39 28.24   DEP      compel/src/lib/infect-rpc.d
20:22:33 [2020-09-10T20:22:33.726Z] Removing intermediate container 4c6ea8f4ee8c
20:22:33 [2020-09-10T20:22:33.727Z]  ---> 1a292921e83c
20:22:33 [2020-09-10T20:22:33.727Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
20:22:33 [2020-09-10T20:22:33.727Z]  ---> 805dc2d65d1c
20:22:33 [2020-09-10T20:22:33.727Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
20:22:33 [2020-09-10T20:22:33.727Z]  ---> 75cb0cb609d8
20:22:33 [2020-09-10T20:22:33.727Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
20:22:33 [2020-09-10T20:22:33.727Z]  ---> Running in 432f5e97b822
20:22:33 [2020-09-10T20:22:33.727Z] Removing intermediate container 432f5e97b822
20:22:33 [2020-09-10T20:22:33.727Z]  ---> 42c17c26c4f7
20:22:33 [2020-09-10T20:22:33.727Z] Successfully built 42c17c26c4f7
20:22:33 [2020-09-10T20:22:33.727Z] Successfully tagged moby-buildx:latest
20:22:33 [2020-09-10T20:22:33.727Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
20:22:33 [2020-09-10T20:22:33.727Z] if [ -n "${id}" ]; then \
20:22:33 [2020-09-10T20:22:33.727Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
20:22:33 [2020-09-10T20:22:33.727Z] 	&& touch bundles/buildx; \
20:22:33 [2020-09-10T20:22:33.727Z] 	docker rm -f ${id}; \
20:22:33 [2020-09-10T20:22:33.727Z] fi
20:22:33 [2020-09-10T20:22:33.727Z] 6aab93b4d45ebc324cb8cccad3ff5635cb9d739ab41d78f80397e41ecd41fae9
20:22:33 [2020-09-10T20:22:33.727Z] bundles/buildx version
20:22:33 [2020-09-10T20:22:33.727Z] buildx v0.3.1 6db68d0
20:22:33 [2020-09-10T20:22:33.727Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:22:33 [2020-09-10T20:22:33.727Z] #1 [internal] booting buildkit
20:22:33 [2020-09-10T20:22:33.727Z] #1 pulling image moby/buildkit:buildx-stable-1
20:22:33 [2020-09-10T20:22:33.727Z] #1 pulling image moby/buildkit:buildx-stable-1 1.8s done
20:22:33 [2020-09-10T20:22:33.727Z] #1 creating container buildx_buildkit_default
20:22:33 [2020-09-10T20:22:33.727Z] #1 creating container buildx_buildkit_default 0.4s done
20:22:33 [2020-09-10T20:22:33.727Z] #1 DONE 2.2s
20:22:33 [2020-09-10T20:22:33.727Z] 
20:22:33 [2020-09-10T20:22:33.727Z] #3 [internal] load .dockerignore
20:22:33 [2020-09-10T20:22:33.727Z] #3 transferring context: 87B done
20:22:33 [2020-09-10T20:22:33.727Z] #3 DONE 0.0s
20:22:33 [2020-09-10T20:22:33.727Z] 
20:22:33 [2020-09-10T20:22:33.727Z] #2 [internal] load build definition from Dockerfile
20:22:33 [2020-09-10T20:22:33.727Z] #2 transferring dockerfile: 16.36kB done
20:22:33 [2020-09-10T20:22:33.727Z] #2 DONE 0.0s
20:22:33 [2020-09-10T20:22:33.727Z] 
20:22:33 [2020-09-10T20:22:33.727Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:22:33 [2020-09-10T20:22:33.727Z] #4 DONE 0.8s
20:22:33 [2020-09-10T20:22:33.727Z] 
20:22:33 [2020-09-10T20:22:33.727Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:22:33 [2020-09-10T20:22:33.727Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:22:33 [2020-09-10T20:22:33.727Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:22:33 [2020-09-10T20:22:33.727Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done
20:22:33 [2020-09-10T20:22:33.727Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 5.98MB / 8.20MB 0.3s
20:22:33 [2020-09-10T20:22:33.727Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done
20:22:33 [2020-09-10T20:22:33.727Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.3s done
20:22:33 [2020-09-10T20:22:33.727Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
20:22:33 [2020-09-10T20:22:33.727Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done
20:22:33 [2020-09-10T20:22:33.727Z] #5 DONE 0.9s
20:22:33 [2020-09-10T20:22:33.926Z] #39 28.38   DEP      compel/arch/s390/src/lib/infect.d
20:22:33 [2020-09-10T20:22:33.926Z] #39 28.48   DEP      compel/arch/s390/src/lib/cpu.d
20:22:33 [2020-09-10T20:22:33.926Z] #39 28.53   DEP      compel/src/lib/log.d
20:22:33 [2020-09-10T20:22:33.926Z] #39 28.55   DEP      compel/src/main.d
20:22:33 [2020-09-10T20:22:33.926Z] #39 28.60   DEP      compel/src/lib/handle-elf.d
20:22:34 [2020-09-10T20:22:34.020Z] 
20:22:34 [2020-09-10T20:22:34.020Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:22:34 [2020-09-10T20:22:34.040Z] #41 41.28 math/rand
20:22:34 [2020-09-10T20:22:34.218Z] #39 28.66   DEP      compel/arch/s390/src/lib/handle-elf.d
20:22:34 [2020-09-10T20:22:34.218Z] #39 28.72   CC       compel/src/lib/log.o
20:22:34 [2020-09-10T20:22:34.509Z] #39 28.89   CC       compel/arch/s390/src/lib/cpu.o
20:22:34 [2020-09-10T20:22:34.509Z] #39 29.07   CC       compel/arch/s390/src/lib/infect.o
20:22:34 [2020-09-10T20:22:34.595Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.1s done
20:22:34 [2020-09-10T20:22:34.672Z] #7 DONE 0.6s
20:22:34 [2020-09-10T20:22:34.672Z] 
20:22:34 [2020-09-10T20:22:34.672Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:22:34 [2020-09-10T20:22:34.672Z] #6 DONE 0.7s
20:22:34 [2020-09-10T20:22:34.672Z] 
20:22:34 [2020-09-10T20:22:34.672Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:34 [2020-09-10T20:22:34.672Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:22:34 [2020-09-10T20:22:34.855Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
20:22:34 [2020-09-10T20:22:34.972Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s
20:22:34 [2020-09-10T20:22:34.972Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s
20:22:34 [2020-09-10T20:22:34.972Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s
20:22:34 [2020-09-10T20:22:34.972Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s
20:22:34 [2020-09-10T20:22:34.972Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:22:34 [2020-09-10T20:22:34.981Z] #41 ...
20:22:34 [2020-09-10T20:22:34.981Z] 
20:22:34 [2020-09-10T20:22:34.981Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:34 [2020-09-10T20:22:34.981Z] #43 DONE 42.2s
20:22:34 [2020-09-10T20:22:34.981Z] 
20:22:34 [2020-09-10T20:22:34.981Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.387 + RM_GOPATH=0
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.387 + TMP_GOPATH=
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.387 + : /build
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.387 + '[' -z '' ']'
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.387 ++ mktemp -d
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.394 + export GOPATH=/tmp/tmp.pj52BilUgq
20:22:34 [2020-09-10T20:22:34.981Z] #52 1.394 + GOPATH=/tmp/tmp.pj52BilUgq
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.394 + RM_GOPATH=1
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.394 + case "$(go env GOARCH)" in
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.394 ++ go env GOARCH
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.433 + export GO_BUILDMODE=-buildmode=pie
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.433 + GO_BUILDMODE=-buildmode=pie
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.433 ++ dirname /tmp/install/install.sh
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.436 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + dir=/tmp/install
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + bin=containerd
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + shift
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + '[' '!' -f /tmp/install/containerd.installer ']'
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + . /tmp/install/containerd.installer
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 ++ set -e
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + install_containerd
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a'
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.444 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pj52BilUgq/src/github.com/containerd/containerd
20:22:34 [2020-09-10T20:22:34.982Z] #52 1.470 Cloning into '/tmp/tmp.pj52BilUgq/src/github.com/containerd/containerd'...
20:22:35 [2020-09-10T20:22:35.181Z] #39 29.51   CC       compel/src/lib/infect-rpc.o
20:22:35 [2020-09-10T20:22:35.181Z] #39 29.72   CC       compel/src/lib/infect-util.o
20:22:35 [2020-09-10T20:22:35.181Z] #39 ...
20:22:35 [2020-09-10T20:22:35.181Z] 
20:22:35 [2020-09-10T20:22:35.181Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.27 Selecting previously unselected package libapparmor1:s390x.
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.28 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.28 Unpacking libapparmor1:s390x (2.13.2-10) ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.33 Selecting previously unselected package libapparmor-dev:s390x.
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.33 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.33 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.43 Selecting previously unselected package libbtrfs0.
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.43 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.44 Unpacking libbtrfs0 (4.20.1-2) ...
20:22:35 [2020-09-10T20:22:35.181Z] #10 67.50 Selecting previously unselected package libbtrfs-dev.
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 1.59MB / 8.25MB 0.5s
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done
20:22:35 [2020-09-10T20:22:35.343Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 883.12kB / 10.73MB 0.5s
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.50 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.51 Unpacking libbtrfs-dev (4.20.1-2) ...
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.61 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.61 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.62 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
20:22:35 [2020-09-10T20:22:35.473Z] #10 67.73 Selecting previously unselected package libudev-dev:s390x.
20:22:35 [2020-09-10T20:22:35.485Z] Client: Docker Engine - Community
20:22:35 [2020-09-10T20:22:35.485Z]  Version:           19.03.12
20:22:35 [2020-09-10T20:22:35.485Z]  API version:       1.40
20:22:35 [2020-09-10T20:22:35.485Z]  Go version:        go1.13.10
20:22:35 [2020-09-10T20:22:35.485Z]  Git commit:        48a6621
20:22:35 [2020-09-10T20:22:35.485Z]  Built:             Mon Jun 22 15:46:32 2020
20:22:35 [2020-09-10T20:22:35.485Z]  OS/Arch:           linux/arm64
20:22:35 [2020-09-10T20:22:35.485Z]  Experimental:      false
20:22:35 [2020-09-10T20:22:35.485Z] 
20:22:35 [2020-09-10T20:22:35.485Z] Server: Docker Engine - Community
20:22:35 [2020-09-10T20:22:35.485Z]  Engine:
20:22:35 [2020-09-10T20:22:35.485Z]   Version:          19.03.12
20:22:35 [2020-09-10T20:22:35.485Z]   API version:      1.40 (minimum version 1.12)
20:22:35 [2020-09-10T20:22:35.485Z]   Go version:       go1.13.10
20:22:35 [2020-09-10T20:22:35.485Z]   Git commit:       48a6621
20:22:35 [2020-09-10T20:22:35.485Z]   Built:            Mon Jun 22 15:45:04 2020
20:22:35 [2020-09-10T20:22:35.485Z]   OS/Arch:          linux/arm64
20:22:35 [2020-09-10T20:22:35.485Z]   Experimental:     true
20:22:35 [2020-09-10T20:22:35.485Z]  containerd:
20:22:35 [2020-09-10T20:22:35.485Z]   Version:          1.2.13
20:22:35 [2020-09-10T20:22:35.485Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
20:22:35 [2020-09-10T20:22:35.485Z]  runc:
20:22:35 [2020-09-10T20:22:35.485Z]   Version:          1.0.0-rc10
20:22:35 [2020-09-10T20:22:35.485Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:22:35 [2020-09-10T20:22:35.485Z]  docker-init:
20:22:35 [2020-09-10T20:22:35.485Z]   Version:          0.18.0
20:22:35 [2020-09-10T20:22:35.485Z]   GitCommit:        fec3683
[Pipeline] sh
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.35MB / 54.14MB 0.6s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 4.01MB / 8.25MB 0.6s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 3.84MB / 57.46MB 0.6s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 5.37MB / 73.58MB 0.6s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 2.87MB / 10.73MB 0.6s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 5.63MB / 8.25MB 0.8s
20:22:35 [2020-09-10T20:22:35.667Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 5.89MB / 10.73MB 0.8s
20:22:35 [2020-09-10T20:22:35.763Z] #10 67.73 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 67.74 Unpacking libudev-dev:s390x (241-7~deb10u4) ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 67.82 Selecting previously unselected package libsepol1-dev:s390x.
20:22:35 [2020-09-10T20:22:35.764Z] #10 67.82 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 67.82 Unpacking libsepol1-dev:s390x (2.8-1) ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 68.04 Selecting previously unselected package libpcre16-3:s390x.
20:22:35 [2020-09-10T20:22:35.764Z] #10 68.05 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 68.05 Unpacking libpcre16-3:s390x (2:8.39-12) ...
20:22:35 [2020-09-10T20:22:35.764Z] #10 68.14 Selecting previously unselected package libpcre32-3:s390x.
20:22:35 [2020-09-10T20:22:35.813Z] + docker info
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 8.60MB / 54.14MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 7.66MB / 8.25MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 6.84MB / 57.46MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 11.07MB / 73.58MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 8.54MB / 10.73MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 6.61MB / 96.52MB 0.9s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.0s done
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.57MB / 10.73MB 1.1s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 13.50MB / 54.14MB 1.2s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 9.75MB / 57.46MB 1.2s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 17.41MB / 73.58MB 1.2s
20:22:36 [2020-09-10T20:22:36.029Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.14 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.15 Unpacking libpcre32-3:s390x (2:8.39-12) ...
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.28 Selecting previously unselected package libpcrecpp0v5:s390x.
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.28 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.28 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.33 Selecting previously unselected package libpcre3-dev:s390x.
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.33 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.054Z] #10 68.33 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
20:22:36 [2020-09-10T20:22:36.345Z] #10 68.57 Selecting previously unselected package libselinux1-dev:s390x.
20:22:36 [2020-09-10T20:22:36.345Z] #10 68.57 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.345Z] #10 68.57 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
20:22:36 [2020-09-10T20:22:36.345Z] #10 68.71 Selecting previously unselected package libdevmapper-dev:s390x.
20:22:36 [2020-09-10T20:22:36.367Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 16.75MB / 54.14MB 1.3s
20:22:36 [2020-09-10T20:22:36.367Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 13.66MB / 96.52MB 1.3s
20:22:36 [2020-09-10T20:22:36.367Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.68MB / 54.14MB 1.5s
20:22:36 [2020-09-10T20:22:36.367Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 16.78MB / 57.46MB 1.5s
20:22:36 [2020-09-10T20:22:36.367Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 22.64MB / 73.58MB 1.5s
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.71 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.71 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.77 Selecting previously unselected package libseccomp-dev:s390x.
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.77 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.77 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.88 Selecting previously unselected package libsystemd-dev:s390x.
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.88 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ...
20:22:36 [2020-09-10T20:22:36.636Z] #10 68.88 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ...
20:22:36 [2020-09-10T20:22:36.927Z] #10 69.23 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 23.82MB / 54.14MB 1.7s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.34MB / 57.46MB 1.7s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 19.49MB / 96.52MB 1.7s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 28.28MB / 73.58MB 1.8s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 29.22MB / 54.14MB 2.0s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 24.87MB / 57.46MB 2.0s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 24.50MB / 96.52MB 2.0s
20:22:37 [2020-09-10T20:22:37.030Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 33.36MB / 73.58MB 2.1s
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.24 Setting up libseccomp-dev:s390x (2.3.3-4) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.25 Setting up libapparmor1:s390x (2.13.2-10) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.25 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.26 Setting up libpcre16-3:s390x (2:8.39-12) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.27 Setting up libsepol1-dev:s390x (2.8-1) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.27 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.29 Setting up libbtrfs0 (4.20.1-2) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.30 Setting up libpcre32-3:s390x (2:8.39-12) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.30 Setting up libudev-dev:s390x (241-7~deb10u4) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.31 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.32 Setting up libbtrfs-dev (4.20.1-2) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.33 Setting up libapparmor-dev:s390x (2.13.2-10) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.34 Setting up mingw-w64-common (6.0.0-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.34 Setting up libsystemd-dev:s390x (241-7~deb10u4) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.35 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.36 Setting up libpcre3-dev:s390x (2:8.39-12) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.36 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.37 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
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.37 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
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.38 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.38 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
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.38 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
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.39 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.40 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.40 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.41 Setting up dmsetup (2:1.02.155-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.42 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.42 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
20:22:37 [2020-09-10T20:22:37.238Z] #10 69.43 Processing triggers for libc-bin (2.28-10) ...
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 33.08MB / 54.14MB 2.2s
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 28.89MB / 57.46MB 2.2s
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 37.31MB / 73.58MB 2.2s
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 36.62MB / 54.14MB 2.6s
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.31MB / 57.46MB 2.6s
20:22:37 [2020-09-10T20:22:37.382Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 43.98MB / 73.58MB 2.6s
20:22:37 [2020-09-10T20:22:37.399Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done
20:22:37 [2020-09-10T20:22:37.399Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
20:22:37 [2020-09-10T20:22:37.887Z] #10 DONE 70.0s
20:22:37 [2020-09-10T20:22:37.887Z] 
20:22:37 [2020-09-10T20:22:37.887Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 39.81MB / 54.14MB 2.8s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 36.88MB / 57.46MB 2.8s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 51.08MB / 73.58MB 2.8s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 30.35MB / 96.52MB 2.8s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 43.54MB / 54.14MB 3.1s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.48MB / 57.46MB 3.1s
20:22:38 [2020-09-10T20:22:38.076Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 55.28MB / 73.58MB 3.1s
20:22:38 [2020-09-10T20:22:38.273Z] #52 ...
20:22:38 [2020-09-10T20:22:38.273Z] 
20:22:38 [2020-09-10T20:22:38.273Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:38 [2020-09-10T20:22:38.273Z] #38 30.93 Reading package lists...
20:22:38 [2020-09-10T20:22:38.273Z] #38 38.09 Building dependency tree...
20:22:38 [2020-09-10T20:22:38.273Z] #38 43.05 The following additional packages will be installed:
20:22:38 [2020-09-10T20:22:38.273Z] #38 43.07   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:22:38 [2020-09-10T20:22:38.273Z] #38 43.07   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:22:38 [2020-09-10T20:22:38.273Z] #38 43.09 Suggested packages:
20:22:38 [2020-09-10T20:22:38.273Z] #38 43.12   manpages-dev python-setuptools
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.50 The following NEW packages will be installed:
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.51   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.51   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.51   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.52   python-six zlib1g-dev
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.96 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.96 Need to get 4095 kB of archives.
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.96 After this operation, 22.5 MB of additional disk space will be used.
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 44.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:22:38 [2020-09-10T20:22:38.273Z] #38 45.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:22:38 [2020-09-10T20:22:38.522Z] #49 ...
20:22:38 [2020-09-10T20:22:38.522Z] 
20:22:38 [2020-09-10T20:22:38.522Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:38 [2020-09-10T20:22:38.522Z] #41 60.83 vendor/golang.org/x/text/transform
20:22:38 [2020-09-10T20:22:38.522Z] #41 61.26 vendor/golang.org/x/text/unicode/bidi
20:22:38 [2020-09-10T20:22:38.522Z] #41 62.46 vendor/golang.org/x/text/secure/bidirule
20:22:38 [2020-09-10T20:22:38.522Z] #41 62.62 vendor/golang.org/x/text/unicode/norm
20:22:38 [2020-09-10T20:22:38.522Z] #41 65.43 vendor/golang.org/x/net/idna
20:22:38 [2020-09-10T20:22:38.522Z] #41 66.57 vendor/golang.org/x/net/http2/hpack
20:22:38 [2020-09-10T20:22:38.522Z] #41 67.28 mime
20:22:38 [2020-09-10T20:22:38.522Z] #41 68.20 mime/quotedprintable
20:22:38 [2020-09-10T20:22:38.522Z] #41 68.51 net/http/internal
20:22:38 [2020-09-10T20:22:38.522Z] #41 70.14 vendor/golang.org/x/net/http/httpproxy
20:22:38 [2020-09-10T20:22:38.522Z] #41 70.17 crypto/x509
20:22:38 [2020-09-10T20:22:38.522Z] #41 70.74 mime/multipart
20:22:38 [2020-09-10T20:22:38.813Z] #41 ...
20:22:38 [2020-09-10T20:22:38.813Z] 
20:22:38 [2020-09-10T20:22:38.813Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:38 [2020-09-10T20:22:38.813Z] #39 29.97   CC       compel/src/lib/infect.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 31.19   CC       compel/src/lib/ptrace.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 31.41   AR       compel/libcompel.a
20:22:38 [2020-09-10T20:22:38.813Z] #39 31.48   HOSTCC   compel/src/main-host.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 31.77   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 31.83   HOSTCC   compel/src/lib/handle-elf-host.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 32.14   HOSTCC   compel/src/lib/log-host.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 32.25   HOSTLINK compel/compel-host-bin
20:22:38 [2020-09-10T20:22:38.813Z] #39 32.36   DEP      soccr/soccr.d
20:22:38 [2020-09-10T20:22:38.813Z] #39 32.48   CC       soccr/soccr.o
20:22:38 [2020-09-10T20:22:38.813Z] #39 33.47   AR       soccr/libsoccr.a
20:22:38 [2020-09-10T20:22:38.813Z] #39 33.50 make[1]: 'soccr/libsoccr.a' is up to date.
20:22:38 [2020-09-10T20:22:38.841Z] #38 ...
20:22:38 [2020-09-10T20:22:38.841Z] 
20:22:38 [2020-09-10T20:22:38.841Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:38 [2020-09-10T20:22:38.841Z] #32 30.51 Reading package lists...
20:22:38 [2020-09-10T20:22:38.841Z] #32 37.14 Building dependency tree...
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.77 The following additional packages will be installed:
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.81   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.83 Suggested packages:
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.84   cmake-doc ninja-build lrzip
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.84 Recommended packages:
20:22:38 [2020-09-10T20:22:38.841Z] #32 40.84   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:22:38 [2020-09-10T20:22:38.841Z] #32 42.61 The following NEW packages will be installed:
20:22:38 [2020-09-10T20:22:38.841Z] #32 42.64   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:22:38 [2020-09-10T20:22:38.841Z] #32 42.65   vim-common xxd
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.28 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.28 Need to get 14.9 MB of archives.
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.28 After this operation, 61.8 MB of additional disk space will be used.
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 43.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 44.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:22:38 [2020-09-10T20:22:38.841Z] #32 45.75 debconf: delaying package configuration, since apt-utils is not installed
20:22:38 [2020-09-10T20:22:38.841Z] #32 45.99 Fetched 14.9 MB in 2s (8243 kB/s)
20:22:38 [2020-09-10T20:22:38.841Z] #32 46.11 Selecting previously unselected package xxd.
20:22:38 [2020-09-10T20:22:38.841Z] #32 46.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 ... 15410 files and directories currently installed.)
20:22:38 [2020-09-10T20:22:38.841Z] #32 46.18 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:22:38 [2020-09-10T20:22:38.841Z] #32 46.20 Unpacking xxd (2:8.1.0875-5) ...
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 59.28MB / 73.58MB 3.3s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 35.69MB / 96.52MB 3.3s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 48.37MB / 54.14MB 3.4s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 43.96MB / 57.46MB 3.4s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.10MB / 54.14MB 3.6s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 3.7s done
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 48.00MB / 57.46MB 3.7s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 63.42MB / 73.58MB 3.7s
20:22:38 [2020-09-10T20:22:38.842Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 41.51MB / 96.52MB 3.7s
20:22:39 [2020-09-10T20:22:39.099Z] #32 46.43 Selecting previously unselected package vim-common.
20:22:39 [2020-09-10T20:22:39.100Z] #32 46.43 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:22:39 [2020-09-10T20:22:39.100Z] #32 46.47 Unpacking vim-common (2:8.1.0875-5) ...
20:22:39 [2020-09-10T20:22:39.100Z] #32 ...
20:22:39 [2020-09-10T20:22:39.100Z] 
20:22:39 [2020-09-10T20:22:39.100Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:39 [2020-09-10T20:22:39.100Z] #38 46.50 debconf: delaying package configuration, since apt-utils is not installed
20:22:39 [2020-09-10T20:22:39.104Z] #39 33.73   DEP      criu/arch/s390/sigframe.d
20:22:39 [2020-09-10T20:22:39.171Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 51.16MB / 57.46MB 4.0s
20:22:39 [2020-09-10T20:22:39.171Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 71.01MB / 73.58MB 4.0s
20:22:39 [2020-09-10T20:22:39.171Z] #8 ...
20:22:39 [2020-09-10T20:22:39.171Z] 
20:22:39 [2020-09-10T20:22:39.171Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:22:39 [2020-09-10T20:22:39.171Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:22:39 [2020-09-10T20:22:39.171Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:22:39 [2020-09-10T20:22:39.171Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done
20:22:39 [2020-09-10T20:22:39.171Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:22:39 [2020-09-10T20:22:39.171Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.9s done
20:22:39 [2020-09-10T20:22:39.171Z] #59 DONE 4.4s
20:22:39 [2020-09-10T20:22:39.171Z] 
20:22:39 [2020-09-10T20:22:39.171Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:39 [2020-09-10T20:22:39.171Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 55.26MB / 57.46MB 4.2s
20:22:39 [2020-09-10T20:22:39.171Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.2s done
20:22:39 [2020-09-10T20:22:39.171Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 47.09MB / 96.52MB 4.2s
20:22:39 [2020-09-10T20:22:39.359Z] #38 ...
20:22:39 [2020-09-10T20:22:39.359Z] 
20:22:39 [2020-09-10T20:22:39.359Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:39 [2020-09-10T20:22:39.359Z] #10 30.54 Reading package lists...
20:22:39 [2020-09-10T20:22:39.359Z] #10 36.82 Building dependency tree...
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.35 The following additional packages will be installed:
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.37   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.37   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.38   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.38   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.38 Suggested packages:
20:22:39 [2020-09-10T20:22:39.359Z] #10 40.38   gcc-8-locales seccomp wine64
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81 The following NEW packages will be installed:
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.81   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 42.82   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.38 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.38 Need to get 77.7 MB of archives.
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.38 After this operation, 487 MB of additional disk space will be used.
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 43.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 44.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 44.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 44.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:22:39 [2020-09-10T20:22:39.359Z] #10 ...
20:22:39 [2020-09-10T20:22:39.359Z] 
20:22:39 [2020-09-10T20:22:39.359Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:39 [2020-09-10T20:22:39.359Z] #38 46.72 Fetched 4095 kB in 1s (5325 kB/s)
20:22:39 [2020-09-10T20:22:39.359Z] #38 46.82 Selecting previously unselected package libcap-dev:amd64.
20:22:39 [2020-09-10T20:22:39.404Z] #39 33.82   DEP      criu/arch/s390/crtools.d
20:22:39 [2020-09-10T20:22:39.404Z] #39 33.96   DEP      criu/arch/s390/cpu.d
20:22:39 [2020-09-10T20:22:39.404Z] #39 34.05   CC       criu/arch/s390/cpu.o
20:22:39 [2020-09-10T20:22:39.501Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.3s done
20:22:39 [2020-09-10T20:22:39.501Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 58.89MB / 96.52MB 4.5s
20:22:39 [2020-09-10T20:22:39.501Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 64.75MB / 96.52MB 4.6s
20:22:39 [2020-09-10T20:22:39.618Z] #38 46.82 (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 ... 15410 files and directories currently installed.)
20:22:39 [2020-09-10T20:22:39.618Z] #38 46.88 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:22:39 [2020-09-10T20:22:39.618Z] #38 46.90 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:22:39 [2020-09-10T20:22:39.618Z] #38 47.05 Selecting previously unselected package libnet1:amd64.
20:22:39 [2020-09-10T20:22:39.618Z] #38 47.05 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:22:39 [2020-09-10T20:22:39.618Z] #38 47.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:39 [2020-09-10T20:22:39.695Z] #39 ...
20:22:39 [2020-09-10T20:22:39.695Z] 
20:22:39 [2020-09-10T20:22:39.695Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
20:22:39 [2020-09-10T20:22:39.695Z] #11 DONE 1.7s
20:22:39 [2020-09-10T20:22:39.695Z] 
20:22:39 [2020-09-10T20:22:39.695Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + RM_GOPATH=0
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + TMP_GOPATH=
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + : /build
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + '[' -z '' ']'
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 ++ mktemp -d
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + export GOPATH=/tmp/tmp.XS166zlZzs
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + GOPATH=/tmp/tmp.XS166zlZzs
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + RM_GOPATH=1
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 + case "$(go env GOARCH)" in
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.552 ++ go env GOARCH
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.555 + export GO_BUILDMODE=-buildmode=pie
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.555 + GO_BUILDMODE=-buildmode=pie
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.555 ++ dirname /tmp/install/install.sh
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + dir=/tmp/install
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + bin=runc
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + shift
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + '[' '!' -f /tmp/install/runc.installer ']'
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + . /tmp/install/runc.installer
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.557 + install_runc
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.562 + uname -r
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.562 + grep -q '^3\.10\.0.*\.el7\.'
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.564 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.564 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.564 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.XS166zlZzs/src/github.com/opencontainers/runc
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.564 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:22:39 [2020-09-10T20:22:39.695Z] #49 1.568 Cloning into '/tmp/tmp.XS166zlZzs/src/github.com/opencontainers/runc'...
20:22:39 [2020-09-10T20:22:39.815Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 73.01MB / 96.52MB 4.8s
20:22:39 [2020-09-10T20:22:39.815Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 81.95MB / 96.52MB 4.9s
20:22:39 [2020-09-10T20:22:39.894Z] #38 47.22 Selecting previously unselected package libnet1-dev.
20:22:39 [2020-09-10T20:22:39.895Z] #38 47.23 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:22:39 [2020-09-10T20:22:39.895Z] #38 47.23 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:22:40 [2020-09-10T20:22:40.111Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 90.91MB / 96.52MB 5.1s
20:22:40 [2020-09-10T20:22:40.111Z] #8 ...
20:22:40 [2020-09-10T20:22:40.111Z] 
20:22:40 [2020-09-10T20:22:40.111Z] #21 [internal] load build context
20:22:40 [2020-09-10T20:22:40.111Z] #21 transferring context: 51.55MB 5.6s done
20:22:40 [2020-09-10T20:22:40.111Z] #21 DONE 5.6s
20:22:40 [2020-09-10T20:22:40.111Z] 
20:22:40 [2020-09-10T20:22:40.111Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:40 [2020-09-10T20:22:40.111Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.3s done
20:22:40 [2020-09-10T20:22:40.111Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
20:22:40 [2020-09-10T20:22:40.159Z] #38 47.44 Selecting previously unselected package libnl-3-200:amd64.
20:22:40 [2020-09-10T20:22:40.159Z] #38 47.45 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:22:40 [2020-09-10T20:22:40.159Z] #38 47.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:22:40 [2020-09-10T20:22:40.159Z] #38 47.59 Selecting previously unselected package libnl-3-dev:amd64.
20:22:40 [2020-09-10T20:22:40.159Z] #38 47.61 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:22:40 [2020-09-10T20:22:40.419Z] #38 47.63 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:22:40 [2020-09-10T20:22:40.677Z] #38 47.99 Selecting previously unselected package libprotobuf-c1:amd64.
20:22:40 [2020-09-10T20:22:40.677Z] #38 47.99 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:22:40 [2020-09-10T20:22:40.677Z] #38 48.01 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.11 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.11 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.12 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.22 Selecting previously unselected package zlib1g-dev:amd64.
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:22:41 [2020-09-10T20:22:41.006Z] #38 48.24 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:22:41 [2020-09-10T20:22:41.204Z] #49 ...
20:22:41 [2020-09-10T20:22:41.204Z] 
20:22:41 [2020-09-10T20:22:41.204Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:22:41 [2020-09-10T20:22:41.204Z] #12 DONE 1.6s
20:22:41 [2020-09-10T20:22:41.265Z] #38 ...
20:22:41 [2020-09-10T20:22:41.265Z] 
20:22:41 [2020-09-10T20:22:41.265Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:41 [2020-09-10T20:22:41.265Z] #30 38.47 sync
20:22:41 [2020-09-10T20:22:41.265Z] #30 38.47 internal/reflectlite
20:22:41 [2020-09-10T20:22:41.265Z] #30 41.80 sort
20:22:41 [2020-09-10T20:22:41.265Z] #30 41.80 errors
20:22:41 [2020-09-10T20:22:41.265Z] #30 42.74 strconv
20:22:41 [2020-09-10T20:22:41.265Z] #30 43.56 io
20:22:41 [2020-09-10T20:22:41.265Z] #30 44.76 internal/oserror
20:22:41 [2020-09-10T20:22:41.265Z] #30 44.90 syscall
20:22:41 [2020-09-10T20:22:41.265Z] #30 46.74 reflect
20:22:41 [2020-09-10T20:22:41.265Z] #30 ...
20:22:41 [2020-09-10T20:22:41.265Z] 
20:22:41 [2020-09-10T20:22:41.265Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:41 [2020-09-10T20:22:41.498Z] 
20:22:41 [2020-09-10T20:22:41.498Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:41 [2020-09-10T20:22:41.498Z] #39 34.37   CC       criu/arch/s390/crtools.o
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.05   CC       criu/arch/s390/sigframe.o
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.16   LINK     criu/arch/s390/crtools.built-in.o
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.20   DEP      criu/pie/util-vdso.d
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.26   DEP      criu/pie/util.d
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.36   CC       criu/pie/util.o
20:22:41 [2020-09-10T20:22:41.498Z] #39 35.55   CC       criu/pie/util-vdso.o
20:22:41 [2020-09-10T20:22:41.498Z] #39 36.01   AR       criu/pie/pie.lib.a
20:22:41 [2020-09-10T20:22:41.498Z] #39 36.06   DEP      criu/pie/restorer.d
20:22:41 [2020-09-10T20:22:41.559Z] #28 48.57 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:22:41 [2020-09-10T20:22:41.595Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.1s done
20:22:41 [2020-09-10T20:22:41.595Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
20:22:41 [2020-09-10T20:22:41.595Z] #7 DONE 16.0s
20:22:41 [2020-09-10T20:22:41.595Z] 
20:22:41 [2020-09-10T20:22:41.595Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:22:41 [2020-09-10T20:22:41.800Z] #39 ...
20:22:41 [2020-09-10T20:22:41.800Z] 
20:22:41 [2020-09-10T20:22:41.800Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:41 [2020-09-10T20:22:41.800Z] #54 69.21 + for f in rootlesskit rootlesskit-docker-proxy
20:22:41 [2020-09-10T20:22:41.800Z] #54 69.21 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:22:41 [2020-09-10T20:22:41.800Z] #54 DONE 74.0s
20:22:41 [2020-09-10T20:22:41.800Z] 
20:22:41 [2020-09-10T20:22:41.800Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:22:41 [2020-09-10T20:22:41.800Z] #55 DONE 0.1s
20:22:41 [2020-09-10T20:22:41.800Z] 
20:22:41 [2020-09-10T20:22:41.800Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:41 [2020-09-10T20:22:41.800Z] #39 36.32   DEP      criu/arch/s390/restorer.d
20:22:41 [2020-09-10T20:22:41.819Z] #28 48.85 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:22:41 [2020-09-10T20:22:41.819Z] #28 49.07 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:22:42 [2020-09-10T20:22:42.098Z] #39 ...
20:22:42 [2020-09-10T20:22:42.098Z] 
20:22:42 [2020-09-10T20:22:42.098Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:22:42 [2020-09-10T20:22:42.098Z] #56 DONE 0.1s
20:22:42 [2020-09-10T20:22:42.098Z] 
20:22:42 [2020-09-10T20:22:42.099Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:42 [2020-09-10T20:22:42.099Z] #39 36.65   DEP      criu/arch/s390/vdso-pie.d
20:22:42 [2020-09-10T20:22:42.099Z] #39 36.74   DEP      criu/pie/parasite-vdso.d
20:22:42 [2020-09-10T20:22:42.099Z] #39 36.82   DEP      criu/pie/parasite.d
20:22:42 [2020-09-10T20:22:42.396Z] #39 37.02   CC       criu/pie/parasite.o
20:22:42 [2020-09-10T20:22:42.791Z] #28 ...
20:22:42 [2020-09-10T20:22:42.791Z] 
20:22:42 [2020-09-10T20:22:42.791Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:42 [2020-09-10T20:22:42.791Z] #23 39.54 Building dependency tree...
20:22:42 [2020-09-10T20:22:42.791Z] #23 44.62 ca-certificates is already the newest version (20200601~deb10u1).
20:22:42 [2020-09-10T20:22:42.791Z] #23 44.62 The following additional packages will be installed:
20:22:42 [2020-09-10T20:22:42.791Z] #23 44.64   libjq1 libonig5
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.14 The following NEW packages will be installed:
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.15   jq libjq1 libonig5
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.53 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.53 Need to get 355 kB of archives.
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.53 After this operation, 1072 kB of additional disk space will be used.
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:22:42 [2020-09-10T20:22:42.791Z] #23 45.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:22:42 [2020-09-10T20:22:42.791Z] #23 46.80 debconf: delaying package configuration, since apt-utils is not installed
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.02 Fetched 355 kB in 0s (1021 kB/s)
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.13 Selecting previously unselected package libonig5:amd64.
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.13 (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 ... 15410 files and directories currently installed.)
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.19 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.23 Unpacking libonig5:amd64 (6.9.1-1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.46 Selecting previously unselected package libjq1:amd64.
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.46 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.47 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.68 Selecting previously unselected package jq.
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.69 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 47.71 Unpacking jq (1.5+dfsg-2+b1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 48.00 Setting up libonig5:amd64 (6.9.1-1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 48.03 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 48.07 Setting up jq (1.5+dfsg-2+b1) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 48.09 Processing triggers for libc-bin (2.28-10) ...
20:22:42 [2020-09-10T20:22:42.791Z] #23 DONE 50.1s
20:22:42 [2020-09-10T20:22:42.791Z] 
20:22:42 [2020-09-10T20:22:42.791Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:42 [2020-09-10T20:22:42.791Z] #38 50.06 Selecting previously unselected package libprotobuf17:amd64.
20:22:42 [2020-09-10T20:22:42.791Z] #38 50.06 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:22:42 [2020-09-10T20:22:42.791Z] #38 50.18 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:22:43 [2020-09-10T20:22:43.033Z] #39 ...
20:22:43 [2020-09-10T20:22:43.033Z] 
20:22:43 [2020-09-10T20:22:43.033Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:22:43 [2020-09-10T20:22:43.033Z] #13 1.747 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:22:43 [2020-09-10T20:22:43.033Z] #13 DONE 2.0s
20:22:43 [2020-09-10T20:22:43.050Z] #38 ...
20:22:43 [2020-09-10T20:22:43.050Z] 
20:22:43 [2020-09-10T20:22:43.050Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:22:43 [2020-09-10T20:22:43.050Z] #24 DONE 0.3s
20:22:43 [2020-09-10T20:22:43.050Z] 
20:22:43 [2020-09-10T20:22:43.050Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:43 [2020-09-10T20:22:43.325Z] 
20:22:43 [2020-09-10T20:22:43.325Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:22:44 [2020-09-10T20:22:44.368Z] #14 DONE 1.0s
20:22:44 [2020-09-10T20:22:44.368Z] 
20:22:44 [2020-09-10T20:22:44.368Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:22:44 [2020-09-10T20:22:44.885Z] #8 DONE 2.9s
20:22:44 [2020-09-10T20:22:44.885Z] 
20:22:44 [2020-09-10T20:22:44.886Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:22:44 [2020-09-10T20:22:44.886Z] #9 DONE 0.4s
20:22:44 [2020-09-10T20:22:44.963Z] #25 2.008 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:22:45 [2020-09-10T20:22:45.145Z] 
20:22:45 [2020-09-10T20:22:45.145Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:22:45 [2020-09-10T20:22:45.145Z] #35 DONE 0.1s
20:22:45 [2020-09-10T20:22:45.145Z] 
20:22:45 [2020-09-10T20:22:45.145Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:22:45 [2020-09-10T20:22:45.145Z] #27 DONE 0.1s
20:22:45 [2020-09-10T20:22:45.145Z] 
20:22:45 [2020-09-10T20:22:45.145Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:45 [2020-09-10T20:22:45.532Z] #25 2.374 
20:22:45 [2020-09-10T20:22:45.827Z] Client:
20:22:45 [2020-09-10T20:22:45.827Z]  Debug Mode: false
20:22:45 [2020-09-10T20:22:45.827Z] 
20:22:45 [2020-09-10T20:22:45.827Z] Server:
20:22:45 [2020-09-10T20:22:45.827Z]  Containers: 0
20:22:45 [2020-09-10T20:22:45.827Z]   Running: 0
20:22:45 [2020-09-10T20:22:45.827Z]   Paused: 0
20:22:45 [2020-09-10T20:22:45.827Z]   Stopped: 0
20:22:45 [2020-09-10T20:22:45.827Z]  Images: 0
20:22:45 [2020-09-10T20:22:45.827Z]  Server Version: 19.03.12
20:22:45 [2020-09-10T20:22:45.827Z]  Storage Driver: overlay2
20:22:45 [2020-09-10T20:22:45.827Z]   Backing Filesystem: extfs
20:22:45 [2020-09-10T20:22:45.827Z]   Supports d_type: true
20:22:45 [2020-09-10T20:22:45.827Z]   Native Overlay Diff: true
20:22:45 [2020-09-10T20:22:45.827Z]  Logging Driver: json-file
20:22:45 [2020-09-10T20:22:45.827Z]  Cgroup Driver: cgroupfs
20:22:45 [2020-09-10T20:22:45.827Z]  Plugins:
20:22:45 [2020-09-10T20:22:45.827Z]   Volume: local
20:22:45 [2020-09-10T20:22:45.827Z]   Network: bridge host ipvlan macvlan null overlay
20:22:45 [2020-09-10T20:22:45.827Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:22:45 [2020-09-10T20:22:45.827Z]  Swarm: inactive
20:22:45 [2020-09-10T20:22:45.827Z]  Runtimes: runc
20:22:45 [2020-09-10T20:22:45.827Z]  Default Runtime: runc
20:22:45 [2020-09-10T20:22:45.827Z]  Init Binary: docker-init
20:22:45 [2020-09-10T20:22:45.827Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
20:22:45 [2020-09-10T20:22:45.827Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
20:22:45 [2020-09-10T20:22:45.827Z]  init version: fec3683
20:22:45 [2020-09-10T20:22:45.827Z]  Security Options:
20:22:45 [2020-09-10T20:22:45.827Z]   apparmor
20:22:45 [2020-09-10T20:22:45.827Z]   seccomp
20:22:45 [2020-09-10T20:22:45.827Z]    Profile: default
20:22:45 [2020-09-10T20:22:45.827Z]  Kernel Version: 4.15.0-1082-aws
20:22:45 [2020-09-10T20:22:45.827Z]  Operating System: Ubuntu 16.04.7 LTS
20:22:45 [2020-09-10T20:22:45.827Z]  OSType: linux
20:22:45 [2020-09-10T20:22:45.827Z]  Architecture: aarch64
20:22:45 [2020-09-10T20:22:45.827Z]  CPUs: 4
20:22:45 [2020-09-10T20:22:45.827Z]  Total Memory: 7.525GiB
20:22:45 [2020-09-10T20:22:45.827Z]  Name: ip-10-100-63-35
20:22:45 [2020-09-10T20:22:45.827Z]  ID: KYKG:A322:XPRH:JZGL:H3VU:BFQ2:WUGA:GP6K:7QES:XZZH:RIWE:PUKP
20:22:45 [2020-09-10T20:22:45.827Z]  Docker Root Dir: /var/lib/docker
20:22:45 [2020-09-10T20:22:45.827Z]  Debug Mode: false
20:22:45 [2020-09-10T20:22:45.827Z]  Registry: https://index.docker.io/v1/
20:22:45 [2020-09-10T20:22:45.827Z]  Labels:
20:22:45 [2020-09-10T20:22:45.827Z]  Experimental: true
20:22:45 [2020-09-10T20:22:45.827Z]  Insecure Registries:
20:22:45 [2020-09-10T20:22:45.827Z]   127.0.0.0/8
20:22:45 [2020-09-10T20:22:45.827Z]  Live Restore Enabled: true
20:22:45 [2020-09-10T20:22:45.827Z] 
20:22:45 [2020-09-10T20:22:45.827Z] WARNING: No swap limit support
[Pipeline] sh
20:22:45 [2020-09-10T20:22:45.874Z] #15 DONE 1.4s
20:22:45 [2020-09-10T20:22:45.874Z] 
20:22:45 [2020-09-10T20:22:45.874Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:45 [2020-09-10T20:22:45.874Z] #49 6.576 + cd /tmp/tmp.XS166zlZzs/src/github.com/opencontainers/runc
20:22:45 [2020-09-10T20:22:45.874Z] #49 6.576 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:22:45 [2020-09-10T20:22:45.874Z] #49 6.736 + '[' -z '' ']'
20:22:45 [2020-09-10T20:22:45.874Z] #49 6.736 + target=static
20:22:45 [2020-09-10T20:22:45.874Z] #49 6.736 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:22:45 [2020-09-10T20:22:45.874Z] #49 7.012 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:22:46 [2020-09-10T20:22:46.056Z] #25 2.534 
##                                                                         3.1%
#######                                                                   10.5%
############                                                              17.3%
##################                                                        25.5%
#######################                                                   32.8%
#############################                                             40.3%
20:22:46 [2020-09-10T20:22:46.056Z] #25 ...
20:22:46 [2020-09-10T20:22:46.056Z] 
20:22:46 [2020-09-10T20:22:46.056Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:46 [2020-09-10T20:22:46.056Z] #41 43.43 internal/singleflight
20:22:46 [2020-09-10T20:22:46.056Z] #41 44.73 strconv
20:22:46 [2020-09-10T20:22:46.056Z] #41 44.75 io
20:22:46 [2020-09-10T20:22:46.056Z] #41 45.92 bytes
20:22:46 [2020-09-10T20:22:46.056Z] #41 47.52 bufio
20:22:46 [2020-09-10T20:22:46.056Z] #41 48.79 reflect
20:22:46 [2020-09-10T20:22:46.056Z] #41 48.80 syscall
20:22:46 [2020-09-10T20:22:46.120Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:22:46 [2020-09-10T20:22:46.120Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
20:22:46 [2020-09-10T20:22:46.120Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41436/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
20:22:46 [2020-09-10T20:22:46.317Z] #41 ...
20:22:46 [2020-09-10T20:22:46.317Z] 
20:22:46 [2020-09-10T20:22:46.317Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:46 [2020-09-10T20:22:46.385Z] + bash /home/ubuntu/workspace/moby_PR-41436/check-config.sh
20:22:46 [2020-09-10T20:22:46.385Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
20:22:46 [2020-09-10T20:22:46.385Z] info: reading kernel config from /boot/config-4.15.0-1082-aws ...
20:22:46 [2020-09-10T20:22:46.385Z] 
20:22:46 [2020-09-10T20:22:46.385Z] Generally Necessary:
20:22:46 [2020-09-10T20:22:46.385Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
20:22:46 [2020-09-10T20:22:46.385Z] - apparmor: enabled and tools installed
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_NAMESPACES: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_NET_NS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_PID_NS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_IPC_NS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_UTS_NS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CGROUPS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CGROUP_CPUACCT: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CGROUP_DEVICE: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CGROUP_FREEZER: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CGROUP_SCHED: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_CPUSETS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_MEMCG: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_KEYS: enabled
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_VETH: enabled (as module)
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_BRIDGE: enabled (as module)
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_IP_NF_FILTER: enabled (as module)
20:22:46 [2020-09-10T20:22:46.385Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IP_NF_NAT: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NF_NAT: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NF_NAT_NEEDED: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_POSIX_MQUEUE: enabled
20:22:46 [2020-09-10T20:22:46.647Z] 
20:22:46 [2020-09-10T20:22:46.647Z] Optional Features:
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_USER_NS: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_SECCOMP: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CGROUP_PIDS: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_MEMCG_SWAP: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
20:22:46 [2020-09-10T20:22:46.647Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_BLK_CGROUP: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_BLK_DEV_THROTTLING: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IOSCHED_CFQ: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CGROUP_PERF: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CGROUP_HUGETLB: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CGROUP_NET_PRIO: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_CFS_BANDWIDTH: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_FAIR_GROUP_SCHED: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_RT_GROUP_SCHED: missing
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IP_VS: enabled (as module)
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IP_VS_NFCT: enabled
20:22:46 [2020-09-10T20:22:46.647Z] - CONFIG_IP_VS_PROTO_TCP: enabled
20:22:46 [2020-09-10T20:22:46.837Z] #25 2.534 
##                                                                         3.1%
#######                                                                   10.5%
############                                                              17.3%
##################                                                        25.5%
#######################                                                   32.8%
#############################                                             40.3%
################################                                          45.8%
########################################                                  56.0%
#############################################                             63.7%
####################################################                      72.9%
##########################################################                81.1%
################################################################          90.2%
#######################################################################   99.8%
######################################################################## 100.0%
20:22:46 [2020-09-10T20:22:46.909Z] - CONFIG_IP_VS_PROTO_UDP: enabled
20:22:46 [2020-09-10T20:22:46.909Z] - CONFIG_IP_VS_RR: enabled (as module)
20:22:46 [2020-09-10T20:22:46.909Z] - CONFIG_EXT4_FS: enabled
20:22:46 [2020-09-10T20:22:46.909Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
20:22:46 [2020-09-10T20:22:46.909Z] - CONFIG_EXT4_FS_SECURITY: enabled
20:22:46 [2020-09-10T20:22:46.909Z] - Network Drivers:
20:22:46 [2020-09-10T20:22:46.909Z]   - "overlay":
20:22:46 [2020-09-10T20:22:46.909Z]     - CONFIG_VXLAN: enabled (as module)
20:22:46 [2020-09-10T20:22:46.909Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       Optional (for encrypted networks):
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_CRYPTO: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_CRYPTO_AEAD: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_CRYPTO_GCM: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_CRYPTO_SEQIV: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_CRYPTO_GHASH: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_XFRM: enabled
20:22:46 [2020-09-10T20:22:46.909Z]       - CONFIG_XFRM_USER: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]       - CONFIG_XFRM_ALGO: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]       - CONFIG_INET_ESP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]   - "ipvlan":
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_IPVLAN: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]   - "macvlan":
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_MACVLAN: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_DUMMY: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]   - "ftp,tftp client in container":
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
20:22:46 [2020-09-10T20:22:46.910Z] - Storage Drivers:
20:22:46 [2020-09-10T20:22:46.910Z]   - "aufs":
20:22:47 [2020-09-10T20:22:47.098Z] #25 4.177 
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_AUFS_FS: enabled (as module)
20:22:47 [2020-09-10T20:22:47.171Z]   - "btrfs":
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_BTRFS_FS: enabled (as module)
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
20:22:47 [2020-09-10T20:22:47.171Z]   - "devicemapper":
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_BLK_DEV_DM: enabled
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
20:22:47 [2020-09-10T20:22:47.171Z]   - "overlay":
20:22:47 [2020-09-10T20:22:47.171Z]     - CONFIG_OVERLAY_FS: enabled (as module)
20:22:47 [2020-09-10T20:22:47.171Z]   - "zfs":
20:22:47 [2020-09-10T20:22:47.171Z]     - /dev/zfs: missing
20:22:47 [2020-09-10T20:22:47.171Z]     - zfs command: missing
20:22:47 [2020-09-10T20:22:47.171Z]     - zpool command: missing
20:22:47 [2020-09-10T20:22:47.171Z] 
20:22:47 [2020-09-10T20:22:47.171Z] Limits:
20:22:47 [2020-09-10T20:22:47.171Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
20:22:47 [2020-09-10T20:22:47.171Z] 
20:22:47 [2020-09-10T20:22:47.171Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
20:22:47 [2020-09-10T20:22:47.386Z] #49 ...
20:22:47 [2020-09-10T20:22:47.386Z] 
20:22:47 [2020-09-10T20:22:47.386Z] #16 [dev-systemd-false  6/26] RUN ldconfig
20:22:47 [2020-09-10T20:22:47.386Z] #16 DONE 1.5s
20:22:47 [2020-09-10T20:22:47.386Z] 
20:22:47 [2020-09-10T20:22:47.386Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:22:47 [2020-09-10T20:22:47.523Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5ca758199d77a66f7186450f2e78b0a915d443c4 .
20:22:47 [2020-09-10T20:22:47.523Z] #1 [internal] load build definition from Dockerfile
20:22:47 [2020-09-10T20:22:47.617Z] #25 4.374 
############                                                              17.8%
################################################                          66.8%
######################################################################## 100.0%
20:22:47 [2020-09-10T20:22:47.787Z] #1 transferring dockerfile: 16.37kB done
20:22:47 [2020-09-10T20:22:47.787Z] #1 DONE 0.2s
20:22:47 [2020-09-10T20:22:47.787Z] 
20:22:47 [2020-09-10T20:22:47.787Z] #2 [internal] load .dockerignore
20:22:47 [2020-09-10T20:22:47.787Z] #2 transferring context: 87B done
20:22:47 [2020-09-10T20:22:47.787Z] #2 DONE 0.2s
20:22:47 [2020-09-10T20:22:47.787Z] 
20:22:47 [2020-09-10T20:22:47.787Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
20:22:48 [2020-09-10T20:22:48.185Z] #25 5.023 
20:22:48 [2020-09-10T20:22:48.418Z] #17 1.287 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:48 [2020-09-10T20:22:48.418Z] #17 1.413 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:48 [2020-09-10T20:22:48.703Z] #25 5.225 
##########                                                                15.1%
###############################                                           43.5%
################################################                          67.0%
######################################################################    98.4%
######################################################################## 100.0%
20:22:48 [2020-09-10T20:22:48.709Z] #17 1.427 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:48 [2020-09-10T20:22:48.709Z] #17 1.647 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
20:22:48 [2020-09-10T20:22:48.732Z] #3 DONE 1.0s
20:22:48 [2020-09-10T20:22:48.732Z] 
20:22:48 [2020-09-10T20:22:48.732Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
20:22:48 [2020-09-10T20:22:48.732Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
20:22:48 [2020-09-10T20:22:48.962Z] #25 5.907 
20:22:49 [2020-09-10T20:22:49.342Z] #17 2.295 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [199 kB]
20:22:49 [2020-09-10T20:22:49.481Z] #25 6.078 
#                                                                          2.4%
######                                                                     8.6%
##########                                                                15.1%
###############                                                           21.6%
###################                                                       26.8%
######
20:22:49 [2020-09-10T20:22:49.481Z] #25 ...
20:22:49 [2020-09-10T20:22:49.481Z] 
20:22:49 [2020-09-10T20:22:49.481Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:49 [2020-09-10T20:22:49.481Z] #32 46.91 Selecting previously unselected package cmake-data.
20:22:49 [2020-09-10T20:22:49.481Z] #32 46.91 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:22:49 [2020-09-10T20:22:49.481Z] #32 46.92 Unpacking cmake-data (3.13.4-1) ...
20:22:49 [2020-09-10T20:22:49.481Z] #32 50.40 Selecting previously unselected package libicu63:amd64.
20:22:49 [2020-09-10T20:22:49.481Z] #32 50.40 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:22:49 [2020-09-10T20:22:49.482Z] #32 50.43 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:22:49 [2020-09-10T20:22:49.741Z] #32 ...
20:22:49 [2020-09-10T20:22:49.741Z] 
20:22:49 [2020-09-10T20:22:49.741Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:50 [2020-09-10T20:22:50.123Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
20:22:50 [2020-09-10T20:22:50.123Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
20:22:50 [2020-09-10T20:22:50.123Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
20:22:50 [2020-09-10T20:22:50.123Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB
20:22:50 [2020-09-10T20:22:50.123Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 4.49MB / 8.28MB 0.2s
20:22:50 [2020-09-10T20:22:50.375Z] #17 3.238 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B]
20:22:50 [2020-09-10T20:22:50.386Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s
20:22:50 [2020-09-10T20:22:50.386Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done
20:22:50 [2020-09-10T20:22:50.386Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3
20:22:50 [2020-09-10T20:22:50.462Z] #28 ...
20:22:50 [2020-09-10T20:22:50.462Z] 
20:22:50 [2020-09-10T20:22:50.462Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.586 + RM_GOPATH=0
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.586 + TMP_GOPATH=
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.586 + : /build
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.586 + '[' -z '' ']'
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.586 ++ mktemp -d
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.587 + export GOPATH=/tmp/tmp.8dMD1K9lpz
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.587 + GOPATH=/tmp/tmp.8dMD1K9lpz
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.589 + RM_GOPATH=1
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.589 + case "$(go env GOARCH)" in
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.589 ++ go env GOARCH
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + export GO_BUILDMODE=-buildmode=pie
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + GO_BUILDMODE=-buildmode=pie
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 ++ dirname /tmp/install/install.sh
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + dir=/tmp/install
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + bin=golangci_lint
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + shift
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.601 + . /tmp/install/golangci_lint.installer
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.603 ++ : v1.23.8
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.604 + install_golangci_lint
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.604 + echo 'Installing golangci-lint version v1.23.8'
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.604 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
20:22:50 [2020-09-10T20:22:50.462Z] #45 3.606 Installing golangci-lint version v1.23.8
20:22:50 [2020-09-10T20:22:50.648Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
20:22:50 [2020-09-10T20:22:50.648Z] #4 DONE 1.9s
20:22:50 [2020-09-10T20:22:50.666Z] #17 ...
20:22:50 [2020-09-10T20:22:50.666Z] 
20:22:50 [2020-09-10T20:22:50.666Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:50 [2020-09-10T20:22:50.666Z] #41 72.84 crypto/tls
20:22:50 [2020-09-10T20:22:50.666Z] #41 77.67 net/http/httptrace
20:22:50 [2020-09-10T20:22:50.666Z] #41 77.82 net/http
20:22:50 [2020-09-10T20:22:50.666Z] #41 ...
20:22:50 [2020-09-10T20:22:50.666Z] 
20:22:50 [2020-09-10T20:22:50.666Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.06   LINK     criu/pie/parasite.built-in.o
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.06   GEN      criu/pie/parasite-blob.h
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.08   CC       criu/pie/parasite-vdso.o
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.57   CC       criu/arch/s390/vdso-pie.o
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.79   CC       criu/arch/s390/restorer.o
20:22:50 [2020-09-10T20:22:50.666Z] #39 38.99   CC       criu/pie/restorer.o
20:22:50 [2020-09-10T20:22:50.667Z] #39 40.86   LINK     criu/pie/restorer.built-in.o
20:22:50 [2020-09-10T20:22:50.667Z] #39 40.87   GEN      criu/pie/restorer-blob.h
20:22:50 [2020-09-10T20:22:50.667Z] #39 40.91   DEP      criu/vdso.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 41.21   DEP      criu/uts_ns.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 41.41   DEP      criu/util.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 41.57   DEP      criu/uffd.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 41.80   DEP      criu/tun.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 41.91   DEP      criu/tty.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.18   DEP      criu/timerfd.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.34   DEP      criu/timens.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.46   DEP      criu/sysfs_parse.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.57   DEP      criu/sysctl.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.65   DEP      criu/string.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.67   DEP      criu/stats.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.74   DEP      criu/sockets.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.85   DEP      criu/sk-unix.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 42.96   DEP      criu/sk-tcp.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.13   DEP      criu/sk-queue.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.29   DEP      criu/sk-packet.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.43   DEP      criu/sk-netlink.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.56   DEP      criu/sk-inet.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.80   DEP      criu/signalfd.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.91   DEP      criu/sigframe.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 43.95   DEP      criu/shmem.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.04   DEP      criu/servicefd.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.11   DEP      criu/seize.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.19   DEP      criu/seccomp.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.35   DEP      criu/rst-malloc.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.37   DEP      criu/rbtree.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.42   DEP      criu/pstree.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.57   DEP      criu/protobuf.d
20:22:50 [2020-09-10T20:22:50.667Z] #39 44.70   GEN      criu/protobuf-desc-gen.h
20:22:50 [2020-09-10T20:22:50.800Z] #25 6.078 
#                                                                          2.4%
######                                                                     8.6%
##########                                                                15.1%
###############                                                           21.6%
###################                                                       26.8%
########################                                                  33.4%
#############################                                             40.8%
###################################                                       48.7%
#####################################                                     52.1%
#########################################                                 58.1%
##############################################                            64.4%
###################################################                       71.0%
#######################################################                   77.1%
###########################################################               82.5%
################################################################          89.3%
#####################################################################     95.9%
######################################################################## 100.0%
20:22:50 [2020-09-10T20:22:50.910Z] 
20:22:50 [2020-09-10T20:22:50.911Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
20:22:50 [2020-09-10T20:22:50.958Z] #39 45.58   DEP      criu/protobuf-desc.d
20:22:51 [2020-09-10T20:22:51.034Z] #45 ...
20:22:51 [2020-09-10T20:22:51.034Z] 
20:22:51 [2020-09-10T20:22:51.034Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:51 [2020-09-10T20:22:51.034Z] #28 5.925 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:51 [2020-09-10T20:22:51.034Z] #28 5.925 Cloning into '.'...
20:22:51 [2020-09-10T20:22:51.175Z] #5 DONE 0.2s
20:22:51 [2020-09-10T20:22:51.175Z] 
20:22:51 [2020-09-10T20:22:51.175Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
20:22:51 [2020-09-10T20:22:51.175Z] #6 DONE 0.4s
20:22:51 [2020-09-10T20:22:51.249Z] #39 45.72   DEP      criu/proc_parse.d
20:22:51 [2020-09-10T20:22:51.249Z] #39 45.91   DEP      criu/plugin.d
20:22:51 [2020-09-10T20:22:51.387Z] #25 8.228 
20:22:51 [2020-09-10T20:22:51.387Z] #25 8.471 
20:22:51 [2020-09-10T20:22:51.387Z] #25 ...
20:22:51 [2020-09-10T20:22:51.387Z] 
20:22:51 [2020-09-10T20:22:51.387Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:51 [2020-09-10T20:22:51.387Z] #47 48.69 syscall
20:22:51 [2020-09-10T20:22:51.387Z] #47 48.74 reflect
20:22:51 [2020-09-10T20:22:51.387Z] #47 56.43 time
20:22:51 [2020-09-10T20:22:51.446Z] 
20:22:51 [2020-09-10T20:22:51.446Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
20:22:51 [2020-09-10T20:22:51.446Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
20:22:51 [2020-09-10T20:22:51.446Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
20:22:51 [2020-09-10T20:22:51.446Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.66MB / 9.86MB 0.2s
20:22:51 [2020-09-10T20:22:51.446Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
20:22:51 [2020-09-10T20:22:51.542Z] #39 46.01   DEP      criu/pipes.d
20:22:51 [2020-09-10T20:22:51.542Z] #39 46.20   DEP      criu/pie-util.d
20:22:51 [2020-09-10T20:22:51.647Z] #47 ...
20:22:51 [2020-09-10T20:22:51.647Z] 
20:22:51 [2020-09-10T20:22:51.647Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:51 [2020-09-10T20:22:51.647Z] #25 8.471 
                                                                           0.0%
#                                                                          2.0%
###                                                                        4.2%
20:22:51 [2020-09-10T20:22:51.647Z] #25 ...
20:22:51 [2020-09-10T20:22:51.647Z] 
20:22:51 [2020-09-10T20:22:51.647Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:51 [2020-09-10T20:22:51.647Z] #10 49.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 51.97 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.01 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.03 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.05 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.12 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 52.16 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.29 debconf: delaying package configuration, since apt-utils is not installed
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.56 Fetched 77.7 MB in 9s (8494 kB/s)
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.68 Selecting previously unselected package binutils-mingw-w64-i686.
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.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 ... 15410 files and directories currently installed.)
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:22:51 [2020-09-10T20:22:51.647Z] #10 53.82 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:22:51 [2020-09-10T20:22:51.647Z] #10 56.34 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:22:51 [2020-09-10T20:22:51.647Z] #10 56.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:22:51 [2020-09-10T20:22:51.647Z] #10 56.37 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:22:51 [2020-09-10T20:22:51.723Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s
20:22:51 [2020-09-10T20:22:51.723Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done
20:22:51 [2020-09-10T20:22:51.723Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
20:22:51 [2020-09-10T20:22:51.833Z] #39 46.28   DEP      criu/pie-util-vdso.d
20:22:51 [2020-09-10T20:22:51.833Z] #39 46.38   DEP      criu/path.d
20:22:51 [2020-09-10T20:22:51.833Z] #39 46.44   DEP      criu/parasite-syscall.d
20:22:51 [2020-09-10T20:22:51.906Z] #10 ...
20:22:51 [2020-09-10T20:22:51.906Z] 
20:22:51 [2020-09-10T20:22:51.906Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:52 [2020-09-10T20:22:52.126Z] #39 46.56   DEP      criu/pagemap.d
20:22:52 [2020-09-10T20:22:52.127Z] #39 46.67   DEP      criu/pagemap-cache.d
20:22:52 [2020-09-10T20:22:52.127Z] #39 46.76   DEP      criu/page-xfer.d
20:22:52 [2020-09-10T20:22:52.312Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done
20:22:52 [2020-09-10T20:22:52.418Z] #39 46.96   DEP      criu/page-pipe.d
20:22:52 [2020-09-10T20:22:52.418Z] #39 47.05   DEP      criu/netfilter.d
20:22:52 [2020-09-10T20:22:52.418Z] #39 ...
20:22:52 [2020-09-10T20:22:52.418Z] 
20:22:52 [2020-09-10T20:22:52.418Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:52 [2020-09-10T20:22:52.418Z] #41 84.72 github.com/LK4D4/vndr/godl
20:22:53 [2020-09-10T20:22:53.050Z] #41 85.21 github.com/LK4D4/vndr
20:22:53 [2020-09-10T20:22:53.264Z] #58 DONE 2.0s
20:22:53 [2020-09-10T20:22:53.264Z] 
20:22:53 [2020-09-10T20:22:53.264Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:53 [2020-09-10T20:22:53.264Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.5s done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.8s done
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 33.68MB / 52.16MB 2.0s
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 24.63MB / 62.53MB 2.0s
20:22:53 [2020-09-10T20:22:53.264Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 18.03MB / 97.69MB 2.0s
20:22:53 [2020-09-10T20:22:53.264Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.2s
20:22:53 [2020-09-10T20:22:53.547Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 40.97MB / 52.16MB 2.1s
20:22:53 [2020-09-10T20:22:53.547Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 33.61MB / 62.53MB 2.1s
20:22:53 [2020-09-10T20:22:53.547Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 27.13MB / 97.69MB 2.1s
20:22:53 [2020-09-10T20:22:53.547Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 40.55MB / 62.53MB 2.2s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 33.59MB / 97.69MB 2.3s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 47.35MB / 52.16MB 2.4s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 56.30MB / 62.53MB 2.4s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 2.6s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.6s
20:22:53 [2020-09-10T20:22:53.822Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 59.17MB / 97.69MB 2.6s
20:22:53 [2020-09-10T20:22:53.984Z] #25 8.471 
                                                                           0.0%
#                                                                          2.0%
###                                                                        4.2%
####                                                                       6.4%
#####                                                                      8.3%
#######                                                                   10.4%
########                                                                  12.2%
##########                                                                14.1%
###########                                                               16.2%
############                                                              17.8%
###############                                                           20.9%
################                                                          23.5%
##################                                                        25.7%
####################                                                      27.8%
#####################                                                     30.5%
########################                                                  34.3%
#########################                                                 36.0%
###########################                                               38.9%
#############################                                             41.6%
################################                                          44.6%
#################################                                         47.1%
####################################                                      50.5%
######################################                                    53.6%
20:22:53 [2020-09-10T20:22:53.984Z] #25 ...
20:22:53 [2020-09-10T20:22:53.984Z] 
20:22:53 [2020-09-10T20:22:53.984Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.24 Selecting previously unselected package libprotobuf-lite17:amd64.
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.26 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.27 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.50 Selecting previously unselected package libprotobuf-dev:amd64.
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.52 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 51.55 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.09 Selecting previously unselected package libprotoc17:amd64.
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.10 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.11 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.94 Selecting previously unselected package protobuf-c-compiler.
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.97 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 53.97 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.14 Selecting previously unselected package protobuf-compiler.
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.20 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.21 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.37 Selecting previously unselected package python-pkg-resources.
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.39 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.40 Unpacking python-pkg-resources (40.8.0-1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.73 Selecting previously unselected package python-six.
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.73 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.74 Unpacking python-six (1.12.0-1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.85 Selecting previously unselected package python-protobuf.
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.87 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 54.88 Unpacking python-protobuf (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 55.43 Setting up python-pkg-resources (40.8.0-1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 60.54 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 60.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 60.58 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 60.63 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 60.66 Setting up python-six (1.12.0-1) ...
20:22:53 [2020-09-10T20:22:53.984Z] #38 ...
20:22:53 [2020-09-10T20:22:53.984Z] 
20:22:53 [2020-09-10T20:22:53.984Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:54 [2020-09-10T20:22:54.085Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 67.67MB / 97.69MB 2.7s
20:22:54 [2020-09-10T20:22:54.085Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 75.63MB / 97.69MB 2.8s
20:22:54 [2020-09-10T20:22:54.359Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 88.05MB / 97.69MB 2.9s
20:22:54 [2020-09-10T20:22:54.628Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 96.74MB / 97.69MB 3.2s
20:22:54 [2020-09-10T20:22:54.765Z] #25 8.471 
                                                                           0.0%
#                                                                          2.0%
###                                                                        4.2%
####                                                                       6.4%
#####                                                                      8.3%
#######                                                                   10.4%
########                                                                  12.2%
##########                                                                14.1%
###########                                                               16.2%
############                                                              17.8%
###############                                                           20.9%
################                                                          23.5%
##################                                                        25.7%
####################                                                      27.8%
#####################                                                     30.5%
########################                                                  34.3%
#########################                                                 36.0%
###########################                                               38.9%
#############################                                             41.6%
################################                                          44.6%
#################################                                         47.1%
####################################                                      50.5%
######################################                                    53.6%
########################################                                  56.2%
##########################################                                58.6%
############################################                              61.3%
#############################################                             63.4%
###############################################                           66.4%
#################################################                         69.0%
###################################################                       71.5%
####################################################                      72.4%
####################################################                      73.3%
####
20:22:54 [2020-09-10T20:22:54.765Z] #25 ...
20:22:54 [2020-09-10T20:22:54.765Z] 
20:22:54 [2020-09-10T20:22:54.765Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:54 [2020-09-10T20:22:54.765Z] #30 52.24 time
20:22:54 [2020-09-10T20:22:54.765Z] #30 58.02 internal/poll
20:22:54 [2020-09-10T20:22:54.765Z] #30 59.99 internal/fmtsort
20:22:54 [2020-09-10T20:22:54.765Z] #30 60.68 internal/syscall/execenv
20:22:54 [2020-09-10T20:22:54.765Z] #30 60.78 internal/syscall/unix
20:22:54 [2020-09-10T20:22:54.765Z] #30 60.92 strings
20:22:54 [2020-09-10T20:22:54.765Z] #30 61.02 os
20:22:55 [2020-09-10T20:22:55.025Z] #30 ...
20:22:55 [2020-09-10T20:22:55.025Z] 
20:22:55 [2020-09-10T20:22:55.025Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:22:55 [2020-09-10T20:22:55.234Z] #28 ...
20:22:55 [2020-09-10T20:22:55.234Z] 
20:22:55 [2020-09-10T20:22:55.234Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.533 + RM_GOPATH=0
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.533 + TMP_GOPATH=
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.533 + : /build
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.533 + '[' -z '' ']'
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.533 ++ mktemp -d
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.537 + export GOPATH=/tmp/tmp.LLYvQNuEez
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.537 + GOPATH=/tmp/tmp.LLYvQNuEez
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.537 + RM_GOPATH=1
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.537 + case "$(go env GOARCH)" in
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.537 ++ go env GOARCH
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.561 + export GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.561 + GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.561 ++ dirname /tmp/install/install.sh
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 + dir=/tmp/install
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 + bin=proxy
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 + shift
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 + '[' '!' -f /tmp/install/proxy.installer ']'
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 + . /tmp/install/proxy.installer
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.573 ++ : 9e99af28df21367340c95a3863e31808d689c92a
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + install_proxy
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + case "$1" in
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + export CGO_ENABLED=0
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + CGO_ENABLED=0
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + _install_proxy
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.579 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LLYvQNuEez/src/github.com/docker/libnetwork
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.582 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
20:22:55 [2020-09-10T20:22:55.234Z] #60 5.595 Cloning into '/tmp/tmp.LLYvQNuEez/src/github.com/docker/libnetwork'...
20:22:55 [2020-09-10T20:22:55.234Z] #60 ...
20:22:55 [2020-09-10T20:22:55.234Z] 
20:22:55 [2020-09-10T20:22:55.234Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 + RM_GOPATH=0
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 + TMP_GOPATH=
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 + : /build
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 + '[' -z '' ']'
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 ++ mktemp -d
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.907 + export GOPATH=/tmp/tmp.T3aBxmoW7E
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.910 + GOPATH=/tmp/tmp.T3aBxmoW7E
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.910 + RM_GOPATH=1
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.910 + case "$(go env GOARCH)" in
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.910 ++ go env GOARCH
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.935 + export GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.935 + GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.935 ++ dirname /tmp/install/install.sh
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + dir=/tmp/install
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + bin=dockercli
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + shift
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + . /tmp/install/dockercli.installer
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 ++ : stable
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 ++ : 17.06.2-ce
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + install_dockercli
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 ++ uname -m
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + arch=x86_64
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + '[' x86_64 '!=' x86_64 ']'
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 + url=https://download.docker.com/linux/static
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.950 Install docker/cli version 17.06.2-ce from stable
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.954 + tar -xz docker/docker
20:22:55 [2020-09-10T20:22:55.234Z] #21 4.954 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:22:55 [2020-09-10T20:22:55.234Z] #21 ...
20:22:55 [2020-09-10T20:22:55.234Z] 
20:22:55 [2020-09-10T20:22:55.234Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:22:55 [2020-09-10T20:22:55.234Z] #10 2.792 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:55 [2020-09-10T20:22:55.234Z] #10 2.817 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:55 [2020-09-10T20:22:55.234Z] #10 2.817 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:55 [2020-09-10T20:22:55.234Z] #10 3.089 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:55 [2020-09-10T20:22:55.234Z] #10 3.508 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:55 [2020-09-10T20:22:55.234Z] #10 3.934 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:55 [2020-09-10T20:22:55.494Z] #10 ...
20:22:55 [2020-09-10T20:22:55.494Z] 
20:22:55 [2020-09-10T20:22:55.494Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:22:55 [2020-09-10T20:22:55.494Z] #36 5.622 + git clone https://github.com/docker/distribution.git .
20:22:55 [2020-09-10T20:22:55.494Z] #36 5.630 Cloning into '.'...
20:22:55 [2020-09-10T20:22:55.769Z] #36 ...
20:22:55 [2020-09-10T20:22:55.769Z] 
20:22:55 [2020-09-10T20:22:55.769Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.866 + RM_GOPATH=0
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.866 + TMP_GOPATH=
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.866 + : /build
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.866 + '[' -z '' ']'
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.866 ++ mktemp -d
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.871 + export GOPATH=/tmp/tmp.QP5AKeVeQG
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.871 + GOPATH=/tmp/tmp.QP5AKeVeQG
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.871 + RM_GOPATH=1
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.871 + case "$(go env GOARCH)" in
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.876 ++ go env GOARCH
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.921 + export GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.934 + GO_BUILDMODE=-buildmode=pie
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.934 ++ dirname /tmp/install/install.sh
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.934 + dir=/tmp/install
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.941 + bin=gotestsum
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.941 + shift
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.941 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.941 + . /tmp/install/gotestsum.installer
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.942 ++ : v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.943 + install_gotestsum
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.944 + set -e
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.954 + export GO111MODULE=on
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.954 + GO111MODULE=on
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.954 + GOBIN=/build
20:22:55 [2020-09-10T20:22:55.769Z] #43 5.955 + go get gotest.tools/gotestsum@v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 6.085 go: finding gotest.tools v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 6.086 go: finding gotest.tools/gotestsum v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 7.241 go: downloading gotest.tools/gotestsum v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 7.760 go: extracting gotest.tools/gotestsum v0.3.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 8.691 go: downloading gotest.tools v2.1.0+incompatible
20:22:55 [2020-09-10T20:22:55.769Z] #43 8.875 go: extracting gotest.tools v2.1.0+incompatible
20:22:55 [2020-09-10T20:22:55.769Z] #43 8.954 go: downloading github.com/pkg/errors v0.8.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.178 go: downloading github.com/fatih/color v1.6.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.181 go: downloading github.com/spf13/pflag v1.0.1
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.181 go: downloading github.com/sirupsen/logrus v1.0.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.182 go: downloading github.com/jonboulle/clockwork v0.1.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.214 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.577 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.702 go: extracting github.com/fatih/color v1.6.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.755 go: extracting github.com/pkg/errors v0.8.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.756 go: extracting github.com/jonboulle/clockwork v0.1.0
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.798 go: extracting github.com/spf13/pflag v1.0.1
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.847 go: extracting github.com/sirupsen/logrus v1.0.5
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.957 go: downloading github.com/mattn/go-colorable v0.0.9
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.958 go: downloading github.com/mattn/go-isatty v0.0.3
20:22:55 [2020-09-10T20:22:55.769Z] #43 9.995 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:22:55 [2020-09-10T20:22:55.769Z] #43 10.14 go: extracting github.com/mattn/go-isatty v0.0.3
20:22:55 [2020-09-10T20:22:55.769Z] #43 10.14 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:22:55 [2020-09-10T20:22:55.769Z] #43 10.32 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:22:55 [2020-09-10T20:22:55.769Z] #43 10.47 go: extracting github.com/mattn/go-colorable v0.0.9
20:22:55 [2020-09-10T20:22:55.769Z] #43 ...
20:22:55 [2020-09-10T20:22:55.769Z] 
20:22:55 [2020-09-10T20:22:55.769Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:55 [2020-09-10T20:22:55.769Z] #32 6.570 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:55 [2020-09-10T20:22:55.769Z] #32 6.634 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:55 [2020-09-10T20:22:55.769Z] #32 6.635 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:55 [2020-09-10T20:22:55.769Z] #32 7.795 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:55 [2020-09-10T20:22:55.769Z] #32 10.75 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:56 [2020-09-10T20:22:56.028Z] #32 ...
20:22:56 [2020-09-10T20:22:56.028Z] 
20:22:56 [2020-09-10T20:22:56.028Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:56 [2020-09-10T20:22:56.028Z] #47 6.047 + RM_GOPATH=0
20:22:56 [2020-09-10T20:22:56.028Z] #47 6.048 + TMP_GOPATH=
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.048 + : /build
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.048 + '[' -z '' ']'
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.051 ++ mktemp -d
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.051 + export GOPATH=/tmp/tmp.vSbEoyVvAy
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.051 + GOPATH=/tmp/tmp.vSbEoyVvAy
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.051 + RM_GOPATH=1
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.051 + case "$(go env GOARCH)" in
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.055 ++ go env GOARCH
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.087 + export GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.087 + GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.087 ++ dirname /tmp/install/install.sh
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.089 + dir=/tmp/install
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.089 + bin=shfmt
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.090 + shift
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.090 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.093 + . /tmp/install/shfmt.installer
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.093 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.093 + install_shfmt
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.093 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.094 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.094 + git clone https://github.com/mvdan/sh.git /tmp/tmp.vSbEoyVvAy/src/github.com/mvdan/sh
20:22:56 [2020-09-10T20:22:56.029Z] #47 6.095 Cloning into '/tmp/tmp.vSbEoyVvAy/src/github.com/mvdan/sh'...
20:22:56 [2020-09-10T20:22:56.029Z] #47 ...
20:22:56 [2020-09-10T20:22:56.029Z] 
20:22:56 [2020-09-10T20:22:56.029Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + RM_GOPATH=0
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + TMP_GOPATH=
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + : /build
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + '[' -z '' ']'
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 ++ mktemp -d
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + export GOPATH=/tmp/tmp.aVeNXrogwc
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + GOPATH=/tmp/tmp.aVeNXrogwc
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + RM_GOPATH=1
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.472 + case "$(go env GOARCH)" in
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.474 ++ go env GOARCH
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.508 + export GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.508 + GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.508 ++ dirname /tmp/install/install.sh
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + dir=/tmp/install
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + bin=tomlv
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + shift
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + . /tmp/install/tomlv.installer
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + install_tomlv
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.513 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aVeNXrogwc/src/github.com/BurntSushi/toml
20:22:56 [2020-09-10T20:22:56.029Z] #30 5.514 Cloning into '/tmp/tmp.aVeNXrogwc/src/github.com/BurntSushi/toml'...
20:22:56 [2020-09-10T20:22:56.029Z] #30 6.680 + cd /tmp/tmp.aVeNXrogwc/src/github.com/BurntSushi/toml
20:22:56 [2020-09-10T20:22:56.029Z] #30 6.680 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:22:56 [2020-09-10T20:22:56.029Z] #30 6.690 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:22:56 [2020-09-10T20:22:56.029Z] #30 7.384 math/bits
20:22:56 [2020-09-10T20:22:56.029Z] #30 7.395 internal/bytealg
20:22:56 [2020-09-10T20:22:56.029Z] #30 7.920 math
20:22:56 [2020-09-10T20:22:56.029Z] #30 8.340 runtime
20:22:56 [2020-09-10T20:22:56.288Z] #30 ...
20:22:56 [2020-09-10T20:22:56.288Z] 
20:22:56 [2020-09-10T20:22:56.288Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:56 [2020-09-10T20:22:56.288Z] #38 5.326 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:56 [2020-09-10T20:22:56.288Z] #38 5.415 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:56 [2020-09-10T20:22:56.288Z] #38 5.415 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:56 [2020-09-10T20:22:56.288Z] #38 6.653 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:56 [2020-09-10T20:22:56.288Z] #38 9.108 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:56 [2020-09-10T20:22:56.288Z] #38 ...
20:22:56 [2020-09-10T20:22:56.288Z] 
20:22:56 [2020-09-10T20:22:56.288Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.943 + RM_GOPATH=0
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.943 + TMP_GOPATH=
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.944 + : /build
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.946 + '[' -z '' ']'
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.950 ++ mktemp -d
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.952 + export GOPATH=/tmp/tmp.GDl7FosgYP
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.959 + GOPATH=/tmp/tmp.GDl7FosgYP
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.960 + RM_GOPATH=1
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.960 + case "$(go env GOARCH)" in
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.960 ++ go env GOARCH
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.984 + export GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.984 + GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.985 ++ dirname /tmp/install/install.sh
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.989 + dir=/tmp/install
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.989 + bin=rootlesskit
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.990 + shift
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.990 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.990 + . /tmp/install/rootlesskit.installer
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.991 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:56 [2020-09-10T20:22:56.288Z] #54 5.992 + install_rootlesskit
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.006 + case "$1" in
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.007 + export CGO_ENABLED=0
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.007 + CGO_ENABLED=0
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.007 + _install_rootlesskit
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.007 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.007 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.008 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.GDl7FosgYP/src/github.com/rootless-containers/rootlesskit
20:22:56 [2020-09-10T20:22:56.288Z] #54 6.019 Cloning into '/tmp/tmp.GDl7FosgYP/src/github.com/rootless-containers/rootlesskit'...
20:22:56 [2020-09-10T20:22:56.548Z] #54 ...
20:22:56 [2020-09-10T20:22:56.548Z] 
20:22:56 [2020-09-10T20:22:56.548Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:22:56 [2020-09-10T20:22:56.548Z] #51 6.448 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:56 [2020-09-10T20:22:56.548Z] #51 6.523 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:56 [2020-09-10T20:22:56.548Z] #51 6.524 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:56 [2020-09-10T20:22:56.548Z] #51 7.601 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:56 [2020-09-10T20:22:56.548Z] #51 9.802 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:56 [2020-09-10T20:22:56.548Z] #51 ...
20:22:56 [2020-09-10T20:22:56.548Z] 
20:22:56 [2020-09-10T20:22:56.548Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + RM_GOPATH=0
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + TMP_GOPATH=
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + : /build
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + '[' -z '' ']'
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 ++ mktemp -d
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + export GOPATH=/tmp/tmp.aMGLjalxDL
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + GOPATH=/tmp/tmp.aMGLjalxDL
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + RM_GOPATH=1
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 + case "$(go env GOARCH)" in
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.198 ++ go env GOARCH
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + export GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + GO_BUILDMODE=-buildmode=pie
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 ++ dirname /tmp/install/install.sh
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + dir=/tmp/install
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + bin=vndr
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + shift
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + '[' '!' -f /tmp/install/vndr.installer ']'
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + . /tmp/install/vndr.installer
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + install_vndr
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.aMGLjalxDL/src/github.com/LK4D4/vndr
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.213 Cloning into '/tmp/tmp.aMGLjalxDL/src/github.com/LK4D4/vndr'...
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.755 + cd /tmp/tmp.aMGLjalxDL/src/github.com/LK4D4/vndr
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.755 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:22:56 [2020-09-10T20:22:56.548Z] #41 4.774 + go build -buildmode=pie -v -o /build/vndr .
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.267 runtime/internal/atomic
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.295 internal/cpu
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.505 runtime/internal/sys
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.743 runtime/internal/math
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.859 internal/race
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.903 internal/bytealg
20:22:56 [2020-09-10T20:22:56.548Z] #41 6.992 sync/atomic
20:22:56 [2020-09-10T20:22:56.548Z] #41 7.369 unicode
20:22:56 [2020-09-10T20:22:56.548Z] #41 7.743 runtime
20:22:56 [2020-09-10T20:22:56.548Z] #41 11.37 unicode/utf8
20:22:56 [2020-09-10T20:22:56.657Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.1s done
20:22:56 [2020-09-10T20:22:56.808Z] #41 ...
20:22:56 [2020-09-10T20:22:56.808Z] 
20:22:56 [2020-09-10T20:22:56.808Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:22:56 [2020-09-10T20:22:56.808Z] #23 5.357 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:22:56 [2020-09-10T20:22:56.808Z] #23 5.429 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:22:56 [2020-09-10T20:22:56.808Z] #23 5.430 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:22:56 [2020-09-10T20:22:56.808Z] #23 6.655 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:22:56 [2020-09-10T20:22:56.808Z] #23 8.893 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:22:56 [2020-09-10T20:22:56.808Z] #23 11.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:22:56 [2020-09-10T20:22:56.808Z] #23 ...
20:22:56 [2020-09-10T20:22:56.808Z] 
20:22:56 [2020-09-10T20:22:56.808Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:22:56 [2020-09-10T20:22:56.808Z] #54 11.54 + cd /tmp/tmp.GDl7FosgYP/src/github.com/rootless-containers/rootlesskit
20:22:56 [2020-09-10T20:22:56.808Z] #54 11.54 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:22:56 [2020-09-10T20:22:56.848Z] #25 8.471 
                                                                           0.0%
#                                                                          2.0%
###                                                                        4.2%
####                                                                       6.4%
#####                                                                      8.3%
#######                                                                   10.4%
########                                                                  12.2%
##########                                                                14.1%
###########                                                               16.2%
############                                                              17.8%
###############                                                           20.9%
################                                                          23.5%
##################                                                        25.7%
####################                                                      27.8%
#####################                                                     30.5%
########################                                                  34.3%
#########################                                                 36.0%
###########################                                               38.9%
#############################                                             41.6%
################################                                          44.6%
#################################                                         47.1%
####################################                                      50.5%
######################################                                    53.6%
########################################                                  56.2%
##########################################                                58.6%
############################################                              61.3%
#############################################                             63.4%
###############################################                           66.4%
#################################################                         69.0%
###################################################                       71.5%
####################################################                      72.4%
####################################################                      73.3%
#####################################################                     74.9%
######################################################                    75.7%
#######################################################                   77.0%
########################################################                  77.9%
#########################################################                 79.2%
##########################################################                80.7%
##########################################################                81.9%
###########################################################               82.7%
############################################################              84.2%
#############################################################             85.5%
##############################################################            86.9%
###############################################################           88.5%
#################################################################         90.8%
##################################################################        92.6%
###################################################################       94.3%
#####################################################################     96.4%
######################################################################    98.0%
######################################################################## 100.0%
20:22:57 [2020-09-10T20:22:57.067Z] #54 12.14 + for f in rootlesskit rootlesskit-docker-proxy
20:22:57 [2020-09-10T20:22:57.067Z] #54 12.14 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:22:57 [2020-09-10T20:22:57.106Z] #25 13.98 
20:22:57 [2020-09-10T20:22:57.230Z] #7 ...
20:22:57 [2020-09-10T20:22:57.230Z] 
20:22:57 [2020-09-10T20:22:57.230Z] #20 [internal] load build context
20:22:57 [2020-09-10T20:22:57.230Z] #20 transferring context: 51.55MB 3.4s done
20:22:57 [2020-09-10T20:22:57.230Z] #20 DONE 5.9s
20:22:57 [2020-09-10T20:22:57.230Z] 
20:22:57 [2020-09-10T20:22:57.230Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
20:22:58 [2020-09-10T20:22:58.056Z] #25 15.18 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:22:58 [2020-09-10T20:22:58.618Z] #41 ...
20:22:58 [2020-09-10T20:22:58.618Z] 
20:22:58 [2020-09-10T20:22:58.618Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.14   DEP      criu/net.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.35   DEP      criu/namespaces.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.51   DEP      criu/mount.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.60   DEP      criu/memfd.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.67   DEP      criu/mem.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.80   DEP      criu/lsm.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 47.94   DEP      criu/log.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.03   DEP      criu/libnetlink.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.16   DEP      criu/kerndat.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.36   DEP      criu/kcmp-ids.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.45   DEP      criu/irmap.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.65   DEP      criu/ipc_ns.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.73   DEP      criu/image.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.80   DEP      criu/image-desc.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.85   DEP      criu/fsnotify.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 48.99   DEP      criu/filesystems.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.07   DEP      criu/files.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.20   DEP      criu/files-reg.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.28   DEP      criu/files-ext.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.45   DEP      criu/file-lock.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.56   DEP      criu/file-ids.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.68   DEP      criu/fifo.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.76   DEP      criu/fdstore.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.82   DEP      criu/fault-injection.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.86   DEP      criu/external.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 49.95   DEP      criu/eventpoll.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 50.09   DEP      criu/eventfd.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 50.19   DEP      criu/crtools.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 50.33   DEP      criu/cr-service.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 50.51   DEP      criu/cr-restore.d
20:22:58 [2020-09-10T20:22:58.618Z] #39 50.77   DEP      criu/cr-errno.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 50.79   DEP      criu/cr-dump.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 50.98   DEP      criu/cr-dedup.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.12   DEP      criu/cr-check.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.32   DEP      criu/config.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.43   DEP      criu/clone-noasan.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.47   DEP      criu/cgroup.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.58   DEP      criu/cgroup-props.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.65   DEP      criu/bitmap.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.69   DEP      criu/bfd.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.75   DEP      criu/autofs.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 51.90   DEP      criu/aio.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 52.07   DEP      criu/action-scripts.d
20:22:58 [2020-09-10T20:22:58.619Z] #39 52.44   CC       criu/action-scripts.o
20:22:58 [2020-09-10T20:22:58.619Z] #39 52.83   CC       criu/aio.o
20:22:58 [2020-09-10T20:22:58.619Z] #39 53.23   CC       criu/autofs.o
20:22:58 [2020-09-10T20:22:58.623Z] #25 15.49 
20:22:58 [2020-09-10T20:22:58.624Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.5s done
20:22:58 [2020-09-10T20:22:58.624Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.5s done
20:22:58 [2020-09-10T20:22:58.624Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 7.2s
20:22:58 [2020-09-10T20:22:58.730Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 18.7s done
20:22:58 [2020-09-10T20:22:58.882Z] #25 15.75 
#                                                                          2.2%
######################################################################## 100.0%
20:22:58 [2020-09-10T20:22:58.882Z] #25 15.91 
20:22:58 [2020-09-10T20:22:58.886Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.4s done
20:22:58 [2020-09-10T20:22:58.886Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 7.4s done
20:22:58 [2020-09-10T20:22:58.886Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
20:22:58 [2020-09-10T20:22:58.910Z] #39 ...
20:22:58 [2020-09-10T20:22:58.910Z] 
20:22:58 [2020-09-10T20:22:58.910Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:58 [2020-09-10T20:22:58.910Z] #41 DONE 91.2s
20:22:58 [2020-09-10T20:22:58.910Z] 
20:22:58 [2020-09-10T20:22:58.910Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:22:58 [2020-09-10T20:22:58.910Z] #17 6.131 Fetched 8070 kB in 5s (1656 kB/s)
20:22:58 [2020-09-10T20:22:58.910Z] #17 6.131 Reading package lists...
20:22:58 [2020-09-10T20:22:58.910Z] #17 7.634 Reading package lists...
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.254 Building dependency tree...
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.653 libcap2-bin is already the newest version (1:2.25-2).
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.653 The following additional packages will be installed:
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.653   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.653   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.654   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.656   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.656   python3.7 python3.7-minimal vim-runtime xxd
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657 Suggested packages:
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657 Recommended packages:
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657   aufs-dkms nftables build-essential python3-dev python3-keyring
20:22:58 [2020-09-10T20:22:58.910Z] #17 9.657   python3-keyrings.alt python3-xdg unzip
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83 The following NEW packages will be installed:
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.83   xz-utils zip
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.91 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.91 Need to get 27.7 MB of archives.
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.91 After this operation, 117 MB of additional disk space will be used.
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 10.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.14 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.14 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.15 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.16 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.17 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.18 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.18 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.20 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.22 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.25 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.56 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.56 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.56 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.56 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.57 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.61 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.62 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.62 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.63 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.64 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.64 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.67 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.68 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
20:22:58 [2020-09-10T20:22:58.910Z] #17 11.69 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
20:22:59 [2020-09-10T20:22:59.023Z] #8 DONE 24.2s
20:22:59 [2020-09-10T20:22:59.023Z] 
20:22:59 [2020-09-10T20:22:59.023Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:22:59 [2020-09-10T20:22:59.023Z] #9 DONE 0.1s
20:22:59 [2020-09-10T20:22:59.023Z] 
20:22:59 [2020-09-10T20:22:59.023Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:22:59 [2020-09-10T20:22:59.142Z] #25 ...
20:22:59 [2020-09-10T20:22:59.142Z] 
20:22:59 [2020-09-10T20:22:59.142Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:59 [2020-09-10T20:22:59.142Z] #41 56.44 time
20:22:59 [2020-09-10T20:22:59.142Z] #41 62.46 os
20:22:59 [2020-09-10T20:22:59.142Z] #41 63.57 strings
20:22:59 [2020-09-10T20:22:59.142Z] #41 66.07 fmt
20:22:59 [2020-09-10T20:22:59.142Z] #41 ...
20:22:59 [2020-09-10T20:22:59.142Z] 
20:22:59 [2020-09-10T20:22:59.142Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:22:59 [2020-09-10T20:22:59.142Z] #32 58.38 Selecting previously unselected package libxml2:amd64.
20:22:59 [2020-09-10T20:22:59.142Z] #32 58.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 58.39 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.06 Selecting previously unselected package libarchive13:amd64.
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.06 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.07 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.50 Selecting previously unselected package libjsoncpp1:amd64.
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.56 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.76 Selecting previously unselected package librhash0:amd64.
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.76 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 59.78 Unpacking librhash0:amd64 (1.3.8-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.00 Selecting previously unselected package libuv1:amd64.
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.01 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.01 Unpacking libuv1:amd64 (1.24.1-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.17 Selecting previously unselected package cmake.
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.18 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 60.18 Unpacking cmake (3.13.4-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.57 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.59 Setting up xxd (2:8.1.0875-5) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.61 Setting up libuv1:amd64 (1.24.1-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.62 Setting up vim-common (2:8.1.0875-5) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.66 Setting up librhash0:amd64 (1.3.8-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.68 Setting up cmake-data (3.13.4-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.71 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.72 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.75 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.76 Setting up cmake (3.13.4-1) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.78 Processing triggers for libc-bin (2.28-10) ...
20:22:59 [2020-09-10T20:22:59.142Z] #32 64.86 Processing triggers for mime-support (3.62) ...
20:22:59 [2020-09-10T20:22:59.148Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done
20:22:59 [2020-09-10T20:22:59.201Z] #17 11.97 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
20:22:59 [2020-09-10T20:22:59.201Z] #17 12.03 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
20:22:59 [2020-09-10T20:22:59.201Z] #17 12.09 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
20:22:59 [2020-09-10T20:22:59.323Z] #10 DONE 0.2s
20:22:59 [2020-09-10T20:22:59.323Z] 
20:22:59 [2020-09-10T20:22:59.323Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:22:59 [2020-09-10T20:22:59.323Z] #36 DONE 0.1s
20:22:59 [2020-09-10T20:22:59.323Z] 
20:22:59 [2020-09-10T20:22:59.323Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:22:59 [2020-09-10T20:22:59.323Z] #39 ...
20:22:59 [2020-09-10T20:22:59.323Z] 
20:22:59 [2020-09-10T20:22:59.323Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:22:59 [2020-09-10T20:22:59.323Z] #28 DONE 0.1s
20:22:59 [2020-09-10T20:22:59.401Z] #32 ...
20:22:59 [2020-09-10T20:22:59.401Z] 
20:22:59 [2020-09-10T20:22:59.401Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:22:59 [2020-09-10T20:22:59.401Z] #41 66.73 path/filepath
20:22:59 [2020-09-10T20:22:59.619Z] 
20:22:59 [2020-09-10T20:22:59.619Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:22:59 [2020-09-10T20:22:59.832Z] #17 12.71 debconf: delaying package configuration, since apt-utils is not installed
20:22:59 [2020-09-10T20:22:59.832Z] #17 12.73 Fetched 27.7 MB in 1s (21.6 MB/s)
20:22:59 [2020-09-10T20:22:59.832Z] #17 12.77 Selecting previously unselected package pigz.
20:22:59 [2020-09-10T20:22:59.922Z] #29 0.739 + git clone https://github.com/kolyshkin/go-swagger.git .
20:22:59 [2020-09-10T20:22:59.922Z] #29 0.745 Cloning into '.'...
20:23:00 [2020-09-10T20:23:00.095Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.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 ... 23199 files and directories currently installed.)
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.82 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.82 Unpacking pigz (2.4-1) ...
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.87 Selecting previously unselected package libpython3.7-minimal:s390x.
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
20:23:00 [2020-09-10T20:23:00.123Z] #17 12.87 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
20:23:00 [2020-09-10T20:23:00.358Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.2s done
20:23:00 [2020-09-10T20:23:00.366Z] #54 ...
20:23:00 [2020-09-10T20:23:00.366Z] 
20:23:00 [2020-09-10T20:23:00.366Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:00 [2020-09-10T20:23:00.366Z] #21 14.22 + mkdir -p /build
20:23:00 [2020-09-10T20:23:00.366Z] #21 14.24 + mv docker/docker /build/
20:23:00 [2020-09-10T20:23:00.366Z] #21 14.24 + rmdir docker
20:23:00 [2020-09-10T20:23:00.366Z] #21 DONE 15.4s
20:23:00 [2020-09-10T20:23:00.414Z] #17 13.12 Selecting previously unselected package python3.7-minimal.
20:23:00 [2020-09-10T20:23:00.414Z] #17 13.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
20:23:00 [2020-09-10T20:23:00.414Z] #17 13.12 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:00 [2020-09-10T20:23:00.627Z] 
20:23:00 [2020-09-10T20:23:00.627Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:00 [2020-09-10T20:23:00.627Z] #43 12.89 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:00 [2020-09-10T20:23:00.627Z] #43 13.20 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:00 [2020-09-10T20:23:00.627Z] #43 13.48 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:00 [2020-09-10T20:23:00.705Z] #17 13.62 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
20:23:00 [2020-09-10T20:23:00.706Z] #17 13.63 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:23:00 [2020-09-10T20:23:00.825Z] #41 68.19 regexp/syntax
20:23:01 [2020-09-10T20:23:01.306Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
20:23:02 [2020-09-10T20:23:02.013Z] #43 16.94 go: finding github.com/fatih/color v1.6.0
20:23:02 [2020-09-10T20:23:02.013Z] #43 17.00 go: finding github.com/pkg/errors v0.8.0
20:23:02 [2020-09-10T20:23:02.013Z] #43 17.07 go: finding github.com/sirupsen/logrus v1.0.5
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.82 Selecting previously unselected package python3-minimal.
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.82 (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 ... 23448 files and directories currently installed.)
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.83 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.84 Unpacking python3-minimal (3.7.3-1) ...
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.87 Selecting previously unselected package libmpdec2:s390x.
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.87 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.88 Unpacking libmpdec2:s390x (2.4.2-2) ...
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.91 Selecting previously unselected package libpython3.7-stdlib:s390x.
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.91 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #17 14.91 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
20:23:02 [2020-09-10T20:23:02.214Z] #41 ...
20:23:02 [2020-09-10T20:23:02.214Z] 
20:23:02 [2020-09-10T20:23:02.214Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.66 Selecting previously unselected package binutils-mingw-w64.
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.66 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.66 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.81 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.81 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 59.84 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.17 Selecting previously unselected package dmsetup.
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.20 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.22 Unpacking dmsetup (2:1.02.155-3) ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.40 Selecting previously unselected package mingw-w64-common.
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.40 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 60.42 Unpacking mingw-w64-common (6.0.0-3) ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 68.66 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:02 [2020-09-10T20:23:02.214Z] #10 68.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:02 [2020-09-10T20:23:02.214Z] #10 68.82 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:02 [2020-09-10T20:23:02.273Z] #43 17.13 go: finding github.com/mattn/go-colorable v0.0.9
20:23:02 [2020-09-10T20:23:02.273Z] #43 17.15 go: finding github.com/spf13/pflag v1.0.1
20:23:02 [2020-09-10T20:23:02.273Z] #43 17.16 go: finding github.com/mattn/go-isatty v0.0.3
20:23:02 [2020-09-10T20:23:02.472Z] #10 ...
20:23:02 [2020-09-10T20:23:02.472Z] 
20:23:02 [2020-09-10T20:23:02.472Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:02 [2020-09-10T20:23:02.472Z] #25 16.82 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:23:02 [2020-09-10T20:23:02.472Z] #25 17.24 
20:23:02 [2020-09-10T20:23:02.472Z] #25 17.49 
                                                                           0.6%
######################################################################## 100.0%
20:23:02 [2020-09-10T20:23:02.472Z] #25 17.73 
20:23:02 [2020-09-10T20:23:02.472Z] #25 18.47 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:23:02 [2020-09-10T20:23:02.472Z] #25 18.54 skipping existing c35d46ef359f
20:23:02 [2020-09-10T20:23:02.472Z] #25 18.68 
20:23:02 [2020-09-10T20:23:02.472Z] #25 ...
20:23:02 [2020-09-10T20:23:02.472Z] 
20:23:02 [2020-09-10T20:23:02.473Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:02 [2020-09-10T20:23:02.473Z] #32 DONE 69.9s
20:23:02 [2020-09-10T20:23:02.504Z] #17 15.55 Selecting previously unselected package python3.7.
20:23:02 [2020-09-10T20:23:02.534Z] #43 17.43 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:02 [2020-09-10T20:23:02.534Z] #43 17.53 go: finding github.com/jonboulle/clockwork v0.1.0
20:23:02 [2020-09-10T20:23:02.534Z] #43 17.58 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:02 [2020-09-10T20:23:02.731Z] 
20:23:02 [2020-09-10T20:23:02.731Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:02 [2020-09-10T20:23:02.731Z] #25 19.63 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:23:02 [2020-09-10T20:23:02.795Z] #43 17.73 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:02 [2020-09-10T20:23:02.795Z] #43 17.79 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.56 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.56 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.63 Selecting previously unselected package libpython3-stdlib:s390x.
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.63 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.63 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
20:23:02 [2020-09-10T20:23:02.795Z] #17 15.70 Setting up python3-minimal (3.7.3-1) ...
20:23:03 [2020-09-10T20:23:03.085Z] #17 16.06 Selecting previously unselected package python3.
20:23:03 [2020-09-10T20:23:03.231Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.6s done
20:23:03 [2020-09-10T20:23:03.298Z] #25 20.32 
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23860 files and directories currently installed.)
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.11 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.11 Unpacking python3 (3.7.3-1) ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.20 Selecting previously unselected package libip4tc0:s390x.
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.20 Unpacking libip4tc0:s390x (1.8.2-4) ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.28 Selecting previously unselected package libip6tc0:s390x.
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.28 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.29 Unpacking libip6tc0:s390x (1.8.2-4) ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.34 Selecting previously unselected package libiptc0:s390x.
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.34 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.34 Unpacking libiptc0:s390x (1.8.2-4) ...
20:23:03 [2020-09-10T20:23:03.376Z] #17 16.41 Selecting previously unselected package libnfnetlink0:s390x.
20:23:03 [2020-09-10T20:23:03.558Z] #25 20.55 
######################################################################## 100.0%
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.41 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.41 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.44 Selecting previously unselected package libnetfilter-conntrack3:s390x.
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.44 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.45 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.48 Selecting previously unselected package libnftnl11:s390x.
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.48 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.48 Unpacking libnftnl11:s390x (1.1.2-2) ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.52 Selecting previously unselected package iptables.
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.52 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.667Z] #17 16.52 Unpacking iptables (1.8.2-4) ...
20:23:03 [2020-09-10T20:23:03.805Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
20:23:03 [2020-09-10T20:23:03.838Z] #25 20.71 
20:23:03 [2020-09-10T20:23:03.838Z] #25 20.79 Download of images into '/build' complete.
20:23:03 [2020-09-10T20:23:03.838Z] #25 20.79 Use something like the following to load the result into a Docker daemon:
20:23:03 [2020-09-10T20:23:03.838Z] #25 20.79   tar -cC '/build' . | docker load
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.71 Selecting previously unselected package xxd.
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.72 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.72 Unpacking xxd (2:8.1.0875-5) ...
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.81 Selecting previously unselected package vim-common.
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.82 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.82 Unpacking vim-common (2:8.1.0875-5) ...
20:23:03 [2020-09-10T20:23:03.958Z] #17 16.95 Selecting previously unselected package bash-completion.
20:23:04 [2020-09-10T20:23:04.096Z] #25 DONE 21.0s
20:23:04 [2020-09-10T20:23:04.096Z] 
20:23:04 [2020-09-10T20:23:04.096Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.12 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.16 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.18 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.20 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.23 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.25 Setting up protobuf-compiler (3.6.1.3-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.26 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.28 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.30 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 64.31 Setting up python-protobuf (3.6.1.3-2) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 70.86 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 70.87 Processing triggers for libc-bin (2.28-10) ...
20:23:04 [2020-09-10T20:23:04.096Z] #38 DONE 71.3s
20:23:04 [2020-09-10T20:23:04.096Z] 
20:23:04 [2020-09-10T20:23:04.096Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:04 [2020-09-10T20:23:04.096Z] #33 1.003 + RM_GOPATH=0
20:23:04 [2020-09-10T20:23:04.096Z] #33 1.003 + TMP_GOPATH=
20:23:04 [2020-09-10T20:23:04.096Z] #33 1.003 + : /build
20:23:04 [2020-09-10T20:23:04.096Z] #33 1.003 + '[' -z '' ']'
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.005 ++ mktemp -d
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.023 + export GOPATH=/tmp/tmp.5BYCwW5gat
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.023 + GOPATH=/tmp/tmp.5BYCwW5gat
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.023 + RM_GOPATH=1
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.023 + case "$(go env GOARCH)" in
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.024 ++ go env GOARCH
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.045 + export GO_BUILDMODE=-buildmode=pie
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.045 + GO_BUILDMODE=-buildmode=pie
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.046 ++ dirname /tmp/install/install.sh
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.047 + dir=/tmp/install
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.047 + bin=tini
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.047 + shift
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 + '[' '!' -f /tmp/install/tini.installer ']'
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 + . /tmp/install/tini.installer
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 + install_tini
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.048 + git clone https://github.com/krallin/tini.git /tmp/tmp.5BYCwW5gat/tini
20:23:04 [2020-09-10T20:23:04.097Z] #33 1.052 Cloning into '/tmp/tmp.5BYCwW5gat/tini'...
20:23:04 [2020-09-10T20:23:04.249Z] #17 16.95 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:23:04 [2020-09-10T20:23:04.471Z] #29 ...
20:23:04 [2020-09-10T20:23:04.471Z] 
20:23:04 [2020-09-10T20:23:04.471Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.835 + RM_GOPATH=0
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.835 + TMP_GOPATH=
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.843 + : /build
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.848 + '[' -z '' ']'
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.852 ++ mktemp -d
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.857 + export GOPATH=/tmp/tmp.DKg6THXJPD
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.857 + GOPATH=/tmp/tmp.DKg6THXJPD
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.857 + RM_GOPATH=1
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.857 + case "$(go env GOARCH)" in
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.864 ++ go env GOARCH
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.970 + export GO_BUILDMODE=-buildmode=pie
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.970 + GO_BUILDMODE=-buildmode=pie
20:23:04 [2020-09-10T20:23:04.471Z] #44 0.972 ++ dirname /tmp/install/install.sh
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.010 + dir=/tmp/install
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.010 + bin=gotestsum
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.010 + shift
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.011 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.011 + . /tmp/install/gotestsum.installer
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.011 ++ : v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.012 + install_gotestsum
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.036 + set -e
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.037 + export GO111MODULE=on
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.037 + GO111MODULE=on
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.037 + GOBIN=/build
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.037 + go get gotest.tools/gotestsum@v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.079 go: finding gotest.tools v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.080 go: finding gotest.tools/gotestsum v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 1.853 go: downloading gotest.tools/gotestsum v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 2.880 go: extracting gotest.tools/gotestsum v0.3.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 3.986 go: downloading gotest.tools v2.1.0+incompatible
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.156 go: extracting gotest.tools v2.1.0+incompatible
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.284 go: downloading github.com/sirupsen/logrus v1.0.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.369 go: downloading github.com/fatih/color v1.6.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.372 go: downloading github.com/pkg/errors v0.8.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.439 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.612 go: downloading github.com/spf13/pflag v1.0.1
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.638 go: downloading github.com/jonboulle/clockwork v0.1.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.771 go: extracting github.com/jonboulle/clockwork v0.1.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 4.856 go: extracting github.com/fatih/color v1.6.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.033 go: downloading github.com/mattn/go-colorable v0.0.9
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.035 go: downloading github.com/mattn/go-isatty v0.0.3
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.036 go: extracting github.com/sirupsen/logrus v1.0.5
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.080 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.165 go: extracting github.com/pkg/errors v0.8.0
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.280 go: extracting github.com/spf13/pflag v1.0.1
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.320 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.322 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.332 go: extracting github.com/mattn/go-colorable v0.0.9
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.337 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:04 [2020-09-10T20:23:04.471Z] #44 5.390 go: extracting github.com/mattn/go-isatty v0.0.3
20:23:04 [2020-09-10T20:23:04.540Z] #17 ...
20:23:04 [2020-09-10T20:23:04.540Z] 
20:23:04 [2020-09-10T20:23:04.540Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:04 [2020-09-10T20:23:04.540Z] #28 DONE 96.5s
20:23:04 [2020-09-10T20:23:04.540Z] 
20:23:04 [2020-09-10T20:23:04.540Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:04 [2020-09-10T20:23:04.540Z] #39 54.14   CC       criu/bfd.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 54.51   CC       criu/bitmap.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 54.61   CC       criu/cgroup-props.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 55.07   CC       criu/cgroup.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 56.97   CC       criu/clone-noasan.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 57.17   CC       criu/config.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 57.98   CC       criu/cr-check.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 58.83   CC       criu/cr-dedup.o
20:23:04 [2020-09-10T20:23:04.540Z] #39 59.02   CC       criu/cr-dump.o
20:23:04 [2020-09-10T20:23:04.705Z] #43 ...
20:23:04 [2020-09-10T20:23:04.705Z] 
20:23:04 [2020-09-10T20:23:04.705Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:04 [2020-09-10T20:23:04.705Z] #47 17.40 + cd /tmp/tmp.vSbEoyVvAy/src/github.com/mvdan/sh
20:23:04 [2020-09-10T20:23:04.705Z] #47 17.40 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:04 [2020-09-10T20:23:04.705Z] #47 17.48 + GO111MODULE=on
20:23:04 [2020-09-10T20:23:04.705Z] #47 17.48 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:23:04 [2020-09-10T20:23:04.705Z] #47 18.87 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:04 [2020-09-10T20:23:04.705Z] #47 18.87 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:04 [2020-09-10T20:23:04.705Z] #47 18.94 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:04 [2020-09-10T20:23:04.705Z] #47 19.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:04 [2020-09-10T20:23:04.705Z] #47 19.31 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:05 [2020-09-10T20:23:05.035Z] #33 2.303 + cd /tmp/tmp.5BYCwW5gat/tini
20:23:05 [2020-09-10T20:23:05.035Z] #33 2.303 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:23:05 [2020-09-10T20:23:05.035Z] #33 2.326 + cmake .
20:23:05 [2020-09-10T20:23:05.277Z] #47 20.32 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:05 [2020-09-10T20:23:05.296Z] #33 ...
20:23:05 [2020-09-10T20:23:05.296Z] 
20:23:05 [2020-09-10T20:23:05.296Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:05 [2020-09-10T20:23:05.296Z] #47 62.60 context
20:23:05 [2020-09-10T20:23:05.296Z] #47 62.83 encoding/binary
20:23:05 [2020-09-10T20:23:05.296Z] #47 63.80 os
20:23:05 [2020-09-10T20:23:05.296Z] #47 64.78 encoding/base64
20:23:05 [2020-09-10T20:23:05.296Z] #47 65.65 golang.org/x/sys/unix
20:23:05 [2020-09-10T20:23:05.296Z] #47 67.84 fmt
20:23:05 [2020-09-10T20:23:05.555Z] #47 ...
20:23:05 [2020-09-10T20:23:05.555Z] 
20:23:05 [2020-09-10T20:23:05.555Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:05 [2020-09-10T20:23:05.555Z] #41 71.26 go/token
20:23:05 [2020-09-10T20:23:05.555Z] #41 72.79 go/scanner
20:23:05 [2020-09-10T20:23:05.580Z] #39 60.06   CC       criu/cr-errno.o
20:23:05 [2020-09-10T20:23:05.580Z] #39 60.10   CC       criu/cr-restore.o
20:23:05 [2020-09-10T20:23:05.580Z] #39 ...
20:23:05 [2020-09-10T20:23:05.580Z] 
20:23:05 [2020-09-10T20:23:05.580Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:05 [2020-09-10T20:23:05.580Z] #17 18.48 Unpacking bash-completion (1:2.8-6) ...
20:23:05 [2020-09-10T20:23:05.728Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.6s done
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.77 Selecting previously unselected package bzip2.
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.78 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.83 Selecting previously unselected package xz-utils.
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.83 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.83 Unpacking xz-utils (5.2.4-1) ...
20:23:05 [2020-09-10T20:23:05.871Z] #17 18.94 Selecting previously unselected package apparmor.
20:23:06 [2020-09-10T20:23:06.162Z] #17 18.94 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.162Z] #17 18.98 Unpacking apparmor (2.13.2-10) ...
20:23:06 [2020-09-10T20:23:06.219Z] #47 21.08 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.25 Selecting previously unselected package aufs-tools.
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.25 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.25 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.35 Selecting previously unselected package libonig5:s390x.
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.35 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.35 Unpacking libonig5:s390x (6.9.1-1) ...
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.44 Selecting previously unselected package libjq1:s390x.
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.44 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.453Z] #17 19.44 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
20:23:06 [2020-09-10T20:23:06.674Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.52 Selecting previously unselected package jq.
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.52 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.52 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.55 Selecting previously unselected package libaio1:s390x.
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.55 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.56 Unpacking libaio1:s390x (0.3.112-3) ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.59 Selecting previously unselected package libgpm2:s390x.
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.59 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.59 Unpacking libgpm2:s390x (1.20.7-5) ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.63 Selecting previously unselected package libicu63:s390x.
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.63 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
20:23:06 [2020-09-10T20:23:06.743Z] #17 19.63 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
20:23:06 [2020-09-10T20:23:06.789Z] #47 ...
20:23:06 [2020-09-10T20:23:06.789Z] 
20:23:06 [2020-09-10T20:23:06.789Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:06 [2020-09-10T20:23:06.789Z] #38 11.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:23:06 [2020-09-10T20:23:06.789Z] #38 ...
20:23:06 [2020-09-10T20:23:06.789Z] 
20:23:06 [2020-09-10T20:23:06.789Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:06 [2020-09-10T20:23:06.789Z] #41 12.07 math
20:23:06 [2020-09-10T20:23:06.789Z] #41 16.39 unicode/utf16
20:23:06 [2020-09-10T20:23:06.789Z] #41 16.96 container/list
20:23:06 [2020-09-10T20:23:06.789Z] #41 17.70 crypto/internal/subtle
20:23:06 [2020-09-10T20:23:06.789Z] #41 17.78 crypto/subtle
20:23:06 [2020-09-10T20:23:06.789Z] #41 17.87 vendor/golang.org/x/crypto/cryptobyte/asn1
20:23:06 [2020-09-10T20:23:06.789Z] #41 17.94 internal/nettrace
20:23:06 [2020-09-10T20:23:06.789Z] #41 18.09 runtime/cgo
20:23:06 [2020-09-10T20:23:06.933Z] #41 ...
20:23:06 [2020-09-10T20:23:06.933Z] 
20:23:06 [2020-09-10T20:23:06.933Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:06 [2020-09-10T20:23:06.933Z] #30 63.99 path
20:23:06 [2020-09-10T20:23:06.933Z] #30 64.72 text/tabwriter
20:23:06 [2020-09-10T20:23:06.933Z] #30 64.76 fmt
20:23:06 [2020-09-10T20:23:06.933Z] #30 65.54 path/filepath
20:23:06 [2020-09-10T20:23:06.933Z] #30 67.10 io/ioutil
20:23:06 [2020-09-10T20:23:06.934Z] #30 68.83 github.com/BurntSushi/toml
20:23:06 [2020-09-10T20:23:06.934Z] #30 68.83 flag
20:23:06 [2020-09-10T20:23:06.934Z] #30 70.76 log
20:23:06 [2020-09-10T20:23:06.934Z] #30 ...
20:23:06 [2020-09-10T20:23:06.934Z] 
20:23:06 [2020-09-10T20:23:06.934Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:06 [2020-09-10T20:23:06.934Z] #33 3.318 -- The C compiler identification is GNU 8.3.0
20:23:06 [2020-09-10T20:23:06.934Z] #33 3.412 -- Check for working C compiler: /usr/bin/cc
20:23:06 [2020-09-10T20:23:06.934Z] #33 4.400 -- Check for working C compiler: /usr/bin/cc -- works
20:23:07 [2020-09-10T20:23:07.192Z] #33 4.406 -- Detecting C compiler ABI info
20:23:07 [2020-09-10T20:23:07.331Z] #44 8.129 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:07 [2020-09-10T20:23:07.360Z] #41 ...
20:23:07 [2020-09-10T20:23:07.360Z] 
20:23:07 [2020-09-10T20:23:07.360Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:07 [2020-09-10T20:23:07.360Z] #51 12.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:23:07 [2020-09-10T20:23:07.360Z] #51 ...
20:23:07 [2020-09-10T20:23:07.360Z] 
20:23:07 [2020-09-10T20:23:07.360Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:07 [2020-09-10T20:23:07.620Z] #36 22.37 Checking out files:  86% (1433/1665)   
Checking out files:  87% (1449/1665)   
Checking out files:  88% (1466/1665)   
Checking out files:  89% (1482/1665)   
Checking out files:  90% (1499/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
20:23:07 [2020-09-10T20:23:07.620Z] #36 ...
20:23:07 [2020-09-10T20:23:07.620Z] 
20:23:07 [2020-09-10T20:23:07.620Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:07 [2020-09-10T20:23:07.620Z] #30 12.61 internal/testlog
20:23:07 [2020-09-10T20:23:07.620Z] #30 12.90 encoding
20:23:07 [2020-09-10T20:23:07.620Z] #30 13.17 runtime/cgo
20:23:07 [2020-09-10T20:23:07.620Z] #30 ...
20:23:07 [2020-09-10T20:23:07.620Z] 
20:23:07 [2020-09-10T20:23:07.620Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:07 [2020-09-10T20:23:07.620Z] #36 22.37 Checking out files:  86% (1433/1665)   
Checking out files:  87% (1449/1665)   
Checking out files:  88% (1466/1665)   
Checking out files:  89% (1482/1665)   
Checking out files:  90% (1499/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
20:23:07 [2020-09-10T20:23:07.881Z] #36 22.66 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:23:07 [2020-09-10T20:23:07.984Z] #44 8.766 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:08 [2020-09-10T20:23:08.131Z] #33 5.382 -- Detecting C compiler ABI info - done
20:23:08 [2020-09-10T20:23:08.131Z] #33 5.417 -- Detecting C compile features
20:23:08 [2020-09-10T20:23:08.142Z] #36 ...
20:23:08 [2020-09-10T20:23:08.142Z] 
20:23:08 [2020-09-10T20:23:08.142Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:08 [2020-09-10T20:23:08.142Z] #10 13.27 Fetched 8379 kB in 11s (776 kB/s)
20:23:08 [2020-09-10T20:23:08.142Z] #10 13.27 Reading package lists...
20:23:08 [2020-09-10T20:23:08.402Z] #10 21.21 Reading package lists...
20:23:08 [2020-09-10T20:23:08.402Z] #10 ...
20:23:08 [2020-09-10T20:23:08.402Z] 
20:23:08 [2020-09-10T20:23:08.402Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:08 [2020-09-10T20:23:08.402Z] #32 13.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:23:08 [2020-09-10T20:23:08.402Z] #32 ...
20:23:08 [2020-09-10T20:23:08.402Z] 
20:23:08 [2020-09-10T20:23:08.402Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:08 [2020-09-10T20:23:08.643Z] #44 9.216 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:08 [2020-09-10T20:23:08.808Z] #17 21.76 Selecting previously unselected package libnet1:s390x.
20:23:08 [2020-09-10T20:23:08.808Z] #17 21.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
20:23:08 [2020-09-10T20:23:08.808Z] #17 21.77 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
20:23:08 [2020-09-10T20:23:08.808Z] #17 21.84 Selecting previously unselected package libnl-3-200:s390x.
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.84 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.85 Unpacking libnl-3-200:s390x (3.4.0-1) ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.90 Selecting previously unselected package libprotobuf-c1:s390x.
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.90 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.90 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.93 Selecting previously unselected package libreadline5:s390x.
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.93 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 21.93 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 22.01 Selecting previously unselected package net-tools.
20:23:09 [2020-09-10T20:23:09.099Z] #17 22.01 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
20:23:09 [2020-09-10T20:23:09.099Z] #17 22.02 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:23:09 [2020-09-10T20:23:09.183Z] #60 23.36 Checking out files:  61% (1268/2067)   
Checking out files:  62% (1282/2067)   
Checking out files:  63% (1303/2067)   
Checking out files:  64% (1323/2067)   
Checking out files:  65% (1344/2067)   
Checking out files:  66% (1365/2067)   
Checking out files:  67% (1385/2067)   
Checking out files:  68% (1406/2067)   
Checking out files:  69% (1427/2067)   
Checking out files:  70% (1447/2067)   
Checking out files:  71% (1468/2067)   
Checking out files:  72% (1489/2067)   
Checking out files:  73% (1509/2067)   
Checking out files:  74% (1530/2067)   
Checking out files:  75% (1551/2067)   
Checking out files:  76% (1571/2067)   
Checking out files:  77% (1592/2067)   
Checking out files:  78% (1613/2067)   
Checking out files:  79% (1633/2067)   
Checking out files:  80% (1654/2067)   
Checking out files:  81% (1675/2067)   
Checking out files:  82% (1695/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
20:23:09 [2020-09-10T20:23:09.183Z] #60 24.18 + cd /tmp/tmp.LLYvQNuEez/src/github.com/docker/libnetwork
20:23:09 [2020-09-10T20:23:09.183Z] #60 24.19 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
20:23:09 [2020-09-10T20:23:09.292Z] #44 ...
20:23:09 [2020-09-10T20:23:09.292Z] 
20:23:09 [2020-09-10T20:23:09.292Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.880 + RM_GOPATH=0
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.880 + TMP_GOPATH=
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.880 + : /build
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.880 + '[' -z '' ']'
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.881 ++ mktemp -d
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.893 + export GOPATH=/tmp/tmp.dfoT9zDBHW
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.894 + GOPATH=/tmp/tmp.dfoT9zDBHW
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.894 + RM_GOPATH=1
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.895 + case "$(go env GOARCH)" in
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.907 ++ go env GOARCH
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.971 + export GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.971 + GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.973 ++ dirname /tmp/install/install.sh
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.975 + dir=/tmp/install
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.975 + bin=rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.975 + shift
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.976 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.976 + . /tmp/install/rootlesskit.installer
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.976 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.979 + install_rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.999 + case "$1" in
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.999 + export CGO_ENABLED=0
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.999 + CGO_ENABLED=0
20:23:09 [2020-09-10T20:23:09.292Z] #55 0.999 + _install_rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 1.001 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
20:23:09 [2020-09-10T20:23:09.292Z] #55 1.002 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.dfoT9zDBHW/src/github.com/rootless-containers/rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 1.002 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:09 [2020-09-10T20:23:09.292Z] #55 1.011 Cloning into '/tmp/tmp.dfoT9zDBHW/src/github.com/rootless-containers/rootlesskit'...
20:23:09 [2020-09-10T20:23:09.292Z] #55 6.715 + cd /tmp/tmp.dfoT9zDBHW/src/github.com/rootless-containers/rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 6.715 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:09 [2020-09-10T20:23:09.292Z] #55 7.433 + for f in rootlesskit rootlesskit-docker-proxy
20:23:09 [2020-09-10T20:23:09.292Z] #55 7.434 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:23:09 [2020-09-10T20:23:09.292Z] #55 ...
20:23:09 [2020-09-10T20:23:09.292Z] 
20:23:09 [2020-09-10T20:23:09.292Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:09 [2020-09-10T20:23:09.292Z] #52 1.173 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:09 [2020-09-10T20:23:09.292Z] #52 1.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:09 [2020-09-10T20:23:09.292Z] #52 1.344 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:09 [2020-09-10T20:23:09.292Z] #52 3.078 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:09 [2020-09-10T20:23:09.292Z] #52 5.547 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:23:09 [2020-09-10T20:23:09.292Z] #52 7.273 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:23:09 [2020-09-10T20:23:09.390Z] #17 22.15 Selecting previously unselected package python-pip-whl.
20:23:09 [2020-09-10T20:23:09.390Z] #17 22.15 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:23:09 [2020-09-10T20:23:09.390Z] #17 22.15 Unpacking python-pip-whl (18.1-5) ...
20:23:09 [2020-09-10T20:23:09.590Z] #52 ...
20:23:09 [2020-09-10T20:23:09.591Z] 
20:23:09 [2020-09-10T20:23:09.591Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.904 + RM_GOPATH=0
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.904 + TMP_GOPATH=
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.904 + : /build
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.904 + '[' -z '' ']'
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.906 ++ mktemp -d
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.941 + export GOPATH=/tmp/tmp.Gyj0oQMon3
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.945 + GOPATH=/tmp/tmp.Gyj0oQMon3
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.945 + RM_GOPATH=1
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.946 + case "$(go env GOARCH)" in
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.949 ++ go env GOARCH
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.988 + export GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.988 + GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.991 ++ dirname /tmp/install/install.sh
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.999 + dir=/tmp/install
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.999 + bin=tomlv
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.999 + shift
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.999 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:23:09 [2020-09-10T20:23:09.591Z] #31 0.999 + . /tmp/install/tomlv.installer
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.013 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.029 + install_tomlv
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.029 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.033 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.033 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Gyj0oQMon3/src/github.com/BurntSushi/toml
20:23:09 [2020-09-10T20:23:09.591Z] #31 1.042 Cloning into '/tmp/tmp.Gyj0oQMon3/src/github.com/BurntSushi/toml'...
20:23:09 [2020-09-10T20:23:09.591Z] #31 2.218 + cd /tmp/tmp.Gyj0oQMon3/src/github.com/BurntSushi/toml
20:23:09 [2020-09-10T20:23:09.591Z] #31 2.219 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:09 [2020-09-10T20:23:09.591Z] #31 2.228 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:23:09 [2020-09-10T20:23:09.591Z] #31 2.905 runtime/internal/sys
20:23:09 [2020-09-10T20:23:09.591Z] #31 2.921 math/bits
20:23:09 [2020-09-10T20:23:09.591Z] #31 3.061 internal/cpu
20:23:09 [2020-09-10T20:23:09.591Z] #31 3.071 runtime/internal/atomic
20:23:09 [2020-09-10T20:23:09.591Z] #31 3.465 runtime/internal/math
20:23:09 [2020-09-10T20:23:09.591Z] #31 3.725 unicode/utf8
20:23:09 [2020-09-10T20:23:09.591Z] #31 4.108 internal/race
20:23:09 [2020-09-10T20:23:09.591Z] #31 4.646 internal/bytealg
20:23:09 [2020-09-10T20:23:09.591Z] #31 4.668 sync/atomic
20:23:09 [2020-09-10T20:23:09.591Z] #31 4.858 math
20:23:09 [2020-09-10T20:23:09.591Z] #31 5.375 unicode
20:23:09 [2020-09-10T20:23:09.591Z] #31 6.115 internal/testlog
20:23:09 [2020-09-10T20:23:09.591Z] #31 6.930 runtime
20:23:09 [2020-09-10T20:23:09.591Z] #31 7.488 encoding
20:23:09 [2020-09-10T20:23:09.591Z] #31 7.983 runtime/cgo
20:23:09 [2020-09-10T20:23:09.591Z] #31 ...
20:23:09 [2020-09-10T20:23:09.591Z] 
20:23:09 [2020-09-10T20:23:09.591Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:09 [2020-09-10T20:23:09.591Z] #37 0.777 + git clone https://github.com/docker/distribution.git .
20:23:09 [2020-09-10T20:23:09.591Z] #37 0.813 Cloning into '.'...
20:23:09 [2020-09-10T20:23:09.681Z] #17 22.52 Selecting previously unselected package python3-lib2to3.
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.52 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.53 Unpacking python3-lib2to3 (3.7.3-1) ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.58 Selecting previously unselected package python3-distutils.
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.59 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.59 Unpacking python3-distutils (3.7.3-1) ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.66 Selecting previously unselected package python3-pip.
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.66 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.66 Unpacking python3-pip (18.1-5) ...
20:23:09 [2020-09-10T20:23:09.682Z] #17 22.76 Selecting previously unselected package python3-pkg-resources.
20:23:09 [2020-09-10T20:23:09.890Z] #37 ...
20:23:09 [2020-09-10T20:23:09.890Z] 
20:23:09 [2020-09-10T20:23:09.890Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.883 + RM_GOPATH=0
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.883 + TMP_GOPATH=
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.883 + : /build
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.883 + '[' -z '' ']'
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.907 ++ mktemp -d
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.909 + export GOPATH=/tmp/tmp.KjbExiaG9j
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.910 + GOPATH=/tmp/tmp.KjbExiaG9j
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.910 + RM_GOPATH=1
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.910 + case "$(go env GOARCH)" in
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.932 ++ go env GOARCH
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.986 + export GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.986 + GO_BUILDMODE=-buildmode=pie
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.989 ++ dirname /tmp/install/install.sh
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.993 + dir=/tmp/install
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.994 + bin=proxy
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.994 + shift
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.994 + '[' '!' -f /tmp/install/proxy.installer ']'
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.994 + . /tmp/install/proxy.installer
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.994 ++ : 9e99af28df21367340c95a3863e31808d689c92a
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.995 + install_proxy
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.995 + case "$1" in
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.995 + export CGO_ENABLED=0
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.995 + CGO_ENABLED=0
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.995 + _install_proxy
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.996 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.996 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
20:23:09 [2020-09-10T20:23:09.890Z] #61 0.996 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KjbExiaG9j/src/github.com/docker/libnetwork
20:23:09 [2020-09-10T20:23:09.890Z] #61 1.005 Cloning into '/tmp/tmp.KjbExiaG9j/src/github.com/docker/libnetwork'...
20:23:09 [2020-09-10T20:23:09.890Z] #61 ...
20:23:09 [2020-09-10T20:23:09.890Z] 
20:23:09 [2020-09-10T20:23:09.890Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:09 [2020-09-10T20:23:09.890Z] #11 0.772 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:09 [2020-09-10T20:23:09.890Z] #11 0.841 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:09 [2020-09-10T20:23:09.890Z] #11 0.899 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:09 [2020-09-10T20:23:09.890Z] #11 2.284 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:09 [2020-09-10T20:23:09.890Z] #11 4.728 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:23:09 [2020-09-10T20:23:09.890Z] #11 6.634 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.76 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.77 Unpacking python3-pkg-resources (40.8.0-1) ...
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.84 Selecting previously unselected package python3-setuptools.
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.84 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.84 Unpacking python3-setuptools (40.8.0-1) ...
20:23:09 [2020-09-10T20:23:09.972Z] #17 22.98 Selecting previously unselected package python3-wheel.
20:23:09 [2020-09-10T20:23:09.986Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.0s done
20:23:10 [2020-09-10T20:23:10.041Z] #33 7.161 -- Detecting C compile features - done
20:23:10 [2020-09-10T20:23:10.041Z] #33 7.183 -- Performing Test HAS_BUILTIN_FORTIFY
20:23:10 [2020-09-10T20:23:10.041Z] #33 7.459 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:23:10 [2020-09-10T20:23:10.123Z] #60 25.00 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:23:10 [2020-09-10T20:23:10.191Z] #11 ...
20:23:10 [2020-09-10T20:23:10.191Z] 
20:23:10 [2020-09-10T20:23:10.191Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.871 + RM_GOPATH=0
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.871 + TMP_GOPATH=
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.871 + : /build
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.871 + '[' -z '' ']'
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.908 ++ mktemp -d
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.910 + export GOPATH=/tmp/tmp.QpjHg9KU4N
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.932 + GOPATH=/tmp/tmp.QpjHg9KU4N
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.933 + RM_GOPATH=1
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.934 + case "$(go env GOARCH)" in
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.944 ++ go env GOARCH
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.959 + export GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.959 + GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.961 ++ dirname /tmp/install/install.sh
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 + dir=/tmp/install
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 + bin=golangci_lint
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 + shift
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 + . /tmp/install/golangci_lint.installer
20:23:10 [2020-09-10T20:23:10.191Z] #46 0.963 ++ : v1.23.8
20:23:10 [2020-09-10T20:23:10.191Z] #46 1.013 + install_golangci_lint
20:23:10 [2020-09-10T20:23:10.191Z] #46 1.014 + echo 'Installing golangci-lint version v1.23.8'
20:23:10 [2020-09-10T20:23:10.191Z] #46 1.028 Installing golangci-lint version v1.23.8
20:23:10 [2020-09-10T20:23:10.191Z] #46 1.031 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
20:23:10 [2020-09-10T20:23:10.191Z] #46 ...
20:23:10 [2020-09-10T20:23:10.191Z] 
20:23:10 [2020-09-10T20:23:10.191Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.583 + RM_GOPATH=0
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.583 + TMP_GOPATH=
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.583 + : /build
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.583 + '[' -z '' ']'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.584 ++ mktemp -d
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.585 + export GOPATH=/tmp/tmp.TaQaXugRJ0
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.586 + GOPATH=/tmp/tmp.TaQaXugRJ0
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.586 + RM_GOPATH=1
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.586 + case "$(go env GOARCH)" in
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.586 ++ go env GOARCH
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.592 + export GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.592 + GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.593 ++ dirname /tmp/install/install.sh
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.594 + dir=/tmp/install
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.594 + bin=dockercli
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.594 + shift
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.595 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.595 + . /tmp/install/dockercli.installer
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.595 ++ : stable
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.595 ++ : 17.06.2-ce
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.596 + install_dockercli
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.596 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.596 Install docker/cli version 17.06.2-ce from stable
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.597 ++ uname -m
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + arch=ppc64le
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + '[' ppc64le '!=' x86_64 ']'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + '[' ppc64le '!=' s390x ']'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + '[' ppc64le '!=' armhf ']'
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + build_dockercli
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.599 + git clone https://github.com/docker/docker-ce /tmp/tmp.TaQaXugRJ0/tmp/docker-ce
20:23:10 [2020-09-10T20:23:10.191Z] #22 0.601 Cloning into '/tmp/tmp.TaQaXugRJ0/tmp/docker-ce'...
20:23:10 [2020-09-10T20:23:10.263Z] #17 22.98 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:23:10 [2020-09-10T20:23:10.263Z] #17 22.98 Unpacking python3-wheel (0.32.3-2) ...
20:23:10 [2020-09-10T20:23:10.263Z] #17 23.04 Selecting previously unselected package sudo.
20:23:10 [2020-09-10T20:23:10.263Z] #17 23.05 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
20:23:10 [2020-09-10T20:23:10.263Z] #17 23.05 Unpacking sudo (1.8.27-1+deb10u2) ...
20:23:10 [2020-09-10T20:23:10.300Z] #33 7.582 -- Configuring done
20:23:10 [2020-09-10T20:23:10.300Z] #33 7.630 -- Generating done
20:23:10 [2020-09-10T20:23:10.300Z] #33 7.643 -- Build files have been written to: /tmp/tmp.5BYCwW5gat/tini
20:23:10 [2020-09-10T20:23:10.300Z] #33 7.645 + make tini-static
20:23:10 [2020-09-10T20:23:10.491Z] #22 ...
20:23:10 [2020-09-10T20:23:10.491Z] 
20:23:10 [2020-09-10T20:23:10.491Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:10 [2020-09-10T20:23:10.491Z] #33 1.120 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #33 1.285 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #33 1.288 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #33 2.696 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #33 4.788 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #33 6.713 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:23:10 [2020-09-10T20:23:10.491Z] #33 ...
20:23:10 [2020-09-10T20:23:10.491Z] 
20:23:10 [2020-09-10T20:23:10.491Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:10 [2020-09-10T20:23:10.491Z] #24 0.605 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #24 0.652 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #24 0.748 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #24 1.399 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #24 3.708 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:23:10 [2020-09-10T20:23:10.491Z] #24 5.719 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:23:10 [2020-09-10T20:23:10.553Z] #17 23.29 Selecting previously unselected package thin-provisioning-tools.
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.29 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.30 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.44 Selecting previously unselected package uidmap.
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.44 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.44 Unpacking uidmap (1:4.5-1.1) ...
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.50 Selecting previously unselected package vim-runtime.
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.50 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.52 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:23:10 [2020-09-10T20:23:10.554Z] #17 23.53 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:23:10 [2020-09-10T20:23:10.567Z] #33 8.146 Scanning dependencies of target tini-static
20:23:10 [2020-09-10T20:23:10.790Z] #24 ...
20:23:10 [2020-09-10T20:23:10.791Z] 
20:23:10 [2020-09-10T20:23:10.791Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:10 [2020-09-10T20:23:10.791Z] #39 1.046 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:10 [2020-09-10T20:23:10.791Z] #39 1.125 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:10 [2020-09-10T20:23:10.791Z] #39 1.135 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:10 [2020-09-10T20:23:10.791Z] #39 2.650 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:23:10 [2020-09-10T20:23:10.791Z] #39 4.854 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:23:10 [2020-09-10T20:23:10.791Z] #39 6.660 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:23:10 [2020-09-10T20:23:10.791Z] #39 ...
20:23:10 [2020-09-10T20:23:10.791Z] 
20:23:10 [2020-09-10T20:23:10.791Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.620 + RM_GOPATH=0
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.620 + TMP_GOPATH=
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.620 + : /build
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.620 + '[' -z '' ']'
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.620 ++ mktemp -d
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.622 + export GOPATH=/tmp/tmp.0DnjwNHdkO
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.622 + GOPATH=/tmp/tmp.0DnjwNHdkO
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.622 + RM_GOPATH=1
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.622 + case "$(go env GOARCH)" in
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.622 ++ go env GOARCH
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.628 + export GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.628 + GO_BUILDMODE=-buildmode=pie
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.629 ++ dirname /tmp/install/install.sh
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.630 + dir=/tmp/install
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.630 + bin=shfmt
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.630 + shift
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 + . /tmp/install/shfmt.installer
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 + install_shfmt
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.631 + git clone https://github.com/mvdan/sh.git /tmp/tmp.0DnjwNHdkO/src/github.com/mvdan/sh
20:23:10 [2020-09-10T20:23:10.791Z] #48 0.633 Cloning into '/tmp/tmp.0DnjwNHdkO/src/github.com/mvdan/sh'...
20:23:10 [2020-09-10T20:23:10.791Z] #48 10.20 + cd /tmp/tmp.0DnjwNHdkO/src/github.com/mvdan/sh
20:23:10 [2020-09-10T20:23:10.791Z] #48 10.21 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:10 [2020-09-10T20:23:10.791Z] #48 10.31 + GO111MODULE=on
20:23:10 [2020-09-10T20:23:10.791Z] #48 10.32 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:23:10 [2020-09-10T20:23:10.827Z] #33 8.251 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:23:10 [2020-09-10T20:23:10.844Z] #17 23.54 Unpacking vim-runtime (2:8.1.0875-5) ...
20:23:11 [2020-09-10T20:23:11.086Z] #33 ...
20:23:11 [2020-09-10T20:23:11.086Z] 
20:23:11 [2020-09-10T20:23:11.086Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:11 [2020-09-10T20:23:11.090Z] #48 ...
20:23:11 [2020-09-10T20:23:11.090Z] 
20:23:11 [2020-09-10T20:23:11.090Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.897 + RM_GOPATH=0
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.897 + TMP_GOPATH=
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.897 + : /build
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.898 + '[' -z '' ']'
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.911 ++ mktemp -d
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.934 + export GOPATH=/tmp/tmp.248MMFxkaY
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.934 + GOPATH=/tmp/tmp.248MMFxkaY
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.934 + RM_GOPATH=1
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.935 + case "$(go env GOARCH)" in
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.937 ++ go env GOARCH
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.993 + export GO_BUILDMODE=-buildmode=pie
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.997 + GO_BUILDMODE=-buildmode=pie
20:23:11 [2020-09-10T20:23:11.090Z] #42 0.998 ++ dirname /tmp/install/install.sh
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.001 + dir=/tmp/install
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.001 + bin=vndr
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.001 + shift
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.001 + '[' '!' -f /tmp/install/vndr.installer ']'
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.002 + . /tmp/install/vndr.installer
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.002 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.003 + install_vndr
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.003 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.004 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.004 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.248MMFxkaY/src/github.com/LK4D4/vndr
20:23:11 [2020-09-10T20:23:11.090Z] #42 1.008 Cloning into '/tmp/tmp.248MMFxkaY/src/github.com/LK4D4/vndr'...
20:23:11 [2020-09-10T20:23:11.090Z] #42 2.130 + cd /tmp/tmp.248MMFxkaY/src/github.com/LK4D4/vndr
20:23:11 [2020-09-10T20:23:11.090Z] #42 2.132 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:11 [2020-09-10T20:23:11.090Z] #42 2.140 + go build -buildmode=pie -v -o /build/vndr .
20:23:11 [2020-09-10T20:23:11.090Z] #42 3.930 internal/race
20:23:11 [2020-09-10T20:23:11.090Z] #42 4.004 runtime/internal/atomic
20:23:11 [2020-09-10T20:23:11.090Z] #42 4.005 sync/atomic
20:23:11 [2020-09-10T20:23:11.090Z] #42 4.006 internal/cpu
20:23:11 [2020-09-10T20:23:11.090Z] #42 4.710 unicode
20:23:11 [2020-09-10T20:23:11.090Z] #42 4.992 unicode/utf8
20:23:11 [2020-09-10T20:23:11.090Z] #42 5.127 math
20:23:11 [2020-09-10T20:23:11.090Z] #42 5.821 internal/bytealg
20:23:11 [2020-09-10T20:23:11.090Z] #42 7.569 encoding
20:23:11 [2020-09-10T20:23:11.090Z] #42 7.849 runtime
20:23:11 [2020-09-10T20:23:11.090Z] #42 8.227 unicode/utf16
20:23:11 [2020-09-10T20:23:11.090Z] #42 9.121 container/list
20:23:11 [2020-09-10T20:23:11.090Z] #42 11.45 crypto/internal/subtle
20:23:11 [2020-09-10T20:23:11.090Z] #42 11.87 crypto/subtle
20:23:11 [2020-09-10T20:23:11.090Z] #42 ...
20:23:11 [2020-09-10T20:23:11.090Z] 
20:23:11 [2020-09-10T20:23:11.090Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:11 [2020-09-10T20:23:11.090Z] #48 11.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:11 [2020-09-10T20:23:11.090Z] #48 11.91 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:11 [2020-09-10T20:23:11.090Z] #48 11.92 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:11 [2020-09-10T20:23:11.377Z] #7 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
20:23:11 [2020-09-10T20:23:11.391Z] #48 12.13 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:11 [2020-09-10T20:23:11.392Z] #48 12.23 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:11 [2020-09-10T20:23:11.866Z] #52 38.05 Checking out files:  40% (1317/3238)   
Checking out files:  41% (1328/3238)   
Checking out files:  42% (1360/3238)   
Checking out files:  43% (1393/3238)   
Checking out files:  44% (1425/3238)   
Checking out files:  45% (1458/3238)   
Checking out files:  46% (1490/3238)   
Checking out files:  47% (1522/3238)   
Checking out files:  48% (1555/3238)   
Checking out files:  49% (1587/3238)   
Checking out files:  50% (1619/3238)   
Checking out files:  51% (1652/3238)   
Checking out files:  52% (1684/3238)   
Checking out files:  53% (1717/3238)   
Checking out files:  54% (1749/3238)   
Checking out files:  55% (1781/3238)   
Checking out files:  56% (1814/3238)   
Checking out files:  57% (1846/3238)   
Checking out files:  58% (1879/3238)   
Checking out files:  59% (1911/3238)   
Checking out files:  60% (1943/3238)   
Checking out files:  61% (1976/3238)   
Checking out files:  62% (2008/3238)   
Checking out files:  63% (2040/3238)   
Checking out files:  64% (2073/3238)   
Checking out files:  65% (2105/3238)   
Checking out files:  66% (2138/3238)   
Checking out files:  67% (2170/3238)   
Checking out files:  68% (2202/3238)   
Checking out files:  69% (2235/3238)   
Checking out files:  70% (2267/3238)   
Checking out files:  71% (2299/3238)   
Checking out files:  72% (2332/3238)   
Checking out files:  73% (2364/3238)   
Checking out files:  74% (2397/3238)   
Checking out files:  75% (2429/3238)   
Checking out files:  76% (2461/3238)   
Checking out files:  77% (2494/3238)   
Checking out files:  78% (2526/3238)   
Checking out files:  79% (2559/3238)   
Checking out files:  80% (2591/3238)   
Checking out files:  81% (2623/3238)   
Checking out files:  82% (2656/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
20:23:11 [2020-09-10T20:23:11.866Z] #52 ...
20:23:11 [2020-09-10T20:23:11.866Z] 
20:23:11 [2020-09-10T20:23:11.866Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:11 [2020-09-10T20:23:11.866Z] #30 75.16 github.com/BurntSushi/toml/cmd/tomlv
20:23:11 [2020-09-10T20:23:11.866Z] #30 DONE 79.1s
20:23:11 [2020-09-10T20:23:11.866Z] 
20:23:11 [2020-09-10T20:23:11.866Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:12 [2020-09-10T20:23:12.356Z] #17 25.24 Selecting previously unselected package vim.
20:23:12 [2020-09-10T20:23:12.356Z] #17 25.25 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
20:23:12 [2020-09-10T20:23:12.356Z] #17 25.26 Unpacking vim (2:8.1.0875-5) ...
20:23:12 [2020-09-10T20:23:12.685Z] #17 25.63 Selecting previously unselected package xfsprogs.
20:23:12 [2020-09-10T20:23:12.685Z] #17 25.63 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
20:23:12 [2020-09-10T20:23:12.685Z] #17 25.63 Unpacking xfsprogs (4.20.0-1) ...
20:23:12 [2020-09-10T20:23:12.692Z] #52 38.05 Checking out files:  40% (1317/3238)   
Checking out files:  41% (1328/3238)   
Checking out files:  42% (1360/3238)   
Checking out files:  43% (1393/3238)   
Checking out files:  44% (1425/3238)   
Checking out files:  45% (1458/3238)   
Checking out files:  46% (1490/3238)   
Checking out files:  47% (1522/3238)   
Checking out files:  48% (1555/3238)   
Checking out files:  49% (1587/3238)   
Checking out files:  50% (1619/3238)   
Checking out files:  51% (1652/3238)   
Checking out files:  52% (1684/3238)   
Checking out files:  53% (1717/3238)   
Checking out files:  54% (1749/3238)   
Checking out files:  55% (1781/3238)   
Checking out files:  56% (1814/3238)   
Checking out files:  57% (1846/3238)   
Checking out files:  58% (1879/3238)   
Checking out files:  59% (1911/3238)   
Checking out files:  60% (1943/3238)   
Checking out files:  61% (1976/3238)   
Checking out files:  62% (2008/3238)   
Checking out files:  63% (2040/3238)   
Checking out files:  64% (2073/3238)   
Checking out files:  65% (2105/3238)   
Checking out files:  66% (2138/3238)   
Checking out files:  67% (2170/3238)   
Checking out files:  68% (2202/3238)   
Checking out files:  69% (2235/3238)   
Checking out files:  70% (2267/3238)   
Checking out files:  71% (2299/3238)   
Checking out files:  72% (2332/3238)   
Checking out files:  73% (2364/3238)   
Checking out files:  74% (2397/3238)   
Checking out files:  75% (2429/3238)   
Checking out files:  76% (2461/3238)   
Checking out files:  77% (2494/3238)   
Checking out files:  78% (2526/3238)   
Checking out files:  79% (2559/3238)   
Checking out files:  80% (2591/3238)   
Checking out files:  81% (2623/3238)   
Checking out files:  82% (2656/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
Checking out files:  86% (2815/3238)   
Checking out files:  87% (2818/3238)   
Checking out files:  88% (2850/3238)   
Checking out files:  89% (2882/3238)   
Checking out files:  90% (2915/3238)   
Checking out files:  91% (2947/3238)   
Checking out files:  92% (2979/3238)   
Checking out files:  93% (3012/3238)   
Checking out files:  94% (3044/3238)   
Checking out files:  95% (3077/3238)   
Checking out files:  96% (3109/3238)   
Checking out files:  97% (3141/3238)   
Checking out files:  98% (3174/3238)   
Checking out files:  99% (3206/3238)   
Checking out files: 100% (3238/3238)   
Checking out files: 100% (3238/3238), done.
20:23:12 [2020-09-10T20:23:12.764Z] #7 DONE 21.2s
20:23:12 [2020-09-10T20:23:12.764Z] 
20:23:12 [2020-09-10T20:23:12.764Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
20:23:12 [2020-09-10T20:23:12.939Z] #48 13.56 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:12 [2020-09-10T20:23:12.951Z] #52 40.10 + cd /tmp/tmp.pj52BilUgq/src/github.com/containerd/containerd
20:23:12 [2020-09-10T20:23:12.951Z] #52 40.10 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:12 [2020-09-10T20:23:12.976Z] #17 25.90 Selecting previously unselected package zip.
20:23:12 [2020-09-10T20:23:12.976Z] #17 25.91 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
20:23:12 [2020-09-10T20:23:12.976Z] #17 25.91 Unpacking zip (3.0-11+b1) ...
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + export 'BUILDTAGS=netgo osusergo static_build'
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + BUILDTAGS='netgo osusergo static_build'
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + export EXTRA_FLAGS=-buildmode=pie
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + EXTRA_FLAGS=-buildmode=pie
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + '[' '' = dynamic ']'
20:23:13 [2020-09-10T20:23:13.213Z] #52 40.47 + make
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.02 Setting up aufs-tools (1:4.14+20190211-1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.03 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.03 Setting up libip6tc0:s390x (1.8.2-4) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.04 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.05 Setting up libgpm2:s390x (1.20.7-5) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.05 Setting up libip4tc0:s390x (1.8.2-4) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.06 Setting up uidmap (1:4.5-1.1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.07 Setting up libnftnl11:s390x (1.1.2-2) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.08 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.08 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.09 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.09 Setting up libicu63:s390x (63.1-6+deb10u1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.10 Setting up xxd (2:8.1.0875-5) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.11 Setting up zip (3.0-11+b1) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.11 Setting up vim-common (2:8.1.0875-5) ...
20:23:13 [2020-09-10T20:23:13.271Z] #17 26.13 Setting up bash-completion (1:2.8-6) ...
20:23:13 [2020-09-10T20:23:13.472Z] #52 ...
20:23:13 [2020-09-10T20:23:13.472Z] 
20:23:13 [2020-09-10T20:23:13.472Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:13 [2020-09-10T20:23:13.472Z] #33 9.802 [100%] Linking C executable tini-static
20:23:13 [2020-09-10T20:23:13.472Z] #33 10.63 [100%] Built target tini-static
20:23:13 [2020-09-10T20:23:13.472Z] #33 10.70 + mkdir -p /build
20:23:13 [2020-09-10T20:23:13.472Z] #33 10.70 + cp tini-static /build/docker-init
20:23:13 [2020-09-10T20:23:13.472Z] #33 DONE 10.8s
20:23:13 [2020-09-10T20:23:13.606Z] #48 14.36 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:13 [2020-09-10T20:23:13.708Z] #8 DONE 1.0s
20:23:13 [2020-09-10T20:23:13.708Z] 
20:23:13 [2020-09-10T20:23:13.708Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
20:23:13 [2020-09-10T20:23:13.730Z] 
20:23:13 [2020-09-10T20:23:13.730Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:13 [2020-09-10T20:23:13.730Z] #39 3.860 Note: Building without setproctitle() and strlcpy() support.
20:23:13 [2020-09-10T20:23:13.730Z] #39 3.861       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:13 [2020-09-10T20:23:13.731Z] #39 3.869 Note: Building without GnuTLS support
20:23:13 [2020-09-10T20:23:13.731Z] #39 3.876 Makefile.config:39: Warn: you have no libnftables installed
20:23:13 [2020-09-10T20:23:13.731Z] #39 3.877 Makefile.config:40: Warn: Building without nftables support
20:23:13 [2020-09-10T20:23:13.731Z] #39 5.673 fatal: not a git repository (or any of the parent directories): .git
20:23:13 [2020-09-10T20:23:13.731Z] #39 5.738   GEN      .gitid
20:23:13 [2020-09-10T20:23:13.731Z] #39 5.766   GEN      criu/include/version.h
20:23:13 [2020-09-10T20:23:13.731Z] #39 5.836   GEN      include/common/asm
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.364   PBCC     images/timens.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.394   DEP      images/timens.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.444   PBCC     images/fown.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.451   PBCC     images/google/protobuf/descriptor.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.602   PBCC     images/opts.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.701   PBCC     images/memfd.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.908   DEP      images/fown.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 7.987   DEP      images/google/protobuf/descriptor.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.096   DEP      images/opts.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.215   DEP      images/memfd.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.309   PBCC     images/sit.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.462   DEP      images/sit.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.559   PBCC     images/macvlan.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.735   DEP      images/macvlan.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.834   PBCC     images/autofs.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.931   DEP      images/autofs.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.962   PBCC     images/sysctl.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 8.973   DEP      images/sysctl.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.024   PBCC     images/time.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.067   DEP      images/time.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.123   PBCC     images/binfmt-misc.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.172   DEP      images/binfmt-misc.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.211   PBCC     images/seccomp.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.232   DEP      images/seccomp.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.289   PBCC     images/userns.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.351   DEP      images/userns.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.435   PBCC     images/cgroup.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.548   DEP      images/cgroup.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.582   PBCC     images/ext-file.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.609   DEP      images/ext-file.pb-c.d
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.647   PBCC     images/rpc.pb-c.c
20:23:13 [2020-09-10T20:23:13.731Z] #39 9.697   DEP      images/rpc.pb-c.d
20:23:13 [2020-09-10T20:23:13.989Z] #39 9.875   PBCC     images/siginfo.pb-c.c
20:23:13 [2020-09-10T20:23:13.989Z] #39 9.887   DEP      images/siginfo.pb-c.d
20:23:13 [2020-09-10T20:23:13.989Z] #39 9.935   PBCC     images/pagemap.pb-c.c
20:23:13 [2020-09-10T20:23:13.989Z] #39 ...
20:23:13 [2020-09-10T20:23:13.989Z] 
20:23:13 [2020-09-10T20:23:13.989Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:13 [2020-09-10T20:23:13.989Z] #52 41.19 + bin/ctr
20:23:14 [2020-09-10T20:23:14.281Z] #9 DONE 0.8s
20:23:14 [2020-09-10T20:23:14.281Z] 
20:23:14 [2020-09-10T20:23:14.281Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
20:23:14 [2020-09-10T20:23:14.281Z] #27 DONE 0.1s
20:23:14 [2020-09-10T20:23:14.281Z] 
20:23:14 [2020-09-10T20:23:14.281Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:14 [2020-09-10T20:23:14.615Z] #32 ...
20:23:14 [2020-09-10T20:23:14.615Z] 
20:23:14 [2020-09-10T20:23:14.615Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
20:23:14 [2020-09-10T20:23:14.615Z] #35 DONE 0.1s
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.37 Setting up libiptc0:s390x (1.8.2-4) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.38 Setting up xz-utils (5.2.4-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.40 Setting up sudo (1.8.27-1+deb10u2) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.45 invoke-rc.d: could not determine current runlevel
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.45 invoke-rc.d: policy-rc.d denied execution of start.
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.46 Setting up pigz (2.4-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.46 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.47 Setting up libnl-3-200:s390x (3.4.0-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.48 Setting up python-pip-whl (18.1-5) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.49 Setting up libmpdec2:s390x (2.4.2-2) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.49 Setting up vim-runtime (2:8.1.0875-5) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.65 Setting up libaio1:s390x (0.3.112-3) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.66 Setting up libonig5:s390x (6.9.1-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.67 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.67 Setting up vim (2:8.1.0875-5) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.71 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.72 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.73 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.74 Setting up jq (1.5+dfsg-2+b1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.74 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
20:23:14 [2020-09-10T20:23:14.777Z] #17 27.75 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:23:14 [2020-09-10T20:23:14.891Z] 
20:23:14 [2020-09-10T20:23:14.891Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:15 [2020-09-10T20:23:15.723Z] #48 16.33 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:16 [2020-09-10T20:23:16.303Z] #17 29.30 Setting up iptables (1.8.2-4) ...
20:23:16 [2020-09-10T20:23:16.371Z] #48 ...
20:23:16 [2020-09-10T20:23:16.371Z] 
20:23:16 [2020-09-10T20:23:16.371Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:16 [2020-09-10T20:23:16.371Z] #37 16.26 Checking out files:  87% (1463/1665)   
Checking out files:  88% (1466/1665)   
Checking out files:  89% (1482/1665)   
Checking out files:  90% (1499/1665)   
Checking out files:  91% (1516/1665)   
Checking out files:  92% (1532/1665)   
Checking out files:  93% (1549/1665)   
Checking out files:  94% (1566/1665)   
Checking out files:  95% (1582/1665)   
Checking out files:  96% (1599/1665)   
Checking out files:  97% (1616/1665)   
Checking out files:  98% (1632/1665)   
Checking out files:  99% (1649/1665)   
Checking out files: 100% (1665/1665)   
Checking out files: 100% (1665/1665), done.
20:23:16 [2020-09-10T20:23:16.371Z] #37 16.42 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.32 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.32 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:23:16 [2020-09-10T20:23:16.594Z] #17 29.34 Setting up python3 (3.7.3-1) ...
20:23:16 [2020-09-10T20:23:16.885Z] #17 29.62 Setting up python3-wheel (0.32.3-2) ...
20:23:17 [2020-09-10T20:23:17.175Z] #17 29.98 Setting up apparmor (2.13.2-10) ...
20:23:17 [2020-09-10T20:23:17.275Z] #52 ...
20:23:17 [2020-09-10T20:23:17.275Z] 
20:23:17 [2020-09-10T20:23:17.275Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:17 [2020-09-10T20:23:17.275Z] #47 74.31 encoding/json
20:23:17 [2020-09-10T20:23:17.275Z] #47 76.74 github.com/pkg/diff
20:23:17 [2020-09-10T20:23:17.275Z] #47 78.37 go/ast
20:23:17 [2020-09-10T20:23:17.275Z] #47 81.51 golang.org/x/crypto/ssh/terminal
20:23:17 [2020-09-10T20:23:17.275Z] #47 83.11 mvdan.cc/editorconfig
20:23:17 [2020-09-10T20:23:17.275Z] #47 84.18 mvdan.cc/sh/v3/fileutil
20:23:17 [2020-09-10T20:23:17.275Z] #47 84.32 mvdan.cc/sh/v3/syntax
20:23:17 [2020-09-10T20:23:17.275Z] #47 ...
20:23:17 [2020-09-10T20:23:17.275Z] 
20:23:17 [2020-09-10T20:23:17.275Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.02   DEP      images/pagemap.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.12   PBCC     images/rlimit.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.12   DEP      images/rlimit.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.22   PBCC     images/file-lock.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.23   DEP      images/file-lock.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.24   PBCC     images/tty.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.26   DEP      images/tty.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.28   PBCC     images/tun.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.30   PBCC     images/netdev.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.31   DEP      images/tun.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.40   DEP      images/netdev.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.54   PBCC     images/vma.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.65   DEP      images/vma.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.71   PBCC     images/creds.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.78   DEP      images/creds.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.85   PBCC     images/utsns.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.86   DEP      images/utsns.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.89   PBCC     images/ipc-desc.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.91   PBCC     images/ipc-sem.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.92   DEP      images/ipc-desc.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.94   DEP      images/ipc-sem.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 10.97   PBCC     images/ipc-msg.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.00   DEP      images/ipc-msg.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.03   PBCC     images/ipc-shm.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.05   DEP      images/ipc-shm.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.09   PBCC     images/ipc-var.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.13   DEP      images/ipc-var.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.20   PBCC     images/sk-opts.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.26   PBCC     images/packet-sock.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.31   DEP      images/sk-opts.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.37   DEP      images/packet-sock.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.44   PBCC     images/sk-netlink.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.51   DEP      images/sk-netlink.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.58   PBCC     images/sk-inet.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.62   DEP      images/sk-inet.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.72   PBCC     images/sk-unix.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.80   DEP      images/sk-unix.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.84   PBCC     images/mm.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.89   DEP      images/mm.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 11.96   PBCC     images/timerfd.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.01   DEP      images/timerfd.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.08   PBCC     images/timer.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.14   DEP      images/timer.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.19   PBCC     images/sa.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.23   DEP      images/sa.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.26   PBCC     images/pipe-data.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.29   DEP      images/pipe-data.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.33   PBCC     images/mnt.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.38   DEP      images/mnt.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.43   PBCC     images/sk-packet.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.47   DEP      images/sk-packet.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.54   PBCC     images/tcp-stream.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.59   DEP      images/tcp-stream.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.65   PBCC     images/pipe.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.73   DEP      images/pipe.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.80   PBCC     images/pstree.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.81   DEP      images/pstree.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.84   PBCC     images/fs.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.89   DEP      images/fs.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.94   PBCC     images/signalfd.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 12.95   DEP      images/signalfd.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.02   PBCC     images/fh.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.05   PBCC     images/fsnotify.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.09   DEP      images/fh.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.16   DEP      images/fsnotify.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.23   PBCC     images/eventpoll.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.24   DEP      images/eventpoll.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.30   PBCC     images/eventfd.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.33   DEP      images/eventfd.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.39   PBCC     images/remap-file-path.pb-c.c
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.40   DEP      images/remap-file-path.pb-c.d
20:23:17 [2020-09-10T20:23:17.275Z] #39 13.44   PBCC     images/fifo.pb-c.c
20:23:17 [2020-09-10T20:23:17.534Z] #39 13.48   DEP      images/fifo.pb-c.d
20:23:17 [2020-09-10T20:23:17.534Z] #39 13.55   PBCC     images/ghost-file.pb-c.c
20:23:17 [2020-09-10T20:23:17.534Z] #39 13.62   DEP      images/ghost-file.pb-c.d
20:23:17 [2020-09-10T20:23:17.534Z] #39 13.66   PBCC     images/regfile.pb-c.c
20:23:17 [2020-09-10T20:23:17.792Z] #39 13.72   DEP      images/regfile.pb-c.d
20:23:17 [2020-09-10T20:23:17.792Z] #39 13.76   PBCC     images/ns.pb-c.c
20:23:17 [2020-09-10T20:23:17.792Z] #39 ...
20:23:17 [2020-09-10T20:23:17.792Z] 
20:23:17 [2020-09-10T20:23:17.792Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:17 [2020-09-10T20:23:17.792Z] #41 75.05 go/ast
20:23:17 [2020-09-10T20:23:17.792Z] #41 75.15 regexp
20:23:17 [2020-09-10T20:23:17.792Z] #41 79.18 internal/lazyregexp
20:23:17 [2020-09-10T20:23:17.792Z] #41 79.90 net/url
20:23:17 [2020-09-10T20:23:17.792Z] #41 82.12 text/template/parse
20:23:17 [2020-09-10T20:23:17.792Z] #41 82.42 go/parser
20:23:17 [2020-09-10T20:23:17.792Z] #41 ...
20:23:17 [2020-09-10T20:23:17.792Z] 
20:23:17 [2020-09-10T20:23:17.792Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:17 [2020-09-10T20:23:17.792Z] #39 13.80   DEP      images/ns.pb-c.d
20:23:17 [2020-09-10T20:23:17.792Z] #39 13.88   PBCC     images/fdinfo.pb-c.c
20:23:17 [2020-09-10T20:23:17.792Z] #39 13.98   DEP      images/fdinfo.pb-c.d
20:23:17 [2020-09-10T20:23:17.807Z] #17 ...
20:23:17 [2020-09-10T20:23:17.807Z] 
20:23:17 [2020-09-10T20:23:17.807Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:17 [2020-09-10T20:23:17.807Z] #39 62.26   CC       criu/cr-service.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 63.04   CC       criu/crtools.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 63.43   CC       criu/eventfd.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 63.59   CC       criu/eventpoll.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 63.86   CC       criu/external.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 64.03   CC       criu/fault-injection.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 64.07   CC       criu/fdstore.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 64.30   CC       criu/fifo.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 64.54   CC       criu/file-ids.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 64.68   CC       criu/file-lock.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 65.17   CC       criu/files-ext.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 65.37   CC       criu/files-reg.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 66.66   CC       criu/files.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 67.80   CC       criu/filesystems.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 68.16   CC       criu/fsnotify.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 68.82   CC       criu/image-desc.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 68.87   CC       criu/image.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 69.42   CC       criu/ipc_ns.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 70.15   CC       criu/irmap.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 70.57   CC       criu/kcmp-ids.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 70.77   CC       criu/kerndat.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 71.39   CC       criu/libnetlink.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 71.61   CC       criu/log.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 71.92   CC       criu/lsm.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 72.09   CC       criu/mem.o
20:23:17 [2020-09-10T20:23:17.807Z] #39 ...
20:23:17 [2020-09-10T20:23:17.807Z] 
20:23:17 [2020-09-10T20:23:17.807Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:23:17 [2020-09-10T20:23:17.807Z] #17 30.81 Setting up xfsprogs (4.20.0-1) ...
20:23:18 [2020-09-10T20:23:18.051Z] #39 14.05   PBCC     images/core-aarch64.pb-c.c
20:23:18 [2020-09-10T20:23:18.051Z] #39 14.10   PBCC     images/core-arm.pb-c.c
20:23:18 [2020-09-10T20:23:18.051Z] #39 14.22   PBCC     images/core-ppc64.pb-c.c
20:23:18 [2020-09-10T20:23:18.098Z] #17 30.82 Setting up python3-lib2to3 (3.7.3-1) ...
20:23:18 [2020-09-10T20:23:18.098Z] #17 31.01 Setting up python3-pkg-resources (40.8.0-1) ...
20:23:18 [2020-09-10T20:23:18.271Z] #60 ...
20:23:18 [2020-09-10T20:23:18.271Z] 
20:23:18 [2020-09-10T20:23:18.271Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:18 [2020-09-10T20:23:18.271Z] #47 22.54 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:18 [2020-09-10T20:23:18.271Z] #47 23.86 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:18 [2020-09-10T20:23:18.271Z] #47 24.04 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:18 [2020-09-10T20:23:18.271Z] #47 24.25 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:18 [2020-09-10T20:23:18.271Z] #47 24.35 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:18 [2020-09-10T20:23:18.271Z] #47 25.15 runtime
20:23:18 [2020-09-10T20:23:18.271Z] #47 ...
20:23:18 [2020-09-10T20:23:18.271Z] 
20:23:18 [2020-09-10T20:23:18.271Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:18 [2020-09-10T20:23:18.271Z] #10 21.21 Reading package lists...
20:23:18 [2020-09-10T20:23:18.271Z] #10 28.07 Building dependency tree...
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.49 The following additional packages will be installed:
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.50   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.50   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.50   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.51   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.51 Suggested packages:
20:23:18 [2020-09-10T20:23:18.271Z] #10 31.52   gcc-8-locales seccomp wine64
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.94 The following NEW packages will be installed:
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.95   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.95   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.95   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.95   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.96   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 32.97   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:18 [2020-09-10T20:23:18.271Z] #10 ...
20:23:18 [2020-09-10T20:23:18.271Z] 
20:23:18 [2020-09-10T20:23:18.271Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:18 [2020-09-10T20:23:18.271Z] #38 22.99 Fetched 8379 kB in 18s (468 kB/s)
20:23:18 [2020-09-10T20:23:18.271Z] #38 22.99 Reading package lists...
20:23:18 [2020-09-10T20:23:18.271Z] #38 30.10 Reading package lists...
20:23:18 [2020-09-10T20:23:18.271Z] #38 ...
20:23:18 [2020-09-10T20:23:18.271Z] 
20:23:18 [2020-09-10T20:23:18.271Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:18 [2020-09-10T20:23:18.271Z] #23 23.03 Fetched 8379 kB in 18s (468 kB/s)
20:23:18 [2020-09-10T20:23:18.271Z] #23 23.03 Reading package lists...
20:23:18 [2020-09-10T20:23:18.271Z] #23 30.05 Reading package lists...
20:23:18 [2020-09-10T20:23:18.271Z] #23 ...
20:23:18 [2020-09-10T20:23:18.271Z] 
20:23:18 [2020-09-10T20:23:18.271Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:18 [2020-09-10T20:23:18.271Z] #10 33.36 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
20:23:18 [2020-09-10T20:23:18.271Z] #10 33.36 Need to get 77.7 MB of archives.
20:23:18 [2020-09-10T20:23:18.271Z] #10 33.36 After this operation, 487 MB of additional disk space will be used.
20:23:18 [2020-09-10T20:23:18.271Z] #10 33.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
20:23:18 [2020-09-10T20:23:18.310Z] #39 14.27   PBCC     images/core-s390.pb-c.c
20:23:18 [2020-09-10T20:23:18.310Z] #39 14.35   PBCC     images/core-x86.pb-c.c
20:23:18 [2020-09-10T20:23:18.310Z] #39 14.45   PBCC     images/core.pb-c.c
20:23:18 [2020-09-10T20:23:18.494Z] #37 18.88 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:23:18 [2020-09-10T20:23:18.531Z] #10 33.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
20:23:18 [2020-09-10T20:23:18.568Z] #39 14.53   PBCC     images/inventory.pb-c.c
20:23:18 [2020-09-10T20:23:18.568Z] #39 14.61   DEP      images/core-aarch64.pb-c.d
20:23:18 [2020-09-10T20:23:18.568Z] #39 14.66   DEP      images/core-arm.pb-c.d
20:23:18 [2020-09-10T20:23:18.568Z] #39 14.72   DEP      images/core-ppc64.pb-c.d
20:23:18 [2020-09-10T20:23:18.730Z] #17 31.49 Setting up python3-distutils (3.7.3-1) ...
20:23:18 [2020-09-10T20:23:18.791Z] #10 ...
20:23:18 [2020-09-10T20:23:18.791Z] 
20:23:18 [2020-09-10T20:23:18.791Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:18 [2020-09-10T20:23:18.791Z] #51 23.73 Fetched 8379 kB in 18s (476 kB/s)
20:23:18 [2020-09-10T20:23:18.791Z] #51 23.73 Reading package lists...
20:23:18 [2020-09-10T20:23:18.791Z] #51 30.56 Reading package lists...
20:23:18 [2020-09-10T20:23:18.791Z] #51 ...
20:23:18 [2020-09-10T20:23:18.791Z] 
20:23:18 [2020-09-10T20:23:18.791Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:18 [2020-09-10T20:23:18.791Z] #10 33.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:23:18 [2020-09-10T20:23:18.791Z] #10 33.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
20:23:18 [2020-09-10T20:23:18.791Z] #10 33.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
20:23:18 [2020-09-10T20:23:18.827Z] #39 14.78   DEP      images/core-s390.pb-c.d
20:23:18 [2020-09-10T20:23:18.827Z] #39 14.87   DEP      images/core-x86.pb-c.d
20:23:18 [2020-09-10T20:23:18.827Z] #39 14.93   DEP      images/core.pb-c.d
20:23:18 [2020-09-10T20:23:18.827Z] #39 15.01   DEP      images/inventory.pb-c.d
20:23:19 [2020-09-10T20:23:19.020Z] #17 31.79 Setting up python3-setuptools (40.8.0-1) ...
20:23:19 [2020-09-10T20:23:19.051Z] #10 33.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:23:19 [2020-09-10T20:23:19.051Z] #10 ...
20:23:19 [2020-09-10T20:23:19.051Z] 
20:23:19 [2020-09-10T20:23:19.051Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:19 [2020-09-10T20:23:19.051Z] #32 24.09 Fetched 8379 kB in 18s (470 kB/s)
20:23:19 [2020-09-10T20:23:19.051Z] #32 24.09 Reading package lists...
20:23:19 [2020-09-10T20:23:19.085Z] #39 15.05   PBCC     images/cpuinfo.pb-c.c
20:23:19 [2020-09-10T20:23:19.085Z] #39 15.08   DEP      images/cpuinfo.pb-c.d
20:23:19 [2020-09-10T20:23:19.085Z] #39 15.11   PBCC     images/stats.pb-c.c
20:23:19 [2020-09-10T20:23:19.085Z] #39 15.13   DEP      images/stats.pb-c.d
20:23:19 [2020-09-10T20:23:19.246Z] #36 4.440 + git clone https://github.com/docker/distribution.git .
20:23:19 [2020-09-10T20:23:19.246Z] #36 4.444 Cloning into '.'...
20:23:19 [2020-09-10T20:23:19.311Z] #32 31.00 Reading package lists...
20:23:19 [2020-09-10T20:23:19.311Z] #32 ...
20:23:19 [2020-09-10T20:23:19.311Z] 
20:23:19 [2020-09-10T20:23:19.311Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:19 [2020-09-10T20:23:19.311Z] #36 24.90 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:23:19 [2020-09-10T20:23:19.571Z] #36 ...
20:23:19 [2020-09-10T20:23:19.571Z] 
20:23:19 [2020-09-10T20:23:19.571Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:19 [2020-09-10T20:23:19.571Z] #10 34.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:23:19 [2020-09-10T20:23:19.653Z] #17 32.45 Setting up python3-pip (18.1-5) ...
20:23:19 [2020-09-10T20:23:19.822Z] #36 ...
20:23:19 [2020-09-10T20:23:19.822Z] 
20:23:19 [2020-09-10T20:23:19.822Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:19 [2020-09-10T20:23:19.822Z] #32 5.329 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:19 [2020-09-10T20:23:19.822Z] #32 5.391 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:19 [2020-09-10T20:23:19.822Z] #32 5.391 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:19 [2020-09-10T20:23:19.830Z] #10 34.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
20:23:19 [2020-09-10T20:23:19.943Z] #17 33.02 Processing triggers for libc-bin (2.28-10) ...
20:23:20 [2020-09-10T20:23:20.091Z] #10 34.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
20:23:20 [2020-09-10T20:23:20.234Z] #17 33.05 Processing triggers for mime-support (3.62) ...
20:23:20 [2020-09-10T20:23:20.400Z] #32 6.066 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:23:20 [2020-09-10T20:23:20.471Z] #39 ...
20:23:20 [2020-09-10T20:23:20.471Z] 
20:23:20 [2020-09-10T20:23:20.471Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.51 Selecting previously unselected package gcc-mingw-w64-base.
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.51 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.52 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.71 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:20 [2020-09-10T20:23:20.471Z] #10 77.71 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:20 [2020-09-10T20:23:20.471Z] #10 ...
20:23:20 [2020-09-10T20:23:20.471Z] 
20:23:20 [2020-09-10T20:23:20.471Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:20 [2020-09-10T20:23:20.471Z] #41 85.61 encoding/xml
20:23:20 [2020-09-10T20:23:20.471Z] #41 86.24 text/template
20:23:20 [2020-09-10T20:23:20.881Z] #17 DONE 33.5s
20:23:20 [2020-09-10T20:23:20.881Z] 
20:23:20 [2020-09-10T20:23:20.881Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:23:21 [2020-09-10T20:23:21.278Z] #37 ...
20:23:21 [2020-09-10T20:23:21.278Z] 
20:23:21 [2020-09-10T20:23:21.279Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:21 [2020-09-10T20:23:21.279Z] #44 11.99 go: finding github.com/sirupsen/logrus v1.0.5
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.01 go: finding github.com/pkg/errors v0.8.0
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.01 go: finding github.com/fatih/color v1.6.0
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.04 go: finding github.com/spf13/pflag v1.0.1
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.30 go: finding github.com/mattn/go-colorable v0.0.9
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.50 go: finding github.com/mattn/go-isatty v0.0.3
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.56 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.61 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.77 go: finding github.com/jonboulle/clockwork v0.1.0
20:23:21 [2020-09-10T20:23:21.279Z] #44 12.84 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:21 [2020-09-10T20:23:21.279Z] #44 13.00 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:21 [2020-09-10T20:23:21.580Z] #44 ...
20:23:21 [2020-09-10T20:23:21.580Z] 
20:23:21 [2020-09-10T20:23:21.580Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:21 [2020-09-10T20:23:21.580Z] #61 17.81 Checking out files:  68% (1423/2067)   
Checking out files:  69% (1427/2067)   
Checking out files:  70% (1447/2067)   
Checking out files:  71% (1468/2067)   
Checking out files:  72% (1489/2067)   
Checking out files:  73% (1509/2067)   
Checking out files:  74% (1530/2067)   
Checking out files:  75% (1551/2067)   
Checking out files:  76% (1571/2067)   
Checking out files:  77% (1592/2067)   
Checking out files:  78% (1613/2067)   
Checking out files:  79% (1633/2067)   
Checking out files:  80% (1654/2067)   
Checking out files:  81% (1675/2067)   
Checking out files:  82% (1695/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
20:23:21 [2020-09-10T20:23:21.580Z] #61 18.65 + cd /tmp/tmp.KjbExiaG9j/src/github.com/docker/libnetwork
20:23:21 [2020-09-10T20:23:21.580Z] #61 18.65 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
20:23:21 [2020-09-10T20:23:21.580Z] #61 19.17 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:23:21 [2020-09-10T20:23:21.580Z] #61 ...
20:23:21 [2020-09-10T20:23:21.580Z] 
20:23:21 [2020-09-10T20:23:21.580Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:21 [2020-09-10T20:23:21.580Z] #42 12.37 vendor/golang.org/x/crypto/cryptobyte/asn1
20:23:21 [2020-09-10T20:23:21.580Z] #42 12.61 internal/nettrace
20:23:21 [2020-09-10T20:23:21.580Z] #42 13.25 runtime/cgo
20:23:21 [2020-09-10T20:23:21.580Z] #42 16.57 vendor/golang.org/x/crypto/internal/subtle
20:23:21 [2020-09-10T20:23:21.795Z] #32 7.620 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:23:21 [2020-09-10T20:23:21.881Z] #42 ...
20:23:21 [2020-09-10T20:23:21.881Z] 
20:23:21 [2020-09-10T20:23:21.881Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:21 [2020-09-10T20:23:21.881Z] #48 17.65 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:21 [2020-09-10T20:23:21.881Z] #48 17.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:21 [2020-09-10T20:23:21.881Z] #48 18.07 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:21 [2020-09-10T20:23:21.881Z] #48 18.11 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:21 [2020-09-10T20:23:21.881Z] #48 19.43 runtime/cgo
20:23:21 [2020-09-10T20:23:21.881Z] #48 19.56 runtime
20:23:21 [2020-09-10T20:23:21.914Z] #18 1.184 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:23:21 [2020-09-10T20:23:21.914Z] #18 1.188 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:23:21 [2020-09-10T20:23:21.914Z] #18 1.190 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:23:21 [2020-09-10T20:23:21.914Z] #18 DONE 1.4s
20:23:21 [2020-09-10T20:23:21.914Z] 
20:23:21 [2020-09-10T20:23:21.914Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:23:23 [2020-09-10T20:23:23.008Z] #41 90.32 go/doc
20:23:23 [2020-09-10T20:23:23.191Z] #32 8.996 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:23:24 [2020-09-10T20:23:24.292Z] #10 39.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
20:23:24 [2020-09-10T20:23:24.387Z] #41 91.63 github.com/LK4D4/vndr/versioned
20:23:24 [2020-09-10T20:23:24.387Z] #41 91.72 compress/flate
20:23:24 [2020-09-10T20:23:24.589Z] #32 ...
20:23:24 [2020-09-10T20:23:24.589Z] 
20:23:24 [2020-09-10T20:23:24.589Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.996 + RM_GOPATH=0
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.996 + TMP_GOPATH=
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.996 + : /build
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.996 + '[' -z '' ']'
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.996 ++ mktemp -d
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.997 + export GOPATH=/tmp/tmp.rTuDFqxwg6
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.997 + GOPATH=/tmp/tmp.rTuDFqxwg6
20:23:24 [2020-09-10T20:23:24.589Z] #45 3.997 + RM_GOPATH=1
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.000 + case "$(go env GOARCH)" in
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.000 ++ go env GOARCH
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.008 + export GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.008 + GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.012 ++ dirname /tmp/install/install.sh
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.012 + dir=/tmp/install
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.012 + bin=golangci_lint
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.012 + shift
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 + . /tmp/install/golangci_lint.installer
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 ++ : v1.23.8
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 + install_golangci_lint
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 + echo 'Installing golangci-lint version v1.23.8'
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.017 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
20:23:24 [2020-09-10T20:23:24.589Z] #45 4.018 Installing golangci-lint version v1.23.8
20:23:24 [2020-09-10T20:23:24.589Z] #45 ...
20:23:24 [2020-09-10T20:23:24.589Z] 
20:23:24 [2020-09-10T20:23:24.589Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:24 [2020-09-10T20:23:24.589Z] #23 5.019 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:24 [2020-09-10T20:23:24.589Z] #23 5.059 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:24 [2020-09-10T20:23:24.589Z] #23 5.062 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:24 [2020-09-10T20:23:24.589Z] #23 6.149 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:23:24 [2020-09-10T20:23:24.589Z] #23 7.369 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:23:24 [2020-09-10T20:23:24.589Z] #23 8.799 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:23:24 [2020-09-10T20:23:24.589Z] #23 ...
20:23:24 [2020-09-10T20:23:24.589Z] 
20:23:24 [2020-09-10T20:23:24.589Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + RM_GOPATH=0
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + TMP_GOPATH=
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + : /build
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + '[' -z '' ']'
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 ++ mktemp -d
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + export GOPATH=/tmp/tmp.KxRGeUpzD2
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + GOPATH=/tmp/tmp.KxRGeUpzD2
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + RM_GOPATH=1
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.744 + case "$(go env GOARCH)" in
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.747 ++ go env GOARCH
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.756 + export GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.756 + GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.756 ++ dirname /tmp/install/install.sh
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + dir=/tmp/install
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + bin=vndr
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + shift
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + '[' '!' -f /tmp/install/vndr.installer ']'
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + . /tmp/install/vndr.installer
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + install_vndr
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132'
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.KxRGeUpzD2/src/github.com/LK4D4/vndr
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.759 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:24 [2020-09-10T20:23:24.589Z] #41 2.773 Cloning into '/tmp/tmp.KxRGeUpzD2/src/github.com/LK4D4/vndr'...
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.281 + cd /tmp/tmp.KxRGeUpzD2/src/github.com/LK4D4/vndr
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.281 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.295 + go build -buildmode=pie -v -o /build/vndr .
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.797 internal/cpu
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.803 internal/race
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.805 runtime/internal/sys
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.860 runtime/internal/atomic
20:23:24 [2020-09-10T20:23:24.589Z] #41 3.992 sync/atomic
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.071 unicode
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.095 runtime/internal/math
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.219 unicode/utf8
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.276 internal/bytealg
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.731 math/bits
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.853 internal/testlog
20:23:24 [2020-09-10T20:23:24.589Z] #41 4.992 encoding
20:23:24 [2020-09-10T20:23:24.589Z] #41 5.140 runtime
20:23:24 [2020-09-10T20:23:24.589Z] #41 5.167 math
20:23:24 [2020-09-10T20:23:24.589Z] #41 5.335 unicode/utf16
20:23:24 [2020-09-10T20:23:24.589Z] #41 6.030 container/list
20:23:24 [2020-09-10T20:23:24.589Z] #41 6.391 crypto/internal/subtle
20:23:24 [2020-09-10T20:23:24.589Z] #41 6.847 crypto/subtle
20:23:24 [2020-09-10T20:23:24.589Z] #41 7.018 vendor/golang.org/x/crypto/cryptobyte/asn1
20:23:24 [2020-09-10T20:23:24.589Z] #41 7.038 internal/nettrace
20:23:24 [2020-09-10T20:23:24.589Z] #41 7.193 vendor/golang.org/x/crypto/internal/subtle
20:23:24 [2020-09-10T20:23:24.589Z] #41 7.264 runtime/cgo
20:23:24 [2020-09-10T20:23:24.661Z] #48 ...
20:23:24 [2020-09-10T20:23:24.661Z] 
20:23:24 [2020-09-10T20:23:24.661Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:24 [2020-09-10T20:23:24.661Z] #11 15.52 Fetched 8156 kB in 15s (553 kB/s)
20:23:24 [2020-09-10T20:23:24.661Z] #11 15.52 Reading package lists...
20:23:24 [2020-09-10T20:23:24.853Z] #41 ...
20:23:24 [2020-09-10T20:23:24.853Z] 
20:23:24 [2020-09-10T20:23:24.853Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:24 [2020-09-10T20:23:24.853Z] #28 4.197 + git clone https://github.com/kolyshkin/go-swagger.git .
20:23:24 [2020-09-10T20:23:24.853Z] #28 4.199 Cloning into '.'...
20:23:24 [2020-09-10T20:23:24.853Z] #28 ...
20:23:24 [2020-09-10T20:23:24.853Z] 
20:23:24 [2020-09-10T20:23:24.853Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.653 + RM_GOPATH=0
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.653 + TMP_GOPATH=
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.654 + : /build
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.655 + '[' -z '' ']'
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.656 ++ mktemp -d
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.658 + export GOPATH=/tmp/tmp.HtW7CU4Vku
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.658 + GOPATH=/tmp/tmp.HtW7CU4Vku
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.659 + RM_GOPATH=1
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.659 + case "$(go env GOARCH)" in
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.661 ++ go env GOARCH
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.678 + export GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.679 + GO_BUILDMODE=-buildmode=pie
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.680 ++ dirname /tmp/install/install.sh
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.681 + dir=/tmp/install
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.684 + bin=shfmt
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.685 + shift
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.685 + '[' '!' -f /tmp/install/shfmt.installer ']'
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.690 + . /tmp/install/shfmt.installer
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.691 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.691 + install_shfmt
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.692 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.693 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.695 + git clone https://github.com/mvdan/sh.git /tmp/tmp.HtW7CU4Vku/src/github.com/mvdan/sh
20:23:24 [2020-09-10T20:23:24.853Z] #47 4.697 Cloning into '/tmp/tmp.HtW7CU4Vku/src/github.com/mvdan/sh'...
20:23:24 [2020-09-10T20:23:24.955Z] #41 ...
20:23:24 [2020-09-10T20:23:24.955Z] 
20:23:24 [2020-09-10T20:23:24.955Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:24 [2020-09-10T20:23:24.955Z] #39 16.59 make[1]: Nothing to be done for 'all'.
20:23:24 [2020-09-10T20:23:24.955Z] #39 17.89   CC       images/stats.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 18.34   CC       images/core.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 18.98   CC       images/core-x86.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 19.49   CC       images/core-arm.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 19.83   CC       images/core-aarch64.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 20.31   CC       images/core-ppc64.o
20:23:24 [2020-09-10T20:23:24.955Z] #39 20.96   CC       images/core-s390.o
20:23:24 [2020-09-10T20:23:24.963Z] #11 22.28 Reading package lists...
20:23:24 [2020-09-10T20:23:24.963Z] #11 ...
20:23:24 [2020-09-10T20:23:24.963Z] 
20:23:24 [2020-09-10T20:23:24.963Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:24 [2020-09-10T20:23:24.963Z] #39 16.39 Fetched 8156 kB in 15s (531 kB/s)
20:23:24 [2020-09-10T20:23:24.963Z] #39 16.39 Reading package lists...
20:23:24 [2020-09-10T20:23:24.963Z] #39 23.37 Reading package lists...
20:23:24 [2020-09-10T20:23:24.963Z] #39 ...
20:23:24 [2020-09-10T20:23:24.963Z] 
20:23:24 [2020-09-10T20:23:24.963Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:24 [2020-09-10T20:23:24.963Z] #24 15.75 Fetched 8156 kB in 15s (537 kB/s)
20:23:24 [2020-09-10T20:23:24.963Z] #24 15.75 Reading package lists...
20:23:25 [2020-09-10T20:23:25.118Z] #47 ...
20:23:25 [2020-09-10T20:23:25.118Z] 
20:23:25 [2020-09-10T20:23:25.118Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + RM_GOPATH=0
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + TMP_GOPATH=
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + : /build
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + '[' -z '' ']'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 ++ mktemp -d
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + export GOPATH=/tmp/tmp.StKoobBbo9
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + GOPATH=/tmp/tmp.StKoobBbo9
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.422 + RM_GOPATH=1
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.423 + case "$(go env GOARCH)" in
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.425 ++ go env GOARCH
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.456 Install docker/cli version 17.06.2-ce from stable
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + export GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 ++ dirname /tmp/install/install.sh
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + dir=/tmp/install
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + bin=dockercli
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + shift
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + '[' '!' -f /tmp/install/dockercli.installer ']'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + . /tmp/install/dockercli.installer
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 ++ : stable
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 ++ : 17.06.2-ce
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + install_dockercli
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 ++ uname -m
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + arch=aarch64
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + '[' aarch64 '!=' x86_64 ']'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + '[' aarch64 '!=' s390x ']'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + '[' aarch64 '!=' armhf ']'
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + build_dockercli
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.457 + git clone https://github.com/docker/docker-ce /tmp/tmp.StKoobBbo9/tmp/docker-ce
20:23:25 [2020-09-10T20:23:25.118Z] #21 3.468 Cloning into '/tmp/tmp.StKoobBbo9/tmp/docker-ce'...
20:23:25 [2020-09-10T20:23:25.118Z] #21 ...
20:23:25 [2020-09-10T20:23:25.118Z] 
20:23:25 [2020-09-10T20:23:25.118Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:25 [2020-09-10T20:23:25.118Z] #51 2.295 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:25 [2020-09-10T20:23:25.118Z] #51 2.313 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:25 [2020-09-10T20:23:25.118Z] #51 2.314 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:25 [2020-09-10T20:23:25.118Z] #51 3.073 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:23:25 [2020-09-10T20:23:25.118Z] #51 3.700 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:23:25 [2020-09-10T20:23:25.118Z] #51 4.842 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:23:25 [2020-09-10T20:23:25.118Z] #51 10.74 Fetched 8204 kB in 9s (923 kB/s)
20:23:25 [2020-09-10T20:23:25.240Z] #10 ...
20:23:25 [2020-09-10T20:23:25.240Z] 
20:23:25 [2020-09-10T20:23:25.240Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:25 [2020-09-10T20:23:25.240Z] #41 39.21 internal/reflectlite
20:23:25 [2020-09-10T20:23:25.240Z] #41 39.23 sync
20:23:25 [2020-09-10T20:23:25.263Z] #24 23.89 Reading package lists...
20:23:25 [2020-09-10T20:23:25.263Z] #24 ...
20:23:25 [2020-09-10T20:23:25.263Z] 
20:23:25 [2020-09-10T20:23:25.263Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:25 [2020-09-10T20:23:25.263Z] #33 16.35 Fetched 8156 kB in 15s (535 kB/s)
20:23:25 [2020-09-10T20:23:25.263Z] #33 16.35 Reading package lists...
20:23:25 [2020-09-10T20:23:25.382Z] #51 10.74 Reading package lists...
20:23:25 [2020-09-10T20:23:25.382Z] #51 ...
20:23:25 [2020-09-10T20:23:25.382Z] 
20:23:25 [2020-09-10T20:23:25.382Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:25 [2020-09-10T20:23:25.382Z] #38 3.237 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:25 [2020-09-10T20:23:25.382Z] #38 3.276 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:25 [2020-09-10T20:23:25.382Z] #38 3.276 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:25 [2020-09-10T20:23:25.382Z] #38 3.939 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:23:25 [2020-09-10T20:23:25.383Z] #38 5.176 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:23:25 [2020-09-10T20:23:25.383Z] #38 6.328 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:23:25 [2020-09-10T20:23:25.383Z] #38 ...
20:23:25 [2020-09-10T20:23:25.383Z] 
20:23:25 [2020-09-10T20:23:25.383Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + RM_GOPATH=0
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + TMP_GOPATH=
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + : /build
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + '[' -z '' ']'
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 ++ mktemp -d
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + export GOPATH=/tmp/tmp.dG0UxKNgTU
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + GOPATH=/tmp/tmp.dG0UxKNgTU
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + RM_GOPATH=1
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 + case "$(go env GOARCH)" in
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.952 ++ go env GOARCH
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.974 + export GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.974 + GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.974 ++ dirname /tmp/install/install.sh
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + dir=/tmp/install
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + bin=rootlesskit
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + shift
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + . /tmp/install/rootlesskit.installer
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + install_rootlesskit
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + case "$1" in
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + export CGO_ENABLED=0
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + CGO_ENABLED=0
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + _install_rootlesskit
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.978 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.dG0UxKNgTU/src/github.com/rootless-containers/rootlesskit
20:23:25 [2020-09-10T20:23:25.383Z] #54 3.979 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:25 [2020-09-10T20:23:25.383Z] #54 4.032 Cloning into '/tmp/tmp.dG0UxKNgTU/src/github.com/rootless-containers/rootlesskit'...
20:23:25 [2020-09-10T20:23:25.383Z] #54 8.540 + cd /tmp/tmp.dG0UxKNgTU/src/github.com/rootless-containers/rootlesskit
20:23:25 [2020-09-10T20:23:25.383Z] #54 8.540 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
20:23:25 [2020-09-10T20:23:25.383Z] #54 9.112 + for f in rootlesskit rootlesskit-docker-proxy
20:23:25 [2020-09-10T20:23:25.383Z] #54 9.116 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
20:23:25 [2020-09-10T20:23:25.431Z] #19 3.218 Collecting yamllint==1.16.0
20:23:25 [2020-09-10T20:23:25.431Z] #19 3.378   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:23:25 [2020-09-10T20:23:25.431Z] #19 3.413 Collecting pyyaml (from yamllint==1.16.0)
20:23:25 [2020-09-10T20:23:25.431Z] #19 3.516   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:23:25 [2020-09-10T20:23:25.522Z] #39 21.62   CC       images/cpuinfo.o
20:23:25 [2020-09-10T20:23:25.562Z] #33 22.98 Reading package lists...
20:23:25 [2020-09-10T20:23:25.562Z] #33 ...
20:23:25 [2020-09-10T20:23:25.562Z] 
20:23:25 [2020-09-10T20:23:25.562Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:25 [2020-09-10T20:23:25.562Z] #52 16.32 Fetched 8156 kB in 15s (538 kB/s)
20:23:25 [2020-09-10T20:23:25.562Z] #52 16.32 Reading package lists...
20:23:25 [2020-09-10T20:23:25.647Z] #54 ...
20:23:25 [2020-09-10T20:23:25.647Z] 
20:23:25 [2020-09-10T20:23:25.647Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.986 + RM_GOPATH=0
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.988 + TMP_GOPATH=
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.988 + : /build
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.988 + '[' -z '' ']'
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.988 ++ mktemp -d
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.995 + export GOPATH=/tmp/tmp.PTZvIIQ8HL
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.995 + GOPATH=/tmp/tmp.PTZvIIQ8HL
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.995 + RM_GOPATH=1
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.995 + case "$(go env GOARCH)" in
20:23:25 [2020-09-10T20:23:25.647Z] #60 3.995 ++ go env GOARCH
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.011 + export GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.011 + GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.013 ++ dirname /tmp/install/install.sh
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.019 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + dir=/tmp/install
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + bin=proxy
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + shift
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + '[' '!' -f /tmp/install/proxy.installer ']'
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + . /tmp/install/proxy.installer
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 ++ : 9e99af28df21367340c95a3863e31808d689c92a
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + install_proxy
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + case "$1" in
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + export CGO_ENABLED=0
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + CGO_ENABLED=0
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + _install_proxy
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.020 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PTZvIIQ8HL/src/github.com/docker/libnetwork
20:23:25 [2020-09-10T20:23:25.647Z] #60 4.036 Cloning into '/tmp/tmp.PTZvIIQ8HL/src/github.com/docker/libnetwork'...
20:23:25 [2020-09-10T20:23:25.647Z] #60 ...
20:23:25 [2020-09-10T20:23:25.647Z] 
20:23:25 [2020-09-10T20:23:25.647Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + RM_GOPATH=0
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + TMP_GOPATH=
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + : /build
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + '[' -z '' ']'
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 ++ mktemp -d
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + export GOPATH=/tmp/tmp.SJYCxHoIqk
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + GOPATH=/tmp/tmp.SJYCxHoIqk
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + RM_GOPATH=1
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.644 + case "$(go env GOARCH)" in
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.650 ++ go env GOARCH
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.671 + export GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.671 + GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 ++ dirname /tmp/install/install.sh
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + dir=/tmp/install
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + bin=gotestsum
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + shift
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + '[' '!' -f /tmp/install/gotestsum.installer ']'
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + . /tmp/install/gotestsum.installer
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 ++ : v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + install_gotestsum
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + set -e
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + export GO111MODULE=on
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + GO111MODULE=on
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + GOBIN=/build
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.686 + go get gotest.tools/gotestsum@v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.720 go: finding gotest.tools v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 3.722 go: finding gotest.tools/gotestsum v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 4.835 go: downloading gotest.tools/gotestsum v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 5.612 go: extracting gotest.tools/gotestsum v0.3.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.121 go: downloading gotest.tools v2.1.0+incompatible
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.202 go: extracting gotest.tools v2.1.0+incompatible
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.319 go: downloading github.com/pkg/errors v0.8.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.339 go: downloading github.com/fatih/color v1.6.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.341 go: downloading github.com/sirupsen/logrus v1.0.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.365 go: extracting github.com/fatih/color v1.6.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.380 go: downloading github.com/spf13/pflag v1.0.1
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.461 go: downloading github.com/jonboulle/clockwork v0.1.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.462 go: extracting github.com/pkg/errors v0.8.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.473 go: downloading github.com/mattn/go-isatty v0.0.3
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.489 go: downloading github.com/mattn/go-colorable v0.0.9
20:23:25 [2020-09-10T20:23:25.647Z] #43 6.609 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.001 go: extracting github.com/mattn/go-isatty v0.0.3
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.016 go: extracting github.com/mattn/go-colorable v0.0.9
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.042 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.338 go: extracting github.com/jonboulle/clockwork v0.1.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.340 go: extracting github.com/sirupsen/logrus v1.0.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.376 go: extracting github.com/spf13/pflag v1.0.1
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.466 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.467 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:25 [2020-09-10T20:23:25.647Z] #43 7.505 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:25 [2020-09-10T20:23:25.647Z] #43 8.476 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:25 [2020-09-10T20:23:25.647Z] #43 8.894 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:25 [2020-09-10T20:23:25.647Z] #43 9.120 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.12 go: finding github.com/pkg/errors v0.8.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.14 go: finding github.com/fatih/color v1.6.0
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.16 go: finding github.com/sirupsen/logrus v1.0.5
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.20 go: finding github.com/spf13/pflag v1.0.1
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.27 go: finding github.com/mattn/go-colorable v0.0.9
20:23:25 [2020-09-10T20:23:25.647Z] #43 11.31 go: finding github.com/mattn/go-isatty v0.0.3
20:23:25 [2020-09-10T20:23:25.812Z] #41 40.91 github.com/LK4D4/vndr/godl/singleflight
20:23:25 [2020-09-10T20:23:25.911Z] #43 ...
20:23:25 [2020-09-10T20:23:25.911Z] 
20:23:25 [2020-09-10T20:23:25.911Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:25 [2020-09-10T20:23:25.911Z] #10 4.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:23:25 [2020-09-10T20:23:25.911Z] #10 4.963 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:23:25 [2020-09-10T20:23:25.911Z] #10 4.964 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:23:25 [2020-09-10T20:23:25.911Z] #10 5.801 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:23:25 [2020-09-10T20:23:25.911Z] #10 7.572 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:23:25 [2020-09-10T20:23:25.911Z] #10 9.446 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:23:25 [2020-09-10T20:23:25.911Z] #10 ...
20:23:25 [2020-09-10T20:23:25.911Z] 
20:23:25 [2020-09-10T20:23:25.911Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.221 + RM_GOPATH=0
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.221 + TMP_GOPATH=
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.221 + : /build
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.221 + '[' -z '' ']'
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.221 ++ mktemp -d
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.224 + export GOPATH=/tmp/tmp.Ndniz4fzKq
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.224 + GOPATH=/tmp/tmp.Ndniz4fzKq
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.224 + RM_GOPATH=1
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.224 + case "$(go env GOARCH)" in
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.224 ++ go env GOARCH
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + export GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + GO_BUILDMODE=-buildmode=pie
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 ++ dirname /tmp/install/install.sh
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + dir=/tmp/install
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + bin=tomlv
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + shift
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + '[' '!' -f /tmp/install/tomlv.installer ']'
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + . /tmp/install/tomlv.installer
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + install_tomlv
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.327 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.330 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Ndniz4fzKq/src/github.com/BurntSushi/toml
20:23:25 [2020-09-10T20:23:25.911Z] #30 4.330 Cloning into '/tmp/tmp.Ndniz4fzKq/src/github.com/BurntSushi/toml'...
20:23:25 [2020-09-10T20:23:25.911Z] #30 5.492 + cd /tmp/tmp.Ndniz4fzKq/src/github.com/BurntSushi/toml
20:23:25 [2020-09-10T20:23:25.911Z] #30 5.493 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
20:23:25 [2020-09-10T20:23:25.911Z] #30 5.610 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
20:23:25 [2020-09-10T20:23:25.911Z] #30 6.497 runtime/cgo
20:23:25 [2020-09-10T20:23:25.911Z] #30 6.500 math
20:23:25 [2020-09-10T20:23:25.911Z] #30 6.614 runtime
20:23:26 [2020-09-10T20:23:26.089Z] #39 ...
20:23:26 [2020-09-10T20:23:26.089Z] 
20:23:26 [2020-09-10T20:23:26.089Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:26 [2020-09-10T20:23:26.089Z] #41 93.34 github.com/LK4D4/vndr/build
20:23:26 [2020-09-10T20:23:26.175Z] #30 ...
20:23:26 [2020-09-10T20:23:26.175Z] 
20:23:26 [2020-09-10T20:23:26.175Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:26 [2020-09-10T20:23:26.175Z] #43 11.61 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
20:23:26 [2020-09-10T20:23:26.175Z] #43 11.67 go: finding github.com/jonboulle/clockwork v0.1.0
20:23:26 [2020-09-10T20:23:26.175Z] #43 11.72 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
20:23:26 [2020-09-10T20:23:26.176Z] #43 11.79 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
20:23:26 [2020-09-10T20:23:26.176Z] #43 11.87 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
20:23:26 [2020-09-10T20:23:26.382Z] #41 41.27 math/rand
20:23:26 [2020-09-10T20:23:26.464Z] #19 4.305 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:23:26 [2020-09-10T20:23:26.464Z] #19 4.347   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:23:26 [2020-09-10T20:23:26.464Z] #19 4.360 Building wheels for collected packages: pyyaml
20:23:26 [2020-09-10T20:23:26.464Z] #19 4.362   Running setup.py bdist_wheel for pyyaml: started
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
20:23:26 [2020-09-10T20:23:26.743Z] 
20:23:26 [2020-09-10T20:23:26.743Z]  ________   ____  __.
20:23:26 [2020-09-10T20:23:26.743Z]  \_____  \ |    |/ _|
20:23:26 [2020-09-10T20:23:26.743Z]  /   |   \|      <
20:23:26 [2020-09-10T20:23:26.743Z]  /    |    \    |  \
20:23:26 [2020-09-10T20:23:26.743Z]  \_______  /____|__ \
20:23:26 [2020-09-10T20:23:26.743Z]          \/        \/
20:23:26 [2020-09-10T20:23:26.743Z] 
20:23:26 [2020-09-10T20:23:26.743Z] INFO: make.ps1 ended at 09/10/2020 20:23:19
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Binaries build ended at 09/10/2020 20:23:20. Duration:00:01:11.8556479
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Copying the built daemon binary to d:\CI\PR-41436\1\binary\dockerd-5ca758199d.exe...
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Copying the built client binary to d:\CI\PR-41436\1\binary\docker-5ca758199d.exe...
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Copying dockerversion from the container...
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Copying the golang package from the container to d:\CI\PR-41436\1\installer\go.zip...
20:23:26 [2020-09-10T20:23:26.743Z] INFO: Extracting go.zip to d:\CI\PR-41436\1\go
20:23:27 [2020-09-10T20:23:27.096Z] #19 5.016   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:23:27 [2020-09-10T20:23:27.096Z] #19 5.017   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:23:27 [2020-09-10T20:23:27.096Z] #19 5.060 Successfully built pyyaml
20:23:27 [2020-09-10T20:23:27.096Z] #19 5.069 Installing collected packages: pyyaml, pathspec, yamllint
20:23:27 [2020-09-10T20:23:27.388Z] #19 5.244 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:23:27 [2020-09-10T20:23:27.467Z] #41 94.48 net
20:23:27 [2020-09-10T20:23:27.679Z] #19 DONE 5.6s
20:23:27 [2020-09-10T20:23:27.679Z] 
20:23:27 [2020-09-10T20:23:27.679Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:23:27 [2020-09-10T20:23:27.679Z] #22 DONE 0.2s
20:23:27 [2020-09-10T20:23:27.679Z] 
20:23:27 [2020-09-10T20:23:27.679Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:23:27 [2020-09-10T20:23:27.768Z] #41 42.49 internal/singleflight
20:23:27 [2020-09-10T20:23:27.768Z] #41 42.94 strconv
20:23:28 [2020-09-10T20:23:28.033Z] #41 42.95 io
20:23:28 [2020-09-10T20:23:28.311Z] #26 ...
20:23:28 [2020-09-10T20:23:28.311Z] 
20:23:28 [2020-09-10T20:23:28.311Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:28 [2020-09-10T20:23:28.311Z] #39 72.96   CC       criu/memfd.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 73.25   CC       criu/mount.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 75.00   CC       criu/namespaces.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 75.94   CC       criu/net.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 77.62   CC       criu/netfilter.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 77.78   CC       criu/page-pipe.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 78.04   CC       criu/page-xfer.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 78.80   CC       criu/pagemap-cache.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 78.95   CC       criu/pagemap.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 79.57   CC       criu/parasite-syscall.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 80.20   CC       criu/path.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 80.39   CC       criu/pie-util-vdso.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 80.74   CC       criu/pie-util.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 80.94   CC       criu/pipes.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 81.40   CC       criu/plugin.o
20:23:28 [2020-09-10T20:23:28.311Z] #39 81.60   CC       criu/proc_parse.o
20:23:28 [2020-09-10T20:23:28.603Z] #39 ...
20:23:28 [2020-09-10T20:23:28.603Z] 
20:23:28 [2020-09-10T20:23:28.603Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:23:28 [2020-09-10T20:23:28.603Z] #26 DONE 0.8s
20:23:28 [2020-09-10T20:23:28.603Z] 
20:23:28 [2020-09-10T20:23:28.603Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:28 [2020-09-10T20:23:28.603Z] #39 83.21   CC       criu/protobuf-desc.o
20:23:28 [2020-09-10T20:23:28.603Z] #39 ...
20:23:28 [2020-09-10T20:23:28.603Z] 
20:23:28 [2020-09-10T20:23:28.603Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:23:28 [2020-09-10T20:23:28.609Z] #41 ...
20:23:28 [2020-09-10T20:23:28.609Z] 
20:23:28 [2020-09-10T20:23:28.609Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:28 [2020-09-10T20:23:28.609Z] #43 DONE 43.6s
20:23:28 [2020-09-10T20:23:28.609Z] 
20:23:28 [2020-09-10T20:23:28.609Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:28 [2020-09-10T20:23:28.609Z] #60 DONE 43.6s
20:23:28 [2020-09-10T20:23:28.609Z] 
20:23:28 [2020-09-10T20:23:28.609Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.25 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
20:23:28 [2020-09-10T20:23:28.609Z] #10 42.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
20:23:28 [2020-09-10T20:23:28.843Z] #41 ...
20:23:28 [2020-09-10T20:23:28.843Z] 
20:23:28 [2020-09-10T20:23:28.843Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:28 [2020-09-10T20:23:28.843Z] #47 90.01 mvdan.cc/sh/v3/cmd/shfmt
20:23:28 [2020-09-10T20:23:28.843Z] #47 DONE 96.0s
20:23:28 [2020-09-10T20:23:28.843Z] 
20:23:28 [2020-09-10T20:23:28.843Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:28 [2020-09-10T20:23:28.843Z] #39 22.12   CC       images/inventory.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 22.41   CC       images/fdinfo.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 22.70   CC       images/fown.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 22.85   CC       images/ns.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 23.09   CC       images/regfile.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 23.32   CC       images/ghost-file.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 23.62   CC       images/fifo.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 23.83   CC       images/remap-file-path.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 23.98   CC       images/eventfd.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 24.10   CC       images/eventpoll.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 24.34   CC       images/fh.o
20:23:28 [2020-09-10T20:23:28.843Z] #39 24.54   CC       images/fsnotify.o
20:23:28 [2020-09-10T20:23:28.869Z] #10 43.77 debconf: delaying package configuration, since apt-utils is not installed
20:23:28 [2020-09-10T20:23:28.893Z] #29 DONE 0.1s
20:23:28 [2020-09-10T20:23:28.893Z] 
20:23:28 [2020-09-10T20:23:28.893Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:23:28 [2020-09-10T20:23:28.893Z] #31 DONE 0.2s
20:23:28 [2020-09-10T20:23:28.893Z] 
20:23:28 [2020-09-10T20:23:28.893Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:23:29 [2020-09-10T20:23:29.129Z] #10 44.10 Fetched 77.7 MB in 9s (8252 kB/s)
20:23:29 [2020-09-10T20:23:29.159Z] #52 23.16 Reading package lists...
20:23:29 [2020-09-10T20:23:29.159Z] #52 ...
20:23:29 [2020-09-10T20:23:29.159Z] 
20:23:29 [2020-09-10T20:23:29.159Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:29 [2020-09-10T20:23:29.159Z] #11 22.28 Reading package lists...
20:23:29 [2020-09-10T20:23:29.184Z] #34 DONE 0.1s
20:23:29 [2020-09-10T20:23:29.184Z] 
20:23:29 [2020-09-10T20:23:29.184Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:29 [2020-09-10T20:23:29.184Z] #39 83.66   CC       criu/protobuf.o
20:23:29 [2020-09-10T20:23:29.392Z] #10 44.29 Selecting previously unselected package binutils-mingw-w64-i686.
20:23:29 [2020-09-10T20:23:29.392Z] #10 44.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:23:29 [2020-09-10T20:23:29.392Z] #10 44.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
20:23:29 [2020-09-10T20:23:29.413Z] #39 25.28   CC       images/signalfd.o
20:23:29 [2020-09-10T20:23:29.475Z] #39 83.92   CC       criu/pstree.o
20:23:29 [2020-09-10T20:23:29.652Z] #10 44.57 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:29 [2020-09-10T20:23:29.671Z] #39 25.59   CC       images/fs.o
20:23:29 [2020-09-10T20:23:29.931Z] #39 25.87   CC       images/pstree.o
20:23:30 [2020-09-10T20:23:30.107Z] #39 84.59   CC       criu/rbtree.o
20:23:30 [2020-09-10T20:23:30.190Z] #39 26.04   CC       images/pipe.o
20:23:30 [2020-09-10T20:23:30.190Z] #39 26.22   CC       images/tcp-stream.o
20:23:30 [2020-09-10T20:23:30.223Z] #10 ...
20:23:30 [2020-09-10T20:23:30.223Z] 
20:23:30 [2020-09-10T20:23:30.223Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:30 [2020-09-10T20:23:30.223Z] #51 30.56 Reading package lists...
20:23:30 [2020-09-10T20:23:30.223Z] #51 37.62 Building dependency tree...
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.22 The following additional packages will be installed:
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.24   libbtrfs0
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.50 The following NEW packages will be installed:
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.52   libbtrfs-dev libbtrfs0
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.95 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.95 Need to get 119 kB of archives.
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.95 After this operation, 387 kB of additional disk space will be used.
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
20:23:30 [2020-09-10T20:23:30.223Z] #51 41.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.30 debconf: delaying package configuration, since apt-utils is not installed
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.53 Fetched 119 kB in 0s (397 kB/s)
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.67 Selecting previously unselected package libbtrfs0.
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.67 (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 ... 15410 files and directories currently installed.)
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.84 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 43.86 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.06 Selecting previously unselected package libbtrfs-dev.
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.06 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.06 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.53 Setting up libbtrfs0 (4.20.1-2) ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.68 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 44.69 Processing triggers for libc-bin (2.28-10) ...
20:23:30 [2020-09-10T20:23:30.223Z] #51 DONE 45.1s
20:23:30 [2020-09-10T20:23:30.223Z] 
20:23:30 [2020-09-10T20:23:30.223Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:30 [2020-09-10T20:23:30.223Z] #23 30.05 Reading package lists...
20:23:30 [2020-09-10T20:23:30.223Z] #23 37.20 Building dependency tree...
20:23:30 [2020-09-10T20:23:30.223Z] #23 40.42 ca-certificates is already the newest version (20200601~deb10u1).
20:23:30 [2020-09-10T20:23:30.223Z] #23 40.42 The following additional packages will be installed:
20:23:30 [2020-09-10T20:23:30.223Z] #23 40.43   libjq1 libonig5
20:23:30 [2020-09-10T20:23:30.223Z] #23 40.90 The following NEW packages will be installed:
20:23:30 [2020-09-10T20:23:30.223Z] #23 40.90   jq libjq1 libonig5
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.42 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.42 Need to get 355 kB of archives.
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.42 After this operation, 1072 kB of additional disk space will be used.
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:23:30 [2020-09-10T20:23:30.223Z] #23 41.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:23:30 [2020-09-10T20:23:30.223Z] #23 42.47 debconf: delaying package configuration, since apt-utils is not installed
20:23:30 [2020-09-10T20:23:30.223Z] #23 42.72 Fetched 355 kB in 0s (1032 kB/s)
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.22 Selecting previously unselected package libonig5:amd64.
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.22 (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 ... 15410 files and directories currently installed.)
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.27 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.46 Unpacking libonig5:amd64 (6.9.1-1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.86 Selecting previously unselected package libjq1:amd64.
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.88 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 43.90 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.15 Selecting previously unselected package jq.
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.16 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.16 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.45 Setting up libonig5:amd64 (6.9.1-1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.58 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.66 Setting up jq (1.5+dfsg-2+b1) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 44.68 Processing triggers for libc-bin (2.28-10) ...
20:23:30 [2020-09-10T20:23:30.223Z] #23 DONE 45.3s
20:23:30 [2020-09-10T20:23:30.223Z] 
20:23:30 [2020-09-10T20:23:30.223Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:23:30 [2020-09-10T20:23:30.398Z] #39 84.81   CC       criu/rst-malloc.o
20:23:30 [2020-09-10T20:23:30.398Z] #39 85.03   CC       criu/seccomp.o
20:23:30 [2020-09-10T20:23:30.448Z] #39 26.42   CC       images/sk-packet.o
20:23:30 [2020-09-10T20:23:30.484Z] #24 DONE 0.2s
20:23:30 [2020-09-10T20:23:30.484Z] 
20:23:30 [2020-09-10T20:23:30.484Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:30 [2020-09-10T20:23:30.484Z] #38 30.10 Reading package lists...
20:23:30 [2020-09-10T20:23:30.484Z] #38 37.24 Building dependency tree...
20:23:30 [2020-09-10T20:23:30.484Z] #38 40.47 The following additional packages will be installed:
20:23:30 [2020-09-10T20:23:30.484Z] #38 40.48   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:23:30 [2020-09-10T20:23:30.484Z] #38 40.48   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:23:30 [2020-09-10T20:23:30.484Z] #38 40.52 Suggested packages:
20:23:30 [2020-09-10T20:23:30.484Z] #38 40.52   manpages-dev python-setuptools
20:23:30 [2020-09-10T20:23:30.484Z] #38 41.97 The following NEW packages will be installed:
20:23:30 [2020-09-10T20:23:30.484Z] #38 41.98   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:23:30 [2020-09-10T20:23:30.484Z] #38 41.98   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:23:30 [2020-09-10T20:23:30.484Z] #38 41.99   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:23:30 [2020-09-10T20:23:30.484Z] #38 41.99   python-six zlib1g-dev
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.35 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.35 Need to get 4095 kB of archives.
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.35 After this operation, 22.5 MB of additional disk space will be used.
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.69 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.83 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.84 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 42.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
20:23:30 [2020-09-10T20:23:30.484Z] #38 44.32 debconf: delaying package configuration, since apt-utils is not installed
20:23:30 [2020-09-10T20:23:30.484Z] #38 44.67 Fetched 4095 kB in 1s (4867 kB/s)
20:23:30 [2020-09-10T20:23:30.484Z] #38 44.92 Selecting previously unselected package libcap-dev:amd64.
20:23:30 [2020-09-10T20:23:30.484Z] #38 44.92 (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 ... 15410 files and directories currently installed.)
20:23:30 [2020-09-10T20:23:30.484Z] #38 45.04 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.484Z] #38 45.07 Unpacking libcap-dev:amd64 (1:2.25-2) ...
20:23:30 [2020-09-10T20:23:30.484Z] #38 45.33 Selecting previously unselected package libnet1:amd64.
20:23:30 [2020-09-10T20:23:30.484Z] #38 45.33 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:23:30 [2020-09-10T20:23:30.484Z] #38 45.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:30 [2020-09-10T20:23:30.484Z] #38 ...
20:23:30 [2020-09-10T20:23:30.484Z] 
20:23:30 [2020-09-10T20:23:30.484Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:30 [2020-09-10T20:23:30.702Z] #11 29.85 Building dependency tree...
20:23:30 [2020-09-10T20:23:30.708Z] #39 26.68   CC       images/mnt.o
20:23:30 [2020-09-10T20:23:30.967Z] #39 26.96   CC       images/pipe-data.o
20:23:31 [2020-09-10T20:23:31.085Z] #39 85.46   CC       criu/seize.o
20:23:31 [2020-09-10T20:23:31.226Z] #39 27.14   CC       images/sa.o
20:23:31 [2020-09-10T20:23:31.226Z] #39 27.35   CC       images/timer.o
20:23:31 [2020-09-10T20:23:31.495Z] #43 ...
20:23:31 [2020-09-10T20:23:31.495Z] 
20:23:31 [2020-09-10T20:23:31.495Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:31 [2020-09-10T20:23:31.495Z] #60 16.62 Checking out files:  82% (1714/2067)   
Checking out files:  83% (1716/2067)   
Checking out files:  84% (1737/2067)   
Checking out files:  85% (1757/2067)   
Checking out files:  86% (1778/2067)   
Checking out files:  87% (1799/2067)   
Checking out files:  88% (1819/2067)   
Checking out files:  89% (1840/2067)   
Checking out files:  90% (1861/2067)   
Checking out files:  91% (1881/2067)   
Checking out files:  92% (1902/2067)   
Checking out files:  93% (1923/2067)   
Checking out files:  94% (1943/2067)   
Checking out files:  95% (1964/2067)   
Checking out files:  96% (1985/2067)   
Checking out files:  97% (2005/2067)   
Checking out files:  98% (2026/2067)   
Checking out files:  99% (2047/2067)   
Checking out files: 100% (2067/2067)   
Checking out files: 100% (2067/2067), done.
20:23:31 [2020-09-10T20:23:31.495Z] #60 16.91 + cd /tmp/tmp.PTZvIIQ8HL/src/github.com/docker/libnetwork
20:23:31 [2020-09-10T20:23:31.495Z] #60 16.91 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
20:23:31 [2020-09-10T20:23:31.495Z] #60 17.08 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
20:23:31 [2020-09-10T20:23:31.716Z] #39 86.06   CC       criu/servicefd.o
20:23:31 [2020-09-10T20:23:31.793Z] #39 27.74   CC       images/timerfd.o
20:23:32 [2020-09-10T20:23:32.016Z] #39 ...
20:23:32 [2020-09-10T20:23:32.017Z] 
20:23:32 [2020-09-10T20:23:32.017Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:32 [2020-09-10T20:23:32.017Z] #49 52.83 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:23:32 [2020-09-10T20:23:32.017Z] #49 53.88 + mkdir -p /build
20:23:32 [2020-09-10T20:23:32.017Z] #49 53.88 + cp runc /build/runc
20:23:32 [2020-09-10T20:23:32.017Z] #49 DONE 54.2s
20:23:32 [2020-09-10T20:23:32.017Z] 
20:23:32 [2020-09-10T20:23:32.017Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:32 [2020-09-10T20:23:32.017Z] #39 86.38   CC       criu/shmem.o
20:23:32 [2020-09-10T20:23:32.052Z] #39 27.95   CC       images/mm.o
20:23:32 [2020-09-10T20:23:32.263Z] #11 33.11 The following additional packages will be installed:
20:23:32 [2020-09-10T20:23:32.311Z] #39 28.27   CC       images/sk-opts.o
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.11   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.12   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.12   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.13   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.15 Suggested packages:
20:23:32 [2020-09-10T20:23:32.563Z] #11 33.15   gcc-8-locales seccomp wine64
20:23:32 [2020-09-10T20:23:32.570Z] #39 28.49   CC       images/sk-unix.o
20:23:32 [2020-09-10T20:23:32.669Z] #39 87.17   CC       criu/sigframe.o
20:23:32 [2020-09-10T20:23:32.669Z] #39 87.32   CC       criu/signalfd.o
20:23:32 [2020-09-10T20:23:32.829Z] #39 28.73   CC       images/sk-inet.o
20:23:32 [2020-09-10T20:23:32.986Z] #39 87.61   CC       criu/sk-inet.o
20:23:33 [2020-09-10T20:23:33.026Z] #25 ...
20:23:33 [2020-09-10T20:23:33.026Z] 
20:23:33 [2020-09-10T20:23:33.026Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:33 [2020-09-10T20:23:33.026Z] #32 31.00 Reading package lists...
20:23:33 [2020-09-10T20:23:33.026Z] #32 38.06 Building dependency tree...
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.65 The following additional packages will be installed:
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.65   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.67 Suggested packages:
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.69   cmake-doc ninja-build lrzip
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.69 Recommended packages:
20:23:33 [2020-09-10T20:23:33.026Z] #32 41.69   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:23:33 [2020-09-10T20:23:33.026Z] #32 42.66 The following NEW packages will be installed:
20:23:33 [2020-09-10T20:23:33.026Z] #32 42.68   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:23:33 [2020-09-10T20:23:33.026Z] #32 42.69   vim-common xxd
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.13 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.13 Need to get 14.9 MB of archives.
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.13 After this operation, 61.8 MB of additional disk space will be used.
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 43.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 44.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
20:23:33 [2020-09-10T20:23:33.026Z] #32 46.74 debconf: delaying package configuration, since apt-utils is not installed
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.06 Fetched 14.9 MB in 2s (6301 kB/s)
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.19 Selecting previously unselected package xxd.
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.35 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.36 Unpacking xxd (2:8.1.0875-5) ...
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.86 Selecting previously unselected package vim-common.
20:23:33 [2020-09-10T20:23:33.026Z] #32 47.92 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:33 [2020-09-10T20:23:33.026Z] #32 ...
20:23:33 [2020-09-10T20:23:33.026Z] 
20:23:33 [2020-09-10T20:23:33.026Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:33 [2020-09-10T20:23:33.026Z] #47 47.93 syscall
20:23:33 [2020-09-10T20:23:33.026Z] #47 47.97 bytes
20:23:33 [2020-09-10T20:23:33.026Z] #47 ...
20:23:33 [2020-09-10T20:23:33.026Z] 
20:23:33 [2020-09-10T20:23:33.026Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:33 [2020-09-10T20:23:33.026Z] #30 38.04 internal/reflectlite
20:23:33 [2020-09-10T20:23:33.026Z] #30 38.07 sync
20:23:33 [2020-09-10T20:23:33.026Z] #30 40.57 errors
20:23:33 [2020-09-10T20:23:33.026Z] #30 40.57 sort
20:23:33 [2020-09-10T20:23:33.026Z] #30 41.17 strconv
20:23:33 [2020-09-10T20:23:33.026Z] #30 41.99 io
20:23:33 [2020-09-10T20:23:33.026Z] #30 43.35 internal/oserror
20:23:33 [2020-09-10T20:23:33.026Z] #30 43.46 syscall
20:23:33 [2020-09-10T20:23:33.026Z] #30 46.24 reflect
20:23:33 [2020-09-10T20:23:33.087Z] #39 ...
20:23:33 [2020-09-10T20:23:33.087Z] 
20:23:33 [2020-09-10T20:23:33.087Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:33 [2020-09-10T20:23:33.087Z] #10 100.4 Selecting previously unselected package g++-mingw-w64-x86-64.
20:23:33 [2020-09-10T20:23:33.087Z] #10 100.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:33 [2020-09-10T20:23:33.087Z] #10 100.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:33 [2020-09-10T20:23:33.293Z] #30 ...
20:23:33 [2020-09-10T20:23:33.293Z] 
20:23:33 [2020-09-10T20:23:33.293Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:33 [2020-09-10T20:23:33.293Z] #32 47.97 Unpacking vim-common (2:8.1.0875-5) ...
20:23:33 [2020-09-10T20:23:33.554Z] #32 48.51 Selecting previously unselected package cmake-data.
20:23:33 [2020-09-10T20:23:33.554Z] #32 48.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:23:33 [2020-09-10T20:23:33.554Z] #32 48.52 Unpacking cmake-data (3.13.4-1) ...
20:23:33 [2020-09-10T20:23:33.653Z] #39 88.20   CC       criu/sk-netlink.o
20:23:33 [2020-09-10T20:23:33.944Z] #39 88.37   CC       criu/sk-packet.o
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71 The following NEW packages will be installed:
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.71   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.73   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.92 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.92 Need to get 78.9 MB of archives.
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.92 After this operation, 532 MB of additional disk space will be used.
20:23:34 [2020-09-10T20:23:34.106Z] #11 34.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB]
20:23:34 [2020-09-10T20:23:34.239Z] #39 88.79   CC       criu/sk-queue.o
20:23:34 [2020-09-10T20:23:34.530Z] #39 89.04   CC       criu/sk-tcp.o
20:23:34 [2020-09-10T20:23:34.759Z] #11 35.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB]
20:23:34 [2020-09-10T20:23:34.821Z] #39 89.41   CC       criu/sk-unix.o
20:23:35 [2020-09-10T20:23:35.062Z] #11 35.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:23:35 [2020-09-10T20:23:35.062Z] #11 35.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
20:23:35 [2020-09-10T20:23:35.062Z] #11 35.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
20:23:35 [2020-09-10T20:23:35.062Z] #11 35.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
20:23:35 [2020-09-10T20:23:35.112Z] #39 ...
20:23:35 [2020-09-10T20:23:35.112Z] 
20:23:35 [2020-09-10T20:23:35.112Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:35 [2020-09-10T20:23:35.112Z] #36 117.2 + dpkg --print-architecture
20:23:35 [2020-09-10T20:23:35.112Z] #36 117.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:23:35 [2020-09-10T20:23:35.112Z] #36 117.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:23:35 [2020-09-10T20:23:35.112Z] #36 117.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:23:35 [2020-09-10T20:23:35.364Z] #11 ...
20:23:35 [2020-09-10T20:23:35.364Z] 
20:23:35 [2020-09-10T20:23:35.364Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:35 [2020-09-10T20:23:35.364Z] #39 23.37 Reading package lists...
20:23:35 [2020-09-10T20:23:35.364Z] #39 30.68 Building dependency tree...
20:23:35 [2020-09-10T20:23:35.364Z] #39 34.23 The following additional packages will be installed:
20:23:35 [2020-09-10T20:23:35.364Z] #39 34.23   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:23:35 [2020-09-10T20:23:35.364Z] #39 34.24   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:23:35 [2020-09-10T20:23:35.364Z] #39 34.25 Suggested packages:
20:23:35 [2020-09-10T20:23:35.364Z] #39 34.25   manpages-dev python-setuptools
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.77 The following NEW packages will be installed:
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.78   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.78   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.78   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.78   python-six zlib1g-dev
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.87 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.87 Need to get 4075 kB of archives.
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.87 After this operation, 24.5 MB of additional disk space will be used.
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 35.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 36.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
20:23:35 [2020-09-10T20:23:35.364Z] #39 36.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
20:23:35 [2020-09-10T20:23:35.403Z] #36 ...
20:23:35 [2020-09-10T20:23:35.403Z] 
20:23:35 [2020-09-10T20:23:35.403Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:23:35 [2020-09-10T20:23:35.403Z] #45 124.8 + cd /tmp/tmp.H3Qyrsjacy/src/github.com/golangci/golangci-lint/
20:23:35 [2020-09-10T20:23:35.403Z] #45 124.8 + git checkout -q v1.23.8
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 ++ git describe --tags
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 + version=v1.23.8
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 ++ git rev-parse --short HEAD
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 + commit=76a82c6
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 ++ git show -s --format=%cd
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
20:23:35 [2020-09-10T20:23:35.403Z] #45 125.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
20:23:35 [2020-09-10T20:23:35.667Z] #39 36.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
20:23:35 [2020-09-10T20:23:35.667Z] #39 36.48 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
20:23:35 [2020-09-10T20:23:35.667Z] #39 ...
20:23:35 [2020-09-10T20:23:35.667Z] 
20:23:35 [2020-09-10T20:23:35.667Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:35 [2020-09-10T20:23:35.667Z] #11 36.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:23:35 [2020-09-10T20:23:35.970Z] #11 36.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB]
20:23:35 [2020-09-10T20:23:35.970Z] #11 36.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB]
20:23:36 [2020-09-10T20:23:36.271Z] #11 ...
20:23:36 [2020-09-10T20:23:36.271Z] 
20:23:36 [2020-09-10T20:23:36.271Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:36 [2020-09-10T20:23:36.271Z] #52 23.16 Reading package lists...
20:23:36 [2020-09-10T20:23:36.271Z] #52 30.05 Building dependency tree...
20:23:36 [2020-09-10T20:23:36.271Z] #52 33.63 The following additional packages will be installed:
20:23:36 [2020-09-10T20:23:36.271Z] #52 33.64   libbtrfs0
20:23:36 [2020-09-10T20:23:36.271Z] #52 33.90 The following NEW packages will be installed:
20:23:36 [2020-09-10T20:23:36.271Z] #52 33.92   libbtrfs-dev libbtrfs0
20:23:36 [2020-09-10T20:23:36.271Z] #52 34.09 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:23:36 [2020-09-10T20:23:36.271Z] #52 34.09 Need to get 120 kB of archives.
20:23:36 [2020-09-10T20:23:36.271Z] #52 34.09 After this operation, 423 kB of additional disk space will be used.
20:23:36 [2020-09-10T20:23:36.271Z] #52 34.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
20:23:36 [2020-09-10T20:23:36.271Z] #52 34.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
20:23:36 [2020-09-10T20:23:36.271Z] #52 35.86 debconf: delaying package configuration, since apt-utils is not installed
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.13 Fetched 120 kB in 0s (1343 kB/s)
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.25 Selecting previously unselected package libbtrfs0.
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.26 (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 ... 15339 files and directories currently installed.)
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.39 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.43 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.53 Selecting previously unselected package libbtrfs-dev.
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.54 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.54 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.73 Setting up libbtrfs0 (4.20.1-2) ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.77 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 36.77 Processing triggers for libc-bin (2.28-10) ...
20:23:36 [2020-09-10T20:23:36.271Z] #52 DONE 37.1s
20:23:36 [2020-09-10T20:23:36.576Z] 
20:23:36 [2020-09-10T20:23:36.576Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.264 + RM_GOPATH=0
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.266 + TMP_GOPATH=
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.268 + : /build
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.269 + '[' -z '' ']'
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.272 ++ mktemp -d
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.277 + export GOPATH=/tmp/tmp.9wEoXJ7HIb
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.277 + GOPATH=/tmp/tmp.9wEoXJ7HIb
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.278 + RM_GOPATH=1
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.279 + case "$(go env GOARCH)" in
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.282 ++ go env GOARCH
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.306 + export GO_BUILDMODE=-buildmode=pie
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.314 + GO_BUILDMODE=-buildmode=pie
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.339 ++ dirname /tmp/install/install.sh
20:23:36 [2020-09-10T20:23:36.576Z] #53 0.347 + dir=/tmp/install
20:23:36 [2020-09-10T20:23:36.825Z] #60 ...
20:23:36 [2020-09-10T20:23:36.825Z] 
20:23:36 [2020-09-10T20:23:36.825Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:36 [2020-09-10T20:23:36.825Z] #38 11.86 Fetched 8204 kB in 9s (945 kB/s)
20:23:36 [2020-09-10T20:23:36.825Z] #38 11.86 Reading package lists...
20:23:36 [2020-09-10T20:23:36.825Z] #38 17.59 Reading package lists...
20:23:36 [2020-09-10T20:23:36.825Z] #38 ...
20:23:36 [2020-09-10T20:23:36.825Z] 
20:23:36 [2020-09-10T20:23:36.825Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:36 [2020-09-10T20:23:36.825Z] #36 14.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
20:23:36 [2020-09-10T20:23:36.825Z] #36 16.28 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
20:23:36 [2020-09-10T20:23:36.825Z] #36 ...
20:23:36 [2020-09-10T20:23:36.825Z] 
20:23:36 [2020-09-10T20:23:36.825Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:36 [2020-09-10T20:23:36.825Z] #47 12.30 + cd /tmp/tmp.HtW7CU4Vku/src/github.com/mvdan/sh
20:23:36 [2020-09-10T20:23:36.825Z] #47 12.30 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
20:23:36 [2020-09-10T20:23:36.825Z] #47 12.39 + GO111MODULE=on
20:23:36 [2020-09-10T20:23:36.825Z] #47 12.39 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
20:23:36 [2020-09-10T20:23:36.825Z] #47 13.62 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:36 [2020-09-10T20:23:36.825Z] #47 13.63 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:36 [2020-09-10T20:23:36.825Z] #47 13.66 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:36 [2020-09-10T20:23:36.825Z] #47 13.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:36 [2020-09-10T20:23:36.825Z] #47 14.04 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:36 [2020-09-10T20:23:36.825Z] #47 14.65 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:36 [2020-09-10T20:23:36.825Z] #47 15.24 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:36 [2020-09-10T20:23:36.825Z] #47 16.22 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:36 [2020-09-10T20:23:36.825Z] #47 17.25 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
20:23:36 [2020-09-10T20:23:36.825Z] #47 17.25 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
20:23:36 [2020-09-10T20:23:36.825Z] #47 17.50 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
20:23:36 [2020-09-10T20:23:36.825Z] #47 17.70 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
20:23:36 [2020-09-10T20:23:36.825Z] #47 18.57 runtime
20:23:36 [2020-09-10T20:23:36.825Z] #47 ...
20:23:36 [2020-09-10T20:23:36.825Z] 
20:23:36 [2020-09-10T20:23:36.825Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:36 [2020-09-10T20:23:36.825Z] #38 17.59 Reading package lists...
20:23:36 [2020-09-10T20:23:36.853Z] #32 51.63 Selecting previously unselected package libicu63:amd64.
20:23:36 [2020-09-10T20:23:36.853Z] #32 51.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
20:23:36 [2020-09-10T20:23:36.853Z] #32 51.68 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:23:36 [2020-09-10T20:23:36.880Z] #53 0.348 + bin=containerd
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.348 + shift
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.348 + '[' '!' -f /tmp/install/containerd.installer ']'
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.349 + . /tmp/install/containerd.installer
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.350 ++ set -e
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.351 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.351 + install_containerd
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.352 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a'
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.358 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.359 + git clone https://github.com/containerd/containerd.git /tmp/tmp.9wEoXJ7HIb/src/github.com/containerd/containerd
20:23:36 [2020-09-10T20:23:36.881Z] #53 0.366 Cloning into '/tmp/tmp.9wEoXJ7HIb/src/github.com/containerd/containerd'...
20:23:37 [2020-09-10T20:23:37.541Z] #53 ...
20:23:37 [2020-09-10T20:23:37.541Z] 
20:23:37 [2020-09-10T20:23:37.541Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:37 [2020-09-10T20:23:37.541Z] #24 23.89 Reading package lists...
20:23:37 [2020-09-10T20:23:37.541Z] #24 31.79 Building dependency tree...
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.10 ca-certificates is already the newest version (20200601~deb10u1).
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.10 The following additional packages will be installed:
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.10   libjq1 libonig5
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.55 The following NEW packages will be installed:
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.55   jq libjq1 libonig5
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.70 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.70 Need to get 358 kB of archives.
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.70 After this operation, 1277 kB of additional disk space will be used.
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
20:23:37 [2020-09-10T20:23:37.541Z] #24 35.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
20:23:37 [2020-09-10T20:23:37.541Z] #24 36.90 debconf: delaying package configuration, since apt-utils is not installed
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.11 Fetched 358 kB in 0s (3045 kB/s)
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.24 Selecting previously unselected package libonig5:ppc64el.
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.24 (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 ... 15339 files and directories currently installed.)
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.36 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.37 Unpacking libonig5:ppc64el (6.9.1-1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.64 Selecting previously unselected package libjq1:ppc64el.
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.64 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.64 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.76 Selecting previously unselected package jq.
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.76 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 37.77 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 38.00 Setting up libonig5:ppc64el (6.9.1-1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 38.01 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 38.03 Setting up jq (1.5+dfsg-2+b1) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 38.03 Processing triggers for libc-bin (2.28-10) ...
20:23:37 [2020-09-10T20:23:37.541Z] #24 DONE 38.4s
20:23:37 [2020-09-10T20:23:37.851Z] 
20:23:37 [2020-09-10T20:23:37.851Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:23:37 [2020-09-10T20:23:37.851Z] #25 DONE 0.1s
20:23:37 [2020-09-10T20:23:37.851Z] 
20:23:37 [2020-09-10T20:23:37.851Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:38 [2020-09-10T20:23:38.229Z] #38 22.58 Building dependency tree...
20:23:38 [2020-09-10T20:23:38.242Z] #32 ...
20:23:38 [2020-09-10T20:23:38.242Z] 
20:23:38 [2020-09-10T20:23:38.242Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:38 [2020-09-10T20:23:38.242Z] #25 3.507 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:23:38 [2020-09-10T20:23:38.242Z] #25 3.842 
20:23:38 [2020-09-10T20:23:38.242Z] #25 4.022 
#                                                                          2.1%
#####                                                                      7.5%
##########                                                                14.3%
##############                                                            19.6%
##################                                                        26.0%
#######################                                                   32.7%
############################                                              39.0%
################################                                          45.4%
####################################                                      50.9%
########################################                                  56.4%
############################################                              61.4%
################################################                          66.9%
###################################################                       71.6%
########################################################                  77.9%
############################################################              83.7%
################################################################          89.2%
###################################################################       93.4%
#######################################################################   99.4%
######################################################################## 100.0%
20:23:38 [2020-09-10T20:23:38.242Z] #25 6.213 
20:23:38 [2020-09-10T20:23:38.242Z] #25 6.431 
                                                                           0.2%
############################                                              39.4%
######################################################################## 100.0%
20:23:38 [2020-09-10T20:23:38.242Z] #25 6.983 
20:23:38 [2020-09-10T20:23:38.242Z] #25 7.189 
#####                                                                      7.3%
###########################################                               60.1%
###################################################################       93.2%
######################################################################## 100.0%
20:23:38 [2020-09-10T20:23:38.242Z] #25 7.830 
20:23:38 [2020-09-10T20:23:38.493Z] #38 ...
20:23:38 [2020-09-10T20:23:38.493Z] 
20:23:38 [2020-09-10T20:23:38.493Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:38 [2020-09-10T20:23:38.493Z] #23 14.09 Fetched 8204 kB in 9s (880 kB/s)
20:23:38 [2020-09-10T20:23:38.493Z] #23 14.09 Reading package lists...
20:23:38 [2020-09-10T20:23:38.493Z] #23 18.98 Reading package lists...
20:23:38 [2020-09-10T20:23:38.493Z] #23 23.88 Building dependency tree...
20:23:38 [2020-09-10T20:23:38.493Z] #23 ...
20:23:38 [2020-09-10T20:23:38.493Z] 
20:23:38 [2020-09-10T20:23:38.493Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:38 [2020-09-10T20:23:38.493Z] #51 10.74 Reading package lists...
20:23:38 [2020-09-10T20:23:38.493Z] #51 16.11 Reading package lists...
20:23:38 [2020-09-10T20:23:38.493Z] #51 21.02 Building dependency tree...
20:23:38 [2020-09-10T20:23:38.493Z] #51 23.91 The following additional packages will be installed:
20:23:38 [2020-09-10T20:23:38.493Z] #51 23.92   libbtrfs0
20:23:38 [2020-09-10T20:23:38.493Z] #51 24.04 The following NEW packages will be installed:
20:23:38 [2020-09-10T20:23:38.493Z] #51 24.04   libbtrfs-dev libbtrfs0
20:23:38 [2020-09-10T20:23:38.767Z] #51 ...
20:23:38 [2020-09-10T20:23:38.767Z] 
20:23:38 [2020-09-10T20:23:38.767Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:38 [2020-09-10T20:23:38.768Z] #10 14.37 Fetched 8204 kB in 10s (830 kB/s)
20:23:38 [2020-09-10T20:23:38.768Z] #10 14.37 Reading package lists...
20:23:38 [2020-09-10T20:23:38.768Z] #10 19.40 Reading package lists...
20:23:38 [2020-09-10T20:23:38.768Z] #10 ...
20:23:38 [2020-09-10T20:23:38.768Z] 
20:23:38 [2020-09-10T20:23:38.768Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:38 [2020-09-10T20:23:38.768Z] #32 14.27 Fetched 8204 kB in 9s (876 kB/s)
20:23:38 [2020-09-10T20:23:38.768Z] #32 14.27 Reading package lists...
20:23:38 [2020-09-10T20:23:38.768Z] #32 19.27 Reading package lists...
20:23:38 [2020-09-10T20:23:38.934Z] #26 ...
20:23:38 [2020-09-10T20:23:38.934Z] 
20:23:38 [2020-09-10T20:23:38.934Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:38 [2020-09-10T20:23:38.934Z] #33 22.98 Reading package lists...
20:23:38 [2020-09-10T20:23:38.934Z] #33 30.16 Building dependency tree...
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.50 The following additional packages will be installed:
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.51   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.54 Suggested packages:
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.54   cmake-doc ninja-build lrzip
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.55 Recommended packages:
20:23:38 [2020-09-10T20:23:38.934Z] #33 33.55   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.67 The following NEW packages will be installed:
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.68   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.68   vim-common xxd
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.92 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.92 Need to get 14.9 MB of archives.
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.92 After this operation, 67.2 MB of additional disk space will be used.
20:23:38 [2020-09-10T20:23:38.934Z] #33 34.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 35.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 35.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 35.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 36.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
20:23:38 [2020-09-10T20:23:38.934Z] #33 38.91 debconf: delaying package configuration, since apt-utils is not installed
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.27 Fetched 14.9 MB in 2s (6475 kB/s)
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.42 Selecting previously unselected package xxd.
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.42 (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 ... 15339 files and directories currently installed.)
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.54 Unpacking xxd (2:8.1.0875-5) ...
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.77 Selecting previously unselected package vim-common.
20:23:38 [2020-09-10T20:23:38.934Z] #33 39.78 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:39 [2020-09-10T20:23:39.033Z] #32 24.15 Building dependency tree...
20:23:39 [2020-09-10T20:23:39.033Z] #32 ...
20:23:39 [2020-09-10T20:23:39.033Z] 
20:23:39 [2020-09-10T20:23:39.033Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:39 [2020-09-10T20:23:39.033Z] #51 24.48 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20:23:39 [2020-09-10T20:23:39.033Z] #51 24.48 Need to get 119 kB of archives.
20:23:39 [2020-09-10T20:23:39.033Z] #51 24.48 After this operation, 387 kB of additional disk space will be used.
20:23:39 [2020-09-10T20:23:39.033Z] #51 24.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:23:39 [2020-09-10T20:23:39.033Z] #51 24.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:23:39 [2020-09-10T20:23:39.239Z] #33 39.88 Unpacking vim-common (2:8.1.0875-5) ...
20:23:39 [2020-09-10T20:23:39.239Z] #33 ...
20:23:39 [2020-09-10T20:23:39.239Z] 
20:23:39 [2020-09-10T20:23:39.239Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:39 [2020-09-10T20:23:39.239Z] #39 36.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
20:23:39 [2020-09-10T20:23:39.239Z] #39 36.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
20:23:39 [2020-09-10T20:23:39.239Z] #39 36.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
20:23:39 [2020-09-10T20:23:39.239Z] #39 36.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.27 debconf: delaying package configuration, since apt-utils is not installed
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.55 Fetched 4075 kB in 1s (5245 kB/s)
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.72 Selecting previously unselected package libcap-dev:ppc64el.
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.72 (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 ... 15339 files and directories currently installed.)
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 38.87 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.06 Selecting previously unselected package libnet1:ppc64el.
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.09 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.10 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.34 Selecting previously unselected package libnet1-dev.
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.34 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.37 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.56 Selecting previously unselected package libnl-3-200:ppc64el.
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.57 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.57 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.76 Selecting previously unselected package libnl-3-dev:ppc64el.
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 39.77 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 40.08 Selecting previously unselected package libprotobuf-c1:ppc64el.
20:23:39 [2020-09-10T20:23:39.239Z] #39 40.10 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.239Z] #39 40.12 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:23:39 [2020-09-10T20:23:39.546Z] #25 8.027 
                                                                           0.3%
######                                                                     8.6%
#########                                                                 13.8%
###############                                                           21.1%
########################                                                  33.6%
################################                                          44.8%
#####################################                                     52.5%
##########################################                                59.6%
################################################                          67.2%
#######################################################                   77.0%
#############################################################             85.2%
20:23:39 [2020-09-10T20:23:39.546Z] #25 ...
20:23:39 [2020-09-10T20:23:39.546Z] 
20:23:39 [2020-09-10T20:23:39.546Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:39 [2020-09-10T20:23:39.546Z] #41 44.61 bytes
20:23:39 [2020-09-10T20:23:39.546Z] #41 48.04 reflect
20:23:39 [2020-09-10T20:23:39.546Z] #41 48.22 bufio
20:23:39 [2020-09-10T20:23:39.546Z] #41 50.04 syscall
20:23:39 [2020-09-10T20:23:39.546Z] #39 40.32 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
20:23:39 [2020-09-10T20:23:39.546Z] #39 40.32 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.546Z] #39 40.33 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
20:23:39 [2020-09-10T20:23:39.658Z] #10 ...
20:23:39 [2020-09-10T20:23:39.658Z] 
20:23:39 [2020-09-10T20:23:39.658Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:39 [2020-09-10T20:23:39.658Z] #39 29.18   CC       images/tun.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 29.43   CC       images/sk-netlink.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 29.59   CC       images/packet-sock.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 29.94   CC       images/ipc-var.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 30.08   CC       images/ipc-desc.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 30.34   CC       images/ipc-shm.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 30.62   CC       images/ipc-msg.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 30.88   CC       images/ipc-sem.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 31.16   CC       images/utsns.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 31.32   CC       images/creds.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 31.52   CC       images/vma.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 31.74   CC       images/netdev.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 32.02   CC       images/tty.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 32.67   CC       images/file-lock.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 32.87   CC       images/rlimit.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 33.09   CC       images/pagemap.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 33.35   CC       images/siginfo.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 33.56   CC       images/rpc.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 34.65   CC       images/ext-file.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 34.88   CC       images/cgroup.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 35.42   CC       images/userns.o
20:23:39 [2020-09-10T20:23:39.658Z] #39 ...
20:23:39 [2020-09-10T20:23:39.658Z] 
20:23:39 [2020-09-10T20:23:39.658Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:39 [2020-09-10T20:23:39.658Z] #41 96.76 vendor/golang.org/x/text/transform
20:23:39 [2020-09-10T20:23:39.658Z] #41 97.51 vendor/golang.org/x/text/unicode/bidi
20:23:39 [2020-09-10T20:23:39.658Z] #41 99.09 vendor/golang.org/x/text/secure/bidirule
20:23:39 [2020-09-10T20:23:39.658Z] #41 99.33 vendor/golang.org/x/text/unicode/norm
20:23:39 [2020-09-10T20:23:39.658Z] #41 102.8 vendor/golang.org/x/net/idna
20:23:39 [2020-09-10T20:23:39.658Z] #41 104.6 vendor/golang.org/x/net/http2/hpack
20:23:39 [2020-09-10T20:23:39.658Z] #41 105.7 mime
20:23:39 [2020-09-10T20:23:39.658Z] #41 ...
20:23:39 [2020-09-10T20:23:39.658Z] 
20:23:39 [2020-09-10T20:23:39.658Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:39 [2020-09-10T20:23:39.658Z] #39 35.64   CC       images/google/protobuf/descriptor.o
20:23:39 [2020-09-10T20:23:39.806Z] #41 ...
20:23:39 [2020-09-10T20:23:39.806Z] 
20:23:39 [2020-09-10T20:23:39.806Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:39 [2020-09-10T20:23:39.806Z] #25 8.027 
                                                                           0.3%
######                                                                     8.6%
#########                                                                 13.8%
###############                                                           21.1%
########################                                                  33.6%
################################                                          44.8%
#####################################                                     52.5%
##########################################                                59.6%
################################################                          67.2%
#######################################################                   77.0%
#############################################################             85.2%
#######################################################################   99.2%
######################################################################## 100.0%
20:23:39 [2020-09-10T20:23:39.848Z] #39 40.47 Selecting previously unselected package zlib1g-dev:ppc64el.
20:23:39 [2020-09-10T20:23:39.848Z] #39 40.50 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
20:23:39 [2020-09-10T20:23:39.848Z] #39 40.51 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
20:23:39 [2020-09-10T20:23:39.882Z] #45 ...
20:23:39 [2020-09-10T20:23:39.882Z] 
20:23:39 [2020-09-10T20:23:39.882Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:23:39 [2020-09-10T20:23:39.882Z] #36 DONE 131.4s
20:23:39 [2020-09-10T20:23:39.882Z] 
20:23:39 [2020-09-10T20:23:39.882Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:39 [2020-09-10T20:23:39.882Z] #39 90.41   CC       criu/sockets.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 90.80   CC       criu/stats.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 90.94   CC       criu/string.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 90.97   CC       criu/sysctl.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 91.27   CC       criu/sysfs_parse.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 91.56   CC       criu/timens.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 91.76   CC       criu/timerfd.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 91.94   CC       criu/tty.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 92.76   CC       criu/tun.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 93.05   CC       criu/uffd.o
20:23:39 [2020-09-10T20:23:39.882Z] #39 93.59   CC       criu/util.o
20:23:39 [2020-09-10T20:23:39.988Z] #51 25.58 debconf: delaying package configuration, since apt-utils is not installed
20:23:40 [2020-09-10T20:23:40.066Z] #25 9.549 
20:23:40 [2020-09-10T20:23:40.066Z] #25 9.755 
20:23:40 [2020-09-10T20:23:40.066Z] #25 ...
20:23:40 [2020-09-10T20:23:40.066Z] 
20:23:40 [2020-09-10T20:23:40.066Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.607 + RM_GOPATH=0
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.608 + TMP_GOPATH=
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.608 + : /build
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.608 + '[' -z '' ']'
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.613 ++ mktemp -d
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.622 + export GOPATH=/tmp/tmp.S9TcDb0cz6
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.622 + GOPATH=/tmp/tmp.S9TcDb0cz6
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.622 + RM_GOPATH=1
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.622 + case "$(go env GOARCH)" in
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.622 ++ go env GOARCH
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.666 + export GO_BUILDMODE=-buildmode=pie
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.666 + GO_BUILDMODE=-buildmode=pie
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.671 ++ dirname /tmp/install/install.sh
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.673 + dir=/tmp/install
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.673 + bin=containerd
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.673 + shift
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.674 + '[' '!' -f /tmp/install/containerd.installer ']'
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.674 + . /tmp/install/containerd.installer
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.674 ++ set -e
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.674 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.675 + install_containerd
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.676 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a'
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.676 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.676 + git clone https://github.com/containerd/containerd.git /tmp/tmp.S9TcDb0cz6/src/github.com/containerd/containerd
20:23:40 [2020-09-10T20:23:40.066Z] #52 2.698 Cloning into '/tmp/tmp.S9TcDb0cz6/src/github.com/containerd/containerd'...
20:23:40 [2020-09-10T20:23:40.150Z] #39 40.92 Selecting previously unselected package libprotobuf17:ppc64el.
20:23:40 [2020-09-10T20:23:40.150Z] #39 40.92 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
20:23:40 [2020-09-10T20:23:40.150Z] #39 40.92 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.173Z] #39 94.62   CC       criu/uts_ns.o
20:23:40 [2020-09-10T20:23:40.173Z] #39 94.76   CC       criu/vdso.o
20:23:40 [2020-09-10T20:23:40.253Z] #51 25.80 Fetched 119 kB in 0s (353 kB/s)
20:23:40 [2020-09-10T20:23:40.253Z] #51 25.91 Selecting previously unselected package libbtrfs0.
20:23:40 [2020-09-10T20:23:40.253Z] #51 25.91 (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 ... 15383 files and directories currently installed.)
20:23:40 [2020-09-10T20:23:40.327Z] #52 ...
20:23:40 [2020-09-10T20:23:40.327Z] 
20:23:40 [2020-09-10T20:23:40.327Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:40 [2020-09-10T20:23:40.464Z] #39 ...
20:23:40 [2020-09-10T20:23:40.464Z] 
20:23:40 [2020-09-10T20:23:40.464Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:23:40 [2020-09-10T20:23:40.464Z] #37 DONE 0.3s
20:23:40 [2020-09-10T20:23:40.464Z] 
20:23:40 [2020-09-10T20:23:40.464Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:40 [2020-09-10T20:23:40.464Z] #39 94.96   LINK     criu/built-in.o
20:23:40 [2020-09-10T20:23:40.464Z] #39 95.02   LINK     criu/criu
20:23:40 [2020-09-10T20:23:40.518Z] #51 26.09 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
20:23:40 [2020-09-10T20:23:40.518Z] #51 26.11 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #25 9.755 
                                                                           1.0%
##                                                                         3.1%
###                                                                        4.7%
####                                                                       6.3%
#####                                                                      8.1%
20:23:40 [2020-09-10T20:23:40.587Z] #25 ...
20:23:40 [2020-09-10T20:23:40.587Z] 
20:23:40 [2020-09-10T20:23:40.587Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:40 [2020-09-10T20:23:40.587Z] #38 45.71 Selecting previously unselected package libnet1-dev.
20:23:40 [2020-09-10T20:23:40.587Z] #38 45.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 45.81 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.16 Selecting previously unselected package libnl-3-200:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.16 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.16 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.34 Selecting previously unselected package libnl-3-dev:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.34 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.35 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.88 Selecting previously unselected package libprotobuf-c1:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.88 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 46.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.02 Selecting previously unselected package libprotobuf-c-dev:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.03 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.06 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.31 Selecting previously unselected package zlib1g-dev:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.35 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.36 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.91 Selecting previously unselected package libprotobuf17:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.91 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 47.92 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.00 Selecting previously unselected package libprotobuf-lite17:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.03 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.04 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.28 Selecting previously unselected package libprotobuf-dev:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.29 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 49.30 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 50.69 Selecting previously unselected package libprotoc17:amd64.
20:23:40 [2020-09-10T20:23:40.587Z] #38 50.69 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 50.69 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.30 Selecting previously unselected package protobuf-c-compiler.
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.31 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.33 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.51 Selecting previously unselected package protobuf-compiler.
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.51 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.56 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.71 Selecting previously unselected package python-pkg-resources.
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.72 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.73 Unpacking python-pkg-resources (40.8.0-1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.99 Selecting previously unselected package python-six.
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.99 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 51.99 Unpacking python-six (1.12.0-1) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 52.10 Selecting previously unselected package python-protobuf.
20:23:40 [2020-09-10T20:23:40.587Z] #38 52.10 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 52.11 Unpacking python-protobuf (3.6.1.3-2) ...
20:23:40 [2020-09-10T20:23:40.587Z] #38 52.77 Setting up python-pkg-resources (40.8.0-1) ...
20:23:40 [2020-09-10T20:23:40.651Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 1m57.936490796s 
20:23:40 [2020-09-10T20:23:40.651Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 683.847072ms 
20:23:40 [2020-09-10T20:23:40.755Z] #39 95.28   DEP      lib/c/criu.d
20:23:40 [2020-09-10T20:23:40.755Z] #39 95.36   CC       images/rpc.pb-c.o
20:23:40 [2020-09-10T20:23:40.791Z] #51 26.25 Selecting previously unselected package libbtrfs-dev.
20:23:40 [2020-09-10T20:23:40.791Z] #51 26.29 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
20:23:40 [2020-09-10T20:23:40.791Z] #51 26.31 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:40 [2020-09-10T20:23:40.848Z] #38 ...
20:23:40 [2020-09-10T20:23:40.848Z] 
20:23:40 [2020-09-10T20:23:40.848Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:41 [2020-09-10T20:23:41.045Z] #39 95.52   CC       lib/c/criu.o
20:23:41 [2020-09-10T20:23:41.057Z] #51 26.60 Setting up libbtrfs0 (4.20.1-2) ...
20:23:41 [2020-09-10T20:23:41.057Z] #51 26.65 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:41 [2020-09-10T20:23:41.057Z] #51 26.66 Processing triggers for libc-bin (2.28-10) ...
20:23:41 [2020-09-10T20:23:41.233Z] #39 41.81 Selecting previously unselected package libprotobuf-lite17:ppc64el.
20:23:41 [2020-09-10T20:23:41.233Z] #39 41.81 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
20:23:41 [2020-09-10T20:23:41.233Z] #39 41.82 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
20:23:41 [2020-09-10T20:23:41.233Z] #39 ...
20:23:41 [2020-09-10T20:23:41.233Z] 
20:23:41 [2020-09-10T20:23:41.233Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:41 [2020-09-10T20:23:41.233Z] #26 2.295 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:23:41 [2020-09-10T20:23:41.233Z] #26 2.828 
20:23:41 [2020-09-10T20:23:41.336Z] #39 95.90   LINK     lib/c/built-in.o
20:23:41 [2020-09-10T20:23:41.337Z] #39 95.90   LINK     lib/c/libcriu.so
20:23:41 [2020-09-10T20:23:41.337Z] #39 95.93   LINK     lib/c/libcriu.a
20:23:41 [2020-09-10T20:23:41.337Z] #39 96.00   GEN      magic.py
20:23:41 [2020-09-10T20:23:41.337Z] #39 96.07 Note: Building without setproctitle() and strlcpy() support.
20:23:41 [2020-09-10T20:23:41.560Z] #39 37.14   CC       images/opts.o
20:23:41 [2020-09-10T20:23:41.560Z] #39 37.44   CC       images/seccomp.o
20:23:41 [2020-09-10T20:23:41.704Z] #39 96.07       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:23:41 [2020-09-10T20:23:41.704Z] #39 96.07 Note: Building without GnuTLS support
20:23:41 [2020-09-10T20:23:41.704Z] #39 96.08 Makefile.config:39: Warn: you have no libnftables installed
20:23:41 [2020-09-10T20:23:41.704Z] #39 96.08 Makefile.config:40: Warn: Building without nftables support
20:23:41 [2020-09-10T20:23:41.704Z] #39 96.30 fatal: not a git repository (or any of the parent directories): .git
20:23:41 [2020-09-10T20:23:41.820Z] #39 37.75   CC       images/binfmt-misc.o
20:23:41 [2020-09-10T20:23:41.820Z] #39 37.95   CC       images/time.o
20:23:41 [2020-09-10T20:23:41.995Z] #39 96.57 make[1]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.079Z] #39 38.24   CC       images/sysctl.o
20:23:42 [2020-09-10T20:23:42.177Z] #26 3.121 
##                                                                         4.0%
#####                                                                      8.1%
########                                                                  12.2%
###########                                                               16.2%
#################                                                         24.4%
####################                                                      28.4%
########################                                                  34.0%
###########################                                               38.1%
##############################                                            42.1%
##################################                                        48.2%
#######################################                 
20:23:42 [2020-09-10T20:23:42.177Z] #26 ...
20:23:42 [2020-09-10T20:23:42.177Z] 
20:23:42 [2020-09-10T20:23:42.177Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:42 [2020-09-10T20:23:42.177Z] #61 DONE 42.9s
20:23:42 [2020-09-10T20:23:42.177Z] 
20:23:42 [2020-09-10T20:23:42.177Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.84 make[1]: 'images/built-in.o' is up to date.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.85 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.86 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.88 make[1]: 'compel/libcompel.a' is up to date.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.89 make[1]: 'compel/compel-host-bin' is up to date.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.90 make[1]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.288Z] #39 96.91 make[1]: 'soccr/libsoccr.a' is up to date.
20:23:42 [2020-09-10T20:23:42.338Z] #39 38.41   CC       images/autofs.o
20:23:42 [2020-09-10T20:23:42.579Z] #39 96.99 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 96.99 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.01 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.06 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.09 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.10 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.12 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.18 make[2]: Nothing to be done for 'all'.
20:23:42 [2020-09-10T20:23:42.579Z] #39 97.18   INSTALL  criu/criu
20:23:42 [2020-09-10T20:23:42.599Z] #39 38.59   CC       images/macvlan.o
20:23:42 [2020-09-10T20:23:42.857Z] #39 38.77   CC       images/sit.o
20:23:42 [2020-09-10T20:23:42.869Z] #39 DONE 97.4s
20:23:42 [2020-09-10T20:23:42.869Z] 
20:23:42 [2020-09-10T20:23:42.869Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:23:43 [2020-09-10T20:23:43.117Z] #39 39.06   CC       images/memfd.o
20:23:43 [2020-09-10T20:23:43.376Z] #39 39.30   CC       images/timens.o
20:23:43 [2020-09-10T20:23:43.376Z] #39 39.55   LINK     images/built-in.o
20:23:43 [2020-09-10T20:23:43.635Z] #39 39.71   GEN      compel/include/asm
20:23:43 [2020-09-10T20:23:43.635Z] #39 39.75   GEN      compel/include/version.h
20:23:43 [2020-09-10T20:23:43.635Z] #39 39.77 touch .config
20:23:43 [2020-09-10T20:23:43.635Z] #39 39.82   GEN      include/common/config.h
20:23:43 [2020-09-10T20:23:43.712Z] #26 3.121 
##                                                                         4.0%
#####                                                                      8.1%
########                                                                  12.2%
###########                                                               16.2%
#################                                                         24.4%
####################                                                      28.4%
########################                                                  34.0%
###########################                                               38.1%
##############################                                            42.1%
##################################                                        48.2%
#######################################                                   55.0%
##########################################                                59.0%
#############################################                             63.1%
##############################################                            65.1%
################################################                          67.2%
###################################################                       71.3%
#######################################################                   77.4%
##########################################################                81.4%
#############################################################             85.5%
#################################################################         91.6%
####################################################################      95.7%
######################################################################## 100.0%
20:23:43 [2020-09-10T20:23:43.736Z] #25 9.755 
                                                                           1.0%
##                                                                         3.1%
###                                                                        4.7%
####                                                                       6.3%
#####                                                                      8.1%
#######                                                                   10.2%
########                                                                  12.5%
##########                                                                15.3%
#############                                                             18.3%
###############                                                           20.9%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
#####################                                                     29.3%
######################                                                    31.0%
#######################                                                   33.3%
#########################                                                 35.2%
##########################                                                36.8%
###########################                                               38.9%
#############################                                             41.4%
################################                                          44.6%
#################################                                         46.6%
##################################                                        48.3%
####################################                                      50.3%
####################################                                      51.4%
######################################                                    52.9%
#######################################                                   54.7%
#########################################                                 57.1%
##########################################                                59.4%
############################################                              61.4%
#############################################                             63.8%
###############################################                           66.1%
20:23:43 [2020-09-10T20:23:43.736Z] #25 ...
20:23:43 [2020-09-10T20:23:43.736Z] 
20:23:43 [2020-09-10T20:23:43.736Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:43 [2020-09-10T20:23:43.736Z] #10 48.63 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:23:43 [2020-09-10T20:23:43.736Z] #10 48.64 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 48.64 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.36 Selecting previously unselected package binutils-mingw-w64.
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.38 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.40 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.56 Selecting previously unselected package libdevmapper1.02.1:amd64.
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.56 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.74 Selecting previously unselected package dmsetup.
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.75 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.75 Unpacking dmsetup (2:1.02.155-3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.93 Selecting previously unselected package mingw-w64-common.
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.93 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 51.95 Unpacking mingw-w64-common (6.0.0-3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 58.03 Selecting previously unselected package mingw-w64-x86-64-dev.
20:23:43 [2020-09-10T20:23:43.736Z] #10 58.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 58.05 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:43 [2020-09-10T20:23:43.736Z] #10 ...
20:23:43 [2020-09-10T20:23:43.736Z] 
20:23:43 [2020-09-10T20:23:43.736Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:43 [2020-09-10T20:23:43.894Z] #39 39.92   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:23:43 [2020-09-10T20:23:43.894Z] #39 39.93   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:23:43 [2020-09-10T20:23:43.894Z] #39 39.96   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:23:43 [2020-09-10T20:23:43.894Z] #39 39.99   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:23:43 [2020-09-10T20:23:43.894Z] #39 40.01   DEP      compel/arch/x86/plugins/std/memcpy.d
20:23:43 [2020-09-10T20:23:43.894Z] #39 40.04   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:23:43 [2020-09-10T20:23:43.905Z] #45 ...
20:23:43 [2020-09-10T20:23:43.905Z] 
20:23:43 [2020-09-10T20:23:43.905Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:23:43 [2020-09-10T20:23:43.905Z] #40 DONE 0.1s
20:23:43 [2020-09-10T20:23:43.905Z] 
20:23:43 [2020-09-10T20:23:43.905Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:23:43 [2020-09-10T20:23:43.905Z] #42 DONE 0.1s
20:23:43 [2020-09-10T20:23:43.905Z] 
20:23:43 [2020-09-10T20:23:43.905Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:23:44 [2020-09-10T20:23:44.049Z] #26 6.332 
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.09   GEN      compel/plugins/include/uapi/std/syscall.h
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.12   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.13   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.15   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.16   DEP      compel/plugins/std/infect.d
20:23:44 [2020-09-10T20:23:44.154Z] #39 40.25   DEP      compel/plugins/std/string.d
20:23:44 [2020-09-10T20:23:44.196Z] #44 DONE 0.1s
20:23:44 [2020-09-10T20:23:44.196Z] 
20:23:44 [2020-09-10T20:23:44.196Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:23:44 [2020-09-10T20:23:44.351Z] #26 6.540 
#################                                                         24.7%
##############################################                            64.3%
######################################################################## 100.0%
20:23:44 [2020-09-10T20:23:44.413Z] #39 40.31   DEP      compel/plugins/std/log.d
20:23:44 [2020-09-10T20:23:44.413Z] #39 40.38   DEP      compel/plugins/std/fds.d
20:23:44 [2020-09-10T20:23:44.413Z] #39 40.44   DEP      compel/plugins/std/std.d
20:23:44 [2020-09-10T20:23:44.413Z] #39 40.51   DEP      compel/plugins/shmem/shmem.d
20:23:44 [2020-09-10T20:23:44.413Z] #39 40.55   DEP      compel/plugins/fds/fds.d
20:23:44 [2020-09-10T20:23:44.672Z] #39 40.68   CC       compel/plugins/std/std.o
20:23:44 [2020-09-10T20:23:44.932Z] #39 40.88   CC       compel/plugins/std/fds.o
20:23:45 [2020-09-10T20:23:45.003Z] #26 7.304 
20:23:45 [2020-09-10T20:23:45.040Z] #25 9.755 
                                                                           1.0%
##                                                                         3.1%
###                                                                        4.7%
####                                                                       6.3%
#####                                                                      8.1%
#######                                                                   10.2%
########                                                                  12.5%
##########                                                                15.3%
#############                                                             18.3%
###############                                                           20.9%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
#####################                                                     29.3%
######################                                                    31.0%
#######################                                                   33.3%
#########################                                                 35.2%
##########################                                                36.8%
###########################                                               38.9%
#############################                                             41.4%
################################                                          44.6%
#################################                                         46.6%
##################################                                        48.3%
####################################                                      50.3%
####################################                                      51.4%
######################################                                    52.9%
#######################################                                   54.7%
#########################################                                 57.1%
##########################################                                59.4%
############################################                              61.4%
#############################################                             63.8%
###############################################                           66.1%
################################################                          67.6%
##################################################                        69.9%
####################################################                      72.3%
#####################################################                     74.2%
#######################################################                   77.0%
########################################################                  78.8%
##########################################################                81.7%
############################################################              83.7%
#############################################################             85.2%
##############################################################            87.3%
################################################################          89.1%
##################################################################        92.0%
###################################################################       94.1%
#####################################################################     96.6%
#
20:23:45 [2020-09-10T20:23:45.040Z] #25 ...
20:23:45 [2020-09-10T20:23:45.040Z] 
20:23:45 [2020-09-10T20:23:45.040Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:45 [2020-09-10T20:23:45.040Z] #28 50.03 Checking out files:  85% (1307/1521)   
Checking out files:  86% (1309/1521)   
Checking out files:  87% (1324/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:23:45 [2020-09-10T20:23:45.040Z] #28 50.84 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:23:45 [2020-09-10T20:23:45.040Z] #28 51.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:23:45 [2020-09-10T20:23:45.300Z] #28 ...
20:23:45 [2020-09-10T20:23:45.300Z] 
20:23:45 [2020-09-10T20:23:45.300Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:45 [2020-09-10T20:23:45.300Z] #47 50.27 reflect
20:23:45 [2020-09-10T20:23:45.300Z] #47 55.93 time
20:23:45 [2020-09-10T20:23:45.300Z] #47 ...
20:23:45 [2020-09-10T20:23:45.300Z] 
20:23:45 [2020-09-10T20:23:45.300Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:45 [2020-09-10T20:23:45.300Z] #25 9.755 
                                                                           1.0%
##                                                                         3.1%
###                                                                        4.7%
####                                                                       6.3%
#####                                                                      8.1%
#######                                                                   10.2%
########                                                                  12.5%
##########                                                                15.3%
#############                                                             18.3%
###############                                                           20.9%
################                                                          23.1%
##################                                                        25.1%
###################                                                       26.5%
#####################                                                     29.3%
######################                                                    31.0%
#######################                                                   33.3%
#########################                                                 35.2%
##########################                                                36.8%
###########################                                               38.9%
#############################                                             41.4%
################################                                          44.6%
#################################                                         46.6%
##################################                                        48.3%
####################################                                      50.3%
####################################                                      51.4%
######################################                                    52.9%
#######################################                                   54.7%
#########################################                                 57.1%
##########################################                                59.4%
############################################                              61.4%
#############################################                             63.8%
###############################################                           66.1%
################################################                          67.6%
##################################################                        69.9%
####################################################                      72.3%
#####################################################                     74.2%
#######################################################                   77.0%
########################################################                  78.8%
##########################################################                81.7%
############################################################              83.7%
#############################################################             85.2%
##############################################################            87.3%
################################################################          89.1%
##################################################################        92.0%
###################################################################       94.1%
#####################################################################     96.6%
######################################################################## 100.0%
20:23:45 [2020-09-10T20:23:45.300Z] #25 14.89 
20:23:45 [2020-09-10T20:23:45.359Z] #51 ...
20:23:45 [2020-09-10T20:23:45.359Z] 
20:23:45 [2020-09-10T20:23:45.359Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:45 [2020-09-10T20:23:45.359Z] #28 30.84 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:23:45 [2020-09-10T20:23:45.511Z] #39 41.42   CC       compel/plugins/std/log.o
20:23:45 [2020-09-10T20:23:45.610Z] #26 7.522 
#######                                                                   10.3%
######################                                                    30.8%
############################################                              61.7%
###########################################################               82.2%
######################################################################## 100.0%
20:23:45 [2020-09-10T20:23:45.625Z] #28 31.01 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:23:46 [2020-09-10T20:23:46.240Z] #25 15.80 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:23:46 [2020-09-10T20:23:46.273Z] #26 8.447 
20:23:46 [2020-09-10T20:23:46.448Z] #39 42.28   CC       compel/plugins/std/string.o
20:23:46 [2020-09-10T20:23:46.499Z] #25 16.19 
20:23:46 [2020-09-10T20:23:46.707Z] #39 42.86   CC       compel/plugins/std/infect.o
20:23:46 [2020-09-10T20:23:46.759Z] #25 16.34 
######################################################################## 100.0%
20:23:47 [2020-09-10T20:23:47.020Z] #25 16.48 
20:23:47 [2020-09-10T20:23:47.276Z] #39 43.19   CC       compel/arch/x86/plugins/std/parasite-head.o
20:23:47 [2020-09-10T20:23:47.276Z] #39 43.23   CC       compel/arch/x86/plugins/std/memcpy.o
20:23:47 [2020-09-10T20:23:47.276Z] #39 43.25   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:23:47 [2020-09-10T20:23:47.276Z] #39 43.31   AR       compel/plugins/std.lib.a
20:23:47 [2020-09-10T20:23:47.276Z] #39 43.37   CC       compel/plugins/fds/fds.o
20:23:47 [2020-09-10T20:23:47.535Z] #39 43.55   AR       compel/plugins/fds.lib.a
20:23:47 [2020-09-10T20:23:47.535Z] #39 43.59   HOSTDEP  compel/src/lib/log-host.d
20:23:47 [2020-09-10T20:23:47.535Z] #39 43.70   HOSTDEP  compel/src/lib/handle-elf-host.d
20:23:47 [2020-09-10T20:23:47.583Z] #28 ...
20:23:47 [2020-09-10T20:23:47.583Z] 
20:23:47 [2020-09-10T20:23:47.583Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
20:23:47 [2020-09-10T20:23:47.583Z] #51 DONE 33.1s
20:23:47 [2020-09-10T20:23:47.583Z] 
20:23:47 [2020-09-10T20:23:47.583Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:47 [2020-09-10T20:23:47.583Z] #60 DONE 33.3s
20:23:47 [2020-09-10T20:23:47.583Z] 
20:23:47 [2020-09-10T20:23:47.583Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:47 [2020-09-10T20:23:47.583Z] #43 DONE 33.3s
20:23:47 [2020-09-10T20:23:47.583Z] 
20:23:47 [2020-09-10T20:23:47.583Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:47 [2020-09-10T20:23:47.583Z] #47 33.04 bytes
20:23:47 [2020-09-10T20:23:47.583Z] #47 33.07 syscall
20:23:47 [2020-09-10T20:23:47.583Z] #47 33.07 strconv
20:23:47 [2020-09-10T20:23:47.583Z] #47 33.12 strings
20:23:47 [2020-09-10T20:23:47.796Z] #39 ...
20:23:47 [2020-09-10T20:23:47.796Z] 
20:23:47 [2020-09-10T20:23:47.796Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:23:47 [2020-09-10T20:23:47.796Z] #54 107.8 + for f in rootlesskit rootlesskit-docker-proxy
20:23:47 [2020-09-10T20:23:47.796Z] #54 107.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:23:47 [2020-09-10T20:23:47.796Z] #54 DONE 115.1s
20:23:47 [2020-09-10T20:23:47.796Z] 
20:23:47 [2020-09-10T20:23:47.796Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:47 [2020-09-10T20:23:47.796Z] #39 43.83   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:23:47 [2020-09-10T20:23:47.796Z] #39 ...
20:23:47 [2020-09-10T20:23:47.796Z] 
20:23:47 [2020-09-10T20:23:47.796Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:23:47 [2020-09-10T20:23:47.796Z] #55 DONE 0.1s
20:23:47 [2020-09-10T20:23:47.796Z] 
20:23:47 [2020-09-10T20:23:47.796Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:23:47 [2020-09-10T20:23:47.796Z] #56 DONE 0.1s
20:23:47 [2020-09-10T20:23:47.796Z] 
20:23:47 [2020-09-10T20:23:47.796Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:47 [2020-09-10T20:23:47.796Z] #39 43.93   HOSTDEP  compel/src/main-host.d
20:23:47 [2020-09-10T20:23:47.960Z] #25 17.44 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:23:48 [2020-09-10T20:23:48.056Z] #39 44.09   DEP      compel/src/lib/ptrace.d
20:23:48 [2020-09-10T20:23:48.220Z] #25 17.79 
20:23:48 [2020-09-10T20:23:48.316Z] #39 44.28   DEP      compel/src/lib/infect.d
20:23:48 [2020-09-10T20:23:48.410Z] #26 8.648 
#                                                                          2.4%
#######                                                                   10.0%
#########                                                                 13.7%
##############                                                            19.5%
###################                                                       27.1%
#########################                                                 34.8%
##############################                                            42.5%
####################################                                      50.1%
#######################################                                   54.8%
##########################################                                59.3%
##############################################                            65.1%
################################################                          67.0%
##################################################                        70.8%
#######################################################                   76.6%
###########################################################               82.7%
##############################################################            86.5%
##################################################################        92.2%
######################################################################    97.9%
######################################################################## 100.0%
20:23:48 [2020-09-10T20:23:48.574Z] #39 44.60   DEP      compel/src/lib/infect-util.d
20:23:48 [2020-09-10T20:23:48.740Z] #25 18.00 
##############                                                            20.2%
######################################################################## 100.0%
20:23:48 [2020-09-10T20:23:48.740Z] #25 18.24 
20:23:48 [2020-09-10T20:23:48.833Z] #39 44.77   DEP      compel/src/lib/infect-rpc.d
20:23:48 [2020-09-10T20:23:48.833Z] #39 44.87   DEP      compel/arch/x86/src/lib/infect.d
20:23:48 [2020-09-10T20:23:48.833Z] #39 44.93   DEP      compel/arch/x86/src/lib/cpu.d
20:23:49 [2020-09-10T20:23:49.000Z] #25 ...
20:23:49 [2020-09-10T20:23:49.000Z] 
20:23:49 [2020-09-10T20:23:49.000Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:49 [2020-09-10T20:23:49.000Z] #30 54.00 time
20:23:49 [2020-09-10T20:23:49.000Z] #30 60.45 internal/poll
20:23:49 [2020-09-10T20:23:49.000Z] #30 60.88 internal/fmtsort
20:23:49 [2020-09-10T20:23:49.000Z] #30 61.57 internal/syscall/execenv
20:23:49 [2020-09-10T20:23:49.001Z] #30 61.83 internal/syscall/unix
20:23:49 [2020-09-10T20:23:49.001Z] #30 62.21 strings
20:23:49 [2020-09-10T20:23:49.001Z] #30 62.83 os
20:23:49 [2020-09-10T20:23:49.003Z] #47 ...
20:23:49 [2020-09-10T20:23:49.003Z] 
20:23:49 [2020-09-10T20:23:49.003Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:49 [2020-09-10T20:23:49.003Z] #10 19.40 Reading package lists...
20:23:49 [2020-09-10T20:23:49.003Z] #10 25.01 Building dependency tree...
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05 The following additional packages will be installed:
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05 Suggested packages:
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.05   gcc-8-locales seccomp wine64
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.91 The following NEW packages will be installed:
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.92   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.92   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.92   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.92   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.92   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 27.94   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
20:23:49 [2020-09-10T20:23:49.003Z] #10 28.29 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
20:23:49 [2020-09-10T20:23:49.003Z] #10 28.29 Need to get 73.3 MB of archives.
20:23:49 [2020-09-10T20:23:49.003Z] #10 28.29 After this operation, 472 MB of additional disk space will be used.
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 28.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 29.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 30.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 30.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
20:23:49 [2020-09-10T20:23:49.004Z] #10 32.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
20:23:49 [2020-09-10T20:23:49.091Z] #39 45.00   DEP      compel/src/lib/log.d
20:23:49 [2020-09-10T20:23:49.091Z] #39 45.08   DEP      compel/src/main.d
20:23:49 [2020-09-10T20:23:49.091Z] #39 45.18   DEP      compel/src/lib/handle-elf.d
20:23:49 [2020-09-10T20:23:49.136Z] #26 11.23 
20:23:49 [2020-09-10T20:23:49.265Z] #30 ...
20:23:49 [2020-09-10T20:23:49.265Z] 
20:23:49 [2020-09-10T20:23:49.265Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:49 [2020-09-10T20:23:49.265Z] #32 59.87 Selecting previously unselected package libxml2:amd64.
20:23:49 [2020-09-10T20:23:49.265Z] #32 59.88 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 59.88 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.51 Selecting previously unselected package libarchive13:amd64.
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.56 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.92 Selecting previously unselected package libjsoncpp1:amd64.
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.93 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 60.96 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.11 Selecting previously unselected package librhash0:amd64.
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.13 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.13 Unpacking librhash0:amd64 (1.3.8-1) ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.34 Selecting previously unselected package libuv1:amd64.
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.34 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.35 Unpacking libuv1:amd64 (1.24.1-1) ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.57 Selecting previously unselected package cmake.
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.57 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
20:23:49 [2020-09-10T20:23:49.265Z] #32 61.57 Unpacking cmake (3.13.4-1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 ...
20:23:49 [2020-09-10T20:23:49.268Z] 
20:23:49 [2020-09-10T20:23:49.268Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:49 [2020-09-10T20:23:49.268Z] #23 23.88 Building dependency tree...
20:23:49 [2020-09-10T20:23:49.268Z] #23 26.44 ca-certificates is already the newest version (20200601~deb10u1).
20:23:49 [2020-09-10T20:23:49.268Z] #23 26.44 The following additional packages will be installed:
20:23:49 [2020-09-10T20:23:49.268Z] #23 26.45   libjq1 libonig5
20:23:49 [2020-09-10T20:23:49.268Z] #23 26.71 The following NEW packages will be installed:
20:23:49 [2020-09-10T20:23:49.268Z] #23 26.72   jq libjq1 libonig5
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.06 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.06 Need to get 325 kB of archives.
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.06 After this operation, 1019 kB of additional disk space will be used.
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #23 27.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #23 28.38 debconf: delaying package configuration, since apt-utils is not installed
20:23:49 [2020-09-10T20:23:49.268Z] #23 28.95 Fetched 325 kB in 0s (985 kB/s)
20:23:49 [2020-09-10T20:23:49.268Z] #23 30.99 Selecting previously unselected package libonig5:arm64.
20:23:49 [2020-09-10T20:23:49.268Z] #23 30.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:23:49 [2020-09-10T20:23:49.268Z] #23 31.08 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.20 Unpacking libonig5:arm64 (6.9.1-1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.47 Selecting previously unselected package libjq1:arm64.
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.47 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.50 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.75 Selecting previously unselected package jq.
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.76 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 33.79 Unpacking jq (1.5+dfsg-2+b1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 34.24 Setting up libonig5:arm64 (6.9.1-1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 34.33 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 34.36 Setting up jq (1.5+dfsg-2+b1) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 34.37 Processing triggers for libc-bin (2.28-10) ...
20:23:49 [2020-09-10T20:23:49.268Z] #23 ...
20:23:49 [2020-09-10T20:23:49.268Z] 
20:23:49 [2020-09-10T20:23:49.268Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.97 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
20:23:49 [2020-09-10T20:23:49.268Z] #10 34.99 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
20:23:49 [2020-09-10T20:23:49.390Z] #39 45.32   DEP      compel/arch/x86/src/lib/handle-elf.d
20:23:49 [2020-09-10T20:23:49.390Z] #39 45.44   CC       compel/src/lib/log.o
20:23:49 [2020-09-10T20:23:49.445Z] #26 11.40 
                                                                           0.0%
#                                                                          1.8%
##                                                                         3.4%
20:23:49 [2020-09-10T20:23:49.445Z] #26 ...
20:23:49 [2020-09-10T20:23:49.445Z] 
20:23:49 [2020-09-10T20:23:49.445Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:49 [2020-09-10T20:23:49.445Z] #33 40.24 Selecting previously unselected package cmake-data.
20:23:49 [2020-09-10T20:23:49.445Z] #33 40.24 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:23:49 [2020-09-10T20:23:49.445Z] #33 40.26 Unpacking cmake-data (3.13.4-1) ...
20:23:49 [2020-09-10T20:23:49.445Z] #33 44.55 Selecting previously unselected package libicu63:ppc64el.
20:23:49 [2020-09-10T20:23:49.445Z] #33 44.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
20:23:49 [2020-09-10T20:23:49.445Z] #33 44.61 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
20:23:49 [2020-09-10T20:23:49.532Z] #10 35.00 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #10 35.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #10 35.04 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #10 35.04 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #10 35.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #10 ...
20:23:49 [2020-09-10T20:23:49.532Z] 
20:23:49 [2020-09-10T20:23:49.532Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:49 [2020-09-10T20:23:49.532Z] #38 25.13 The following additional packages will be installed:
20:23:49 [2020-09-10T20:23:49.532Z] #38 25.13   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
20:23:49 [2020-09-10T20:23:49.532Z] #38 25.13   libprotoc17 python-pkg-resources python-six zlib1g-dev
20:23:49 [2020-09-10T20:23:49.532Z] #38 25.13 Suggested packages:
20:23:49 [2020-09-10T20:23:49.532Z] #38 25.13   manpages-dev python-setuptools
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.25 The following NEW packages will be installed:
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.26   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.26   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.27   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.27   python-six zlib1g-dev
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.71 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.71 Need to get 3798 kB of archives.
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.71 After this operation, 21.6 MB of additional disk space will be used.
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 26.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.09 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 27.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #38 28.83 debconf: delaying package configuration, since apt-utils is not installed
20:23:49 [2020-09-10T20:23:49.532Z] #38 29.79 Fetched 3798 kB in 1s (5492 kB/s)
20:23:49 [2020-09-10T20:23:49.532Z] #38 30.76 Selecting previously unselected package libcap-dev:arm64.
20:23:49 [2020-09-10T20:23:49.532Z] #38 30.76 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
20:23:49 [2020-09-10T20:23:49.532Z] #38 30.80 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 31.00 Unpacking libcap-dev:arm64 (1:2.25-2) ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.44 Selecting previously unselected package libnet1:arm64.
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.45 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.45 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.66 Selecting previously unselected package libnet1-dev.
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.66 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 33.67 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.19 Selecting previously unselected package libnl-3-200:arm64.
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.19 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.21 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.40 Selecting previously unselected package libnl-3-dev:arm64.
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.41 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 34.41 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
20:23:49 [2020-09-10T20:23:49.532Z] #38 ...
20:23:49 [2020-09-10T20:23:49.532Z] 
20:23:49 [2020-09-10T20:23:49.532Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:49 [2020-09-10T20:23:49.532Z] #32 24.15 Building dependency tree...
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.66 The following additional packages will be installed:
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.66   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.67 Suggested packages:
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.68   cmake-doc ninja-build lrzip
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.68 Recommended packages:
20:23:49 [2020-09-10T20:23:49.532Z] #32 26.68   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.48 The following NEW packages will be installed:
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.49   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.49   vim-common xxd
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.87 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.87 Need to get 14.2 MB of archives.
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.87 After this operation, 60.0 MB of additional disk space will be used.
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 27.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 28.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
20:23:49 [2020-09-10T20:23:49.532Z] #32 31.12 debconf: delaying package configuration, since apt-utils is not installed
20:23:49 [2020-09-10T20:23:49.532Z] #32 32.90 Fetched 14.2 MB in 2s (6554 kB/s)
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.29 Selecting previously unselected package xxd.
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.29 (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 ... 15383 files and directories currently installed.)
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.49 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.51 Unpacking xxd (2:8.1.0875-5) ...
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.89 Selecting previously unselected package vim-common.
20:23:49 [2020-09-10T20:23:49.532Z] #32 33.94 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
20:23:49 [2020-09-10T20:23:49.532Z] #32 34.12 Unpacking vim-common (2:8.1.0875-5) ...
20:23:49 [2020-09-10T20:23:49.660Z] #39 45.62   CC       compel/arch/x86/src/lib/cpu.o
20:23:49 [2020-09-10T20:23:49.747Z] #33 ...
20:23:49 [2020-09-10T20:23:49.747Z] 
20:23:49 [2020-09-10T20:23:49.747Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:49 [2020-09-10T20:23:49.796Z] #32 35.32 Selecting previously unselected package cmake-data.
20:23:49 [2020-09-10T20:23:49.796Z] #32 35.33 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
20:23:49 [2020-09-10T20:23:49.796Z] #32 35.34 Unpacking cmake-data (3.13.4-1) ...
20:23:49 [2020-09-10T20:23:49.796Z] #32 ...
20:23:49 [2020-09-10T20:23:49.796Z] 
20:23:49 [2020-09-10T20:23:49.796Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:49 [2020-09-10T20:23:49.796Z] #38 35.30 Selecting previously unselected package libprotobuf-c1:arm64.
20:23:49 [2020-09-10T20:23:49.796Z] #38 35.30 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:23:49 [2020-09-10T20:23:49.796Z] #38 35.31 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:23:49 [2020-09-10T20:23:49.837Z] #32 64.94 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:23:50 [2020-09-10T20:23:50.049Z] #26 11.40 
                                                                           0.0%
#                                                                          1.8%
##                                                                         3.4%
####                                                                       5.6%
#####                                                                      7.7%
######                                                                     9.4%
########                                                                  11.5%
#########                                                                 12.6%
###
20:23:50 [2020-09-10T20:23:50.049Z] #26 ...
20:23:50 [2020-09-10T20:23:50.049Z] 
20:23:50 [2020-09-10T20:23:50.050Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:50 [2020-09-10T20:23:50.050Z] #11 40.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.88 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 43.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.07 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.17 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.20 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 44.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB]
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.21 debconf: delaying package configuration, since apt-utils is not installed
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.53 Fetched 78.9 MB in 10s (8271 kB/s)
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.66 Selecting previously unselected package binutils-mingw-w64-i686.
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.66 (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 ... 15339 files and directories currently installed.)
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
20:23:50 [2020-09-10T20:23:50.050Z] #11 46.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:50 [2020-09-10T20:23:50.050Z] #11 50.72 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:23:50 [2020-09-10T20:23:50.050Z] #11 50.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
20:23:50 [2020-09-10T20:23:50.050Z] #11 50.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:50 [2020-09-10T20:23:50.050Z] #11 ...
20:23:50 [2020-09-10T20:23:50.050Z] 
20:23:50 [2020-09-10T20:23:50.050Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:50 [2020-09-10T20:23:50.059Z] #38 ...
20:23:50 [2020-09-10T20:23:50.059Z] 
20:23:50 [2020-09-10T20:23:50.059Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
20:23:50 [2020-09-10T20:23:50.059Z] #23 DONE 35.9s
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.01 Setting up xxd (2:8.1.0875-5) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.01 Setting up libuv1:amd64 (1.24.1-1) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.02 Setting up vim-common (2:8.1.0875-5) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.04 Setting up librhash0:amd64 (1.3.8-1) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.06 Setting up cmake-data (3.13.4-1) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.09 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.10 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.11 Setting up cmake (3.13.4-1) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.12 Processing triggers for libc-bin (2.28-10) ...
20:23:50 [2020-09-10T20:23:50.098Z] #32 65.19 Processing triggers for mime-support (3.62) ...
20:23:50 [2020-09-10T20:23:50.229Z] #39 46.37   CC       compel/arch/x86/src/lib/infect.o
20:23:50 [2020-09-10T20:23:50.229Z] #39 ...
20:23:50 [2020-09-10T20:23:50.229Z] 
20:23:50 [2020-09-10T20:23:50.229Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:50 [2020-09-10T20:23:50.230Z] #41 107.6 mime/quotedprintable
20:23:50 [2020-09-10T20:23:50.230Z] #41 108.0 net/http/internal
20:23:50 [2020-09-10T20:23:50.230Z] #41 110.8 net/textproto
20:23:50 [2020-09-10T20:23:50.230Z] #41 110.8 crypto/x509
20:23:50 [2020-09-10T20:23:50.230Z] #41 112.0 vendor/golang.org/x/net/http/httpguts
20:23:50 [2020-09-10T20:23:50.230Z] #41 112.3 vendor/golang.org/x/net/http/httpproxy
20:23:50 [2020-09-10T20:23:50.230Z] #41 112.9 mime/multipart
20:23:50 [2020-09-10T20:23:50.230Z] #41 114.6 crypto/tls
20:23:50 [2020-09-10T20:23:50.325Z] 
20:23:50 [2020-09-10T20:23:50.325Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:50 [2020-09-10T20:23:50.325Z] #38 35.94 Selecting previously unselected package libprotobuf-c-dev:arm64.
20:23:50 [2020-09-10T20:23:50.325Z] #38 35.95 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
20:23:50 [2020-09-10T20:23:50.325Z] #38 36.01 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...#38 ...
20:23:50 [2020-09-10T20:23:50.325Z] 
20:23:50 [2020-09-10T20:23:50.325Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh /
20:23:50 [2020-09-10T20:23:50.325Z] #24 DONE 0.2s
20:23:50 [2020-09-10T20:23:50.325Z] 
20:23:50 [2020-09-10T20:23:50.325Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:50 [2020-09-10T20:23:50.325Z] #38 36.01 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:23:50 [2020-09-10T20:23:50.502Z] #41 ...
20:23:50 [2020-09-10T20:23:50.502Z] 
20:23:50 [2020-09-10T20:23:50.502Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.5 Selecting previously unselected package libapparmor1:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.6 Selecting previously unselected package libapparmor-dev:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.8 Selecting previously unselected package libbtrfs0.
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.8 Unpacking libbtrfs0 (4.20.1-2) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.9 Selecting previously unselected package libbtrfs-dev.
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 116.9 Unpacking libbtrfs-dev (4.20.1-2) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.1 Selecting previously unselected package libudev-dev:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.3 Selecting previously unselected package libsepol1-dev:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.4 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.8 Selecting previously unselected package libpcre16-3:amd64.
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:23:50 [2020-09-10T20:23:50.502Z] #10 117.9 Selecting previously unselected package libpcre32-3:amd64.
20:23:50 [2020-09-10T20:23:50.593Z] #38 36.41 Selecting previously unselected package zlib1g-dev:arm64.
20:23:50 [2020-09-10T20:23:50.656Z] #26 11.40 
                                                                           0.0%
#                                                                          1.8%
##                                                                         3.4%
####                                                                       5.6%
#####                                                                      7.7%
######                                                                     9.4%
########                                                                  11.5%
#########                                                                 12.6%
#########                                                                 13.7%
##########                                                                14.8%
###########                                                               16.4%
#############                                                             18.6%
##############                                                            20.2%
20:23:50 [2020-09-10T20:23:50.656Z] #26 ...
20:23:50 [2020-09-10T20:23:50.656Z] 
20:23:50 [2020-09-10T20:23:50.656Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:23:50 [2020-09-10T20:23:50.656Z] #44 DONE 51.6s
20:23:50 [2020-09-10T20:23:50.656Z] 
20:23:50 [2020-09-10T20:23:50.656Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:50 [2020-09-10T20:23:50.768Z] #10 117.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.768Z] #10 118.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:23:50 [2020-09-10T20:23:50.768Z] #10 118.1 Selecting previously unselected package libpcrecpp0v5:amd64.
20:23:50 [2020-09-10T20:23:50.768Z] #10 118.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:23:50 [2020-09-10T20:23:50.768Z] #10 118.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:50 [2020-09-10T20:23:50.858Z] #38 36.41 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
20:23:50 [2020-09-10T20:23:50.858Z] #38 36.45 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:23:51 [2020-09-10T20:23:51.028Z] #10 118.3 Selecting previously unselected package libpcre3-dev:amd64.
20:23:51 [2020-09-10T20:23:51.028Z] #10 118.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:23:51 [2020-09-10T20:23:51.028Z] #10 118.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:23:51 [2020-09-10T20:23:51.109Z] #45 ...
20:23:51 [2020-09-10T20:23:51.109Z] 
20:23:51 [2020-09-10T20:23:51.109Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:51 [2020-09-10T20:23:51.109Z] #52 117.3 + bin/containerd
20:23:51 [2020-09-10T20:23:51.260Z] #26 11.40 
                                                                           0.0%
#                                                                          1.8%
##                                                                         3.4%
####                                                                       5.6%
#####                                                                      7.7%
######                                                                     9.4%
########                                                                  11.5%
#########                                                                 12.6%
#########                                                                 13.7%
##########                                                                14.8%
###########                                                               16.4%
#############                                                             18.6%
##############                                                            20.2%
################                                                          22.4%
#################                                                         24.6%
###################                                                       26.8%
####################                                                      27.9%
####################                                                      28.7%
######################                                                    30.7%
20:23:51 [2020-09-10T20:23:51.260Z] #26 ...
20:23:51 [2020-09-10T20:23:51.260Z] 
20:23:51 [2020-09-10T20:23:51.260Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:51 [2020-09-10T20:23:51.260Z] #39 42.18 Selecting previously unselected package libprotobuf-dev:ppc64el.
20:23:51 [2020-09-10T20:23:51.260Z] #39 42.23 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 42.24 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 44.73 Selecting previously unselected package libprotoc17:ppc64el.
20:23:51 [2020-09-10T20:23:51.260Z] #39 44.73 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 44.74 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.50 Selecting previously unselected package protobuf-c-compiler.
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.51 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.52 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.67 Selecting previously unselected package protobuf-compiler.
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.70 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.72 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.86 Selecting previously unselected package python-pkg-resources.
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.87 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 45.87 Unpacking python-pkg-resources (40.8.0-1) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.25 Selecting previously unselected package python-six.
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.28 Unpacking python-six (1.12.0-1) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.41 Selecting previously unselected package python-protobuf.
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.41 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 46.44 Unpacking python-protobuf (3.6.1.3-2) ...
20:23:51 [2020-09-10T20:23:51.260Z] #39 47.06 Setting up python-pkg-resources (40.8.0-1) ...
20:23:51 [2020-09-10T20:23:51.481Z] #32 ...
20:23:51 [2020-09-10T20:23:51.481Z] 
20:23:51 [2020-09-10T20:23:51.481Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:51 [2020-09-10T20:23:51.481Z] #25 19.23 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:23:51 [2020-09-10T20:23:51.481Z] #25 19.33 skipping existing c35d46ef359f
20:23:51 [2020-09-10T20:23:51.481Z] #25 19.43 
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.29 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.61 
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.76 
######################################################################## 100.0%
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.89 
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.96 Download of images into '/build' complete.
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.97 Use something like the following to load the result into a Docker daemon:
20:23:51 [2020-09-10T20:23:51.481Z] #25 20.97   tar -cC '/build' . | docker load
20:23:51 [2020-09-10T20:23:51.576Z] #39 ...
20:23:51 [2020-09-10T20:23:51.576Z] 
20:23:51 [2020-09-10T20:23:51.576Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:51 [2020-09-10T20:23:51.595Z] #10 118.7 Selecting previously unselected package libselinux1-dev:amd64.
20:23:51 [2020-09-10T20:23:51.595Z] #10 118.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:23:51 [2020-09-10T20:23:51.595Z] #10 118.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:51 [2020-09-10T20:23:51.595Z] #10 118.9 Selecting previously unselected package libdevmapper-dev:amd64.
20:23:51 [2020-09-10T20:23:51.595Z] #10 119.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:23:51 [2020-09-10T20:23:51.595Z] #10 119.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:51 [2020-09-10T20:23:51.595Z] #10 119.0 Selecting previously unselected package libseccomp-dev:amd64.
20:23:51 [2020-09-10T20:23:51.810Z] #38 37.30 Selecting previously unselected package libprotobuf17:arm64.
20:23:51 [2020-09-10T20:23:51.810Z] #38 37.31 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
20:23:51 [2020-09-10T20:23:51.810Z] #38 37.32 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
20:23:51 [2020-09-10T20:23:51.810Z] #38 ...
20:23:51 [2020-09-10T20:23:51.810Z] 
20:23:51 [2020-09-10T20:23:51.810Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:51 [2020-09-10T20:23:51.810Z] #41 27.37 sync
20:23:51 [2020-09-10T20:23:51.810Z] #41 27.37 internal/reflectlite
20:23:51 [2020-09-10T20:23:51.810Z] #41 28.68 github.com/LK4D4/vndr/godl/singleflight
20:23:51 [2020-09-10T20:23:51.810Z] #41 28.70 internal/singleflight
20:23:51 [2020-09-10T20:23:51.810Z] #41 28.72 math/rand
20:23:51 [2020-09-10T20:23:51.810Z] #41 29.79 sort
20:23:51 [2020-09-10T20:23:51.810Z] #41 29.79 internal/oserror
20:23:51 [2020-09-10T20:23:51.810Z] #41 29.79 strconv
20:23:51 [2020-09-10T20:23:51.810Z] #41 29.80 io
20:23:51 [2020-09-10T20:23:51.810Z] #41 30.13 syscall
20:23:51 [2020-09-10T20:23:51.810Z] #41 31.23 vendor/golang.org/x/net/dns/dnsmessage
20:23:51 [2020-09-10T20:23:51.810Z] #41 31.29 bytes
20:23:51 [2020-09-10T20:23:51.810Z] #41 33.46 reflect
20:23:51 [2020-09-10T20:23:51.810Z] #41 34.03 bufio
20:23:51 [2020-09-10T20:23:51.810Z] #41 37.06 regexp/syntax
20:23:51 [2020-09-10T20:23:51.810Z] #41 ...
20:23:51 [2020-09-10T20:23:51.810Z] 
20:23:51 [2020-09-10T20:23:51.810Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:51 [2020-09-10T20:23:51.810Z] #30 27.35 internal/reflectlite
20:23:51 [2020-09-10T20:23:51.810Z] #30 27.36 sync
20:23:51 [2020-09-10T20:23:51.810Z] #30 29.47 sort
20:23:51 [2020-09-10T20:23:51.810Z] #30 29.48 errors
20:23:51 [2020-09-10T20:23:51.810Z] #30 29.76 io
20:23:51 [2020-09-10T20:23:51.810Z] #30 29.77 strconv
20:23:51 [2020-09-10T20:23:51.810Z] #30 29.78 internal/oserror
20:23:51 [2020-09-10T20:23:51.810Z] #30 30.09 syscall
20:23:51 [2020-09-10T20:23:51.810Z] #30 31.23 strings
20:23:51 [2020-09-10T20:23:51.810Z] #30 31.24 bytes
20:23:51 [2020-09-10T20:23:51.810Z] #30 34.27 reflect
20:23:51 [2020-09-10T20:23:51.810Z] #30 34.50 bufio
20:23:51 [2020-09-10T20:23:51.810Z] #30 34.75 path
20:23:51 [2020-09-10T20:23:51.810Z] #30 36.47 text/tabwriter
20:23:51 [2020-09-10T20:23:51.810Z] #30 36.90 time
20:23:51 [2020-09-10T20:23:51.810Z] #30 37.51 internal/syscall/execenv
20:23:51 [2020-09-10T20:23:51.810Z] #30 ...
20:23:51 [2020-09-10T20:23:51.810Z] 
20:23:51 [2020-09-10T20:23:51.810Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:51 [2020-09-10T20:23:51.810Z] #41 37.63 hash/crc32
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Extraction ended at 09/10/2020 20:23:49. Duration:00:00:23.2126323
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Updating the golang and path environment variables
20:23:51 [2020-09-10T20:23:51.823Z] INFO: GOPATH=d:\gopath
20:23:51 [2020-09-10T20:23:51.823Z] INFO: go version go1.13.15 windows/amd64
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Running the daemon under test in debug mode
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Starting a daemon under test...
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41436\1\daemon --pidfile d:\CI\PR-41436\1\docker.pid -D
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Process started successfully.
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Start tailing logs of the daemon under tests
20:23:51 [2020-09-10T20:23:51.823Z] INFO: Waiting for the daemon under test to start...
20:23:51 [2020-09-10T20:23:51.854Z] #10 119.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
20:23:51 [2020-09-10T20:23:51.854Z] #10 119.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:23:51 [2020-09-10T20:23:51.854Z] #10 119.2 Selecting previously unselected package libsystemd-dev:amd64.
20:23:51 [2020-09-10T20:23:51.854Z] #10 119.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
20:23:51 [2020-09-10T20:23:51.854Z] #10 119.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
20:23:52 [2020-09-10T20:23:52.051Z] #25 ...
20:23:52 [2020-09-10T20:23:52.051Z] 
20:23:52 [2020-09-10T20:23:52.051Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:52 [2020-09-10T20:23:52.051Z] #41 57.08 time
20:23:52 [2020-09-10T20:23:52.051Z] #41 63.23 os
20:23:52 [2020-09-10T20:23:52.051Z] #41 63.60 strings
20:23:52 [2020-09-10T20:23:52.051Z] #41 66.63 regexp/syntax
20:23:52 [2020-09-10T20:23:52.311Z] #41 67.17 fmt
20:23:52 [2020-09-10T20:23:52.311Z] #41 ...
20:23:52 [2020-09-10T20:23:52.311Z] 
20:23:52 [2020-09-10T20:23:52.311Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:52 [2020-09-10T20:23:52.311Z] #10 64.75 Selecting previously unselected package gcc-mingw-w64-base.
20:23:52 [2020-09-10T20:23:52.311Z] #10 64.78 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:52 [2020-09-10T20:23:52.311Z] #10 64.78 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:52 [2020-09-10T20:23:52.311Z] #10 65.00 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:23:52 [2020-09-10T20:23:52.311Z] #10 65.00 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:23:52 [2020-09-10T20:23:52.311Z] #10 65.01 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.8 Setting up libbtrfs0 (4.20.1-2) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.8 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
20:23:52 [2020-09-10T20:23:52.421Z] #10 119.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.8 Setting up libbtrfs-dev (4.20.1-2) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.9 Setting up mingw-w64-common (6.0.0-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 119.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.1 Setting up dmsetup (2:1.02.155-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:23:52 [2020-09-10T20:23:52.681Z] #10 120.1 Processing triggers for libc-bin (2.28-10) ...
20:23:52 [2020-09-10T20:23:52.838Z] INFO [runner/unused/goanalysis] analyzers took 26.798369073s with top 10 stages: buildssa: 22.586911643s, U1000: 4.21145743s 
20:23:52 [2020-09-10T20:23:52.883Z] #10 ...
20:23:52 [2020-09-10T20:23:52.883Z] 
20:23:52 [2020-09-10T20:23:52.883Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:23:52 [2020-09-10T20:23:52.883Z] #38 57.76 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 57.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 57.79 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 57.86 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 57.87 Setting up python-six (1.12.0-1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.85 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.86 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.88 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.90 Setting up libcap-dev:amd64 (1:2.25-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.91 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.93 Setting up protobuf-compiler (3.6.1.3-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.94 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.95 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.96 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:23:52 [2020-09-10T20:23:52.883Z] #38 61.97 Setting up python-protobuf (3.6.1.3-2) ...
20:23:53 [2020-09-10T20:23:53.347Z] INFO: Daemon under test started and replied!
20:23:53 [2020-09-10T20:23:53.347Z] INFO: Docker version of the daemon under test
20:23:53 [2020-09-10T20:23:53.347Z] 
20:23:53 [2020-09-10T20:23:53.347Z] Client:
20:23:53 [2020-09-10T20:23:53.347Z]  Version:      17.06.2-ce
20:23:53 [2020-09-10T20:23:53.347Z]  API version:  1.30
20:23:53 [2020-09-10T20:23:53.347Z]  Go version:   go1.8.3
20:23:53 [2020-09-10T20:23:53.347Z]  Git commit:   cec0b72
20:23:53 [2020-09-10T20:23:53.348Z]  Built:        Tue Sep  5 19:57:19 2017
20:23:53 [2020-09-10T20:23:53.348Z]  OS/Arch:      windows/amd64
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] Server:
20:23:53 [2020-09-10T20:23:53.348Z]  Version:      0.0.0-dev
20:23:53 [2020-09-10T20:23:53.348Z]  API version:  1.41 (minimum version 1.24)
20:23:53 [2020-09-10T20:23:53.348Z]  Go version:   go1.13.15
20:23:53 [2020-09-10T20:23:53.348Z]  Git commit:   5ca758199d
20:23:53 [2020-09-10T20:23:53.348Z]  Built:        09/10/2020 20:22:13
20:23:53 [2020-09-10T20:23:53.348Z]  OS/Arch:      windows/amd64
20:23:53 [2020-09-10T20:23:53.348Z]  Experimental: false
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] INFO: Docker info of the daemon under test
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] Containers: 0
20:23:53 [2020-09-10T20:23:53.348Z]  Running: 0
20:23:53 [2020-09-10T20:23:53.348Z]  Paused: 0
20:23:53 [2020-09-10T20:23:53.348Z]  Stopped: 0
20:23:53 [2020-09-10T20:23:53.348Z] Images: 0
20:23:53 [2020-09-10T20:23:53.348Z] Server Version: 0.0.0-dev
20:23:53 [2020-09-10T20:23:53.348Z] Storage Driver: windowsfilter
20:23:53 [2020-09-10T20:23:53.348Z]  Windows: 
20:23:53 [2020-09-10T20:23:53.348Z] Logging Driver: json-file
20:23:53 [2020-09-10T20:23:53.348Z] Plugins: 
20:23:53 [2020-09-10T20:23:53.348Z]  Volume: local
20:23:53 [2020-09-10T20:23:53.348Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:23:53 [2020-09-10T20:23:53.348Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:23:53 [2020-09-10T20:23:53.348Z] Swarm: inactive
20:23:53 [2020-09-10T20:23:53.348Z] Default Isolation: process
20:23:53 [2020-09-10T20:23:53.348Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:23:53 [2020-09-10T20:23:53.348Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
20:23:53 [2020-09-10T20:23:53.348Z] OSType: windows
20:23:53 [2020-09-10T20:23:53.348Z] Architecture: x86_64
20:23:53 [2020-09-10T20:23:53.348Z] CPUs: 4
20:23:53 [2020-09-10T20:23:53.348Z] Total Memory: 32GiB
20:23:53 [2020-09-10T20:23:53.348Z] Name: azwin-2-9b8600
20:23:53 [2020-09-10T20:23:53.348Z] ID: JV43:4DVD:2R6N:ZUCJ:6KEX:UDBZ:3MLH:MZQD:YOQQ:TGZK:F25C:HUTQ
20:23:53 [2020-09-10T20:23:53.348Z] Docker Root Dir: D:\CI\PR-41436\1\daemon
20:23:53 [2020-09-10T20:23:53.348Z] Debug Mode (client): false
20:23:53 [2020-09-10T20:23:53.348Z] Debug Mode (server): true
20:23:53 [2020-09-10T20:23:53.348Z]  File Descriptors: -1
20:23:53 [2020-09-10T20:23:53.348Z]  Goroutines: 17
20:23:53 [2020-09-10T20:23:53.348Z]  System Time: 2020-09-10T20:23:53.1435469Z
20:23:53 [2020-09-10T20:23:53.348Z]  EventsListeners: 0
20:23:53 [2020-09-10T20:23:53.348Z] Registry: https://index.docker.io/v1/
20:23:53 [2020-09-10T20:23:53.348Z] Labels:
20:23:53 [2020-09-10T20:23:53.348Z] Experimental: false
20:23:53 [2020-09-10T20:23:53.348Z] Insecure Registries:
20:23:53 [2020-09-10T20:23:53.348Z]  127.0.0.0/8
20:23:53 [2020-09-10T20:23:53.348Z] Live Restore Enabled: false
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] INFO: Docker images of the daemon under test
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
20:23:53 [2020-09-10T20:23:53.348Z] 
20:23:53 [2020-09-10T20:23:53.348Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
20:23:53 [2020-09-10T20:23:53.348Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
20:23:53 [2020-09-10T20:23:53.508Z] #38 68.37 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
20:23:53 [2020-09-10T20:23:53.617Z] #10 DONE 120.8s
20:23:53 [2020-09-10T20:23:53.617Z] 
20:23:53 [2020-09-10T20:23:53.617Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:53 [2020-09-10T20:23:53.617Z] #39 47.13   CC       compel/src/lib/infect-rpc.o
20:23:53 [2020-09-10T20:23:53.617Z] #39 47.50   CC       compel/src/lib/infect-util.o
20:23:53 [2020-09-10T20:23:53.617Z] #39 47.73   CC       compel/src/lib/infect.o
20:23:53 [2020-09-10T20:23:53.741Z] #41 39.00 crypto/rc4
20:23:53 [2020-09-10T20:23:53.741Z] #41 39.35 vendor/golang.org/x/crypto/hkdf
20:23:53 [2020-09-10T20:23:53.803Z] ltsc2019: Pulling from windows/servercore
20:23:53 [2020-09-10T20:23:53.803Z] 4612f6d0b889: Pulling fs layer
20:23:53 [2020-09-10T20:23:53.803Z] c3aff4450246: Pulling fs layer
20:23:54 [2020-09-10T20:23:54.009Z] #41 39.73 vendor/golang.org/x/text/transform
20:23:54 [2020-09-10T20:23:54.078Z] #38 68.87 Processing triggers for libc-bin (2.28-10) ...
20:23:54 [2020-09-10T20:23:54.185Z] #39 50.36   CC       compel/src/lib/ptrace.o
20:23:55 [2020-09-10T20:23:55.040Z] #38 DONE 70.1s
20:23:55 [2020-09-10T20:23:55.040Z] 
20:23:55 [2020-09-10T20:23:55.040Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:55 [2020-09-10T20:23:55.040Z] #25 DONE 24.7s
20:23:55 [2020-09-10T20:23:55.040Z] 
20:23:55 [2020-09-10T20:23:55.040Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:55 [2020-09-10T20:23:55.040Z] #30 64.85 path
20:23:55 [2020-09-10T20:23:55.040Z] #30 65.58 text/tabwriter
20:23:55 [2020-09-10T20:23:55.040Z] #30 66.89 path/filepath
20:23:55 [2020-09-10T20:23:55.040Z] #30 66.91 fmt
20:23:55 [2020-09-10T20:23:55.040Z] #30 68.27 io/ioutil
20:23:55 [2020-09-10T20:23:55.040Z] #30 69.95 github.com/BurntSushi/toml
20:23:55 [2020-09-10T20:23:55.040Z] #30 69.96 flag
20:23:55 [2020-09-10T20:23:55.122Z] #39 ...
20:23:55 [2020-09-10T20:23:55.122Z] 
20:23:55 [2020-09-10T20:23:55.122Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
20:23:55 [2020-09-10T20:23:55.122Z] #11 DONE 1.6s
20:23:55 [2020-09-10T20:23:55.122Z] 
20:23:55 [2020-09-10T20:23:55.122Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:55 [2020-09-10T20:23:55.122Z] #39 51.10   AR       compel/libcompel.a
20:23:55 [2020-09-10T20:23:55.122Z] #39 51.21   HOSTCC   compel/src/main-host.o
20:23:55 [2020-09-10T20:23:55.302Z] #30 ...
20:23:55 [2020-09-10T20:23:55.302Z] 
20:23:55 [2020-09-10T20:23:55.302Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:55 [2020-09-10T20:23:55.302Z] #32 DONE 70.1s
20:23:55 [2020-09-10T20:23:55.302Z] 
20:23:55 [2020-09-10T20:23:55.302Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:55 [2020-09-10T20:23:55.693Z] #39 51.58   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:23:55 [2020-09-10T20:23:55.693Z] #39 51.73   HOSTCC   compel/src/lib/handle-elf-host.o
20:23:55 [2020-09-10T20:23:55.839Z] #26 11.40 
                                                                           0.0%
#                                                                          1.8%
##                                                                         3.4%
####                                                                       5.6%
#####                                                                      7.7%
######                                                                     9.4%
########                                                                  11.5%
#########                                                                 12.6%
#########                                                                 13.7%
##########                                                                14.8%
###########                                                               16.4%
#############                                                             18.6%
##############                                                            20.2%
################                                                          22.4%
#################                                                         24.6%
###################                                                       26.8%
####################                                                      27.9%
####################                                                      28.7%
######################                                                    30.7%
########################                                                  33.4%
#########################                                                 35.5%
###########################                                               37.7%
############################                                              39.3%
#############################                                             41.5%
###############################                                           43.7%
################################                                          44.8%
################################                                          45.6%
#################################                                         46.3%
##################################                                        48.6%
####################################                                      51.3%
######################################                                    53.4%
#######################################                                   55.1%
########################################                                  56.0%
########################################                                  56.9%
##########################################                                58.5%
############################################                              61.2%
##############################################                            64.5%
################################################                          67.9%
##################################################                        70.7%
####################################################                      72.3%
######################################################                    75.5%
########################################################                  78.3%
#########################################################                 80.4%
###########################################################               82.1%
############################################################              83.7%
#############################################################             85.3%
##############################################################            87.0%
###############################################################           88.6%
#################################################################         90.9%
##################################################################        92.5%
###################################################################       94.1%
####################################################################      95.3%
#####################################################################     96.7%
#######################################################################   98.9%
######################################################################## 100.0%
20:23:55 [2020-09-10T20:23:55.839Z] #26 18.20 
20:23:55 [2020-09-10T20:23:55.839Z] #26 ...
20:23:55 [2020-09-10T20:23:55.839Z] 
20:23:55 [2020-09-10T20:23:55.839Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:55 [2020-09-10T20:23:55.839Z] #31 46.57 sync
20:23:55 [2020-09-10T20:23:55.839Z] #31 46.57 internal/reflectlite
20:23:55 [2020-09-10T20:23:55.839Z] #31 50.88 errors
20:23:55 [2020-09-10T20:23:55.839Z] #31 50.90 sort
20:23:55 [2020-09-10T20:23:55.839Z] #31 51.49 io
20:23:55 [2020-09-10T20:23:55.839Z] #31 51.52 strconv
20:23:55 [2020-09-10T20:23:55.839Z] #31 51.52 internal/oserror
20:23:55 [2020-09-10T20:23:55.839Z] #31 52.39 syscall
20:23:55 [2020-09-10T20:23:55.943Z] #41 41.32 context
20:23:55 [2020-09-10T20:23:55.943Z] #41 41.34 internal/poll
20:23:55 [2020-09-10T20:23:55.952Z] #39 ...
20:23:55 [2020-09-10T20:23:55.952Z] 
20:23:55 [2020-09-10T20:23:55.952Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:23:55 [2020-09-10T20:23:55.952Z] #12 DONE 1.0s
20:23:56 [2020-09-10T20:23:56.140Z] #31 ...
20:23:56 [2020-09-10T20:23:56.140Z] 
20:23:56 [2020-09-10T20:23:56.140Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.31 Selecting previously unselected package binutils-mingw-w64.
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.32 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.46 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.48 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.75 Selecting previously unselected package dmsetup.
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.75 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 55.76 Unpacking dmsetup (2:1.02.155-3) ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 56.01 Selecting previously unselected package mingw-w64-common.
20:23:56 [2020-09-10T20:23:56.140Z] #11 56.03 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:23:56 [2020-09-10T20:23:56.140Z] #11 56.04 Unpacking mingw-w64-common (6.0.0-3) ...
20:23:56 [2020-09-10T20:23:56.212Z] 
20:23:56 [2020-09-10T20:23:56.212Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:23:56 [2020-09-10T20:23:56.212Z] #39 52.16   HOSTCC   compel/src/lib/log-host.o
20:23:56 [2020-09-10T20:23:56.472Z] #39 52.48   HOSTLINK compel/compel-host-bin
20:23:56 [2020-09-10T20:23:56.731Z] #39 52.62   DEP      soccr/soccr.d
20:23:56 [2020-09-10T20:23:56.731Z] #39 52.70   CC       soccr/soccr.o
20:23:56 [2020-09-10T20:23:56.990Z] #39 ...
20:23:56 [2020-09-10T20:23:56.990Z] 
20:23:56 [2020-09-10T20:23:56.990Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:23:56 [2020-09-10T20:23:56.990Z] #13 0.896 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:23:56 [2020-09-10T20:23:56.990Z] #13 DONE 1.0s
20:23:57 [2020-09-10T20:23:57.207Z] #11 ...
20:23:57 [2020-09-10T20:23:57.207Z] 
20:23:57 [2020-09-10T20:23:57.207Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:23:57 [2020-09-10T20:23:57.207Z] #29 47.75 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
20:23:57 [2020-09-10T20:23:57.207Z] #29 48.01 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
20:23:57 [2020-09-10T20:23:57.207Z] #29 48.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
20:23:57 [2020-09-10T20:23:57.207Z] #29 ...
20:23:57 [2020-09-10T20:23:57.207Z] 
20:23:57 [2020-09-10T20:23:57.207Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:57 [2020-09-10T20:23:57.207Z] #33 53.50 Selecting previously unselected package libxml2:ppc64el.
20:23:57 [2020-09-10T20:23:57.207Z] #33 53.53 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 53.54 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 54.57 Selecting previously unselected package libarchive13:ppc64el.
20:23:57 [2020-09-10T20:23:57.207Z] #33 54.58 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 54.58 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.02 Selecting previously unselected package libjsoncpp1:ppc64el.
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.03 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.04 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.29 Selecting previously unselected package librhash0:ppc64el.
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.32 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.33 Unpacking librhash0:ppc64el (1.3.8-1) ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.53 Selecting previously unselected package libuv1:ppc64el.
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.55 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.56 Unpacking libuv1:ppc64el (1.24.1-1) ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.81 Selecting previously unselected package cmake.
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.82 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
20:23:57 [2020-09-10T20:23:57.207Z] #33 55.83 Unpacking cmake (3.13.4-1) ...
20:23:57 [2020-09-10T20:23:57.221Z] #33 ...
20:23:57 [2020-09-10T20:23:57.222Z] 
20:23:57 [2020-09-10T20:23:57.222Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:23:57 [2020-09-10T20:23:57.222Z] #47 61.86 context
20:23:57 [2020-09-10T20:23:57.222Z] #47 62.87 os
20:23:57 [2020-09-10T20:23:57.222Z] #47 65.30 encoding/binary
20:23:57 [2020-09-10T20:23:57.222Z] #47 66.79 fmt
20:23:57 [2020-09-10T20:23:57.222Z] #47 67.21 encoding/base64
20:23:57 [2020-09-10T20:23:57.222Z] #47 68.02 path/filepath
20:23:57 [2020-09-10T20:23:57.222Z] #47 69.45 golang.org/x/sys/unix
20:23:57 [2020-09-10T20:23:57.222Z] #47 ...
20:23:57 [2020-09-10T20:23:57.222Z] 
20:23:57 [2020-09-10T20:23:57.222Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:57 [2020-09-10T20:23:57.222Z] #41 72.07 regexp
20:23:57 [2020-09-10T20:23:57.250Z] 
20:23:57 [2020-09-10T20:23:57.250Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:23:57 [2020-09-10T20:23:57.344Z] #41 ...
20:23:57 [2020-09-10T20:23:57.344Z] 
20:23:57 [2020-09-10T20:23:57.344Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:57 [2020-09-10T20:23:57.344Z] #25 2.907 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:23:57 [2020-09-10T20:23:57.344Z] #25 3.234 
20:23:57 [2020-09-10T20:23:57.344Z] #25 3.538 
                                                                           0.0%
####                                                                       6.8%
#########                                                                 13.2%
############                                                              17.3%
#################                                                         23.9%
#######################                                                   32.1%
############################                                              39.4%
#################################                                         46.5%
#####################################                                     52.5%
###########################################                               61.1%
##################################################                        70.6%
##########################################################                80.8%
##################################################################        91.7%
######################################################################    98.4%
######################################################################## 100.0%
20:23:57 [2020-09-10T20:23:57.344Z] #25 5.393 
20:23:57 [2020-09-10T20:23:57.344Z] #25 5.735 #=#=#                                                                         

##############################                                            41.7%
#######################################################                   77.7%
######################################################################## 100.0%
20:23:57 [2020-09-10T20:23:57.344Z] #25 6.458 
20:23:57 [2020-09-10T20:23:57.344Z] #25 6.747 
                                                                           0.2%
####                                                                       5.7%
#############                                                             18.1%
20:23:57 [2020-09-10T20:23:57.344Z] #25 ...
20:23:57 [2020-09-10T20:23:57.344Z] 
20:23:57 [2020-09-10T20:23:57.344Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.799 + RM_GOPATH=0
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.799 + TMP_GOPATH=
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.799 + : /build
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.799 + '[' -z '' ']'
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.799 ++ mktemp -d
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.802 + export GOPATH=/tmp/tmp.BcSjqahjVA
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.802 + GOPATH=/tmp/tmp.BcSjqahjVA
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.802 + RM_GOPATH=1
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.802 + case "$(go env GOARCH)" in
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.802 ++ go env GOARCH
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.846 + export GO_BUILDMODE=-buildmode=pie
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.846 + GO_BUILDMODE=-buildmode=pie
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.856 ++ dirname /tmp/install/install.sh
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + dir=/tmp/install
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + bin=containerd
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + shift
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + '[' '!' -f /tmp/install/containerd.installer ']'
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + . /tmp/install/containerd.installer
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 ++ set -e
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 ++ : 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + install_containerd
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + echo 'Install containerd version 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a'
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.871 + git clone https://github.com/containerd/containerd.git /tmp/tmp.BcSjqahjVA/src/github.com/containerd/containerd
20:23:57 [2020-09-10T20:23:57.344Z] #52 1.887 Cloning into '/tmp/tmp.BcSjqahjVA/src/github.com/containerd/containerd'...
20:23:57 [2020-09-10T20:23:57.509Z] #33 ...
20:23:57 [2020-09-10T20:23:57.509Z] 
20:23:57 [2020-09-10T20:23:57.509Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:57 [2020-09-10T20:23:57.509Z] #42 48.18 internal/reflectlite
20:23:57 [2020-09-10T20:23:57.509Z] #42 48.20 sync
20:23:57 [2020-09-10T20:23:57.509Z] #42 50.97 internal/singleflight
20:23:57 [2020-09-10T20:23:57.509Z] #42 50.98 math/rand
20:23:57 [2020-09-10T20:23:57.509Z] #42 51.04 github.com/LK4D4/vndr/godl/singleflight
20:23:57 [2020-09-10T20:23:57.509Z] #42 55.23 sort
20:23:57 [2020-09-10T20:23:57.509Z] #42 55.27 strconv
20:23:57 [2020-09-10T20:23:57.509Z] #42 55.28 io
20:23:57 [2020-09-10T20:23:57.509Z] #42 55.42 syscall
20:23:57 [2020-09-10T20:23:57.509Z] #42 ...
20:23:57 [2020-09-10T20:23:57.509Z] 
20:23:57 [2020-09-10T20:23:57.509Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:57 [2020-09-10T20:23:57.509Z] #26 19.87 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:23:57 [2020-09-10T20:23:57.611Z] #52 ...
20:23:57 [2020-09-10T20:23:57.611Z] 
20:23:57 [2020-09-10T20:23:57.611Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:23:57 [2020-09-10T20:23:57.611Z] #25 6.747 
                                                                           0.2%
####                                                                       5.7%
#############                                                             18.1%
##############################                                            42.4%
######################################################                    75.7%
######################################################################## 100.0%
20:23:57 [2020-09-10T20:23:57.791Z] #41 72.94 flag
20:23:57 [2020-09-10T20:23:57.875Z] #25 7.470 
20:23:58 [2020-09-10T20:23:58.176Z] #26 20.38 #=#=#                                                                         
20:23:58 [2020-09-10T20:23:58.190Z] #14 DONE 1.0s
20:23:58 [2020-09-10T20:23:58.190Z] 
20:23:58 [2020-09-10T20:23:58.190Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:23:58 [2020-09-10T20:23:58.475Z] #26 20.64 
#######                                                                   10.0%
####################################################################      95.0%
######################################################################## 100.0%
20:23:58 [2020-09-10T20:23:58.777Z] #26 20.95 
20:23:58 [2020-09-10T20:23:58.777Z] #26 ...
20:23:58 [2020-09-10T20:23:58.777Z] 
20:23:58 [2020-09-10T20:23:58.777Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:23:58 [2020-09-10T20:23:58.777Z] #33 58.90 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 58.92 Setting up xxd (2:8.1.0875-5) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 58.92 Setting up libuv1:ppc64el (1.24.1-1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 58.94 Setting up vim-common (2:8.1.0875-5) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.00 Setting up librhash0:ppc64el (1.3.8-1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.00 Setting up cmake-data (3.13.4-1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.01 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.03 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.04 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.06 Setting up cmake (3.13.4-1) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.06 Processing triggers for libc-bin (2.28-10) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 59.21 Processing triggers for mime-support (3.62) ...
20:23:58 [2020-09-10T20:23:58.777Z] #33 DONE 59.6s
20:23:59 [2020-09-10T20:23:59.080Z] 
20:23:59 [2020-09-10T20:23:59.080Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:23:59 [2020-09-10T20:23:59.128Z] #15 DONE 1.0s
20:23:59 [2020-09-10T20:23:59.128Z] 
20:23:59 [2020-09-10T20:23:59.128Z] #16 [dev-systemd-false  6/26] RUN ldconfig
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.392 + RM_GOPATH=0
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.392 + TMP_GOPATH=
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.392 + : /build
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.393 + '[' -z '' ']'
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.394 ++ mktemp -d
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.395 + export GOPATH=/tmp/tmp.lCJQRAZgPn
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.395 + GOPATH=/tmp/tmp.lCJQRAZgPn
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.395 + RM_GOPATH=1
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.396 + case "$(go env GOARCH)" in
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.396 ++ go env GOARCH
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.426 + export GO_BUILDMODE=-buildmode=pie
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.426 + GO_BUILDMODE=-buildmode=pie
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.427 ++ dirname /tmp/install/install.sh
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.430 + dir=/tmp/install
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.430 + bin=tini
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.430 + shift
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.431 + '[' '!' -f /tmp/install/tini.installer ']'
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.431 + . /tmp/install/tini.installer
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.435 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.436 + install_tini
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.437 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.437 + git clone https://github.com/krallin/tini.git /tmp/tmp.lCJQRAZgPn/tini
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.437 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:23:59 [2020-09-10T20:23:59.382Z] #34 0.441 Cloning into '/tmp/tmp.lCJQRAZgPn/tini'...
20:23:59 [2020-09-10T20:23:59.583Z] c3aff4450246: Verifying Checksum
20:23:59 [2020-09-10T20:23:59.583Z] c3aff4450246: Download complete
20:24:00 [2020-09-10T20:24:00.279Z] #25 7.662 
                                                                           0.0%
#                                                                          2.5%
####                                                                       6.1%
#######                                                                    9.9%
##########                                                                14.5%
###############                                                           21.5%
##################                                                        25.6%
#####################                                                     30.0%
#######################                                                   33.2%
#########################                                                 36.0%
###########################                                               38.4%
##############################                                            42.1%
################################                                          45.1%
###################################                                       49.5%
######################################                                    53.4%
##########################################                                58.5%
#############################################                             63.7%
##################################################                        69.9%
######################################################                    75.9%
##########################################################                81.8%
#############################################################             86.1%
####################################################################      95.3%
######################################################################## 100.0%
20:24:00 [2020-09-10T20:24:00.441Z] #34 1.585 + cd /tmp/tmp.lCJQRAZgPn/tini
20:24:00 [2020-09-10T20:24:00.441Z] #34 1.587 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:24:00 [2020-09-10T20:24:00.441Z] #34 1.606 + cmake .
20:24:00 [2020-09-10T20:24:00.508Z] #16 DONE 1.1s
20:24:00 [2020-09-10T20:24:00.508Z] 
20:24:00 [2020-09-10T20:24:00.508Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:00 [2020-09-10T20:24:00.857Z] #25 10.36 
20:24:00 [2020-09-10T20:24:00.857Z] #25 ...
20:24:00 [2020-09-10T20:24:00.857Z] 
20:24:00 [2020-09-10T20:24:00.857Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:00 [2020-09-10T20:24:00.857Z] #10 36.52 debconf: delaying package configuration, since apt-utils is not installed
20:24:00 [2020-09-10T20:24:00.857Z] #10 36.89 Fetched 73.3 MB in 7s (10.4 MB/s)
20:24:00 [2020-09-10T20:24:00.857Z] #10 37.25 Selecting previously unselected package binutils-mingw-w64-i686.
20:24:00 [2020-09-10T20:24:00.857Z] #10 37.25 (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 ... 15383 files and directories currently installed.)
20:24:00 [2020-09-10T20:24:00.857Z] #10 37.31 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 37.32 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 39.59 Selecting previously unselected package binutils-mingw-w64-x86-64.
20:24:00 [2020-09-10T20:24:00.857Z] #10 39.59 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 39.61 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.08 Selecting previously unselected package binutils-mingw-w64.
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.09 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.10 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.28 Selecting previously unselected package libdevmapper1.02.1:arm64.
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.29 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.57 Selecting previously unselected package dmsetup.
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.57 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.58 Unpacking dmsetup (2:1.02.155-3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.73 Selecting previously unselected package mingw-w64-common.
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.74 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 42.77 Unpacking mingw-w64-common (6.0.0-3) ...
20:24:00 [2020-09-10T20:24:00.857Z] #10 ...
20:24:00 [2020-09-10T20:24:00.857Z] 
20:24:00 [2020-09-10T20:24:00.857Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:24:00 [2020-09-10T20:24:00.857Z] #38 37.94 Selecting previously unselected package libprotobuf-lite17:arm64.
20:24:00 [2020-09-10T20:24:00.857Z] #38 37.94 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 37.95 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 38.09 Selecting previously unselected package libprotobuf-dev:arm64.
20:24:00 [2020-09-10T20:24:00.857Z] #38 38.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 38.12 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.10 Selecting previously unselected package libprotoc17:arm64.
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.11 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.12 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.56 Selecting previously unselected package protobuf-c-compiler.
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.58 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.75 Selecting previously unselected package protobuf-compiler.
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 39.80 Unpacking protobuf-compiler (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.02 Selecting previously unselected package python-pkg-resources.
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.04 Unpacking python-pkg-resources (40.8.0-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.31 Selecting previously unselected package python-six.
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.34 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.34 Unpacking python-six (1.12.0-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.53 Selecting previously unselected package python-protobuf.
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 40.55 Unpacking python-protobuf (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 41.17 Setting up python-pkg-resources (40.8.0-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 43.51 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 43.53 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 43.55 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 43.57 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 43.59 Setting up python-six (1.12.0-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.40 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.41 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.44 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.46 Setting up libcap-dev:arm64 (1:2.25-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.48 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.50 Setting up protobuf-compiler (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.54 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.56 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:24:00 [2020-09-10T20:24:00.857Z] #38 45.60 Setting up python-protobuf (3.6.1.3-2) ...
20:24:01 [2020-09-10T20:24:01.102Z] #41 75.59 go/token
20:24:01 [2020-09-10T20:24:01.120Z] #38 ...
20:24:01 [2020-09-10T20:24:01.120Z] 
20:24:01 [2020-09-10T20:24:01.120Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:01 [2020-09-10T20:24:01.361Z] #41 76.38 go/scanner
20:24:01 [2020-09-10T20:24:01.500Z] #34 2.606 -- The C compiler identification is GNU 8.3.0
20:24:01 [2020-09-10T20:24:01.500Z] #34 2.691 -- Check for working C compiler: /usr/bin/cc
20:24:01 [2020-09-10T20:24:01.656Z] #25 10.62 #=#=#                                                                         
##O#- #                                                                       
20:24:01 [2020-09-10T20:24:01.656Z] #25 ...
20:24:01 [2020-09-10T20:24:01.656Z] 
20:24:01 [2020-09-10T20:24:01.656Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:01 [2020-09-10T20:24:01.656Z] #47 37.31 text/tabwriter
20:24:01 [2020-09-10T20:24:01.656Z] #47 38.83 reflect
20:24:01 [2020-09-10T20:24:01.656Z] #47 38.84 regexp/syntax
20:24:01 [2020-09-10T20:24:01.656Z] #47 44.79 os
20:24:01 [2020-09-10T20:24:01.656Z] #47 46.33 regexp
20:24:01 [2020-09-10T20:24:01.887Z] #17 1.581 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:24:01 [2020-09-10T20:24:01.887Z] #17 1.676 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:01 [2020-09-10T20:24:01.887Z] #17 1.681 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:01 [2020-09-10T20:24:01.919Z] #47 ...
20:24:01 [2020-09-10T20:24:01.919Z] 
20:24:01 [2020-09-10T20:24:01.919Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:02 [2020-09-10T20:24:02.168Z] #34 3.393 -- Check for working C compiler: /usr/bin/cc -- works
20:24:02 [2020-09-10T20:24:02.168Z] #34 3.396 -- Detecting C compiler ABI info
20:24:02 [2020-09-10T20:24:02.184Z] #25 10.62 #=#=#                                                                         
##O#- #                                                                       

                                                                           0.0%
#                                                                          1.4%
#                                                                          2.5%
##                                                                         3.6%
#
20:24:02 [2020-09-10T20:24:02.184Z] #25 ...
20:24:02 [2020-09-10T20:24:02.184Z] 
20:24:02 [2020-09-10T20:24:02.184Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:02 [2020-09-10T20:24:02.184Z] #30 37.84 internal/syscall/unix
20:24:02 [2020-09-10T20:24:02.184Z] #30 40.79 internal/poll
20:24:02 [2020-09-10T20:24:02.184Z] #30 41.76 os
20:24:02 [2020-09-10T20:24:02.184Z] #30 45.18 path/filepath
20:24:02 [2020-09-10T20:24:02.184Z] #30 46.48 io/ioutil
20:24:02 [2020-09-10T20:24:02.184Z] #30 47.41 internal/fmtsort
20:24:02 [2020-09-10T20:24:02.184Z] #30 47.84 fmt
20:24:02 [2020-09-10T20:24:02.184Z] #30 ...
20:24:02 [2020-09-10T20:24:02.184Z] 
20:24:02 [2020-09-10T20:24:02.184Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:02 [2020-09-10T20:24:02.302Z] #41 77.39 internal/lazyregexp
20:24:02 [2020-09-10T20:24:02.456Z] #17 2.209 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:24:02 [2020-09-10T20:24:02.562Z] #41 77.58 net/url
20:24:02 [2020-09-10T20:24:02.821Z] #34 4.032 -- Detecting C compiler ABI info - done
20:24:02 [2020-09-10T20:24:02.821Z] #34 4.089 -- Detecting C compile features
20:24:02 [2020-09-10T20:24:02.822Z] #41 77.74 go/ast
20:24:03 [2020-09-10T20:24:03.392Z] #41 ...
20:24:03 [2020-09-10T20:24:03.392Z] 
20:24:03 [2020-09-10T20:24:03.392Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.452 + RM_GOPATH=0
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.452 + TMP_GOPATH=
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.452 + : /build
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.452 + '[' -z '' ']'
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.452 ++ mktemp -d
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.454 + export GOPATH=/tmp/tmp.oPtsCxuv8e
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.454 + GOPATH=/tmp/tmp.oPtsCxuv8e
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.454 + RM_GOPATH=1
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.454 + case "$(go env GOARCH)" in
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.454 ++ go env GOARCH
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.495 + export GO_BUILDMODE=-buildmode=pie
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.495 + GO_BUILDMODE=-buildmode=pie
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.495 ++ dirname /tmp/install/install.sh
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + dir=/tmp/install
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + bin=tini
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + shift
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + '[' '!' -f /tmp/install/tini.installer ']'
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + . /tmp/install/tini.installer
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + install_tini
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.501 + git clone https://github.com/krallin/tini.git /tmp/tmp.oPtsCxuv8e/tini
20:24:03 [2020-09-10T20:24:03.392Z] #33 2.568 Cloning into '/tmp/tmp.oPtsCxuv8e/tini'...
20:24:03 [2020-09-10T20:24:03.392Z] #33 3.916 + cd /tmp/tmp.oPtsCxuv8e/tini
20:24:03 [2020-09-10T20:24:03.392Z] #33 3.916 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:24:03 [2020-09-10T20:24:03.392Z] #33 3.922 + cmake .
20:24:03 [2020-09-10T20:24:03.392Z] #33 4.916 -- The C compiler identification is GNU 8.3.0
20:24:03 [2020-09-10T20:24:03.392Z] #33 4.974 -- Check for working C compiler: /usr/bin/cc
20:24:03 [2020-09-10T20:24:03.392Z] #33 5.659 -- Check for working C compiler: /usr/bin/cc -- works
20:24:03 [2020-09-10T20:24:03.392Z] #33 5.671 -- Detecting C compiler ABI info
20:24:03 [2020-09-10T20:24:03.392Z] #33 6.296 -- Detecting C compiler ABI info - done
20:24:03 [2020-09-10T20:24:03.392Z] #33 6.356 -- Detecting C compile features
20:24:03 [2020-09-10T20:24:03.393Z] #17 3.268 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:24:03 [2020-09-10T20:24:03.393Z] #17 ...
20:24:03 [2020-09-10T20:24:03.393Z] 
20:24:03 [2020-09-10T20:24:03.393Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:03 [2020-09-10T20:24:03.393Z] #49 1.490 + RM_GOPATH=0
20:24:03 [2020-09-10T20:24:03.393Z] #49 1.490 + TMP_GOPATH=
20:24:03 [2020-09-10T20:24:03.393Z] #49 1.490 + : /build
20:24:03 [2020-09-10T20:24:03.393Z] #49 1.490 + '[' -z '' ']'
20:24:03 [2020-09-10T20:24:03.393Z] #49 1.497 ++ mktemp -d
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.500 + export GOPATH=/tmp/tmp.ZyVaj0Vrzh
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.500 + GOPATH=/tmp/tmp.ZyVaj0Vrzh
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.500 + RM_GOPATH=1
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.501 + case "$(go env GOARCH)" in
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.502 ++ go env GOARCH
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.529 + export GO_BUILDMODE=-buildmode=pie
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.529 + GO_BUILDMODE=-buildmode=pie
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.530 ++ dirname /tmp/install/install.sh
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + dir=/tmp/install
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + bin=runc
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + shift
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + . /tmp/install/runc.installer
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.535 + install_runc
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.541 + uname -r
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.542 + grep -q '^3\.10\.0.*\.el7\.'
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.544 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.544 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.544 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZyVaj0Vrzh/src/github.com/opencontainers/runc
20:24:03 [2020-09-10T20:24:03.394Z] #49 1.550 Cloning into '/tmp/tmp.ZyVaj0Vrzh/src/github.com/opencontainers/runc'...
20:24:03 [2020-09-10T20:24:03.394Z] #49 10.00 + cd /tmp/tmp.ZyVaj0Vrzh/src/github.com/opencontainers/runc
20:24:03 [2020-09-10T20:24:03.394Z] #49 10.00 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:03 [2020-09-10T20:24:03.653Z] #49 ...
20:24:03 [2020-09-10T20:24:03.653Z] 
20:24:03 [2020-09-10T20:24:03.653Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:03 [2020-09-10T20:24:03.653Z] #39 54.69   AR       soccr/libsoccr.a
20:24:03 [2020-09-10T20:24:03.653Z] #39 54.74 make[1]: 'soccr/libsoccr.a' is up to date.
20:24:03 [2020-09-10T20:24:03.653Z] #39 55.38   DEP      criu/arch/x86/sigframe.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 55.50   DEP      criu/arch/x86/sigaction_compat.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 55.60   DEP      criu/arch/x86/kerndat.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 55.83   DEP      criu/arch/x86/crtools.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 56.01   DEP      criu/arch/x86/cpu.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 56.19   CC       criu/arch/x86/cpu.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 57.28   CC       criu/arch/x86/crtools.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 58.49   CC       criu/arch/x86/kerndat.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 58.89   CC       criu/arch/x86/sigaction_compat.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.17   CC       criu/arch/x86/sigframe.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.45   LINK     criu/arch/x86/crtools.built-in.o
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.49   DEP      criu/pie/util-vdso-elf32.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.61   DEP      criu/pie/util-vdso.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.68   DEP      criu/pie/util.d
20:24:03 [2020-09-10T20:24:03.653Z] #39 59.83   CC       criu/pie/util.o
20:24:03 [2020-09-10T20:24:03.912Z] #39 ...
20:24:03 [2020-09-10T20:24:03.912Z] 
20:24:03 [2020-09-10T20:24:03.912Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:03 [2020-09-10T20:24:03.912Z] #41 121.3 net/http/httptrace
20:24:03 [2020-09-10T20:24:03.912Z] #41 121.7 net/http
20:24:03 [2020-09-10T20:24:03.912Z] #41 ...
20:24:03 [2020-09-10T20:24:03.912Z] 
20:24:03 [2020-09-10T20:24:03.912Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:03 [2020-09-10T20:24:03.912Z] #39 60.09   CC       criu/pie/util-vdso.o
20:24:03 [2020-09-10T20:24:03.961Z] #33 8.749 -- Detecting C compile features - done
20:24:03 [2020-09-10T20:24:03.961Z] #33 8.804 -- Performing Test HAS_BUILTIN_FORTIFY
20:24:04 [2020-09-10T20:24:04.232Z] #33 8.996 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:24:04 [2020-09-10T20:24:04.232Z] #33 9.101 -- Configuring done
20:24:04 [2020-09-10T20:24:04.232Z] #33 9.127 -- Generating done
20:24:04 [2020-09-10T20:24:04.232Z] #33 9.133 -- Build files have been written to: /tmp/tmp.oPtsCxuv8e/tini
20:24:04 [2020-09-10T20:24:04.232Z] #33 9.155 + make tini-static
20:24:04 [2020-09-10T20:24:04.368Z] #34 ...
20:24:04 [2020-09-10T20:24:04.368Z] 
20:24:04 [2020-09-10T20:24:04.368Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:24:04 [2020-09-10T20:24:04.368Z] #39 54.92 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 54.93 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 54.93 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 54.94 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 54.94 Setting up python-six (1.12.0-1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.58 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.59 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.63 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.63 Setting up libcap-dev:ppc64el (1:2.25-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.64 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.64 Setting up protobuf-compiler (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.66 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.67 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.69 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 59.70 Setting up python-protobuf (3.6.1.3-2) ...
20:24:04 [2020-09-10T20:24:04.368Z] #39 ...
20:24:04 [2020-09-10T20:24:04.368Z] 
20:24:04 [2020-09-10T20:24:04.368Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:04 [2020-09-10T20:24:04.368Z] #48 55.16 sort
20:24:04 [2020-09-10T20:24:04.368Z] #48 55.16 io
20:24:04 [2020-09-10T20:24:04.368Z] #48 55.18 strconv
20:24:04 [2020-09-10T20:24:04.368Z] #48 55.19 syscall
20:24:04 [2020-09-10T20:24:04.368Z] #48 59.57 strings
20:24:04 [2020-09-10T20:24:04.368Z] #48 59.59 bytes
20:24:04 [2020-09-10T20:24:04.669Z] #48 ...
20:24:04 [2020-09-10T20:24:04.669Z] 
20:24:04 [2020-09-10T20:24:04.669Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:04 [2020-09-10T20:24:04.669Z] #26 22.27 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:24:04 [2020-09-10T20:24:04.669Z] #26 22.39 skipping existing 5cb8031fd95d
20:24:04 [2020-09-10T20:24:04.669Z] #26 22.57 
20:24:04 [2020-09-10T20:24:04.669Z] #26 24.55 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:24:04 [2020-09-10T20:24:04.669Z] #26 24.65 skipping existing 283607eaa57e
20:24:04 [2020-09-10T20:24:04.669Z] #26 24.83 
20:24:04 [2020-09-10T20:24:04.669Z] #26 26.26 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:24:04 [2020-09-10T20:24:04.669Z] #26 26.68 
20:24:04 [2020-09-10T20:24:04.669Z] #26 26.85 
######################################################################## 100.0%
20:24:04 [2020-09-10T20:24:04.669Z] #26 26.98 
20:24:04 [2020-09-10T20:24:04.669Z] #26 27.06 Download of images into '/build' complete.
20:24:04 [2020-09-10T20:24:04.669Z] #26 27.06 Use something like the following to load the result into a Docker daemon:
20:24:04 [2020-09-10T20:24:04.669Z] #26 27.06   tar -cC '/build' . | docker load
20:24:04 [2020-09-10T20:24:04.671Z] #25 10.62 #=#=#                                                                         
##O#- #                                                                       

                                                                           0.0%
#                                                                          1.4%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        5.2%
####                                                                       6.4%
#####                                                                      8.1%
######                                                                     9.3%
#######                                                                   10.2%
#########                                                                 12.6%
#########                                                                 13.0%
##########                                                                14.2%
###########                                                               15.6%
###########                                                               16.6%
############                                                              17.3%
#############                                                             18.6%
#############                                                             19.4%
###############                                                           21.0%
###############                                                           21.7%
################                                                          23.0%
#################                                                         24.3%
##################                                                        25.7%
###################                                                       27.2%
20:24:04 [2020-09-10T20:24:04.671Z] #25 ...
20:24:04 [2020-09-10T20:24:04.671Z] 
20:24:04 [2020-09-10T20:24:04.671Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:24:04 [2020-09-10T20:24:04.671Z] #32 39.93 Selecting previously unselected package libicu63:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 39.96 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 39.98 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 44.34 Selecting previously unselected package libxml2:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 44.35 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 44.41 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.15 Selecting previously unselected package libarchive13:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.19 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.67 Selecting previously unselected package libjsoncpp1:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.68 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.69 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.88 Selecting previously unselected package librhash0:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.89 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 45.89 Unpacking librhash0:arm64 (1.3.8-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.11 Selecting previously unselected package libuv1:arm64.
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.12 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.14 Unpacking libuv1:arm64 (1.24.1-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.40 Selecting previously unselected package cmake.
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.42 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 46.43 Unpacking cmake (3.13.4-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.54 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.55 Setting up xxd (2:8.1.0875-5) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.61 Setting up libuv1:arm64 (1.24.1-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.62 Setting up vim-common (2:8.1.0875-5) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.68 Setting up librhash0:arm64 (1.3.8-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.71 Setting up cmake-data (3.13.4-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.75 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.77 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.78 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.80 Setting up cmake (3.13.4-1) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.82 Processing triggers for libc-bin (2.28-10) ...
20:24:04 [2020-09-10T20:24:04.671Z] #32 48.95 Processing triggers for mime-support (3.62) ...
20:24:04 [2020-09-10T20:24:04.802Z] #33 9.599 Scanning dependencies of target tini-static
20:24:04 [2020-09-10T20:24:04.802Z] #33 9.719 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:24:04 [2020-09-10T20:24:04.802Z] #33 ...
20:24:04 [2020-09-10T20:24:04.802Z] 
20:24:04 [2020-09-10T20:24:04.802Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:04 [2020-09-10T20:24:04.802Z] #41 79.78 text/template/parse
20:24:04 [2020-09-10T20:24:04.849Z] #39 60.76   CC       criu/pie/util-vdso-elf32.o
20:24:04 [2020-09-10T20:24:04.937Z] #32 ...
20:24:04 [2020-09-10T20:24:04.937Z] 
20:24:04 [2020-09-10T20:24:04.937Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:04 [2020-09-10T20:24:04.972Z] #26 DONE 27.1s
20:24:04 [2020-09-10T20:24:04.972Z] 
20:24:04 [2020-09-10T20:24:04.972Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:04 [2020-09-10T20:24:04.972Z] #34 5.957 -- Detecting C compile features - done
20:24:04 [2020-09-10T20:24:04.972Z] #34 6.003 -- Performing Test HAS_BUILTIN_FORTIFY
20:24:05 [2020-09-10T20:24:05.274Z] #34 6.314 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:24:05 [2020-09-10T20:24:05.274Z] #34 6.591 -- Configuring done
20:24:05 [2020-09-10T20:24:05.371Z] #41 ...
20:24:05 [2020-09-10T20:24:05.371Z] 
20:24:05 [2020-09-10T20:24:05.371Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:05 [2020-09-10T20:24:05.371Z] #39 4.551 Note: Building without setproctitle() and strlcpy() support.
20:24:05 [2020-09-10T20:24:05.371Z] #39 4.551       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:24:05 [2020-09-10T20:24:05.371Z] #39 4.568 Note: Building without GnuTLS support
20:24:05 [2020-09-10T20:24:05.371Z] #39 4.582 Makefile.config:39: Warn: you have no libnftables installed
20:24:05 [2020-09-10T20:24:05.371Z] #39 4.582 Makefile.config:40: Warn: Building without nftables support
20:24:05 [2020-09-10T20:24:05.371Z] #39 6.913 fatal: not a git repository (or any of the parent directories): .git
20:24:05 [2020-09-10T20:24:05.371Z] #39 6.983   GEN      .gitid
20:24:05 [2020-09-10T20:24:05.371Z] #39 7.012   GEN      criu/include/version.h
20:24:05 [2020-09-10T20:24:05.371Z] #39 7.080   GEN      include/common/asm
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.660   PBCC     images/timens.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.714   DEP      images/timens.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.773   PBCC     images/fown.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.844   PBCC     images/google/protobuf/descriptor.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.939   PBCC     images/opts.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 8.977   PBCC     images/memfd.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.043   DEP      images/fown.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.123   DEP      images/google/protobuf/descriptor.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.231   DEP      images/opts.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.300   DEP      images/memfd.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.443   PBCC     images/sit.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.524   DEP      images/sit.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.593   PBCC     images/macvlan.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.624   DEP      images/macvlan.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.684   PBCC     images/autofs.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.760   DEP      images/autofs.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.822   PBCC     images/sysctl.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.892   DEP      images/sysctl.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.955   PBCC     images/time.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 9.986   DEP      images/time.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 10.07   PBCC     images/binfmt-misc.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 10.12   DEP      images/binfmt-misc.pb-c.d
20:24:05 [2020-09-10T20:24:05.371Z] #39 10.18   PBCC     images/seccomp.pb-c.c
20:24:05 [2020-09-10T20:24:05.371Z] #39 10.19   DEP      images/seccomp.pb-c.d
20:24:05 [2020-09-10T20:24:05.418Z] #39 61.48   AR       criu/pie/pie.lib.a
20:24:05 [2020-09-10T20:24:05.418Z] #39 61.52   DEP      criu/pie/restorer.d
20:24:05 [2020-09-10T20:24:05.606Z] #34 6.648 -- Generating done
20:24:05 [2020-09-10T20:24:05.606Z] #34 6.661 -- Build files have been written to: /tmp/tmp.lCJQRAZgPn/tini
20:24:05 [2020-09-10T20:24:05.606Z] #34 6.694 + make tini-static
20:24:05 [2020-09-10T20:24:05.606Z] #34 ...
20:24:05 [2020-09-10T20:24:05.606Z] 
20:24:05 [2020-09-10T20:24:05.606Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:24:05 [2020-09-10T20:24:05.606Z] #39 66.26 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
20:24:05 [2020-09-10T20:24:05.606Z] #39 66.27 Processing triggers for libc-bin (2.28-10) ...
20:24:05 [2020-09-10T20:24:05.606Z] #39 DONE 66.5s
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.28   PBCC     images/userns.pb-c.c
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.35   DEP      images/userns.pb-c.d
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.46   PBCC     images/cgroup.pb-c.c
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.53   DEP      images/cgroup.pb-c.d
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.60   PBCC     images/ext-file.pb-c.c
20:24:05 [2020-09-10T20:24:05.631Z] #39 10.64   DEP      images/ext-file.pb-c.d
20:24:05 [2020-09-10T20:24:05.678Z] #39 61.68   DEP      criu/arch/x86/sigaction_compat_pie.d
20:24:05 [2020-09-10T20:24:05.891Z] #39 ...
20:24:05 [2020-09-10T20:24:05.891Z] 
20:24:05 [2020-09-10T20:24:05.891Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:05 [2020-09-10T20:24:05.891Z] #30 72.96 log
20:24:05 [2020-09-10T20:24:05.891Z] #30 76.18 github.com/BurntSushi/toml/cmd/tomlv
20:24:05 [2020-09-10T20:24:05.891Z] #30 DONE 80.9s
20:24:05 [2020-09-10T20:24:05.891Z] 
20:24:05 [2020-09-10T20:24:05.891Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:05 [2020-09-10T20:24:05.891Z] #39 10.70   PBCC     images/rpc.pb-c.c
20:24:05 [2020-09-10T20:24:05.891Z] #39 ...
20:24:05 [2020-09-10T20:24:05.891Z] 
20:24:05 [2020-09-10T20:24:05.891Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:05 [2020-09-10T20:24:05.891Z] #47 72.97 encoding/json
20:24:05 [2020-09-10T20:24:05.891Z] #47 79.95 github.com/pkg/diff
20:24:05 [2020-09-10T20:24:05.891Z] #47 80.34 go/ast
20:24:05 [2020-09-10T20:24:05.908Z] 
20:24:05 [2020-09-10T20:24:05.908Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:05 [2020-09-10T20:24:05.937Z] #39 61.77   DEP      criu/arch/x86/restorer_unmap.d
20:24:05 [2020-09-10T20:24:05.937Z] #39 61.80   DEP      criu/arch/x86/restorer.d
20:24:05 [2020-09-10T20:24:05.937Z] #39 61.95   DEP      criu/arch/x86/vdso-pie.d
20:24:06 [2020-09-10T20:24:06.151Z] #47 ...
20:24:06 [2020-09-10T20:24:06.151Z] 
20:24:06 [2020-09-10T20:24:06.151Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:06 [2020-09-10T20:24:06.151Z] #39 10.84   DEP      images/rpc.pb-c.d
20:24:06 [2020-09-10T20:24:06.151Z] #39 10.96   PBCC     images/siginfo.pb-c.c
20:24:06 [2020-09-10T20:24:06.151Z] #39 11.00   DEP      images/siginfo.pb-c.d
20:24:06 [2020-09-10T20:24:06.151Z] #39 11.04   PBCC     images/pagemap.pb-c.c
20:24:06 [2020-09-10T20:24:06.196Z] #39 62.09   DEP      criu/pie/parasite-vdso.d
20:24:06 [2020-09-10T20:24:06.196Z] #39 62.21   DEP      criu/pie/parasite.d
20:24:06 [2020-09-10T20:24:06.411Z] #39 11.12   DEP      images/pagemap.pb-c.d
20:24:06 [2020-09-10T20:24:06.411Z] #39 11.18   PBCC     images/rlimit.pb-c.c
20:24:06 [2020-09-10T20:24:06.411Z] #39 11.23   DEP      images/rlimit.pb-c.d
20:24:06 [2020-09-10T20:24:06.411Z] #39 11.29   PBCC     images/file-lock.pb-c.c
20:24:06 [2020-09-10T20:24:06.411Z] #39 11.37   DEP      images/file-lock.pb-c.d
20:24:06 [2020-09-10T20:24:06.455Z] #39 62.43   CC       criu/pie/parasite.o
20:24:06 [2020-09-10T20:24:06.560Z] #40 ...
20:24:06 [2020-09-10T20:24:06.560Z] 
20:24:06 [2020-09-10T20:24:06.560Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:06 [2020-09-10T20:24:06.560Z] #31 57.10 bytes
20:24:06 [2020-09-10T20:24:06.560Z] #31 57.11 strings
20:24:06 [2020-09-10T20:24:06.560Z] #31 64.29 bufio
20:24:06 [2020-09-10T20:24:06.560Z] #31 65.07 reflect
20:24:06 [2020-09-10T20:24:06.560Z] #31 ...
20:24:06 [2020-09-10T20:24:06.560Z] 
20:24:06 [2020-09-10T20:24:06.560Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:06 [2020-09-10T20:24:06.560Z] #34 7.274 Scanning dependencies of target tini-static
20:24:06 [2020-09-10T20:24:06.560Z] #34 7.388 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:24:06 [2020-09-10T20:24:06.672Z] #39 11.53   PBCC     images/tty.pb-c.c
20:24:06 [2020-09-10T20:24:06.672Z] #39 11.61   DEP      images/tty.pb-c.d
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.65   PBCC     images/tun.pb-c.c
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.70   PBCC     images/netdev.pb-c.c
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.75   DEP      images/tun.pb-c.d
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.79   DEP      images/netdev.pb-c.d
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.84   PBCC     images/vma.pb-c.c
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.89   DEP      images/vma.pb-c.d
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.94   PBCC     images/creds.pb-c.c
20:24:06 [2020-09-10T20:24:06.932Z] #39 11.96   DEP      images/creds.pb-c.d
20:24:07 [2020-09-10T20:24:07.194Z] #39 11.98   PBCC     images/utsns.pb-c.c
20:24:07 [2020-09-10T20:24:07.194Z] #39 12.00   DEP      images/utsns.pb-c.d
20:24:07 [2020-09-10T20:24:07.194Z] #39 12.10   PBCC     images/ipc-desc.pb-c.c
20:24:07 [2020-09-10T20:24:07.194Z] #39 12.11   PBCC     images/ipc-sem.pb-c.c
20:24:07 [2020-09-10T20:24:07.194Z] #39 12.15   DEP      images/ipc-desc.pb-c.d
20:24:07 [2020-09-10T20:24:07.454Z] #39 ...
20:24:07 [2020-09-10T20:24:07.454Z] 
20:24:07 [2020-09-10T20:24:07.454Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:07 [2020-09-10T20:24:07.454Z] #33 11.60 [100%] Linking C executable tini-static
20:24:07 [2020-09-10T20:24:07.454Z] #33 12.00 [100%] Built target tini-static
20:24:07 [2020-09-10T20:24:07.454Z] #33 12.12 + mkdir -p /build
20:24:07 [2020-09-10T20:24:07.454Z] #33 12.12 + cp tini-static /build/docker-init
20:24:07 [2020-09-10T20:24:07.454Z] #33 DONE 12.2s
20:24:07 [2020-09-10T20:24:07.454Z] 
20:24:07 [2020-09-10T20:24:07.454Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:07 [2020-09-10T20:24:07.454Z] #39 12.23   DEP      images/ipc-sem.pb-c.d
20:24:07 [2020-09-10T20:24:07.454Z] #39 12.35   PBCC     images/ipc-msg.pb-c.c
20:24:07 [2020-09-10T20:24:07.454Z] #39 12.36   DEP      images/ipc-msg.pb-c.d
20:24:07 [2020-09-10T20:24:07.454Z] #39 12.43   PBCC     images/ipc-shm.pb-c.c
20:24:07 [2020-09-10T20:24:07.454Z] #39 12.48   DEP      images/ipc-shm.pb-c.d
20:24:07 [2020-09-10T20:24:07.718Z] #39 12.58   PBCC     images/ipc-var.pb-c.c
20:24:07 [2020-09-10T20:24:07.718Z] #39 12.61   DEP      images/ipc-var.pb-c.d
20:24:07 [2020-09-10T20:24:07.718Z] #39 12.71   PBCC     images/sk-opts.pb-c.c
20:24:07 [2020-09-10T20:24:07.735Z] #25 10.62 #=#=#                                                                         
##O#- #                                                                       

                                                                           0.0%
#                                                                          1.4%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        5.2%
####                                                                       6.4%
#####                                                                      8.1%
######                                                                     9.3%
#######                                                                   10.2%
#########                                                                 12.6%
#########                                                                 13.0%
##########                                                                14.2%
###########                                                               15.6%
###########                                                               16.6%
############                                                              17.3%
#############                                                             18.6%
#############                                                             19.4%
###############                                                           21.0%
###############                                                           21.7%
################                                                          23.0%
#################                                                         24.3%
##################                                                        25.7%
###################                                                       27.2%
####################                                                      28.7%
#####################                                                     29.2%
######################                                                    30.9%
########################                                                  33.8%
#########################                                                 34.8%
##########################                                                36.1%
###########################                                               37.6%
###########################                                               38.8%
#############################                                             40.9%
###############################                                           43.1%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        47.3%
###################################                                       49.0%
####################################                                      50.0%
#####################################                                     52.6%
#######################################                                   54.6%
#######################################                                   55.4%
########################################                                  56.8%
#########################################                                 57.8%
##########################################                                59.1%
###########################################                               60.8%
############################################                              61.6%
############################################                              62.5%
#############################################                             63.2%
###############################################                           66.1%
################################################                          67.3%
#
20:24:07 [2020-09-10T20:24:07.735Z] #25 ...
20:24:07 [2020-09-10T20:24:07.735Z] 
20:24:07 [2020-09-10T20:24:07.735Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:07 [2020-09-10T20:24:07.735Z] #41 43.33 regexp
20:24:07 [2020-09-10T20:24:07.735Z] #41 44.58 os
20:24:07 [2020-09-10T20:24:07.735Z] #41 47.63 github.com/LK4D4/vndr/versioned
20:24:07 [2020-09-10T20:24:07.735Z] #41 48.24 internal/lazyregexp
20:24:07 [2020-09-10T20:24:07.735Z] #41 48.28 os/exec
20:24:07 [2020-09-10T20:24:07.735Z] #41 48.32 net
20:24:07 [2020-09-10T20:24:07.735Z] #41 50.80 encoding/binary
20:24:07 [2020-09-10T20:24:07.735Z] #41 50.82 go/token
20:24:07 [2020-09-10T20:24:07.735Z] #41 50.83 flag
20:24:07 [2020-09-10T20:24:07.735Z] #41 52.13 go/scanner
20:24:07 [2020-09-10T20:24:07.735Z] #41 ...
20:24:07 [2020-09-10T20:24:07.735Z] 
20:24:07 [2020-09-10T20:24:07.735Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:07 [2020-09-10T20:24:07.834Z] #39 63.64   LINK     criu/pie/parasite.built-in.o
20:24:07 [2020-09-10T20:24:07.834Z] #39 63.67   GEN      criu/pie/parasite-blob.h
20:24:07 [2020-09-10T20:24:07.834Z] #39 63.69   CC       criu/pie/parasite-vdso.o
20:24:07 [2020-09-10T20:24:07.978Z] #39 12.76   PBCC     images/packet-sock.pb-c.c
20:24:07 [2020-09-10T20:24:07.978Z] #39 12.89   DEP      images/sk-opts.pb-c.d
20:24:08 [2020-09-10T20:24:08.238Z] #39 13.00   DEP      images/packet-sock.pb-c.d
20:24:08 [2020-09-10T20:24:08.238Z] #39 13.10   PBCC     images/sk-netlink.pb-c.c
20:24:08 [2020-09-10T20:24:08.238Z] #39 13.14   DEP      images/sk-netlink.pb-c.d
20:24:08 [2020-09-10T20:24:08.238Z] #39 13.19   PBCC     images/sk-inet.pb-c.c
20:24:08 [2020-09-10T20:24:08.403Z] #39 64.42   CC       criu/arch/x86/vdso-pie.o
20:24:08 [2020-09-10T20:24:08.499Z] #39 13.37   DEP      images/sk-inet.pb-c.d
20:24:08 [2020-09-10T20:24:08.499Z] #39 13.44   PBCC     images/sk-unix.pb-c.c
20:24:08 [2020-09-10T20:24:08.499Z] #39 13.47   DEP      images/sk-unix.pb-c.d
20:24:08 [2020-09-10T20:24:08.499Z] #39 13.52   PBCC     images/mm.pb-c.c
20:24:08 [2020-09-10T20:24:08.662Z] #39 64.71   CC       criu/arch/x86/restorer.o
20:24:08 [2020-09-10T20:24:08.674Z] #34 9.653 [100%] Linking C executable tini-static
20:24:08 [2020-09-10T20:24:08.674Z] #34 ...
20:24:08 [2020-09-10T20:24:08.674Z] 
20:24:08 [2020-09-10T20:24:08.674Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:08 [2020-09-10T20:24:08.674Z] #42 59.43 vendor/golang.org/x/net/dns/dnsmessage
20:24:08 [2020-09-10T20:24:08.674Z] #42 60.43 bytes
20:24:08 [2020-09-10T20:24:08.674Z] #42 67.49 bufio
20:24:08 [2020-09-10T20:24:08.674Z] #42 ...
20:24:08 [2020-09-10T20:24:08.674Z] 
20:24:08 [2020-09-10T20:24:08.674Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:08 [2020-09-10T20:24:08.674Z] #40 2.081 Note: Building without setproctitle() and strlcpy() support.
20:24:08 [2020-09-10T20:24:08.674Z] #40 2.082       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:24:08 [2020-09-10T20:24:08.674Z] #40 2.126 Note: Building without GnuTLS support
20:24:08 [2020-09-10T20:24:08.674Z] #40 2.150 Makefile.config:39: Warn: you have no libnftables installed
20:24:08 [2020-09-10T20:24:08.674Z] #40 2.168 Makefile.config:40: Warn: Building without nftables support
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.56   DEP      images/mm.pb-c.d
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.60   PBCC     images/timerfd.pb-c.c
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.62   DEP      images/timerfd.pb-c.d
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.65   PBCC     images/timer.pb-c.c
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.65   DEP      images/timer.pb-c.d
20:24:08 [2020-09-10T20:24:08.759Z] #39 13.72   PBCC     images/sa.pb-c.c
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.76   DEP      images/sa.pb-c.d
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.80   PBCC     images/pipe-data.pb-c.c
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.83   DEP      images/pipe-data.pb-c.d
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.87   PBCC     images/mnt.pb-c.c
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.91   DEP      images/mnt.pb-c.d
20:24:09 [2020-09-10T20:24:09.019Z] #39 13.99   PBCC     images/sk-packet.pb-c.c
20:24:09 [2020-09-10T20:24:09.230Z] #39 65.22   CC       criu/arch/x86/restorer_unmap.o
20:24:09 [2020-09-10T20:24:09.230Z] #39 65.26   CC       criu/arch/x86/sigaction_compat_pie.o
20:24:09 [2020-09-10T20:24:09.279Z] #39 14.01   DEP      images/sk-packet.pb-c.d
20:24:09 [2020-09-10T20:24:09.279Z] #39 14.04   PBCC     images/tcp-stream.pb-c.c
20:24:09 [2020-09-10T20:24:09.279Z] #39 14.08   DEP      images/tcp-stream.pb-c.d
20:24:09 [2020-09-10T20:24:09.279Z] #39 14.12   PBCC     images/pipe.pb-c.c
20:24:09 [2020-09-10T20:24:09.279Z] #39 14.23   DEP      images/pipe.pb-c.d
20:24:09 [2020-09-10T20:24:09.490Z] #39 65.48   CC       criu/pie/restorer.o
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.27   PBCC     images/pstree.pb-c.c
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.30   DEP      images/pstree.pb-c.d
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.35   PBCC     images/fs.pb-c.c
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.37   DEP      images/fs.pb-c.d
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.41   PBCC     images/signalfd.pb-c.c
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.48   DEP      images/signalfd.pb-c.d
20:24:09 [2020-09-10T20:24:09.539Z] #39 14.57   PBCC     images/fh.pb-c.c
20:24:09 [2020-09-10T20:24:09.748Z] #40 ...
20:24:09 [2020-09-10T20:24:09.748Z] 
20:24:09 [2020-09-10T20:24:09.748Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:09 [2020-09-10T20:24:09.748Z] #34 10.43 [100%] Built target tini-static
20:24:09 [2020-09-10T20:24:09.748Z] #34 10.51 + mkdir -p /build
20:24:09 [2020-09-10T20:24:09.748Z] #34 10.51 + cp tini-static /build/docker-init
20:24:09 [2020-09-10T20:24:09.748Z] #34 DONE 10.7s
20:24:09 [2020-09-10T20:24:09.748Z] 
20:24:09 [2020-09-10T20:24:09.748Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:09 [2020-09-10T20:24:09.748Z] #42 69.74 reflect
20:24:09 [2020-09-10T20:24:09.799Z] #39 14.60   PBCC     images/fsnotify.pb-c.c
20:24:09 [2020-09-10T20:24:09.799Z] #39 14.64   DEP      images/fh.pb-c.d
20:24:09 [2020-09-10T20:24:09.799Z] #39 14.66   DEP      images/fsnotify.pb-c.d
20:24:09 [2020-09-10T20:24:09.996Z] #52 ...
20:24:09 [2020-09-10T20:24:09.996Z] 
20:24:09 [2020-09-10T20:24:09.996Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:24:09 [2020-09-10T20:24:09.996Z] #45 DONE 159.3s
20:24:09 [2020-09-10T20:24:09.996Z] 
20:24:09 [2020-09-10T20:24:09.996Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:09 [2020-09-10T20:24:09.996Z] #52 ...
20:24:09 [2020-09-10T20:24:09.996Z] 
20:24:09 [2020-09-10T20:24:09.996Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:24:09 [2020-09-10T20:24:09.996Z] #46 DONE 0.2s
20:24:09 [2020-09-10T20:24:09.996Z] 
20:24:09 [2020-09-10T20:24:09.996Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:24:09 [2020-09-10T20:24:09.996Z] #48 DONE 0.1s
20:24:09 [2020-09-10T20:24:09.996Z] 
20:24:09 [2020-09-10T20:24:09.997Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:24:09 [2020-09-10T20:24:09.997Z] #50 DONE 0.2s
20:24:09 [2020-09-10T20:24:09.997Z] 
20:24:09 [2020-09-10T20:24:09.997Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.73   PBCC     images/eventpoll.pb-c.c
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.78   DEP      images/eventpoll.pb-c.d
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.85   PBCC     images/eventfd.pb-c.c
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.90   DEP      images/eventfd.pb-c.d
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.94   PBCC     images/remap-file-path.pb-c.c
20:24:10 [2020-09-10T20:24:10.059Z] #39 14.99   DEP      images/remap-file-path.pb-c.d
20:24:10 [2020-09-10T20:24:10.080Z] #25 10.62 #=#=#                                                                         
##O#- #                                                                       

                                                                           0.0%
#                                                                          1.4%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        5.2%
####                                                                       6.4%
#####                                                                      8.1%
######                                                                     9.3%
#######                                                                   10.2%
#########                                                                 12.6%
#########                                                                 13.0%
##########                                                                14.2%
###########                                                               15.6%
###########                                                               16.6%
############                                                              17.3%
#############                                                             18.6%
#############                                                             19.4%
###############                                                           21.0%
###############                                                           21.7%
################                                                          23.0%
#################                                                         24.3%
##################                                                        25.7%
###################                                                       27.2%
####################                                                      28.7%
#####################                                                     29.2%
######################                                                    30.9%
########################                                                  33.8%
#########################                                                 34.8%
##########################                                                36.1%
###########################                                               37.6%
###########################                                               38.8%
#############################                                             40.9%
###############################                                           43.1%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        47.3%
###################################                                       49.0%
####################################                                      50.0%
#####################################                                     52.6%
#######################################                                   54.6%
#######################################                                   55.4%
########################################                                  56.8%
#########################################                                 57.8%
##########################################                                59.1%
###########################################                               60.8%
############################################                              61.6%
############################################                              62.5%
#############################################                             63.2%
###############################################                           66.1%
################################################                          67.3%
#################################################                         68.9%
#################################################                         69.3%
##################################################                        70.0%
###################################################                       71.0%
####################################################                      73.3%
#####################################################                     74.1%
######################################################                    75.6%
#######################################################                   77.4%
########################################################                  78.3%
#########################################################                 79.5%
##########################################################                80.9%
##########################################################                81.2%
##########################################################                81.5%
###########################################################               82.1%
############################################################              84.7%
##############################################################            87.0%
###############################################################           88.0%
#################################################################         91.1%
###################################################################       93.1%
####################################################################      95.1%
#####################################################################     96.4%
#######################################################################   99.3%
######################################################################## 100.0%
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.01   PBCC     images/fifo.pb-c.c
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.03   DEP      images/fifo.pb-c.d
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.07   PBCC     images/ghost-file.pb-c.c
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.13   DEP      images/ghost-file.pb-c.d
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.20   PBCC     images/regfile.pb-c.c
20:24:10 [2020-09-10T20:24:10.323Z] #39 15.21   DEP      images/regfile.pb-c.d
20:24:10 [2020-09-10T20:24:10.343Z] #25 19.80 
20:24:10 [2020-09-10T20:24:10.582Z] #39 15.25   PBCC     images/ns.pb-c.c
20:24:10 [2020-09-10T20:24:10.582Z] #39 15.28   DEP      images/ns.pb-c.d
20:24:10 [2020-09-10T20:24:10.582Z] #39 15.32   PBCC     images/fdinfo.pb-c.c
20:24:10 [2020-09-10T20:24:10.582Z] #39 15.42   DEP      images/fdinfo.pb-c.d
20:24:10 [2020-09-10T20:24:10.582Z] #39 15.48   PBCC     images/core-aarch64.pb-c.c
20:24:10 [2020-09-10T20:24:10.842Z] #39 15.58   PBCC     images/core-arm.pb-c.c
20:24:10 [2020-09-10T20:24:10.842Z] #39 15.63   PBCC     images/core-ppc64.pb-c.c
20:24:10 [2020-09-10T20:24:10.842Z] #39 15.71   PBCC     images/core-s390.pb-c.c
20:24:10 [2020-09-10T20:24:10.842Z] #39 15.76   PBCC     images/core-x86.pb-c.c
20:24:11 [2020-09-10T20:24:11.102Z] #39 15.89   PBCC     images/core.pb-c.c
20:24:11 [2020-09-10T20:24:11.102Z] #39 15.97   PBCC     images/inventory.pb-c.c
20:24:11 [2020-09-10T20:24:11.102Z] #39 16.03   DEP      images/core-aarch64.pb-c.d
20:24:11 [2020-09-10T20:24:11.102Z] #39 16.10   DEP      images/core-arm.pb-c.d
20:24:11 [2020-09-10T20:24:11.320Z] #25 20.87 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:24:11 [2020-09-10T20:24:11.361Z] #39 16.13   DEP      images/core-ppc64.pb-c.d
20:24:11 [2020-09-10T20:24:11.361Z] #39 16.17   DEP      images/core-s390.pb-c.d
20:24:11 [2020-09-10T20:24:11.361Z] #39 16.21   DEP      images/core-x86.pb-c.d
20:24:11 [2020-09-10T20:24:11.361Z] #39 16.28   DEP      images/core.pb-c.d
20:24:11 [2020-09-10T20:24:11.361Z] #39 16.33   DEP      images/inventory.pb-c.d
20:24:11 [2020-09-10T20:24:11.583Z] #25 21.21 
20:24:11 [2020-09-10T20:24:11.621Z] #39 16.41   PBCC     images/cpuinfo.pb-c.c
20:24:11 [2020-09-10T20:24:11.621Z] #39 16.47   DEP      images/cpuinfo.pb-c.d
20:24:11 [2020-09-10T20:24:11.621Z] #39 16.52   PBCC     images/stats.pb-c.c
20:24:11 [2020-09-10T20:24:11.621Z] #39 16.57   DEP      images/stats.pb-c.d
20:24:11 [2020-09-10T20:24:11.845Z] #25 21.34 
###########################                                               38.2%
######################################################################## 100.0%
20:24:11 [2020-09-10T20:24:11.862Z] #42 ...
20:24:11 [2020-09-10T20:24:11.862Z] 
20:24:11 [2020-09-10T20:24:11.862Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:11 [2020-09-10T20:24:11.862Z] #11 62.29 Selecting previously unselected package mingw-w64-x86-64-dev.
20:24:11 [2020-09-10T20:24:11.862Z] #11 62.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:24:11 [2020-09-10T20:24:11.862Z] #11 62.30 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:11 [2020-09-10T20:24:11.862Z] #11 69.30 Selecting previously unselected package gcc-mingw-w64-base.
20:24:11 [2020-09-10T20:24:11.862Z] #11 69.30 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:24:11 [2020-09-10T20:24:11.862Z] #11 69.31 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:11 [2020-09-10T20:24:11.862Z] #11 69.48 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:24:11 [2020-09-10T20:24:11.863Z] #11 69.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:24:11 [2020-09-10T20:24:11.863Z] #11 69.49 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:11 [2020-09-10T20:24:11.863Z] #11 ...
20:24:11 [2020-09-10T20:24:11.863Z] 
20:24:11 [2020-09-10T20:24:11.863Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:11 [2020-09-10T20:24:11.863Z] #40 4.274 fatal: not a git repository (or any of the parent directories): .git
20:24:11 [2020-09-10T20:24:11.863Z] #40 4.363   GEN      .gitid
20:24:11 [2020-09-10T20:24:11.863Z] #40 4.424   GEN      criu/include/version.h
20:24:11 [2020-09-10T20:24:11.863Z] #40 4.505   GEN      include/common/asm
20:24:11 [2020-09-10T20:24:11.863Z] #40 6.138   PBCC     images/timens.pb-c.c
20:24:11 [2020-09-10T20:24:11.863Z] #40 6.241   DEP      images/timens.pb-c.d
20:24:12 [2020-09-10T20:24:12.029Z] #39 68.03   LINK     criu/pie/restorer.built-in.o
20:24:12 [2020-09-10T20:24:12.029Z] #39 68.06   GEN      criu/pie/restorer-blob.h
20:24:12 [2020-09-10T20:24:12.029Z] #39 68.14   DEP      criu/vdso.d
20:24:12 [2020-09-10T20:24:12.110Z] #25 21.47 
20:24:12 [2020-09-10T20:24:12.166Z] #40 6.322   PBCC     images/fown.pb-c.c
20:24:12 [2020-09-10T20:24:12.166Z] #40 6.367   PBCC     images/google/protobuf/descriptor.pb-c.c
20:24:12 [2020-09-10T20:24:12.166Z] #40 6.437   PBCC     images/opts.pb-c.c
20:24:12 [2020-09-10T20:24:12.288Z] #39 68.34   DEP      criu/vdso-compat.d
20:24:12 [2020-09-10T20:24:12.375Z] #25 ...
20:24:12 [2020-09-10T20:24:12.375Z] 
20:24:12 [2020-09-10T20:24:12.375Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:12 [2020-09-10T20:24:12.375Z] #10 47.90 Selecting previously unselected package mingw-w64-x86-64-dev.
20:24:12 [2020-09-10T20:24:12.375Z] #10 47.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
20:24:12 [2020-09-10T20:24:12.375Z] #10 47.94 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:12 [2020-09-10T20:24:12.375Z] #10 ...
20:24:12 [2020-09-10T20:24:12.375Z] 
20:24:12 [2020-09-10T20:24:12.375Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:12 [2020-09-10T20:24:12.375Z] #47 50.60 mvdan.cc/sh/v3/fileutil
20:24:12 [2020-09-10T20:24:12.375Z] #47 50.83 flag
20:24:12 [2020-09-10T20:24:12.375Z] #47 50.85 github.com/pkg/diff
20:24:12 [2020-09-10T20:24:12.375Z] #47 50.86 encoding/binary
20:24:12 [2020-09-10T20:24:12.375Z] #47 50.89 go/token
20:24:12 [2020-09-10T20:24:12.375Z] #47 52.43 mvdan.cc/editorconfig
20:24:12 [2020-09-10T20:24:12.375Z] #47 52.53 go/scanner
20:24:12 [2020-09-10T20:24:12.375Z] #47 53.65 mvdan.cc/sh/v3/syntax
20:24:12 [2020-09-10T20:24:12.375Z] #47 54.45 go/ast
20:24:12 [2020-09-10T20:24:12.375Z] #47 54.88 encoding/base64
20:24:12 [2020-09-10T20:24:12.375Z] #47 55.20 golang.org/x/sys/unix
20:24:12 [2020-09-10T20:24:12.375Z] #47 56.21 encoding/json
20:24:12 [2020-09-10T20:24:12.467Z] #40 6.553   PBCC     images/memfd.pb-c.c
20:24:12 [2020-09-10T20:24:12.467Z] #40 6.653   DEP      images/fown.pb-c.d
20:24:12 [2020-09-10T20:24:12.467Z] #40 6.705   DEP      images/google/protobuf/descriptor.pb-c.d
20:24:12 [2020-09-10T20:24:12.467Z] #40 6.761   DEP      images/opts.pb-c.d
20:24:12 [2020-09-10T20:24:12.548Z] #39 68.52   DEP      criu/uts_ns.d
20:24:12 [2020-09-10T20:24:12.548Z] #39 68.72   DEP      criu/util.d
20:24:12 [2020-09-10T20:24:12.767Z] #40 6.821   DEP      images/memfd.pb-c.d
20:24:12 [2020-09-10T20:24:12.767Z] #40 6.901   PBCC     images/sit.pb-c.c
20:24:12 [2020-09-10T20:24:12.767Z] #40 6.969   DEP      images/sit.pb-c.d
20:24:12 [2020-09-10T20:24:12.767Z] #40 7.049   PBCC     images/macvlan.pb-c.c
20:24:12 [2020-09-10T20:24:12.952Z] #47 ...
20:24:12 [2020-09-10T20:24:12.953Z] 
20:24:12 [2020-09-10T20:24:12.953Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:12 [2020-09-10T20:24:12.953Z] #25 22.48 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:24:13 [2020-09-10T20:24:13.002Z] #39 17.81 make[1]: Nothing to be done for 'all'.
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.062   DEP      images/macvlan.pb-c.d
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.121   PBCC     images/autofs.pb-c.c
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.140   DEP      images/autofs.pb-c.d
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.201   PBCC     images/sysctl.pb-c.c
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.229   DEP      images/sysctl.pb-c.d
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.305   PBCC     images/time.pb-c.c
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.331   DEP      images/time.pb-c.d
20:24:13 [2020-09-10T20:24:13.067Z] #40 7.421   PBCC     images/binfmt-misc.pb-c.c
20:24:13 [2020-09-10T20:24:13.117Z] #39 68.96   DEP      criu/uffd.d
20:24:13 [2020-09-10T20:24:13.117Z] #39 69.17   DEP      criu/tun.d
20:24:13 [2020-09-10T20:24:13.216Z] #25 22.88 
20:24:13 [2020-09-10T20:24:13.216Z] #25 ...
20:24:13 [2020-09-10T20:24:13.216Z] 
20:24:13 [2020-09-10T20:24:13.216Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:24:13 [2020-09-10T20:24:13.216Z] #38 48.95 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
20:24:13 [2020-09-10T20:24:13.216Z] #38 48.98 Processing triggers for libc-bin (2.28-10) ...
20:24:13 [2020-09-10T20:24:13.376Z] #39 69.32   DEP      criu/tty.d
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.464   DEP      images/binfmt-misc.pb-c.d
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.566   PBCC     images/seccomp.pb-c.c
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.577   DEP      images/seccomp.pb-c.d
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.632   PBCC     images/userns.pb-c.c
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.643   DEP      images/userns.pb-c.d
20:24:13 [2020-09-10T20:24:13.384Z] #40 7.705   PBCC     images/cgroup.pb-c.c
20:24:13 [2020-09-10T20:24:13.480Z] #38 ...
20:24:13 [2020-09-10T20:24:13.480Z] 
20:24:13 [2020-09-10T20:24:13.480Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:13 [2020-09-10T20:24:13.480Z] #41 53.57 net/url
20:24:13 [2020-09-10T20:24:13.480Z] #41 53.65 text/template/parse
20:24:13 [2020-09-10T20:24:13.480Z] #41 54.33 go/ast
20:24:13 [2020-09-10T20:24:13.480Z] #41 56.55 encoding/json
20:24:13 [2020-09-10T20:24:13.636Z] #39 69.52   DEP      criu/timerfd.d
20:24:13 [2020-09-10T20:24:13.636Z] #39 69.72   DEP      criu/timens.d
20:24:13 [2020-09-10T20:24:13.684Z] #40 7.727   DEP      images/cgroup.pb-c.d
20:24:13 [2020-09-10T20:24:13.684Z] #40 7.856   PBCC     images/ext-file.pb-c.c
20:24:13 [2020-09-10T20:24:13.684Z] #40 7.899   DEP      images/ext-file.pb-c.d
20:24:13 [2020-09-10T20:24:13.744Z] #41 ...
20:24:13 [2020-09-10T20:24:13.744Z] 
20:24:13 [2020-09-10T20:24:13.744Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:13 [2020-09-10T20:24:13.744Z] #25 23.17 
                                                                           0.8%
######################################################################## 100.0%
20:24:13 [2020-09-10T20:24:13.744Z] #25 23.34 
20:24:13 [2020-09-10T20:24:13.895Z] #39 ...
20:24:13 [2020-09-10T20:24:13.895Z] 
20:24:13 [2020-09-10T20:24:13.895Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:13 [2020-09-10T20:24:13.895Z] #49 10.30 + '[' -z '' ']'
20:24:13 [2020-09-10T20:24:13.895Z] #49 10.30 + target=static
20:24:13 [2020-09-10T20:24:13.895Z] #49 10.30 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:24:13 [2020-09-10T20:24:13.895Z] #49 10.92 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:24:13 [2020-09-10T20:24:13.895Z] #49 ...
20:24:13 [2020-09-10T20:24:13.895Z] 
20:24:13 [2020-09-10T20:24:13.895Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:13 [2020-09-10T20:24:13.895Z] #39 69.94   DEP      criu/sysfs_parse.d
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.014   PBCC     images/rpc.pb-c.c
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.176   DEP      images/rpc.pb-c.d
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.269   PBCC     images/siginfo.pb-c.c
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.310   DEP      images/siginfo.pb-c.d
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.340   PBCC     images/pagemap.pb-c.c
20:24:13 [2020-09-10T20:24:13.983Z] #40 8.374   DEP      images/pagemap.pb-c.d
20:24:14 [2020-09-10T20:24:14.155Z] #39 70.08   DEP      criu/sysctl.d
20:24:14 [2020-09-10T20:24:14.155Z] #39 70.27   DEP      criu/string.d
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.418   PBCC     images/rlimit.pb-c.c
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.447   DEP      images/rlimit.pb-c.d
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.496   PBCC     images/file-lock.pb-c.c
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.524   DEP      images/file-lock.pb-c.d
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.561   PBCC     images/tty.pb-c.c
20:24:14 [2020-09-10T20:24:14.283Z] #40 8.606   DEP      images/tty.pb-c.d
20:24:14 [2020-09-10T20:24:14.384Z] #39 19.16   CC       images/stats.o
20:24:14 [2020-09-10T20:24:14.415Z] #39 70.32   DEP      criu/stats.d
20:24:14 [2020-09-10T20:24:14.415Z] #39 70.40   DEP      criu/sockets.d
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.721   PBCC     images/tun.pb-c.c
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.759   PBCC     images/netdev.pb-c.c
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.791   DEP      images/tun.pb-c.d
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.827   DEP      images/netdev.pb-c.d
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.854   PBCC     images/vma.pb-c.c
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.885   DEP      images/vma.pb-c.d
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.914   PBCC     images/creds.pb-c.c
20:24:14 [2020-09-10T20:24:14.583Z] #40 8.929   DEP      images/creds.pb-c.d
20:24:14 [2020-09-10T20:24:14.644Z] #39 19.56   CC       images/core.o
20:24:14 [2020-09-10T20:24:14.674Z] #39 70.58   DEP      criu/sk-unix.d
20:24:14 [2020-09-10T20:24:14.674Z] #39 70.77   DEP      criu/sk-tcp.d
20:24:14 [2020-09-10T20:24:14.674Z] #39 ...
20:24:14 [2020-09-10T20:24:14.674Z] 
20:24:14 [2020-09-10T20:24:14.674Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:14 [2020-09-10T20:24:14.674Z] #17 4.581 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:24:14 [2020-09-10T20:24:14.674Z] #17 9.626 Fetched 8379 kB in 9s (984 kB/s)
20:24:14 [2020-09-10T20:24:14.674Z] #17 9.626 Reading package lists...
20:24:14 [2020-09-10T20:24:14.695Z] #25 24.36 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:24:14 [2020-09-10T20:24:14.884Z] #40 8.956   PBCC     images/utsns.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 8.970   DEP      images/utsns.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.004   PBCC     images/ipc-desc.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.019   PBCC     images/ipc-sem.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.037   DEP      images/ipc-desc.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.062   DEP      images/ipc-sem.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.093   PBCC     images/ipc-msg.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.111   DEP      images/ipc-msg.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.137   PBCC     images/ipc-shm.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.150   DEP      images/ipc-shm.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.179   PBCC     images/ipc-var.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.198   DEP      images/ipc-var.pb-c.d
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.239   PBCC     images/sk-opts.pb-c.c
20:24:14 [2020-09-10T20:24:14.884Z] #40 9.257   PBCC     images/packet-sock.pb-c.c
20:24:14 [2020-09-10T20:24:14.933Z] #17 13.70 Reading package lists...
20:24:14 [2020-09-10T20:24:14.934Z] #17 ...
20:24:14 [2020-09-10T20:24:14.934Z] 
20:24:14 [2020-09-10T20:24:14.934Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:14 [2020-09-10T20:24:14.934Z] #39 70.97   DEP      criu/sk-queue.d
20:24:14 [2020-09-10T20:24:14.934Z] #39 71.11   DEP      criu/sk-packet.d
20:24:14 [2020-09-10T20:24:14.959Z] #25 24.45 skipping existing 9a99313a2c50
20:24:14 [2020-09-10T20:24:14.959Z] #25 ...
20:24:14 [2020-09-10T20:24:14.959Z] 
20:24:14 [2020-09-10T20:24:14.959Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:14 [2020-09-10T20:24:14.959Z] #30 50.56 log
20:24:14 [2020-09-10T20:24:14.959Z] #30 50.57 github.com/BurntSushi/toml
20:24:14 [2020-09-10T20:24:14.959Z] #30 50.58 flag
20:24:14 [2020-09-10T20:24:14.959Z] #30 53.79 github.com/BurntSushi/toml/cmd/tomlv
20:24:14 [2020-09-10T20:24:14.959Z] #30 ...
20:24:14 [2020-09-10T20:24:14.959Z] 
20:24:14 [2020-09-10T20:24:14.959Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build         buil...
20:24:14 [2020-09-10T20:24:14.959Z] #25 24.53 
20:24:15 [2020-09-10T20:24:15.184Z] #40 9.321   DEP      images/sk-opts.pb-c.d
20:24:15 [2020-09-10T20:24:15.184Z] #40 9.357   DEP      images/packet-sock.pb-c.d
20:24:15 [2020-09-10T20:24:15.184Z] #40 9.399   PBCC     images/sk-netlink.pb-c.c
20:24:15 [2020-09-10T20:24:15.184Z] #40 9.444   DEP      images/sk-netlink.pb-c.d
20:24:15 [2020-09-10T20:24:15.184Z] #40 9.491   PBCC     images/sk-inet.pb-c.c
20:24:15 [2020-09-10T20:24:15.214Z] #39 20.06   CC       images/core-x86.o
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.533   DEP      images/sk-inet.pb-c.d
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.576   PBCC     images/sk-unix.pb-c.c
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.624   DEP      images/sk-unix.pb-c.d
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.663   PBCC     images/mm.pb-c.c
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.699   DEP      images/mm.pb-c.d
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.731   PBCC     images/timerfd.pb-c.c
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.762   DEP      images/timerfd.pb-c.d
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.793   PBCC     images/timer.pb-c.c
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.809   DEP      images/timer.pb-c.d
20:24:15 [2020-09-10T20:24:15.484Z] #40 9.838   PBCC     images/sa.pb-c.c
20:24:15 [2020-09-10T20:24:15.502Z] #39 71.30   DEP      criu/sk-netlink.d
20:24:15 [2020-09-10T20:24:15.502Z] #39 71.47   DEP      criu/sk-inet.d
20:24:15 [2020-09-10T20:24:15.761Z] #39 71.63   DEP      criu/signalfd.d
20:24:15 [2020-09-10T20:24:15.761Z] #39 71.80   DEP      criu/sigframe.d
20:24:15 [2020-09-10T20:24:15.784Z] #39 20.63   CC       images/core-arm.o
20:24:15 [2020-09-10T20:24:15.786Z] #40 9.882   DEP      images/sa.pb-c.d
20:24:15 [2020-09-10T20:24:15.786Z] #40 9.923   PBCC     images/pipe-data.pb-c.c
20:24:15 [2020-09-10T20:24:15.786Z] #40 9.948   DEP      images/pipe-data.pb-c.d
20:24:15 [2020-09-10T20:24:15.786Z] #40 9.985   PBCC     images/mnt.pb-c.c
20:24:15 [2020-09-10T20:24:15.786Z] #40 10.01   DEP      images/mnt.pb-c.d
20:24:15 [2020-09-10T20:24:15.786Z] #40 10.06   PBCC     images/sk-packet.pb-c.c
20:24:15 [2020-09-10T20:24:15.786Z] #40 10.09   DEP      images/sk-packet.pb-c.d
20:24:15 [2020-09-10T20:24:15.786Z] #40 10.15   PBCC     images/tcp-stream.pb-c.c
20:24:15 [2020-09-10T20:24:15.786Z] #40 10.20   DEP      images/tcp-stream.pb-c.d
20:24:15 [2020-09-10T20:24:15.909Z] #25 25.45 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:24:16 [2020-09-10T20:24:16.021Z] #39 71.92   DEP      criu/shmem.d
20:24:16 [2020-09-10T20:24:16.021Z] #39 72.04   DEP      criu/servicefd.d
20:24:16 [2020-09-10T20:24:16.044Z] #39 21.05   CC       images/core-aarch64.o
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.25   PBCC     images/pipe.pb-c.c
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.29   DEP      images/pipe.pb-c.d
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.34   PBCC     images/pstree.pb-c.c
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.36   DEP      images/pstree.pb-c.d
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.40   PBCC     images/fs.pb-c.c
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.43   DEP      images/fs.pb-c.d
20:24:16 [2020-09-10T20:24:16.087Z] #40 10.47   PBCC     images/signalfd.pb-c.c
20:24:16 [2020-09-10T20:24:16.087Z] #40 ...
20:24:16 [2020-09-10T20:24:16.087Z] 
20:24:16 [2020-09-10T20:24:16.087Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:16 [2020-09-10T20:24:16.087Z] #48 66.98 bufio
20:24:16 [2020-09-10T20:24:16.087Z] #48 67.50 reflect
20:24:16 [2020-09-10T20:24:16.087Z] #48 70.64 regexp/syntax
20:24:16 [2020-09-10T20:24:16.173Z] #25 25.79 
20:24:16 [2020-09-10T20:24:16.280Z] #39 72.17   DEP      criu/seize.d
20:24:16 [2020-09-10T20:24:16.280Z] #39 72.38   DEP      criu/seccomp.d
20:24:16 [2020-09-10T20:24:16.388Z] #48 ...
20:24:16 [2020-09-10T20:24:16.388Z] 
20:24:16 [2020-09-10T20:24:16.388Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:16 [2020-09-10T20:24:16.388Z] #40 10.53   DEP      images/signalfd.pb-c.d
20:24:16 [2020-09-10T20:24:16.388Z] #40 10.62   PBCC     images/fh.pb-c.c
20:24:16 [2020-09-10T20:24:16.388Z] #40 10.64   PBCC     images/fsnotify.pb-c.c
20:24:16 [2020-09-10T20:24:16.388Z] #40 10.70   DEP      images/fh.pb-c.d
20:24:16 [2020-09-10T20:24:16.388Z] #40 10.75   DEP      images/fsnotify.pb-c.d
20:24:16 [2020-09-10T20:24:16.437Z] #25 25.96 
######################################################################## 100.0%
20:24:16 [2020-09-10T20:24:16.539Z] #39 72.60   DEP      criu/rst-malloc.d
20:24:16 [2020-09-10T20:24:16.539Z] #39 72.72   DEP      criu/rbtree.d
20:24:16 [2020-09-10T20:24:16.614Z] #39 21.45   CC       images/core-ppc64.o
20:24:16 [2020-09-10T20:24:16.614Z] #39 ...
20:24:16 [2020-09-10T20:24:16.614Z] 
20:24:16 [2020-09-10T20:24:16.614Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:16 [2020-09-10T20:24:16.615Z] #52 36.45 Checking out files:  30% (992/3238)   
Checking out files:  31% (1004/3238)   
Checking out files:  32% (1037/3238)   
Checking out files:  33% (1069/3238)   
Checking out files:  34% (1101/3238)   
Checking out files:  35% (1134/3238)   
Checking out files:  36% (1166/3238)   
Checking out files:  37% (1199/3238)   
Checking out files:  38% (1231/3238)   
Checking out files:  39% (1263/3238)   
Checking out files:  40% (1296/3238)   
Checking out files:  41% (1328/3238)   
Checking out files:  42% (1360/3238)   
Checking out files:  43% (1393/3238)   
Checking out files:  44% (1425/3238)   
Checking out files:  45% (1458/3238)   
Checking out files:  46% (1490/3238)   
Checking out files:  47% (1522/3238)   
Checking out files:  48% (1555/3238)   
Checking out files:  49% (1587/3238)   
Checking out files:  50% (1619/3238)   
Checking out files:  51% (1652/3238)   
Checking out files:  52% (1684/3238)   
Checking out files:  53% (1717/3238)   
Checking out files:  54% (1749/3238)   
Checking out files:  55% (1781/3238)   
Checking out files:  56% (1814/3238)   
Checking out files:  57% (1846/3238)   
Checking out files:  58% (1879/3238)   
Checking out files:  59% (1911/3238)   
Checking out files:  60% (1943/3238)   
Checking out files:  61% (1976/3238)   
Checking out files:  62% (2008/3238)   
Checking out files:  63% (2040/3238)   
Checking out files:  64% (2073/3238)   
Checking out files:  65% (2105/3238)   
Checking out files:  66% (2138/3238)   
Checking out files:  67% (2170/3238)   
Checking out files:  68% (2202/3238)   
Checking out files:  69% (2235/3238)   
Checking out files:  70% (2267/3238)   
Checking out files:  71% (2299/3238)   
Checking out files:  72% (2332/3238)   
Checking out files:  73% (2364/3238)   
Checking out files:  74% (2397/3238)   
Checking out files:  75% (2429/3238)   
Checking out files:  76% (2461/3238)   
Checking out files:  77% (2494/3238)   
Checking out files:  78% (2526/3238)   
Checking out files:  79% (2559/3238)   
Checking out files:  80% (2591/3238)   
Checking out files:  81% (2623/3238)   
Checking out files:  82% (2656/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
Checking out files:  86% (2790/3238)   
Checking out files:  87% (2818/3238)   
Checking out files:  88% (2850/3238)   
Checking out files:  89% (2882/3238)   
Checking out files:  90% (2915/3238)   
Checking out files:  91% (2947/3238)   
Checking out files:  92% (2979/3238)   
Checking out files:  93% (3012/3238)   
Checking out files:  94% (3044/3238)   
Checking out files:  95% (3077/3238)   
Checking out files:  96% (3109/3238)   
Checking out files:  97% (3141/3238)   
Checking out files:  98% (3174/3238)   
Checking out files:  99% (3206/3238)   
Checking out files: 100% (3238/3238)   
Checking out files: 100% (3238/3238), done.
20:24:16 [2020-09-10T20:24:16.615Z] #52 38.98 + cd /tmp/tmp.S9TcDb0cz6/src/github.com/containerd/containerd
20:24:16 [2020-09-10T20:24:16.615Z] #52 38.98 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + export 'BUILDTAGS=netgo osusergo static_build'
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + BUILDTAGS='netgo osusergo static_build'
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + export EXTRA_FLAGS=-buildmode=pie
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + EXTRA_FLAGS=-buildmode=pie
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + '[' '' = dynamic ']'
20:24:16 [2020-09-10T20:24:16.615Z] #52 39.52 + make
20:24:16 [2020-09-10T20:24:16.615Z] #52 40.30 + bin/ctr
20:24:16 [2020-09-10T20:24:16.687Z] #40 10.80   PBCC     images/eventpoll.pb-c.c
20:24:16 [2020-09-10T20:24:16.687Z] #40 10.83   DEP      images/eventpoll.pb-c.d
20:24:16 [2020-09-10T20:24:16.687Z] #40 10.86   PBCC     images/eventfd.pb-c.c
20:24:16 [2020-09-10T20:24:16.687Z] #40 10.91   DEP      images/eventfd.pb-c.d
20:24:16 [2020-09-10T20:24:16.687Z] #40 10.97   PBCC     images/remap-file-path.pb-c.c
20:24:16 [2020-09-10T20:24:16.700Z] #25 26.04 
20:24:16 [2020-09-10T20:24:16.700Z] #25 26.11 Download of images into '/build' complete.
20:24:16 [2020-09-10T20:24:16.700Z] #25 26.11 Use something like the following to load the result into a Docker daemon:
20:24:16 [2020-09-10T20:24:16.700Z] #25 26.11   tar -cC '/build' . | docker load
20:24:16 [2020-09-10T20:24:16.799Z] #39 72.77   DEP      criu/pstree.d
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.00   DEP      images/remap-file-path.pb-c.d
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.06   PBCC     images/fifo.pb-c.c
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.07   DEP      images/fifo.pb-c.d
20:24:16 [2020-09-10T20:24:16.986Z] #40 ...
20:24:16 [2020-09-10T20:24:16.986Z] 
20:24:16 [2020-09-10T20:24:16.986Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:16 [2020-09-10T20:24:16.986Z] #31 67.62 path
20:24:16 [2020-09-10T20:24:16.986Z] #31 70.02 text/tabwriter
20:24:16 [2020-09-10T20:24:16.986Z] #31 74.27 internal/syscall/unix
20:24:16 [2020-09-10T20:24:16.986Z] #31 74.28 internal/syscall/execenv
20:24:16 [2020-09-10T20:24:16.986Z] #31 74.30 time
20:24:16 [2020-09-10T20:24:16.986Z] #31 ...
20:24:16 [2020-09-10T20:24:16.986Z] 
20:24:16 [2020-09-10T20:24:16.986Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.16   PBCC     images/ghost-file.pb-c.c
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.20   DEP      images/ghost-file.pb-c.d
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.24   PBCC     images/regfile.pb-c.c
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.28   DEP      images/regfile.pb-c.d
20:24:16 [2020-09-10T20:24:16.986Z] #40 11.38   PBCC     images/ns.pb-c.c
20:24:17 [2020-09-10T20:24:17.058Z] #39 72.88   DEP      criu/protobuf.d
20:24:17 [2020-09-10T20:24:17.058Z] #39 73.01   GEN      criu/protobuf-desc-gen.h
20:24:17 [2020-09-10T20:24:17.184Z] #52 ...
20:24:17 [2020-09-10T20:24:17.184Z] 
20:24:17 [2020-09-10T20:24:17.184Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:17 [2020-09-10T20:24:17.184Z] #47 82.16 golang.org/x/crypto/ssh/terminal
20:24:17 [2020-09-10T20:24:17.184Z] #47 84.08 mvdan.cc/editorconfig
20:24:17 [2020-09-10T20:24:17.184Z] #47 85.15 mvdan.cc/sh/v3/fileutil
20:24:17 [2020-09-10T20:24:17.184Z] #47 85.33 mvdan.cc/sh/v3/syntax
20:24:17 [2020-09-10T20:24:17.184Z] #47 91.86 mvdan.cc/sh/v3/cmd/shfmt
20:24:17 [2020-09-10T20:24:17.184Z] #47 ...
20:24:17 [2020-09-10T20:24:17.184Z] 
20:24:17 [2020-09-10T20:24:17.184Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:17 [2020-09-10T20:24:17.184Z] #10 92.01 Selecting previously unselected package g++-mingw-w64-x86-64.
20:24:17 [2020-09-10T20:24:17.184Z] #10 92.02 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
20:24:17 [2020-09-10T20:24:17.184Z] #10 92.03 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:17 [2020-09-10T20:24:17.215Z] 4612f6d0b889: Verifying Checksum
20:24:17 [2020-09-10T20:24:17.215Z] 4612f6d0b889: Download complete
20:24:17 [2020-09-10T20:24:17.283Z] #40 11.40   DEP      images/ns.pb-c.d
20:24:17 [2020-09-10T20:24:17.283Z] #40 11.45   PBCC     images/fdinfo.pb-c.c
20:24:17 [2020-09-10T20:24:17.283Z] #40 11.52   DEP      images/fdinfo.pb-c.d
20:24:17 [2020-09-10T20:24:17.283Z] #40 11.57   PBCC     images/core-aarch64.pb-c.c
20:24:17 [2020-09-10T20:24:17.283Z] #40 11.60   PBCC     images/core-arm.pb-c.c
20:24:17 [2020-09-10T20:24:17.581Z] #40 11.67   PBCC     images/core-ppc64.pb-c.c
20:24:17 [2020-09-10T20:24:17.581Z] #40 11.73   PBCC     images/core-s390.pb-c.c
20:24:17 [2020-09-10T20:24:17.581Z] #40 11.78   PBCC     images/core-x86.pb-c.c
20:24:17 [2020-09-10T20:24:17.581Z] #40 11.87   PBCC     images/core.pb-c.c
20:24:17 [2020-09-10T20:24:17.879Z] #40 11.94   PBCC     images/inventory.pb-c.c
20:24:17 [2020-09-10T20:24:17.879Z] #40 12.03   DEP      images/core-aarch64.pb-c.d
20:24:17 [2020-09-10T20:24:17.879Z] #40 12.07   DEP      images/core-arm.pb-c.d
20:24:17 [2020-09-10T20:24:17.879Z] #40 12.11   DEP      images/core-ppc64.pb-c.d
20:24:17 [2020-09-10T20:24:17.879Z] #40 12.17   DEP      images/core-s390.pb-c.d
20:24:17 [2020-09-10T20:24:17.879Z] #40 12.21   DEP      images/core-x86.pb-c.d
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.25   DEP      images/core.pb-c.d
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.30   DEP      images/inventory.pb-c.d
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.35   PBCC     images/cpuinfo.pb-c.c
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.38   DEP      images/cpuinfo.pb-c.d
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.42   PBCC     images/stats.pb-c.c
20:24:18 [2020-09-10T20:24:18.177Z] #40 12.46   DEP      images/stats.pb-c.d
20:24:18 [2020-09-10T20:24:18.435Z] #39 ...
20:24:18 [2020-09-10T20:24:18.435Z] 
20:24:18 [2020-09-10T20:24:18.435Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:18 [2020-09-10T20:24:18.435Z] #41 135.8 github.com/LK4D4/vndr/godl
20:24:18 [2020-09-10T20:24:18.435Z] #41 136.7 github.com/LK4D4/vndr
20:24:18 [2020-09-10T20:24:18.570Z] #10 ...
20:24:18 [2020-09-10T20:24:18.570Z] 
20:24:18 [2020-09-10T20:24:18.570Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:18 [2020-09-10T20:24:18.570Z] #41 83.34 go/parser
20:24:18 [2020-09-10T20:24:18.570Z] #41 84.96 text/template
20:24:18 [2020-09-10T20:24:18.570Z] #41 87.06 encoding/xml
20:24:18 [2020-09-10T20:24:18.570Z] #41 89.58 go/doc
20:24:18 [2020-09-10T20:24:18.570Z] #41 92.23 github.com/LK4D4/vndr/versioned
20:24:18 [2020-09-10T20:24:18.570Z] #41 92.39 compress/flate
20:24:18 [2020-09-10T20:24:18.570Z] #41 92.68 github.com/LK4D4/vndr/build
20:24:18 [2020-09-10T20:24:18.570Z] #41 ...
20:24:18 [2020-09-10T20:24:18.570Z] 
20:24:18 [2020-09-10T20:24:18.570Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:18 [2020-09-10T20:24:18.570Z] #39 22.06   CC       images/core-s390.o
20:24:18 [2020-09-10T20:24:18.570Z] #39 22.77   CC       images/cpuinfo.o
20:24:18 [2020-09-10T20:24:18.570Z] #39 23.28   CC       images/inventory.o
20:24:18 [2020-09-10T20:24:18.574Z] #52 144.6 + bin/containerd-stress
20:24:18 [2020-09-10T20:24:18.694Z] #41 ...
20:24:18 [2020-09-10T20:24:18.694Z] 
20:24:18 [2020-09-10T20:24:18.694Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:18 [2020-09-10T20:24:18.694Z] #39 74.65   DEP      criu/protobuf-desc.d
20:24:18 [2020-09-10T20:24:18.727Z] #25 DONE 27.9s
20:24:18 [2020-09-10T20:24:18.727Z] 
20:24:18 [2020-09-10T20:24:18.727Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
20:24:18 [2020-09-10T20:24:18.727Z] #32 DONE 64.0s
20:24:18 [2020-09-10T20:24:18.727Z] 
20:24:18 [2020-09-10T20:24:18.727Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
20:24:18 [2020-09-10T20:24:18.727Z] #38 DONE 64.0s
20:24:18 [2020-09-10T20:24:18.727Z] 
20:24:18 [2020-09-10T20:24:18.727Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:18 [2020-09-10T20:24:18.727Z] #30 DONE 64.0s
20:24:18 [2020-09-10T20:24:18.727Z] 
20:24:18 [2020-09-10T20:24:18.727Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:18 [2020-09-10T20:24:18.829Z] #39 23.60   CC       images/fdinfo.o
20:24:18 [2020-09-10T20:24:18.866Z] #52 146.0 + bin/containerd-shim
20:24:18 [2020-09-10T20:24:18.954Z] #39 74.86   DEP      criu/proc_parse.d
20:24:18 [2020-09-10T20:24:18.954Z] #39 75.05   DEP      criu/plugin.d
20:24:19 [2020-09-10T20:24:19.089Z] #39 23.98   CC       images/fown.o
20:24:19 [2020-09-10T20:24:19.213Z] #39 75.16   DEP      criu/pipes.d
20:24:19 [2020-09-10T20:24:19.213Z] #39 ...
20:24:19 [2020-09-10T20:24:19.213Z] 
20:24:19 [2020-09-10T20:24:19.213Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:19 [2020-09-10T20:24:19.213Z] #41 DONE 146.7s
20:24:19 [2020-09-10T20:24:19.213Z] 
20:24:19 [2020-09-10T20:24:19.213Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:19 [2020-09-10T20:24:19.213Z] #39 75.29   DEP      criu/pie-util.d
20:24:19 [2020-09-10T20:24:19.349Z] #39 24.23   CC       images/ns.o
20:24:19 [2020-09-10T20:24:19.472Z] #39 75.53   DEP      criu/pie-util-vdso.d
20:24:19 [2020-09-10T20:24:19.612Z] #39 24.40   CC       images/regfile.o
20:24:19 [2020-09-10T20:24:19.731Z] #39 75.68   DEP      criu/pie-util-vdso-elf32.d
20:24:19 [2020-09-10T20:24:19.872Z] #39 24.72   CC       images/ghost-file.o
20:24:19 [2020-09-10T20:24:19.990Z] #39 75.94   DEP      criu/path.d
20:24:20 [2020-09-10T20:24:20.132Z] #39 24.98   CC       images/fifo.o
20:24:20 [2020-09-10T20:24:20.249Z] #39 76.10   DEP      criu/parasite-syscall.d
20:24:20 [2020-09-10T20:24:20.286Z] #40 14.40 make[1]: Nothing to be done for 'all'.
20:24:20 [2020-09-10T20:24:20.392Z] #39 25.15   CC       images/remap-file-path.o
20:24:20 [2020-09-10T20:24:20.392Z] #39 25.39   CC       images/eventfd.o
20:24:20 [2020-09-10T20:24:20.509Z] #39 76.46   DEP      criu/pagemap.d
20:24:20 [2020-09-10T20:24:20.509Z] #39 76.67   DEP      criu/pagemap-cache.d
20:24:20 [2020-09-10T20:24:20.652Z] #39 25.67   CC       images/eventpoll.o
20:24:21 [2020-09-10T20:24:21.077Z] #39 76.85   DEP      criu/page-xfer.d
20:24:21 [2020-09-10T20:24:21.077Z] #39 76.99   DEP      criu/page-pipe.d
20:24:21 [2020-09-10T20:24:21.077Z] #39 77.08   DEP      criu/netfilter.d
20:24:21 [2020-09-10T20:24:21.222Z] #39 26.07   CC       images/fh.o
20:24:21 [2020-09-10T20:24:21.336Z] #39 77.23   DEP      criu/net.d
20:24:21 [2020-09-10T20:24:21.336Z] #39 77.40   DEP      criu/namespaces.d
20:24:21 [2020-09-10T20:24:21.481Z] #39 26.35   CC       images/fsnotify.o
20:24:21 [2020-09-10T20:24:21.595Z] #39 77.55   DEP      criu/mount.d
20:24:21 [2020-09-10T20:24:21.595Z] #39 77.65   DEP      criu/memfd.d
20:24:21 [2020-09-10T20:24:21.595Z] #39 77.74   DEP      criu/mem.d
20:24:21 [2020-09-10T20:24:21.828Z] #40 15.89   CC       images/stats.o
20:24:21 [2020-09-10T20:24:21.858Z] #39 77.87   DEP      criu/lsm.d
20:24:22 [2020-09-10T20:24:22.052Z] #39 27.05   CC       images/signalfd.o
20:24:22 [2020-09-10T20:24:22.122Z] #39 78.03   DEP      criu/log.d
20:24:22 [2020-09-10T20:24:22.122Z] #39 78.20   DEP      criu/libnetlink.d
20:24:22 [2020-09-10T20:24:22.122Z] #39 78.32   DEP      criu/kerndat.d
20:24:22 [2020-09-10T20:24:22.128Z] #40 16.31   CC       images/core.o
20:24:22 [2020-09-10T20:24:22.313Z] #39 27.21   CC       images/fs.o
20:24:22 [2020-09-10T20:24:22.574Z] #39 27.41   CC       images/pstree.o
20:24:22 [2020-09-10T20:24:22.691Z] #39 78.51   DEP      criu/kcmp-ids.d
20:24:22 [2020-09-10T20:24:22.691Z] #39 78.57   DEP      criu/irmap.d
20:24:22 [2020-09-10T20:24:22.691Z] #39 78.67   DEP      criu/ipc_ns.d
20:24:22 [2020-09-10T20:24:22.691Z] #39 78.80   DEP      criu/image.d
20:24:22 [2020-09-10T20:24:22.778Z] #40 ...
20:24:22 [2020-09-10T20:24:22.778Z] 
20:24:22 [2020-09-10T20:24:22.778Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:22 [2020-09-10T20:24:22.778Z] #42 73.28 regexp/syntax
20:24:22 [2020-09-10T20:24:22.778Z] #42 76.67 hash/crc32
20:24:22 [2020-09-10T20:24:22.778Z] #42 79.17 vendor/golang.org/x/text/transform
20:24:22 [2020-09-10T20:24:22.778Z] #42 81.27 time
20:24:22 [2020-09-10T20:24:22.778Z] #42 ...
20:24:22 [2020-09-10T20:24:22.778Z] 
20:24:22 [2020-09-10T20:24:22.778Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:22 [2020-09-10T20:24:22.778Z] #53 43.34 Checking out files:  58% (1882/3238)   
Checking out files:  59% (1911/3238)   
Checking out files:  60% (1943/3238)   
Checking out files:  61% (1976/3238)   
Checking out files:  62% (2008/3238)   
Checking out files:  63% (2040/3238)   
Checking out files:  64% (2073/3238)   
Checking out files:  65% (2105/3238)   
Checking out files:  66% (2138/3238)   
Checking out files:  67% (2170/3238)   
Checking out files:  68% (2202/3238)   
Checking out files:  69% (2235/3238)   
Checking out files:  70% (2267/3238)   
Checking out files:  71% (2299/3238)   
Checking out files:  72% (2332/3238)   
Checking out files:  73% (2364/3238)   
Checking out files:  74% (2397/3238)   
Checking out files:  75% (2429/3238)   
Checking out files:  76% (2461/3238)   
Checking out files:  77% (2494/3238)   
Checking out files:  78% (2526/3238)   
Checking out files:  79% (2559/3238)   
Checking out files:  80% (2591/3238)   
Checking out files:  81% (2623/3238)   
Checking out files:  82% (2656/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
Checking out files:  87% (2818/3238)   
Checking out files:  88% (2850/3238)   
Checking out files:  89% (2882/3238)   
Checking out files:  90% (2915/3238)   
Checking out files:  91% (2947/3238)   
Checking out files:  92% (2979/3238)   
Checking out files:  93% (3012/3238)   
Checking out files:  94% (3044/3238)   
Checking out files:  95% (3077/3238)   
Checking out files:  96% (3109/3238)   
Checking out files:  97% (3141/3238)   
Checking out files:  98% (3174/3238)   
Checking out files:  99% (3206/3238)   
Checking out files: 100% (3238/3238)   
Checking out files: 100% (3238/3238), done.
20:24:22 [2020-09-10T20:24:22.778Z] #53 44.43 + cd /tmp/tmp.9wEoXJ7HIb/src/github.com/containerd/containerd
20:24:22 [2020-09-10T20:24:22.778Z] #53 44.43 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + export 'BUILDTAGS=netgo osusergo static_build'
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + BUILDTAGS='netgo osusergo static_build'
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + export EXTRA_FLAGS=-buildmode=pie
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + EXTRA_FLAGS=-buildmode=pie
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + '[' '' = dynamic ']'
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.03 + make
20:24:22 [2020-09-10T20:24:22.778Z] #53 45.97 + bin/ctr
20:24:22 [2020-09-10T20:24:22.834Z] #39 ...
20:24:22 [2020-09-10T20:24:22.834Z] 
20:24:22 [2020-09-10T20:24:22.834Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:22 [2020-09-10T20:24:22.834Z] #47 DONE 97.7s
20:24:22 [2020-09-10T20:24:22.834Z] 
20:24:22 [2020-09-10T20:24:22.834Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:22 [2020-09-10T20:24:22.834Z] #41 94.94 hash/crc32
20:24:22 [2020-09-10T20:24:22.834Z] #41 95.47 compress/gzip
20:24:22 [2020-09-10T20:24:22.834Z] #41 96.11 net
20:24:22 [2020-09-10T20:24:22.834Z] #41 96.14 vendor/golang.org/x/text/transform
20:24:22 [2020-09-10T20:24:22.834Z] #41 96.91 vendor/golang.org/x/text/unicode/bidi
20:24:22 [2020-09-10T20:24:22.950Z] #39 78.94   DEP      criu/image-desc.d
20:24:23 [2020-09-10T20:24:23.209Z] #39 79.03   DEP      criu/fsnotify.d
20:24:23 [2020-09-10T20:24:23.209Z] #39 79.15   DEP      criu/filesystems.d
20:24:23 [2020-09-10T20:24:23.209Z] #39 79.27   DEP      criu/files.d
20:24:23 [2020-09-10T20:24:23.320Z] #52 150.4 + bin/containerd-shim-runc-v1
20:24:23 [2020-09-10T20:24:23.468Z] #39 79.44   DEP      criu/files-reg.d
20:24:23 [2020-09-10T20:24:23.728Z] #39 79.57   DEP      criu/files-ext.d
20:24:23 [2020-09-10T20:24:23.728Z] #39 79.67   DEP      criu/file-lock.d
20:24:23 [2020-09-10T20:24:23.728Z] #39 79.81   DEP      criu/file-ids.d
20:24:23 [2020-09-10T20:24:23.987Z] #39 79.93   DEP      criu/fifo.d
20:24:24 [2020-09-10T20:24:24.046Z] #39 4.890 Note: Building without setproctitle() and strlcpy() support.
20:24:24 [2020-09-10T20:24:24.046Z] #39 4.890       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:24:24 [2020-09-10T20:24:24.046Z] #39 4.911 Note: Building without GnuTLS support
20:24:24 [2020-09-10T20:24:24.046Z] #39 4.916 Makefile.config:39: Warn: you have no libnftables installed
20:24:24 [2020-09-10T20:24:24.046Z] #39 4.917 Makefile.config:40: Warn: Building without nftables support
20:24:24 [2020-09-10T20:24:24.217Z] #41 99.07 vendor/golang.org/x/text/secure/bidirule
20:24:24 [2020-09-10T20:24:24.217Z] #41 99.35 vendor/golang.org/x/text/unicode/norm
20:24:24 [2020-09-10T20:24:24.246Z] #39 80.12   DEP      criu/fdstore.d
20:24:24 [2020-09-10T20:24:24.246Z] #39 80.26   DEP      criu/fault-injection.d
20:24:24 [2020-09-10T20:24:24.506Z] #39 80.32   DEP      criu/external.d
20:24:24 [2020-09-10T20:24:24.506Z] #39 80.41   DEP      criu/eventpoll.d
20:24:24 [2020-09-10T20:24:24.623Z] #39 ...
20:24:24 [2020-09-10T20:24:24.623Z] 
20:24:24 [2020-09-10T20:24:24.623Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:24:24 [2020-09-10T20:24:24.623Z] #52 28.17 Checking out files:  82% (2687/3238)   
Checking out files:  83% (2688/3238)   
Checking out files:  84% (2720/3238)   
Checking out files:  85% (2753/3238)   
Checking out files:  86% (2785/3238)   
Checking out files:  87% (2818/3238)   
Checking out files:  88% (2850/3238)   
Checking out files:  89% (2882/3238)   
Checking out files:  90% (2915/3238)   
Checking out files:  91% (2947/3238)   
Checking out files:  92% (2979/3238)   
Checking out files:  93% (3012/3238)   
Checking out files:  94% (3044/3238)   
Checking out files:  95% (3077/3238)   
Checking out files:  96% (3109/3238)   
Checking out files:  97% (3141/3238)   
Checking out files:  98% (3174/3238)   
Checking out files:  99% (3206/3238)   
Checking out files: 100% (3238/3238)   
Checking out files: 100% (3238/3238), done.
20:24:24 [2020-09-10T20:24:24.623Z] #52 28.61 + cd /tmp/tmp.BcSjqahjVA/src/github.com/containerd/containerd
20:24:24 [2020-09-10T20:24:24.623Z] #52 28.61 + git checkout -q 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + export 'BUILDTAGS=netgo osusergo static_build'
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + BUILDTAGS='netgo osusergo static_build'
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + export EXTRA_FLAGS=-buildmode=pie
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + EXTRA_FLAGS=-buildmode=pie
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + '[' '' = dynamic ']'
20:24:24 [2020-09-10T20:24:24.623Z] #52 29.31 + make
20:24:24 [2020-09-10T20:24:24.623Z] #52 30.20 + bin/ctr
20:24:24 [2020-09-10T20:24:24.623Z] #52 ...
20:24:24 [2020-09-10T20:24:24.623Z] 
20:24:24 [2020-09-10T20:24:24.623Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:24 [2020-09-10T20:24:24.623Z] #41 60.31 text/template
20:24:24 [2020-09-10T20:24:24.623Z] #41 60.93 go/parser
20:24:24 [2020-09-10T20:24:24.623Z] #41 62.51 encoding/xml
20:24:24 [2020-09-10T20:24:24.623Z] #41 64.86 compress/flate
20:24:24 [2020-09-10T20:24:24.623Z] #41 68.34 go/doc
20:24:24 [2020-09-10T20:24:24.623Z] #41 70.15 compress/gzip
20:24:24 [2020-09-10T20:24:24.769Z] #39 80.63   DEP      criu/eventfd.d
20:24:24 [2020-09-10T20:24:24.769Z] #39 80.77   DEP      criu/crtools.d
20:24:24 [2020-09-10T20:24:24.769Z] #39 80.91   DEP      criu/cr-service.d
20:24:24 [2020-09-10T20:24:24.887Z] #41 ...
20:24:24 [2020-09-10T20:24:24.887Z] 
20:24:24 [2020-09-10T20:24:24.887Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.758 + RM_GOPATH=0
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.758 + TMP_GOPATH=
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.758 + : /build
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.758 + '[' -z '' ']'
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.758 ++ mktemp -d
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.778 + export GOPATH=/tmp/tmp.lB09zsnAoL
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.778 + GOPATH=/tmp/tmp.lB09zsnAoL
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.778 + RM_GOPATH=1
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.778 + case "$(go env GOARCH)" in
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.778 ++ go env GOARCH
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.794 + export GO_BUILDMODE=-buildmode=pie
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.794 + GO_BUILDMODE=-buildmode=pie
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.794 ++ dirname /tmp/install/install.sh
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.800 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + dir=/tmp/install
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + bin=tini
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + shift
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + '[' '!' -f /tmp/install/tini.installer ']'
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + . /tmp/install/tini.installer
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + install_tini
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 + git clone https://github.com/krallin/tini.git /tmp/tmp.lB09zsnAoL/tini
20:24:24 [2020-09-10T20:24:24.887Z] #33 2.803 Cloning into '/tmp/tmp.lB09zsnAoL/tini'...
20:24:24 [2020-09-10T20:24:24.887Z] #33 3.673 + cd /tmp/tmp.lB09zsnAoL/tini
20:24:24 [2020-09-10T20:24:24.887Z] #33 3.673 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
20:24:24 [2020-09-10T20:24:24.887Z] #33 3.745 + cmake .
20:24:24 [2020-09-10T20:24:24.887Z] #33 4.351 -- The C compiler identification is GNU 8.3.0
20:24:24 [2020-09-10T20:24:24.887Z] #33 4.392 -- Check for working C compiler: /usr/bin/cc
20:24:24 [2020-09-10T20:24:24.887Z] #33 5.009 -- Check for working C compiler: /usr/bin/cc -- works
20:24:24 [2020-09-10T20:24:24.887Z] #33 5.038 -- Detecting C compiler ABI info
20:24:24 [2020-09-10T20:24:24.887Z] #33 5.803 -- Detecting C compiler ABI info - done
20:24:24 [2020-09-10T20:24:24.887Z] #33 5.830 -- Detecting C compile features
20:24:25 [2020-09-10T20:24:25.028Z] #39 81.04   DEP      criu/cr-restore.d
20:24:25 [2020-09-10T20:24:25.151Z] #33 ...
20:24:25 [2020-09-10T20:24:25.151Z] 
20:24:25 [2020-09-10T20:24:25.151Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:25 [2020-09-10T20:24:25.151Z] #41 70.80 crypto/rand
20:24:25 [2020-09-10T20:24:25.287Z] #39 81.24   DEP      criu/cr-errno.d
20:24:25 [2020-09-10T20:24:25.287Z] #39 81.26   DEP      criu/cr-dump.d
20:24:25 [2020-09-10T20:24:25.287Z] #39 81.46   DEP      criu/cr-dedup.d
20:24:25 [2020-09-10T20:24:25.856Z] #39 81.64   DEP      criu/cr-check.d
20:24:25 [2020-09-10T20:24:25.856Z] #39 81.83   DEP      criu/config.d
20:24:25 [2020-09-10T20:24:25.856Z] #39 81.97   DEP      criu/clone-noasan.d
20:24:25 [2020-09-10T20:24:25.856Z] #39 82.03   DEP      criu/cgroup.d
20:24:26 [2020-09-10T20:24:26.102Z] #41 71.73 encoding/asn1
20:24:26 [2020-09-10T20:24:26.102Z] #41 71.95 crypto/rsa
20:24:26 [2020-09-10T20:24:26.424Z] #39 ...
20:24:26 [2020-09-10T20:24:26.424Z] 
20:24:26 [2020-09-10T20:24:26.424Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:24:26 [2020-09-10T20:24:26.424Z] #28 DONE 153.5s
20:24:26 [2020-09-10T20:24:26.424Z] 
20:24:26 [2020-09-10T20:24:26.424Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:26 [2020-09-10T20:24:26.424Z] #39 82.22   DEP      criu/cgroup-props.d
20:24:26 [2020-09-10T20:24:26.424Z] #39 ...
20:24:26 [2020-09-10T20:24:26.424Z] 
20:24:26 [2020-09-10T20:24:26.424Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:26 [2020-09-10T20:24:26.424Z] #17 13.70 Reading package lists...
20:24:26 [2020-09-10T20:24:26.424Z] #17 17.59 Building dependency tree...
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03 libcap2-bin is already the newest version (1:2.25-2).
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03 The following additional packages will be installed:
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   python3.7 python3.7-minimal vim-runtime xxd
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03 Suggested packages:
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03 Recommended packages:
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   aufs-dkms nftables build-essential python3-dev python3-keyring
20:24:26 [2020-09-10T20:24:26.424Z] #17 19.03   python3-keyrings.alt python3-xdg unzip
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.27 The following NEW packages will be installed:
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.28   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.29   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.29   xz-utils zip
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.63 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.63 Need to get 28.5 MB of archives.
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.63 After this operation, 116 MB of additional disk space will be used.
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.93 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 21.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.01 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.02 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.03 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.03 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.03 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.44 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.44 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.45 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.55 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:24:26 [2020-09-10T20:24:26.424Z] #17 22.55 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.56 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.57 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.58 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.60 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.60 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.68 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.71 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 22.72 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 23.07 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 23.12 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 23.18 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:24:26 [2020-09-10T20:24:26.425Z] #17 23.90 debconf: delaying package configuration, since apt-utils is not installed
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.01 Fetched 28.5 MB in 2s (15.6 MB/s)
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.08 Selecting previously unselected package pigz.
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.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 ... 23432 files and directories currently installed.)
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.14 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.16 Unpacking pigz (2.4-1) ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.27 Selecting previously unselected package libpython3.7-minimal:amd64.
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.28 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.75 Selecting previously unselected package python3.7-minimal.
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.75 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 24.76 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 25.66 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 25.71 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:24:26 [2020-09-10T20:24:26.425Z] #17 ...
20:24:26 [2020-09-10T20:24:26.425Z] 
20:24:26 [2020-09-10T20:24:26.425Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:26 [2020-09-10T20:24:26.425Z] #39 82.45   DEP      criu/bitmap.d
20:24:26 [2020-09-10T20:24:26.425Z] #39 82.48   DEP      criu/bfd.d
20:24:26 [2020-09-10T20:24:26.684Z] #39 82.63   DEP      criu/autofs.d
20:24:26 [2020-09-10T20:24:26.756Z] #41 ...
20:24:26 [2020-09-10T20:24:26.756Z] 
20:24:26 [2020-09-10T20:24:26.756Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:26 [2020-09-10T20:24:26.756Z] #39 27.70   CC       images/pipe.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 28.08   CC       images/tcp-stream.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 28.50   CC       images/sk-packet.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 28.89   CC       images/mnt.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 29.07   CC       images/pipe-data.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 29.24   CC       images/sa.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 29.54   CC       images/timer.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 29.82   CC       images/timerfd.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 30.03   CC       images/mm.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 30.30   CC       images/sk-opts.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 30.46   CC       images/sk-unix.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 30.70   CC       images/sk-inet.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 31.00   CC       images/tun.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 31.34   CC       images/sk-netlink.o
20:24:26 [2020-09-10T20:24:26.756Z] #39 31.53   CC       images/packet-sock.o
20:24:26 [2020-09-10T20:24:26.832Z] #52 153.4 + bin/containerd-shim-runc-v2
20:24:26 [2020-09-10T20:24:26.832Z] #52 154.1 + binaries
20:24:26 [2020-09-10T20:24:26.832Z] #52 154.1 + install -D bin/containerd /build/containerd
20:24:26 [2020-09-10T20:24:26.832Z] #52 154.1 + install -D bin/containerd-shim /build/containerd-shim
20:24:26 [2020-09-10T20:24:26.832Z] #52 154.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:24:26 [2020-09-10T20:24:26.832Z] #52 154.1 + install -D bin/ctr /build/ctr
20:24:26 [2020-09-10T20:24:26.946Z] #39 82.96   DEP      criu/aio.d
20:24:27 [2020-09-10T20:24:27.016Z] #39 31.95   CC       images/ipc-var.o
20:24:27 [2020-09-10T20:24:27.052Z] #41 72.62 github.com/LK4D4/vndr/build
20:24:27 [2020-09-10T20:24:27.206Z] #39 83.22   DEP      criu/action-scripts.d
20:24:27 [2020-09-10T20:24:27.276Z] #39 32.12   CC       images/ipc-desc.o
20:24:27 [2020-09-10T20:24:27.316Z] #41 ...
20:24:27 [2020-09-10T20:24:27.316Z] 
20:24:27 [2020-09-10T20:24:27.316Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:27 [2020-09-10T20:24:27.316Z] #47 63.52 golang.org/x/crypto/ssh/terminal
20:24:27 [2020-09-10T20:24:27.316Z] #47 67.83 mvdan.cc/sh/v3/cmd/shfmt
20:24:27 [2020-09-10T20:24:27.316Z] #47 DONE 72.8s
20:24:27 [2020-09-10T20:24:27.316Z] 
20:24:27 [2020-09-10T20:24:27.316Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:27 [2020-09-10T20:24:27.316Z] #33 7.930 -- Detecting C compile features - done
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.018 -- Performing Test HAS_BUILTIN_FORTIFY
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.330 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.462 -- Configuring done
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.488 -- Generating done
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.518 -- Build files have been written to: /tmp/tmp.lB09zsnAoL/tini
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.523 + make tini-static
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.814 Scanning dependencies of target tini-static
20:24:27 [2020-09-10T20:24:27.316Z] #33 8.946 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
20:24:27 [2020-09-10T20:24:27.463Z] #52 DONE 154.6s
20:24:27 [2020-09-10T20:24:27.465Z] #39 83.57   CC       criu/action-scripts.o
20:24:27 [2020-09-10T20:24:27.536Z] #39 32.28   CC       images/ipc-shm.o
20:24:27 [2020-09-10T20:24:27.797Z] #39 32.53   CC       images/ipc-msg.o
20:24:28 [2020-09-10T20:24:28.034Z] #39 83.96   CC       criu/aio.o
20:24:28 [2020-09-10T20:24:28.057Z] #39 32.86   CC       images/ipc-sem.o
20:24:28 [2020-09-10T20:24:28.095Z] 
20:24:28 [2020-09-10T20:24:28.095Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:24:28 [2020-09-10T20:24:28.268Z] #33 ...
20:24:28 [2020-09-10T20:24:28.268Z] 
20:24:28 [2020-09-10T20:24:28.268Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:28 [2020-09-10T20:24:28.268Z] #10 63.79 Selecting previously unselected package gcc-mingw-w64-base.
20:24:28 [2020-09-10T20:24:28.268Z] #10 63.79 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:24:28 [2020-09-10T20:24:28.268Z] #10 63.82 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:28 [2020-09-10T20:24:28.268Z] #10 64.07 Selecting previously unselected package gcc-mingw-w64-x86-64.
20:24:28 [2020-09-10T20:24:28.268Z] #10 64.07 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:24:28 [2020-09-10T20:24:28.268Z] #10 64.07 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:28 [2020-09-10T20:24:28.268Z] #10 ...
20:24:28 [2020-09-10T20:24:28.268Z] 
20:24:28 [2020-09-10T20:24:28.268Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:28 [2020-09-10T20:24:28.268Z] #39 7.082 fatal: not a git repository (or any of the parent directories): .git
20:24:28 [2020-09-10T20:24:28.268Z] #39 7.138   GEN      .gitid
20:24:28 [2020-09-10T20:24:28.268Z] #39 7.213   GEN      criu/include/version.h
20:24:28 [2020-09-10T20:24:28.268Z] #39 7.308   GEN      include/common/asm
20:24:28 [2020-09-10T20:24:28.268Z] #39 8.779   PBCC     images/timens.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 8.896   DEP      images/timens.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 8.933   PBCC     images/fown.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 8.964   PBCC     images/google/protobuf/descriptor.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.036   PBCC     images/opts.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.106   PBCC     images/memfd.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.156   DEP      images/fown.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.299   DEP      images/google/protobuf/descriptor.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.365   DEP      images/opts.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.459   DEP      images/memfd.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.535   PBCC     images/sit.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.627   DEP      images/sit.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.730   PBCC     images/macvlan.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.763   DEP      images/macvlan.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.807   PBCC     images/autofs.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.860   DEP      images/autofs.pb-c.d
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.937   PBCC     images/sysctl.pb-c.c
20:24:28 [2020-09-10T20:24:28.268Z] #39 9.976   DEP      images/sysctl.pb-c.d
20:24:28 [2020-09-10T20:24:28.317Z] #39 33.04   CC       images/utsns.o
20:24:28 [2020-09-10T20:24:28.317Z] #39 33.20   CC       images/creds.o
20:24:28 [2020-09-10T20:24:28.385Z] #53 DONE 0.3s
20:24:28 [2020-09-10T20:24:28.385Z] 
20:24:28 [2020-09-10T20:24:28.385Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:24:28 [2020-09-10T20:24:28.427Z] #53 ...
20:24:28 [2020-09-10T20:24:28.427Z] 
20:24:28 [2020-09-10T20:24:28.427Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:28 [2020-09-10T20:24:28.427Z] #48 78.85 time
20:24:28 [2020-09-10T20:24:28.427Z] #48 81.81 regexp
20:24:28 [2020-09-10T20:24:28.427Z] #48 ...
20:24:28 [2020-09-10T20:24:28.427Z] 
20:24:28 [2020-09-10T20:24:28.427Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:28 [2020-09-10T20:24:28.427Z] #40 17.21   CC       images/core-x86.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 17.85   CC       images/core-arm.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 18.33   CC       images/core-aarch64.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 18.90   CC       images/core-ppc64.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 19.56   CC       images/core-s390.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 20.33   CC       images/cpuinfo.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 20.90   CC       images/inventory.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 21.16   CC       images/fdinfo.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 21.67   CC       images/fown.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 21.89   CC       images/ns.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 22.14   CC       images/regfile.o
20:24:28 [2020-09-10T20:24:28.427Z] #40 22.36   CC       images/ghost-file.o
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.04   PBCC     images/time.pb-c.c
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.11   DEP      images/time.pb-c.d
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.21   PBCC     images/binfmt-misc.pb-c.c
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.24   DEP      images/binfmt-misc.pb-c.d
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.29   PBCC     images/seccomp.pb-c.c
20:24:28 [2020-09-10T20:24:28.532Z] #39 10.32   DEP      images/seccomp.pb-c.d
20:24:28 [2020-09-10T20:24:28.576Z] #39 33.38   CC       images/vma.o
20:24:28 [2020-09-10T20:24:28.603Z] #39 84.49   CC       criu/autofs.o
20:24:28 [2020-09-10T20:24:28.676Z] #57 DONE 0.2s
20:24:28 [2020-09-10T20:24:28.676Z] 
20:24:28 [2020-09-10T20:24:28.676Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:24:28 [2020-09-10T20:24:28.676Z] #59 DONE 0.2s
20:24:28 [2020-09-10T20:24:28.676Z] 
20:24:28 [2020-09-10T20:24:28.676Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:24:28 [2020-09-10T20:24:28.727Z] #40 22.90   CC       images/fifo.o
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.35   PBCC     images/userns.pb-c.c
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.37   DEP      images/userns.pb-c.d
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.41   PBCC     images/cgroup.pb-c.c
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.43   DEP      images/cgroup.pb-c.d
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.47   PBCC     images/ext-file.pb-c.c
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.49   DEP      images/ext-file.pb-c.d
20:24:28 [2020-09-10T20:24:28.795Z] #39 10.56   PBCC     images/rpc.pb-c.c
20:24:28 [2020-09-10T20:24:28.836Z] #39 33.62   CC       images/netdev.o
20:24:28 [2020-09-10T20:24:28.966Z] #61 DONE 0.2s
20:24:28 [2020-09-10T20:24:28.966Z] 
20:24:28 [2020-09-10T20:24:28.966Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:24:28 [2020-09-10T20:24:28.966Z] #62 DONE 0.0s
20:24:28 [2020-09-10T20:24:28.966Z] 
20:24:28 [2020-09-10T20:24:28.966Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
20:24:29 [2020-09-10T20:24:29.028Z] #40 23.10   CC       images/remap-file-path.o
20:24:29 [2020-09-10T20:24:29.059Z] #39 10.57   DEP      images/rpc.pb-c.d
20:24:29 [2020-09-10T20:24:29.059Z] #39 10.63   PBCC     images/siginfo.pb-c.c
20:24:29 [2020-09-10T20:24:29.059Z] #39 10.68   DEP      images/siginfo.pb-c.d
20:24:29 [2020-09-10T20:24:29.059Z] #39 10.74   PBCC     images/pagemap.pb-c.c
20:24:29 [2020-09-10T20:24:29.059Z] #39 10.81   DEP      images/pagemap.pb-c.d
20:24:29 [2020-09-10T20:24:29.097Z] #39 34.06   CC       images/tty.o
20:24:29 [2020-09-10T20:24:29.323Z] #39 10.91   PBCC     images/rlimit.pb-c.c
20:24:29 [2020-09-10T20:24:29.323Z] #39 10.93   DEP      images/rlimit.pb-c.d
20:24:29 [2020-09-10T20:24:29.323Z] #39 10.97   PBCC     images/file-lock.pb-c.c
20:24:29 [2020-09-10T20:24:29.323Z] #39 10.99   DEP      images/file-lock.pb-c.d
20:24:29 [2020-09-10T20:24:29.323Z] #39 11.04   PBCC     images/tty.pb-c.c
20:24:29 [2020-09-10T20:24:29.329Z] #40 23.43   CC       images/eventfd.o
20:24:29 [2020-09-10T20:24:29.586Z] #39 11.12   DEP      images/tty.pb-c.d
20:24:29 [2020-09-10T20:24:29.586Z] #39 11.15   PBCC     images/tun.pb-c.c
20:24:29 [2020-09-10T20:24:29.586Z] #39 11.21   PBCC     images/netdev.pb-c.c
20:24:29 [2020-09-10T20:24:29.586Z] #39 11.25   DEP      images/tun.pb-c.d
20:24:29 [2020-09-10T20:24:29.586Z] #39 11.29   DEP      images/netdev.pb-c.d
20:24:29 [2020-09-10T20:24:29.600Z] #63 DONE 0.7s
20:24:29 [2020-09-10T20:24:29.630Z] #40 23.68   CC       images/eventpoll.o
20:24:29 [2020-09-10T20:24:29.666Z] #39 34.45   CC       images/file-lock.o
20:24:29 [2020-09-10T20:24:29.666Z] #39 34.60   CC       images/rlimit.o
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.34   PBCC     images/vma.pb-c.c
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.36   DEP      images/vma.pb-c.d
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.41   PBCC     images/creds.pb-c.c
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.45   DEP      images/creds.pb-c.d
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.48   PBCC     images/utsns.pb-c.c
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.50   DEP      images/utsns.pb-c.d
20:24:29 [2020-09-10T20:24:29.850Z] #39 11.56   PBCC     images/ipc-desc.pb-c.c
20:24:29 [2020-09-10T20:24:29.891Z] 
20:24:29 [2020-09-10T20:24:29.891Z] #64 exporting to image
20:24:29 [2020-09-10T20:24:29.891Z] #64 exporting layers
20:24:29 [2020-09-10T20:24:29.926Z] #39 34.79   CC       images/pagemap.o
20:24:29 [2020-09-10T20:24:29.932Z] #40 24.08   CC       images/fh.o
20:24:29 [2020-09-10T20:24:29.932Z] #40 ...
20:24:29 [2020-09-10T20:24:29.932Z] 
20:24:29 [2020-09-10T20:24:29.932Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:29 [2020-09-10T20:24:29.932Z] #11 90.68 Selecting previously unselected package g++-mingw-w64-x86-64.
20:24:29 [2020-09-10T20:24:29.932Z] #11 90.69 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
20:24:29 [2020-09-10T20:24:29.932Z] #11 90.70 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:29 [2020-09-10T20:24:29.981Z] #39 85.85   CC       criu/bfd.o
20:24:30 [2020-09-10T20:24:30.114Z] #39 ...
20:24:30 [2020-09-10T20:24:30.114Z] 
20:24:30 [2020-09-10T20:24:30.114Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:30 [2020-09-10T20:24:30.114Z] #33 10.58 [100%] Linking C executable tini-static
20:24:30 [2020-09-10T20:24:30.114Z] #33 11.17 [100%] Built target tini-static
20:24:30 [2020-09-10T20:24:30.114Z] #33 11.21 + mkdir -p /build
20:24:30 [2020-09-10T20:24:30.114Z] #33 11.22 + cp tini-static /build/docker-init
20:24:30 [2020-09-10T20:24:30.114Z] #33 DONE 11.6s
20:24:30 [2020-09-10T20:24:30.114Z] 
20:24:30 [2020-09-10T20:24:30.114Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.59   PBCC     images/ipc-sem.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.61   DEP      images/ipc-desc.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.65   DEP      images/ipc-sem.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.70   PBCC     images/ipc-msg.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.71   DEP      images/ipc-msg.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.77   PBCC     images/ipc-shm.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.78   DEP      images/ipc-shm.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.80   PBCC     images/ipc-var.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.82   DEP      images/ipc-var.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.85   PBCC     images/sk-opts.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.87   PBCC     images/packet-sock.pb-c.c
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.91   DEP      images/sk-opts.pb-c.d
20:24:30 [2020-09-10T20:24:30.114Z] #39 11.94   DEP      images/packet-sock.pb-c.d
20:24:30 [2020-09-10T20:24:30.240Z] #39 86.28   CC       criu/bitmap.o
20:24:30 [2020-09-10T20:24:30.377Z] #39 11.99   PBCC     images/sk-netlink.pb-c.c
20:24:30 [2020-09-10T20:24:30.377Z] #39 12.03   DEP      images/sk-netlink.pb-c.d
20:24:30 [2020-09-10T20:24:30.497Z] #39 35.14   CC       images/siginfo.o
20:24:30 [2020-09-10T20:24:30.499Z] #39 86.46   CC       criu/cgroup-props.o
20:24:30 [2020-09-10T20:24:30.584Z] #11 ...
20:24:30 [2020-09-10T20:24:30.584Z] 
20:24:30 [2020-09-10T20:24:30.584Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:30 [2020-09-10T20:24:30.584Z] #31 81.29 internal/poll
20:24:30 [2020-09-10T20:24:30.584Z] #31 83.54 os
20:24:30 [2020-09-10T20:24:30.584Z] #31 86.23 internal/fmtsort
20:24:30 [2020-09-10T20:24:30.584Z] #31 87.25 path/filepath
20:24:30 [2020-09-10T20:24:30.584Z] #31 87.25 fmt
20:24:30 [2020-09-10T20:24:30.584Z] #31 88.77 io/ioutil
20:24:30 [2020-09-10T20:24:30.584Z] #31 90.86 flag
20:24:30 [2020-09-10T20:24:30.584Z] #31 90.86 log
20:24:30 [2020-09-10T20:24:30.584Z] #31 90.88 github.com/BurntSushi/toml
20:24:30 [2020-09-10T20:24:30.584Z] #31 ...
20:24:30 [2020-09-10T20:24:30.584Z] 
20:24:30 [2020-09-10T20:24:30.584Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:30 [2020-09-10T20:24:30.584Z] #48 89.34 mvdan.cc/sh/v3/fileutil
20:24:30 [2020-09-10T20:24:30.584Z] #48 91.15 encoding/binary
20:24:30 [2020-09-10T20:24:30.584Z] #48 91.15 go/token
20:24:30 [2020-09-10T20:24:30.584Z] #48 91.16 flag
20:24:30 [2020-09-10T20:24:30.584Z] #48 91.16 github.com/pkg/diff
20:24:30 [2020-09-10T20:24:30.641Z] #39 12.11   PBCC     images/sk-inet.pb-c.c
20:24:30 [2020-09-10T20:24:30.641Z] #39 12.17   DEP      images/sk-inet.pb-c.d
20:24:30 [2020-09-10T20:24:30.641Z] #39 12.23   PBCC     images/sk-unix.pb-c.c
20:24:30 [2020-09-10T20:24:30.641Z] #39 12.32   DEP      images/sk-unix.pb-c.d
20:24:30 [2020-09-10T20:24:30.760Z] #39 35.49   CC       images/rpc.o
20:24:30 [2020-09-10T20:24:30.905Z] #39 12.39   PBCC     images/mm.pb-c.c
20:24:30 [2020-09-10T20:24:30.905Z] #39 12.52   DEP      images/mm.pb-c.d
20:24:30 [2020-09-10T20:24:30.905Z] #39 12.60   PBCC     images/timerfd.pb-c.c
20:24:31 [2020-09-10T20:24:31.069Z] #39 87.15   CC       criu/cgroup.o
20:24:31 [2020-09-10T20:24:31.169Z] #39 12.66   DEP      images/timerfd.pb-c.d
20:24:31 [2020-09-10T20:24:31.169Z] #39 12.72   PBCC     images/timer.pb-c.c
20:24:31 [2020-09-10T20:24:31.169Z] #39 12.75   DEP      images/timer.pb-c.d
20:24:31 [2020-09-10T20:24:31.169Z] #39 12.83   PBCC     images/sa.pb-c.c
20:24:31 [2020-09-10T20:24:31.169Z] #39 12.89   DEP      images/sa.pb-c.d
20:24:31 [2020-09-10T20:24:31.432Z] #39 13.00   PBCC     images/pipe-data.pb-c.c
20:24:31 [2020-09-10T20:24:31.432Z] #39 13.02   DEP      images/pipe-data.pb-c.d
20:24:31 [2020-09-10T20:24:31.432Z] #39 13.07   PBCC     images/mnt.pb-c.c
20:24:31 [2020-09-10T20:24:31.432Z] #39 13.11   DEP      images/mnt.pb-c.d
20:24:31 [2020-09-10T20:24:31.432Z] #39 13.18   PBCC     images/sk-packet.pb-c.c
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.21   DEP      images/sk-packet.pb-c.d
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.26   PBCC     images/tcp-stream.pb-c.c
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.31   DEP      images/tcp-stream.pb-c.d
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.41   PBCC     images/pipe.pb-c.c
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.45   DEP      images/pipe.pb-c.d
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.48   PBCC     images/pstree.pb-c.c
20:24:31 [2020-09-10T20:24:31.697Z] #39 13.51   DEP      images/pstree.pb-c.d
20:24:31 [2020-09-10T20:24:31.961Z] #39 13.57   PBCC     images/fs.pb-c.c
20:24:31 [2020-09-10T20:24:31.961Z] #39 13.60   DEP      images/fs.pb-c.d
20:24:31 [2020-09-10T20:24:31.961Z] #39 13.66   PBCC     images/signalfd.pb-c.c
20:24:31 [2020-09-10T20:24:31.961Z] #39 13.71   DEP      images/signalfd.pb-c.d
20:24:31 [2020-09-10T20:24:31.961Z] #39 13.78   PBCC     images/fh.pb-c.c
20:24:32 [2020-09-10T20:24:32.007Z] #39 ...
20:24:32 [2020-09-10T20:24:32.007Z] 
20:24:32 [2020-09-10T20:24:32.007Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.26 Selecting previously unselected package python3-minimal.
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.26 (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 ... 23681 files and directories currently installed.)
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.29 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.31 Unpacking python3-minimal (3.7.3-1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.38 Selecting previously unselected package libmpdec2:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.39 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.40 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.51 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.51 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 28.51 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.43 Selecting previously unselected package python3.7.
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.43 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.43 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.58 Selecting previously unselected package libpython3-stdlib:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.59 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.60 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 29.72 Setting up python3-minimal (3.7.3-1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.39 Selecting previously unselected package python3.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.45 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.46 Unpacking python3 (3.7.3-1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.57 Selecting previously unselected package libip4tc0:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.57 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.58 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.67 Selecting previously unselected package libip6tc0:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.68 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.68 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.77 Selecting previously unselected package libiptc0:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.80 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.80 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.90 Selecting previously unselected package libnfnetlink0:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.90 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.91 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.96 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.97 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 30.97 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.05 Selecting previously unselected package libnftnl11:amd64.
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.06 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.06 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.15 Selecting previously unselected package iptables.
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.16 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.17 Unpacking iptables (1.8.2-4) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.49 Selecting previously unselected package xxd.
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.50 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.50 Unpacking xxd (2:8.1.0875-5) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.63 Selecting previously unselected package vim-common.
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.63 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.65 Unpacking vim-common (2:8.1.0875-5) ...
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.81 Selecting previously unselected package bash-completion.
20:24:32 [2020-09-10T20:24:32.007Z] #17 31.81 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:24:32 [2020-09-10T20:24:32.145Z] #39 36.63   CC       images/ext-file.o
20:24:32 [2020-09-10T20:24:32.145Z] #39 36.83   CC       images/cgroup.o
20:24:32 [2020-09-10T20:24:32.224Z] #39 13.83   PBCC     images/fsnotify.pb-c.c
20:24:32 [2020-09-10T20:24:32.224Z] #39 13.87   DEP      images/fh.pb-c.d
20:24:32 [2020-09-10T20:24:32.489Z] #39 13.97   DEP      images/fsnotify.pb-c.d
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.02   PBCC     images/eventpoll.pb-c.c
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.03   DEP      images/eventpoll.pb-c.d
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.07   PBCC     images/eventfd.pb-c.c
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.09   DEP      images/eventfd.pb-c.d
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.13   PBCC     images/remap-file-path.pb-c.c
20:24:32 [2020-09-10T20:24:32.489Z] #39 14.15   DEP      images/remap-file-path.pb-c.d
20:24:32 [2020-09-10T20:24:32.616Z] #64 exporting layers 2.6s done
20:24:32 [2020-09-10T20:24:32.616Z] #64 writing image sha256:b6c728cb93e41458f9bf250596a98d841b888dbe0e009a1c1f19fbc5d667bc03 done
20:24:32 [2020-09-10T20:24:32.616Z] #64 naming to docker.io/library/docker:5ca758199d77a66f7186450f2e78b0a915d443c4 done
20:24:32 [2020-09-10T20:24:32.616Z] #64 DONE 2.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:24:32 [2020-09-10T20:24:32.715Z] #39 37.41   CC       images/userns.o
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.23   PBCC     images/fifo.pb-c.c
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.28   DEP      images/fifo.pb-c.d
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.35   PBCC     images/ghost-file.pb-c.c
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.40   DEP      images/ghost-file.pb-c.d
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.46   PBCC     images/regfile.pb-c.c
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.49   DEP      images/regfile.pb-c.d
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.52   PBCC     images/ns.pb-c.c
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.54   DEP      images/ns.pb-c.d
20:24:32 [2020-09-10T20:24:32.752Z] #39 14.57   PBCC     images/fdinfo.pb-c.c
20:24:32 [2020-09-10T20:24:32.975Z] #39 37.76   CC       images/google/protobuf/descriptor.o
20:24:32 [2020-09-10T20:24:32.975Z] #39 ...
20:24:32 [2020-09-10T20:24:32.975Z] 
20:24:32 [2020-09-10T20:24:32.975Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:24:32 [2020-09-10T20:24:32.975Z] #54 107.9 + for f in rootlesskit rootlesskit-docker-proxy
20:24:32 [2020-09-10T20:24:32.975Z] #54 107.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:24:33 [2020-09-10T20:24:33.016Z] #39 14.70   DEP      images/fdinfo.pb-c.d
20:24:33 [2020-09-10T20:24:33.016Z] #39 14.75   PBCC     images/core-aarch64.pb-c.c
20:24:33 [2020-09-10T20:24:33.016Z] #39 14.78   PBCC     images/core-arm.pb-c.c
20:24:33 [2020-09-10T20:24:33.016Z] #39 14.81   PBCC     images/core-ppc64.pb-c.c
20:24:33 [2020-09-10T20:24:33.069Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/test/unit
20:24:33 [2020-09-10T20:24:33.282Z] #39 14.86   PBCC     images/core-s390.pb-c.c
20:24:33 [2020-09-10T20:24:33.282Z] #39 14.89   PBCC     images/core-x86.pb-c.c
20:24:33 [2020-09-10T20:24:33.282Z] #39 14.93   PBCC     images/core.pb-c.c
20:24:33 [2020-09-10T20:24:33.282Z] #39 14.97   PBCC     images/inventory.pb-c.c
20:24:33 [2020-09-10T20:24:33.282Z] #39 15.01   DEP      images/core-aarch64.pb-c.d
20:24:33 [2020-09-10T20:24:33.282Z] #39 15.04   DEP      images/core-arm.pb-c.d
20:24:33 [2020-09-10T20:24:33.373Z] #48 93.95 go/scanner
20:24:33 [2020-09-10T20:24:33.576Z] #39 15.08   DEP      images/core-ppc64.pb-c.d
20:24:33 [2020-09-10T20:24:33.576Z] #39 15.12   DEP      images/core-s390.pb-c.d
20:24:33 [2020-09-10T20:24:33.576Z] #39 15.17   DEP      images/core-x86.pb-c.d
20:24:33 [2020-09-10T20:24:33.576Z] #39 15.21   DEP      images/core.pb-c.d
20:24:33 [2020-09-10T20:24:33.576Z] #39 15.28   DEP      images/inventory.pb-c.d
20:24:33 [2020-09-10T20:24:33.840Z] #39 15.43   PBCC     images/cpuinfo.pb-c.c
20:24:33 [2020-09-10T20:24:33.840Z] #39 15.46   DEP      images/cpuinfo.pb-c.d
20:24:33 [2020-09-10T20:24:33.840Z] #39 15.53   PBCC     images/stats.pb-c.c
20:24:34 [2020-09-10T20:24:34.103Z] #39 15.55   DEP      images/stats.pb-c.d
20:24:34 [2020-09-10T20:24:34.544Z] #17 34.25 Unpacking bash-completion (1:2.8-6) ...
20:24:34 [2020-09-10T20:24:34.804Z] #17 34.58 Selecting previously unselected package bzip2.
20:24:34 [2020-09-10T20:24:34.804Z] #17 34.59 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:24:34 [2020-09-10T20:24:34.804Z] #17 34.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:24:34 [2020-09-10T20:24:34.978Z] #48 95.40 mvdan.cc/editorconfig
20:24:34 [2020-09-10T20:24:34.978Z] #48 ...
20:24:34 [2020-09-10T20:24:34.978Z] 
20:24:34 [2020-09-10T20:24:34.978Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:34 [2020-09-10T20:24:34.978Z] #31 95.42 github.com/BurntSushi/toml/cmd/tomlv
20:24:35 [2020-09-10T20:24:35.063Z] #17 34.71 Selecting previously unselected package xz-utils.
20:24:35 [2020-09-10T20:24:35.063Z] #17 34.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.063Z] #17 34.72 Unpacking xz-utils (5.2.4-1) ...
20:24:35 [2020-09-10T20:24:35.063Z] #17 34.88 Selecting previously unselected package apparmor.
20:24:35 [2020-09-10T20:24:35.063Z] #17 34.89 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.065Z] #39 16.88 make[1]: Nothing to be done for 'all'.
20:24:35 [2020-09-10T20:24:35.133Z] ?   	github.com/docker/docker/api	[no test files]
20:24:35 [2020-09-10T20:24:35.323Z] #17 34.96 Unpacking apparmor (2.13.2-10) ...
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.30 Selecting previously unselected package aufs-tools.
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.30 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.30 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.42 Selecting previously unselected package libonig5:amd64.
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.43 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.582Z] #17 35.43 Unpacking libonig5:amd64 (6.9.1-1) ...
20:24:35 [2020-09-10T20:24:35.626Z] #31 ...
20:24:35 [2020-09-10T20:24:35.626Z] 
20:24:35 [2020-09-10T20:24:35.626Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:35 [2020-09-10T20:24:35.626Z] #42 86.29 regexp
20:24:35 [2020-09-10T20:24:35.626Z] #42 91.83 os/exec
20:24:35 [2020-09-10T20:24:35.626Z] #42 91.90 net
20:24:35 [2020-09-10T20:24:35.626Z] #42 93.94 internal/lazyregexp
20:24:35 [2020-09-10T20:24:35.626Z] #42 95.04 github.com/LK4D4/vndr/versioned
20:24:35 [2020-09-10T20:24:35.626Z] #42 ...
20:24:35 [2020-09-10T20:24:35.626Z] 
20:24:35 [2020-09-10T20:24:35.626Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:35 [2020-09-10T20:24:35.626Z] #40 24.45   CC       images/fsnotify.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 25.20   CC       images/signalfd.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 25.48   CC       images/fs.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 25.69   CC       images/pstree.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 25.96   CC       images/pipe.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 26.22   CC       images/tcp-stream.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 26.50   CC       images/sk-packet.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 26.88   CC       images/mnt.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 27.23   CC       images/pipe-data.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 27.57   CC       images/sa.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 27.95   CC       images/timer.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 28.55   CC       images/timerfd.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 28.93   CC       images/mm.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 29.26   CC       images/sk-opts.o
20:24:35 [2020-09-10T20:24:35.626Z] #40 29.56   CC       images/sk-unix.o
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.56 Selecting previously unselected package libjq1:amd64.
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.58 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.68 Selecting previously unselected package jq.
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.69 Unpacking jq (1.5+dfsg-2+b1) ...
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.77 Selecting previously unselected package libaio1:amd64.
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.77 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:24:35 [2020-09-10T20:24:35.841Z] #17 35.77 Unpacking libaio1:amd64 (0.3.112-3) ...
20:24:35 [2020-09-10T20:24:35.923Z] #40 30.06   CC       images/sk-inet.o
20:24:35 [2020-09-10T20:24:35.923Z] #40 ...
20:24:35 [2020-09-10T20:24:35.923Z] 
20:24:35 [2020-09-10T20:24:35.923Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:35 [2020-09-10T20:24:35.923Z] #48 96.80 mvdan.cc/sh/v3/syntax
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.82 Selecting previously unselected package libgpm2:amd64.
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.83 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.84 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.90 Selecting previously unselected package libicu63:amd64.
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.90 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:24:36 [2020-09-10T20:24:36.176Z] #17 35.91 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:24:36 [2020-09-10T20:24:36.460Z] #39 18.08   CC       images/stats.o
20:24:36 [2020-09-10T20:24:36.984Z] #48 97.55 encoding/json
20:24:37 [2020-09-10T20:24:37.052Z] #39 18.60   CC       images/core.o
20:24:37 [2020-09-10T20:24:37.288Z] #48 98.17 go/ast
20:24:37 [2020-09-10T20:24:37.319Z] #39 ...
20:24:37 [2020-09-10T20:24:37.319Z] 
20:24:37 [2020-09-10T20:24:37.319Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:24:37 [2020-09-10T20:24:37.319Z] #54 76.69 + for f in rootlesskit rootlesskit-docker-proxy
20:24:37 [2020-09-10T20:24:37.319Z] #54 76.69 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:24:37 [2020-09-10T20:24:37.319Z] #54 DONE 82.9s
20:24:37 [2020-09-10T20:24:37.319Z] 
20:24:37 [2020-09-10T20:24:37.319Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:24:37 [2020-09-10T20:24:37.319Z] #55 DONE 0.1s
20:24:37 [2020-09-10T20:24:37.319Z] 
20:24:37 [2020-09-10T20:24:37.319Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:24:37 [2020-09-10T20:24:37.319Z] #56 DONE 0.1s
20:24:37 [2020-09-10T20:24:37.319Z] 
20:24:37 [2020-09-10T20:24:37.319Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:37 [2020-09-10T20:24:37.319Z] #10 80.10 Selecting previously unselected package g++-mingw-w64-x86-64.
20:24:37 [2020-09-10T20:24:37.319Z] #10 80.10 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
20:24:37 [2020-09-10T20:24:37.319Z] #10 80.11 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #54 ...
20:24:38 [2020-09-10T20:24:38.257Z] 
20:24:38 [2020-09-10T20:24:38.257Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:38 [2020-09-10T20:24:38.257Z] #41 102.7 vendor/golang.org/x/net/idna
20:24:38 [2020-09-10T20:24:38.257Z] #41 105.1 vendor/golang.org/x/net/http2/hpack
20:24:38 [2020-09-10T20:24:38.257Z] #41 106.0 mime
20:24:38 [2020-09-10T20:24:38.257Z] #41 107.9 mime/quotedprintable
20:24:38 [2020-09-10T20:24:38.257Z] #41 108.2 net/http/internal
20:24:38 [2020-09-10T20:24:38.257Z] #41 112.3 net/textproto
20:24:38 [2020-09-10T20:24:38.257Z] #41 112.3 crypto/x509
20:24:38 [2020-09-10T20:24:38.257Z] #41 ...
20:24:38 [2020-09-10T20:24:38.257Z] 
20:24:38 [2020-09-10T20:24:38.257Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.3 Selecting previously unselected package libapparmor1:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.4 Selecting previously unselected package libapparmor-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.6 Selecting previously unselected package libbtrfs0.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.6 Unpacking libbtrfs0 (4.20.1-2) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.7 Selecting previously unselected package libbtrfs-dev.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.7 Unpacking libbtrfs-dev (4.20.1-2) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.9 Selecting previously unselected package libudev-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 108.9 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.0 Selecting previously unselected package libsepol1-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.1 Unpacking libsepol1-dev:amd64 (2.8-1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.3 Selecting previously unselected package libpcre16-3:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.5 Selecting previously unselected package libpcre32-3:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.6 Selecting previously unselected package libpcrecpp0v5:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.7 Selecting previously unselected package libpcre3-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 109.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.3 Selecting previously unselected package libselinux1-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.6 Selecting previously unselected package libdevmapper-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.7 Selecting previously unselected package libseccomp-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.8 Selecting previously unselected package libsystemd-dev:amd64.
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 110.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up libapparmor1:amd64 (2.13.2-10) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up libpcre16-3:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.3 Setting up libbtrfs0 (4.20.1-2) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up libpcre32-3:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up libbtrfs-dev (4.20.1-2) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.4 Setting up mingw-w64-common (6.0.0-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 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
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.6 Setting up dmsetup (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 111.7 Processing triggers for libc-bin (2.28-10) ...
20:24:38 [2020-09-10T20:24:38.257Z] #10 DONE 113.0s
20:24:38 [2020-09-10T20:24:38.257Z] 
20:24:38 [2020-09-10T20:24:38.257Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:38 [2020-09-10T20:24:38.839Z] #48 ...
20:24:38 [2020-09-10T20:24:38.839Z] 
20:24:38 [2020-09-10T20:24:38.839Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:38 [2020-09-10T20:24:38.839Z] #31 DONE 99.5s
20:24:38 [2020-09-10T20:24:38.839Z] 
20:24:38 [2020-09-10T20:24:38.839Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:38 [2020-09-10T20:24:38.839Z] #40 30.47   CC       images/tun.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 30.75   CC       images/sk-netlink.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 30.99   CC       images/packet-sock.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 31.56   CC       images/ipc-var.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 31.81   CC       images/ipc-desc.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 32.03   CC       images/ipc-shm.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 32.27   CC       images/ipc-msg.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 32.64   CC       images/ipc-sem.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 32.81   CC       images/utsns.o
20:24:38 [2020-09-10T20:24:38.839Z] #40 33.08   CC       images/creds.o
20:24:39 [2020-09-10T20:24:39.140Z] #40 33.42   CC       images/vma.o
20:24:39 [2020-09-10T20:24:39.246Z] #10 ...
20:24:39 [2020-09-10T20:24:39.246Z] 
20:24:39 [2020-09-10T20:24:39.246Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:39 [2020-09-10T20:24:39.246Z] #41 74.52 vendor/golang.org/x/text/unicode/bidi
20:24:39 [2020-09-10T20:24:39.246Z] #41 76.59 vendor/golang.org/x/crypto/cryptobyte
20:24:39 [2020-09-10T20:24:39.246Z] #41 77.05 vendor/golang.org/x/text/secure/bidirule
20:24:39 [2020-09-10T20:24:39.246Z] #41 77.54 vendor/golang.org/x/text/unicode/norm
20:24:39 [2020-09-10T20:24:39.246Z] #41 77.89 vendor/golang.org/x/net/http2/hpack
20:24:39 [2020-09-10T20:24:39.246Z] #41 79.52 net/http/internal
20:24:39 [2020-09-10T20:24:39.246Z] #41 81.06 vendor/golang.org/x/net/idna
20:24:39 [2020-09-10T20:24:39.246Z] #41 83.31 net/textproto
20:24:39 [2020-09-10T20:24:39.246Z] #41 83.31 vendor/golang.org/x/net/http/httpproxy
20:24:39 [2020-09-10T20:24:39.246Z] #41 83.35 crypto/x509
20:24:39 [2020-09-10T20:24:39.246Z] #41 84.69 vendor/golang.org/x/net/http/httpguts
20:24:39 [2020-09-10T20:24:39.246Z] #41 84.69 mime/multipart
20:24:39 [2020-09-10T20:24:39.246Z] #41 ...
20:24:39 [2020-09-10T20:24:39.246Z] 
20:24:39 [2020-09-10T20:24:39.246Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:39 [2020-09-10T20:24:39.246Z] #39 19.45   CC       images/core-x86.o
20:24:39 [2020-09-10T20:24:39.246Z] #39 20.20   CC       images/core-arm.o
20:24:39 [2020-09-10T20:24:39.246Z] #39 20.73   CC       images/core-aarch64.o
20:24:39 [2020-09-10T20:24:39.466Z] #17 39.36 Selecting previously unselected package libnet1:amd64.
20:24:39 [2020-09-10T20:24:39.466Z] #17 39.37 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:24:39 [2020-09-10T20:24:39.466Z] #17 39.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:39 [2020-09-10T20:24:39.509Z] #39 21.11   CC       images/core-ppc64.o
20:24:39 [2020-09-10T20:24:39.685Z] #49 1.447 + RM_GOPATH=0
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.451 + TMP_GOPATH=
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.451 + : /build
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.451 + '[' -z '' ']'
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.466 ++ mktemp -d
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.478 + export GOPATH=/tmp/tmp.e6ICvJlnFB
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.478 + GOPATH=/tmp/tmp.e6ICvJlnFB
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.478 + RM_GOPATH=1
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.478 + case "$(go env GOARCH)" in
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.478 ++ go env GOARCH
20:24:39 [2020-09-10T20:24:39.686Z] #49 ...
20:24:39 [2020-09-10T20:24:39.686Z] 
20:24:39 [2020-09-10T20:24:39.686Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
20:24:39 [2020-09-10T20:24:39.686Z] #11 DONE 1.6s
20:24:39 [2020-09-10T20:24:39.686Z] 
20:24:39 [2020-09-10T20:24:39.686Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.606 + export GO_BUILDMODE=-buildmode=pie
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.606 + GO_BUILDMODE=-buildmode=pie
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.610 ++ dirname /tmp/install/install.sh
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + dir=/tmp/install
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + bin=runc
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + shift
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + . /tmp/install/runc.installer
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + install_runc
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.631 + grep -q '^3\.10\.0.*\.el7\.'
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.634 + uname -r
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.643 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.643 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.643 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.e6ICvJlnFB/src/github.com/opencontainers/runc
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.643 Cloning into '/tmp/tmp.e6ICvJlnFB/src/github.com/opencontainers/runc'...
20:24:39 [2020-09-10T20:24:39.686Z] #49 1.643 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.46 Selecting previously unselected package libnl-3-200:amd64.
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.47 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.56 Selecting previously unselected package libprotobuf-c1:amd64.
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.57 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.57 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.62 Selecting previously unselected package libreadline5:amd64.
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:24:39 [2020-09-10T20:24:39.725Z] #17 39.65 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:39 [2020-09-10T20:24:39.960Z] #49 ...
20:24:39 [2020-09-10T20:24:39.960Z] 
20:24:39 [2020-09-10T20:24:39.960Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:24:39 [2020-09-10T20:24:39.960Z] #54 DONE 114.9s
20:24:39 [2020-09-10T20:24:39.960Z] 
20:24:39 [2020-09-10T20:24:39.960Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:24:39 [2020-09-10T20:24:39.960Z] #55 DONE 0.0s
20:24:39 [2020-09-10T20:24:39.984Z] #17 39.74 Selecting previously unselected package net-tools.
20:24:39 [2020-09-10T20:24:39.984Z] #17 39.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:24:39 [2020-09-10T20:24:39.984Z] #17 39.76 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:24:40 [2020-09-10T20:24:40.086Z] #39 21.67   CC       images/core-s390.o
20:24:40 [2020-09-10T20:24:40.212Z] #40 34.30   CC       images/netdev.o
20:24:40 [2020-09-10T20:24:40.220Z] 
20:24:40 [2020-09-10T20:24:40.220Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:24:40 [2020-09-10T20:24:40.220Z] #56 DONE 0.1s
20:24:40 [2020-09-10T20:24:40.220Z] 
20:24:40 [2020-09-10T20:24:40.220Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:40 [2020-09-10T20:24:40.220Z] #39 39.11   CC       images/opts.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 39.29   CC       images/seccomp.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 39.63   CC       images/binfmt-misc.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 39.88   CC       images/time.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 40.04   CC       images/sysctl.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 40.26   CC       images/autofs.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 40.47   CC       images/macvlan.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 40.64   CC       images/sit.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 40.82   CC       images/memfd.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.06   CC       images/timens.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.37   LINK     images/built-in.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.48   GEN      compel/include/asm
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.51   GEN      compel/include/version.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.52 touch .config
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.56   GEN      include/common/config.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.62   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.63   GEN      compel/plugins/include/uapi/std/syscall-64.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.67   GEN      compel/arch/x86/plugins/std/syscalls-64.S
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.68   DEP      compel/arch/x86/plugins/std/syscalls-64.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.72   DEP      compel/arch/x86/plugins/std/memcpy.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.76   DEP      compel/arch/x86/plugins/std/parasite-head.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.78   GEN      compel/plugins/include/uapi/std/syscall.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.80   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.84   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.85   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.86   DEP      compel/plugins/std/infect.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 41.96   DEP      compel/plugins/std/string.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.04   DEP      compel/plugins/std/log.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.12   DEP      compel/plugins/std/fds.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.27   DEP      compel/plugins/std/std.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.42   DEP      compel/plugins/shmem/shmem.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.49   DEP      compel/plugins/fds/fds.d
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.64   CC       compel/plugins/std/std.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 42.98   CC       compel/plugins/std/fds.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 43.77   CC       compel/plugins/std/log.o
20:24:40 [2020-09-10T20:24:40.220Z] #39 45.00   CC       compel/plugins/std/string.o
20:24:40 [2020-09-10T20:24:40.242Z] #17 39.92 Selecting previously unselected package python-pip-whl.
20:24:40 [2020-09-10T20:24:40.242Z] #17 39.93 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:24:40 [2020-09-10T20:24:40.242Z] #17 39.94 Unpacking python-pip-whl (18.1-5) ...
20:24:40 [2020-09-10T20:24:40.511Z] #40 34.75   CC       images/tty.o
20:24:40 [2020-09-10T20:24:40.664Z] #39 22.20   CC       images/cpuinfo.o
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.50 Selecting previously unselected package python3-lib2to3.
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.51 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.52 Unpacking python3-lib2to3 (3.7.3-1) ...
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.65 Selecting previously unselected package python3-distutils.
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.66 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:24:40 [2020-09-10T20:24:40.810Z] #17 40.66 Unpacking python3-distutils (3.7.3-1) ...
20:24:40 [2020-09-10T20:24:40.928Z] #39 22.61   CC       images/inventory.o
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.80 Selecting previously unselected package python3-pip.
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.81 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.82 Unpacking python3-pip (18.1-5) ...
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.95 Selecting previously unselected package python3-pkg-resources.
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:24:41 [2020-09-10T20:24:41.068Z] #17 40.97 Unpacking python3-pkg-resources (40.8.0-1) ...
20:24:41 [2020-09-10T20:24:41.164Z] #40 35.40   CC       images/file-lock.o
20:24:41 [2020-09-10T20:24:41.191Z] #39 22.88   CC       images/fdinfo.o
20:24:41 [2020-09-10T20:24:41.337Z] #17 41.08 Selecting previously unselected package python3-setuptools.
20:24:41 [2020-09-10T20:24:41.337Z] #17 41.10 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:24:41 [2020-09-10T20:24:41.337Z] #17 41.10 Unpacking python3-setuptools (40.8.0-1) ...
20:24:41 [2020-09-10T20:24:41.464Z] #40 35.56   CC       images/rlimit.o
20:24:41 [2020-09-10T20:24:41.596Z] #17 41.45 Selecting previously unselected package python3-wheel.
20:24:41 [2020-09-10T20:24:41.596Z] #17 41.45 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:24:41 [2020-09-10T20:24:41.596Z] #17 41.46 Unpacking python3-wheel (0.32.3-2) ...
20:24:41 [2020-09-10T20:24:41.602Z] #39 ...
20:24:41 [2020-09-10T20:24:41.602Z] 
20:24:41 [2020-09-10T20:24:41.602Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:24:41 [2020-09-10T20:24:41.602Z] #12 DONE 1.7s
20:24:41 [2020-09-10T20:24:41.602Z] 
20:24:41 [2020-09-10T20:24:41.602Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:41 [2020-09-10T20:24:41.602Z] #39 46.18   CC       compel/plugins/std/infect.o
20:24:41 [2020-09-10T20:24:41.602Z] #39 ...
20:24:41 [2020-09-10T20:24:41.602Z] 
20:24:41 [2020-09-10T20:24:41.602Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:24:41 [2020-09-10T20:24:41.766Z] #40 35.78   CC       images/pagemap.o
20:24:41 [2020-09-10T20:24:41.769Z] #39 23.38   CC       images/fown.o
20:24:41 [2020-09-10T20:24:41.855Z] #17 41.54 Selecting previously unselected package sudo.
20:24:41 [2020-09-10T20:24:41.855Z] #17 41.54 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
20:24:41 [2020-09-10T20:24:41.855Z] #17 41.55 Unpacking sudo (1.8.27-1+deb10u2) ...
20:24:42 [2020-09-10T20:24:42.033Z] #39 23.61   CC       images/ns.o
20:24:42 [2020-09-10T20:24:42.068Z] #40 36.07   CC       images/siginfo.o
20:24:42 [2020-09-10T20:24:42.114Z] #17 42.07 Selecting previously unselected package thin-provisioning-tools.
20:24:42 [2020-09-10T20:24:42.298Z] #39 23.85   CC       images/regfile.o
20:24:42 [2020-09-10T20:24:42.370Z] #40 36.37   CC       images/rpc.o
20:24:42 [2020-09-10T20:24:42.379Z] #17 42.08 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:24:42 [2020-09-10T20:24:42.379Z] #17 42.08 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:24:42 [2020-09-10T20:24:42.379Z] #17 42.33 Selecting previously unselected package uidmap.
20:24:42 [2020-09-10T20:24:42.562Z] #39 24.07   CC       images/ghost-file.o
20:24:42 [2020-09-10T20:24:42.562Z] #39 24.36   CC       images/fifo.o
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.33 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.34 Unpacking uidmap (1:4.5-1.1) ...
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.45 Selecting previously unselected package vim-runtime.
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.46 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.49 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:24:42 [2020-09-10T20:24:42.638Z] #17 42.53 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:24:42 [2020-09-10T20:24:42.898Z] #17 42.58 Unpacking vim-runtime (2:8.1.0875-5) ...
20:24:42 [2020-09-10T20:24:42.979Z] #13 1.460 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:42 [2020-09-10T20:24:42.979Z] #13 DONE 1.5s
20:24:42 [2020-09-10T20:24:42.979Z] 
20:24:42 [2020-09-10T20:24:42.979Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:24:43 [2020-09-10T20:24:43.140Z] #39 24.53   CC       images/remap-file-path.o
20:24:43 [2020-09-10T20:24:43.140Z] #39 24.78   CC       images/eventfd.o
20:24:43 [2020-09-10T20:24:43.405Z] #39 25.02   CC       images/eventpoll.o
20:24:43 [2020-09-10T20:24:43.434Z] #40 37.66   CC       images/ext-file.o
20:24:43 [2020-09-10T20:24:43.434Z] #40 37.85   CC       images/cgroup.o
20:24:43 [2020-09-10T20:24:43.466Z] #17 ...
20:24:43 [2020-09-10T20:24:43.466Z] 
20:24:43 [2020-09-10T20:24:43.466Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:43 [2020-09-10T20:24:43.466Z] #39 89.52   CC       criu/clone-noasan.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 89.72   CC       criu/config.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 90.90   CC       criu/cr-check.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 92.69   CC       criu/cr-dedup.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 93.06   CC       criu/cr-dump.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 95.11   CC       criu/cr-errno.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 95.22   CC       criu/cr-restore.o
20:24:43 [2020-09-10T20:24:43.466Z] #39 99.45   CC       criu/cr-service.o
20:24:43 [2020-09-10T20:24:43.603Z] ok  	github.com/docker/docker/api/server	0.002s	coverage: 9.0% of statements
20:24:43 [2020-09-10T20:24:43.669Z] #39 25.28   CC       images/fh.o
20:24:43 [2020-09-10T20:24:43.669Z] #39 25.48   CC       images/fsnotify.o
20:24:44 [2020-09-10T20:24:44.246Z] #39 25.87   CC       images/signalfd.o
20:24:44 [2020-09-10T20:24:44.357Z] #14 DONE 1.1s
20:24:44 [2020-09-10T20:24:44.357Z] 
20:24:44 [2020-09-10T20:24:44.357Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:24:44 [2020-09-10T20:24:44.495Z] #40 38.55   CC       images/userns.o
20:24:44 [2020-09-10T20:24:44.511Z] #39 26.03   CC       images/fs.o
20:24:44 [2020-09-10T20:24:44.775Z] #39 26.24   CC       images/pstree.o
20:24:44 [2020-09-10T20:24:44.775Z] #39 26.39   CC       images/pipe.o
20:24:44 [2020-09-10T20:24:44.799Z] #40 38.97   CC       images/google/protobuf/descriptor.o
20:24:44 [2020-09-10T20:24:44.846Z] #39 100.9   CC       criu/crtools.o
20:24:45 [2020-09-10T20:24:45.039Z] #39 ...
20:24:45 [2020-09-10T20:24:45.039Z] 
20:24:45 [2020-09-10T20:24:45.039Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.66 Selecting previously unselected package libapparmor1:arm64.
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.68 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.68 Unpacking libapparmor1:arm64 (2.13.2-10) ...
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.77 Selecting previously unselected package libapparmor-dev:arm64.
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.77 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.039Z] #10 90.78 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
20:24:45 [2020-09-10T20:24:45.299Z] #15 DONE 1.0s
20:24:45 [2020-09-10T20:24:45.299Z] 
20:24:45 [2020-09-10T20:24:45.299Z] #16 [dev-systemd-false  6/26] RUN ldconfig
20:24:45 [2020-09-10T20:24:45.303Z] #10 90.94 Selecting previously unselected package libbtrfs0.
20:24:45 [2020-09-10T20:24:45.303Z] #10 90.95 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.303Z] #10 90.96 Unpacking libbtrfs0 (4.20.1-2) ...
20:24:45 [2020-09-10T20:24:45.303Z] #10 91.03 Selecting previously unselected package libbtrfs-dev.
20:24:45 [2020-09-10T20:24:45.303Z] #10 91.03 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.303Z] #10 91.04 Unpacking libbtrfs-dev (4.20.1-2) ...
20:24:45 [2020-09-10T20:24:45.415Z] #39 101.4   CC       criu/eventfd.o
20:24:45 [2020-09-10T20:24:45.566Z] #10 91.20 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
20:24:45 [2020-09-10T20:24:45.567Z] #10 91.20 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.567Z] #10 91.22 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:24:45 [2020-09-10T20:24:45.674Z] #39 101.7   CC       criu/eventpoll.o
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.30 Selecting previously unselected package libudev-dev:arm64.
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.31 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.34 Unpacking libudev-dev:arm64 (241-7~deb10u4) ...
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.50 Selecting previously unselected package libsepol1-dev:arm64.
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.52 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
20:24:45 [2020-09-10T20:24:45.831Z] #10 91.53 Unpacking libsepol1-dev:arm64 (2.8-1) ...
20:24:45 [2020-09-10T20:24:45.869Z] #16 DONE 1.0s
20:24:45 [2020-09-10T20:24:45.869Z] 
20:24:45 [2020-09-10T20:24:45.869Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:45 [2020-09-10T20:24:45.869Z] #39 46.79   CC       compel/arch/x86/plugins/std/parasite-head.o
20:24:45 [2020-09-10T20:24:45.869Z] #39 46.85   CC       compel/arch/x86/plugins/std/memcpy.o
20:24:45 [2020-09-10T20:24:45.869Z] #39 46.94   CC       compel/arch/x86/plugins/std/syscalls-64.o
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.07   AR       compel/plugins/std.lib.a
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.18   CC       compel/plugins/fds/fds.o
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.60   AR       compel/plugins/fds.lib.a
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.62   HOSTDEP  compel/src/lib/log-host.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.67   HOSTDEP  compel/src/lib/handle-elf-host.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.86   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 47.95   HOSTDEP  compel/src/main-host.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 48.12   DEP      compel/src/lib/ptrace.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 48.37   DEP      compel/src/lib/infect.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 48.56   DEP      compel/src/lib/infect-util.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 48.71   DEP      compel/src/lib/infect-rpc.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 48.82   DEP      compel/arch/x86/src/lib/infect.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.04   DEP      compel/arch/x86/src/lib/cpu.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.13   DEP      compel/src/lib/log.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.20   DEP      compel/src/main.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.29   DEP      compel/src/lib/handle-elf.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.37   DEP      compel/arch/x86/src/lib/handle-elf.d
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.52   CC       compel/src/lib/log.o
20:24:45 [2020-09-10T20:24:45.869Z] #39 49.96   CC       compel/arch/x86/src/lib/cpu.o
20:24:45 [2020-09-10T20:24:45.934Z] #39 ...
20:24:45 [2020-09-10T20:24:45.934Z] 
20:24:45 [2020-09-10T20:24:45.934Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:45 [2020-09-10T20:24:45.934Z] #17 45.62 Selecting previously unselected package vim.
20:24:45 [2020-09-10T20:24:45.934Z] #17 45.62 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:24:45 [2020-09-10T20:24:45.934Z] #17 45.65 Unpacking vim (2:8.1.0875-5) ...
20:24:46 [2020-09-10T20:24:46.356Z] #40 ...
20:24:46 [2020-09-10T20:24:46.356Z] 
20:24:46 [2020-09-10T20:24:46.356Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.0 Selecting previously unselected package libapparmor1:ppc64el.
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.0 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.2 Selecting previously unselected package libapparmor-dev:ppc64el.
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.356Z] #11 107.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
20:24:46 [2020-09-10T20:24:46.411Z] #10 91.86 Selecting previously unselected package libpcre16-3:arm64.
20:24:46 [2020-09-10T20:24:46.411Z] #10 91.87 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
20:24:46 [2020-09-10T20:24:46.411Z] #10 91.87 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
20:24:46 [2020-09-10T20:24:46.411Z] #10 92.04 Selecting previously unselected package libpcre32-3:arm64.
20:24:46 [2020-09-10T20:24:46.411Z] #10 92.04 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
20:24:46 [2020-09-10T20:24:46.411Z] #10 92.04 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
20:24:46 [2020-09-10T20:24:46.440Z] #39 51.21   CC       compel/arch/x86/src/lib/infect.o
20:24:46 [2020-09-10T20:24:46.502Z] #17 46.19 Selecting previously unselected package xfsprogs.
20:24:46 [2020-09-10T20:24:46.502Z] #17 46.21 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:24:46 [2020-09-10T20:24:46.502Z] #17 46.23 Unpacking xfsprogs (4.20.0-1) ...
20:24:46 [2020-09-10T20:24:46.655Z] #11 107.3 Selecting previously unselected package libbtrfs0.
20:24:46 [2020-09-10T20:24:46.655Z] #11 ...
20:24:46 [2020-09-10T20:24:46.655Z] 
20:24:46 [2020-09-10T20:24:46.655Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:46 [2020-09-10T20:24:46.655Z] #42 97.30 go/scanner
20:24:46 [2020-09-10T20:24:46.655Z] #42 97.32 net/url
20:24:46 [2020-09-10T20:24:46.655Z] #42 97.32 text/template/parse
20:24:46 [2020-09-10T20:24:46.655Z] #42 101.6 go/ast
20:24:46 [2020-09-10T20:24:46.655Z] #42 101.6 encoding/json
20:24:46 [2020-09-10T20:24:46.655Z] #42 ...
20:24:46 [2020-09-10T20:24:46.655Z] 
20:24:46 [2020-09-10T20:24:46.655Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:46 [2020-09-10T20:24:46.655Z] #11 107.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.655Z] #11 107.4 Unpacking libbtrfs0 (4.20.1-2) ...
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.18 Selecting previously unselected package libpcrecpp0v5:arm64.
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.18 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.19 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.31 Selecting previously unselected package libpcre3-dev:arm64.
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.31 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
20:24:46 [2020-09-10T20:24:46.675Z] #10 92.33 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
20:24:46 [2020-09-10T20:24:46.761Z] #17 46.68 Selecting previously unselected package zip.
20:24:46 [2020-09-10T20:24:46.761Z] #17 46.69 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:24:46 [2020-09-10T20:24:46.761Z] #17 46.70 Unpacking zip (3.0-11+b1) ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.5 Selecting previously unselected package libbtrfs-dev.
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.5 Unpacking libbtrfs-dev (4.20.1-2) ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.7 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.7 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.8 Selecting previously unselected package libudev-dev:ppc64el.
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ...
20:24:46 [2020-09-10T20:24:46.954Z] #11 107.9 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.87 Setting up aufs-tools (1:4.14+20190211-1) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.93 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.94 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.95 Setting up libgpm2:amd64 (1.20.7-5) ...
20:24:47 [2020-09-10T20:24:47.020Z] #17 46.98 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:24:47 [2020-09-10T20:24:47.204Z] #10 92.68 Selecting previously unselected package libselinux1-dev:arm64.
20:24:47 [2020-09-10T20:24:47.204Z] #10 92.69 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
20:24:47 [2020-09-10T20:24:47.204Z] #10 92.73 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
20:24:47 [2020-09-10T20:24:47.254Z] #11 108.0 Selecting previously unselected package libsepol1-dev:ppc64el.
20:24:47 [2020-09-10T20:24:47.254Z] #11 108.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
20:24:47 [2020-09-10T20:24:47.254Z] #11 108.0 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.00 Setting up uidmap (1:4.5-1.1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.01 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.07 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.09 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.11 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.14 Setting up xxd (2:8.1.0875-5) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.16 Setting up zip (3.0-11+b1) ...
20:24:47 [2020-09-10T20:24:47.280Z] #17 47.18 Setting up vim-common (2:8.1.0875-5) ...
20:24:47 [2020-09-10T20:24:47.382Z] #39 52.12   CC       compel/src/lib/infect-rpc.o
20:24:47 [2020-09-10T20:24:47.469Z] #10 92.96 Selecting previously unselected package libdevmapper-dev:arm64.
20:24:47 [2020-09-10T20:24:47.469Z] #10 92.96 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
20:24:47 [2020-09-10T20:24:47.469Z] #10 92.96 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:24:47 [2020-09-10T20:24:47.469Z] #10 93.03 Selecting previously unselected package libseccomp-dev:arm64.
20:24:47 [2020-09-10T20:24:47.469Z] #10 93.04 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
20:24:47 [2020-09-10T20:24:47.469Z] #10 93.05 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
20:24:47 [2020-09-10T20:24:47.539Z] #17 47.21 Setting up bash-completion (1:2.8-6) ...
20:24:47 [2020-09-10T20:24:47.556Z] #11 108.4 Selecting previously unselected package libpcre16-3:ppc64el.
20:24:47 [2020-09-10T20:24:47.556Z] #11 108.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
20:24:47 [2020-09-10T20:24:47.643Z] #39 52.48   CC       compel/src/lib/infect-util.o
20:24:47 [2020-09-10T20:24:47.732Z] #10 93.21 Selecting previously unselected package libsystemd-dev:arm64.
20:24:47 [2020-09-10T20:24:47.732Z] #10 93.23 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ...
20:24:47 [2020-09-10T20:24:47.732Z] #10 93.24 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ...
20:24:47 [2020-09-10T20:24:47.857Z] #11 108.4 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
20:24:47 [2020-09-10T20:24:47.857Z] #11 108.6 Selecting previously unselected package libpcre32-3:ppc64el.
20:24:47 [2020-09-10T20:24:47.857Z] #11 108.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
20:24:47 [2020-09-10T20:24:47.857Z] #11 108.6 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
20:24:47 [2020-09-10T20:24:47.903Z] #39 52.73   CC       compel/src/lib/infect.o
20:24:48 [2020-09-10T20:24:48.155Z] #11 108.8 Selecting previously unselected package libpcrecpp0v5:ppc64el.
20:24:48 [2020-09-10T20:24:48.155Z] #11 108.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
20:24:48 [2020-09-10T20:24:48.155Z] #11 108.8 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.155Z] #11 108.9 Selecting previously unselected package libpcre3-dev:ppc64el.
20:24:48 [2020-09-10T20:24:48.155Z] #11 109.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
20:24:48 [2020-09-10T20:24:48.155Z] #11 109.0 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.78 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.79 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.81 Setting up libapparmor1:arm64 (2.13.2-10) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.83 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.84 Setting up libpcre16-3:arm64 (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.86 Setting up libsepol1-dev:arm64 (2.8-1) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.88 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.90 Setting up libbtrfs0 (4.20.1-2) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.91 Setting up libpcre32-3:arm64 (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.93 Setting up libudev-dev:arm64 (241-7~deb10u4) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.96 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.98 Setting up libbtrfs-dev (4.20.1-2) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 93.99 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.01 Setting up mingw-w64-common (6.0.0-3) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.03 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.04 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.05 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.07 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.09 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
20:24:48 [2020-09-10T20:24:48.263Z] #10 94.10 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
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.12 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.13 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
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.14 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
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.15 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.17 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.19 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.20 Setting up dmsetup (2:1.02.155-3) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.22 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.23 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
20:24:48 [2020-09-10T20:24:48.528Z] #10 94.25 Processing triggers for libc-bin (2.28-10) ...
20:24:48 [2020-09-10T20:24:48.815Z] #11 109.4 Selecting previously unselected package libselinux1-dev:ppc64el.
20:24:48 [2020-09-10T20:24:48.815Z] #11 109.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
20:24:48 [2020-09-10T20:24:48.815Z] #11 109.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
20:24:48 [2020-09-10T20:24:48.815Z] #11 109.7 Selecting previously unselected package libdevmapper-dev:ppc64el.
20:24:48 [2020-09-10T20:24:48.844Z] #39 ...
20:24:48 [2020-09-10T20:24:48.844Z] 
20:24:48 [2020-09-10T20:24:48.844Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:48 [2020-09-10T20:24:48.844Z] #41 113.7 vendor/golang.org/x/net/http/httpguts
20:24:48 [2020-09-10T20:24:48.844Z] #41 114.2 vendor/golang.org/x/net/http/httpproxy
20:24:48 [2020-09-10T20:24:48.844Z] #41 115.2 mime/multipart
20:24:48 [2020-09-10T20:24:48.844Z] #41 118.5 crypto/tls
20:24:48 [2020-09-10T20:24:48.844Z] #41 ...
20:24:48 [2020-09-10T20:24:48.844Z] 
20:24:48 [2020-09-10T20:24:48.844Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:48 [2020-09-10T20:24:48.844Z] #17 1.388 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:24:48 [2020-09-10T20:24:48.844Z] #17 1.449 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:48 [2020-09-10T20:24:48.844Z] #17 1.449 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:48 [2020-09-10T20:24:48.844Z] #17 1.984 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB]
20:24:49 [2020-09-10T20:24:49.103Z] #17 3.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [226 kB]
20:24:49 [2020-09-10T20:24:49.115Z] #11 109.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
20:24:49 [2020-09-10T20:24:49.115Z] #11 109.8 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
20:24:49 [2020-09-10T20:24:49.115Z] #11 109.9 Selecting previously unselected package libseccomp-dev:ppc64el.
20:24:49 [2020-09-10T20:24:49.115Z] #11 109.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
20:24:49 [2020-09-10T20:24:49.115Z] #11 110.0 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
20:24:49 [2020-09-10T20:24:49.116Z] #10 DONE 94.9s
20:24:49 [2020-09-10T20:24:49.116Z] 
20:24:49 [2020-09-10T20:24:49.116Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:49 [2020-09-10T20:24:49.417Z] #11 110.1 Selecting previously unselected package libsystemd-dev:ppc64el.
20:24:49 [2020-09-10T20:24:49.417Z] #11 110.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ...
20:24:49 [2020-09-10T20:24:49.417Z] #11 110.1 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up libapparmor1:ppc64el (2.13.2-10) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.7 Setting up libsepol1-dev:ppc64el (2.8-1) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libbtrfs0 (4.20.1-2) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libudev-dev:ppc64el (241-7~deb10u4) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libbtrfs-dev (4.20.1-2) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up mingw-w64-common (6.0.0-3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.8 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 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
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 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
20:24:50 [2020-09-10T20:24:50.068Z] #11 110.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 Setting up dmsetup (2:1.02.155-3) ...
20:24:50 [2020-09-10T20:24:50.068Z] #11 111.0 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.70 Setting up libiptc0:amd64 (1.8.2-4) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.71 Setting up xz-utils (5.2.4-1) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.76 Setting up sudo (1.8.27-1+deb10u2) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.84 invoke-rc.d: could not determine current runlevel
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.85 invoke-rc.d: policy-rc.d denied execution of start.
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.86 Setting up pigz (2.4-1) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.88 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.89 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.92 Setting up python-pip-whl (18.1-5) ...
20:24:50 [2020-09-10T20:24:50.075Z] #17 49.93 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:24:50 [2020-09-10T20:24:50.334Z] #17 49.94 Setting up vim-runtime (2:8.1.0875-5) ...
20:24:50 [2020-09-10T20:24:50.368Z] #11 111.0 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
20:24:50 [2020-09-10T20:24:50.368Z] #11 111.0 Processing triggers for libc-bin (2.28-10) ...
20:24:50 [2020-09-10T20:24:50.368Z] #11 ...
20:24:50 [2020-09-10T20:24:50.368Z] 
20:24:50 [2020-09-10T20:24:50.368Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:24:50 [2020-09-10T20:24:50.368Z] #48 101.1 golang.org/x/sys/unix
20:24:50 [2020-09-10T20:24:50.368Z] #48 ...
20:24:50 [2020-09-10T20:24:50.368Z] 
20:24:50 [2020-09-10T20:24:50.368Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:50 [2020-09-10T20:24:50.368Z] #40 41.13   CC       images/opts.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 41.37   CC       images/seccomp.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 41.62   CC       images/binfmt-misc.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 41.86   CC       images/time.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 42.19   CC       images/sysctl.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 42.45   CC       images/autofs.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 42.67   CC       images/macvlan.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 43.02   CC       images/sit.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 43.33   CC       images/memfd.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 43.71   CC       images/timens.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.05   LINK     images/built-in.o
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.31   GEN      compel/include/asm
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.36   GEN      compel/include/version.h
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.41 touch .config
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.50   GEN      include/common/config.h
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.66   GEN      compel/plugins/include/uapi/std/syscall-codes.h
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.69   GEN      compel/plugins/include/uapi/std/syscall.h
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.72   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
20:24:50 [2020-09-10T20:24:50.368Z] #40 44.74   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
20:24:50 [2020-09-10T20:24:50.485Z] #17 4.485 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
20:24:50 [2020-09-10T20:24:50.516Z] #49 ...
20:24:50 [2020-09-10T20:24:50.516Z] 
20:24:50 [2020-09-10T20:24:50.516Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:50 [2020-09-10T20:24:50.516Z] #41 86.22 crypto/tls
20:24:50 [2020-09-10T20:24:50.516Z] #41 90.56 net/http/httptrace
20:24:50 [2020-09-10T20:24:50.516Z] #41 90.78 net/http
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.34 Setting up libaio1:amd64 (0.3.112-3) ...
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.36 Setting up libonig5:amd64 (6.9.1-1) ...
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.37 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.38 Setting up vim (2:8.1.0875-5) ...
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:24:50 [2020-09-10T20:24:50.593Z] #17 50.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:24:50 [2020-09-10T20:24:50.668Z] #40 ...
20:24:50 [2020-09-10T20:24:50.668Z] 
20:24:50 [2020-09-10T20:24:50.668Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
20:24:50 [2020-09-10T20:24:50.668Z] #11 DONE 111.3s
20:24:50 [2020-09-10T20:24:50.668Z] 
20:24:50 [2020-09-10T20:24:50.668Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:50 [2020-09-10T20:24:50.668Z] #40 44.92   DEP      compel/arch/ppc64/plugins/std/memcmp.d
20:24:50 [2020-09-10T20:24:50.668Z] #40 44.93   DEP      compel/arch/ppc64/plugins/std/memcpy.d
20:24:50 [2020-09-10T20:24:50.668Z] #40 44.97   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
20:24:50 [2020-09-10T20:24:50.668Z] #40 45.03   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:24:50 [2020-09-10T20:24:50.785Z] #41 ...
20:24:50 [2020-09-10T20:24:50.785Z] 
20:24:50 [2020-09-10T20:24:50.785Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.554 + RM_GOPATH=0
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.554 + TMP_GOPATH=
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.554 + : /build
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.554 + '[' -z '' ']'
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.556 ++ mktemp -d
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.557 + export GOPATH=/tmp/tmp.APdo5GxqXh
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.557 + GOPATH=/tmp/tmp.APdo5GxqXh
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.557 + RM_GOPATH=1
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.557 + case "$(go env GOARCH)" in
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.558 ++ go env GOARCH
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.567 + export GO_BUILDMODE=-buildmode=pie
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.567 + GO_BUILDMODE=-buildmode=pie
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.568 ++ dirname /tmp/install/install.sh
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.570 + dir=/tmp/install
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.570 + bin=runc
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.570 + shift
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.570 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.570 + . /tmp/install/runc.installer
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.571 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.571 + install_runc
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.571 + uname -r
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.572 + grep -q '^3\.10\.0.*\.el7\.'
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.578 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.578 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.578 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.579 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.APdo5GxqXh/src/github.com/opencontainers/runc
20:24:50 [2020-09-10T20:24:50.785Z] #49 1.581 Cloning into '/tmp/tmp.APdo5GxqXh/src/github.com/opencontainers/runc'...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.49 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.50 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.53 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.54 Setting up jq (1.5+dfsg-2+b1) ...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.56 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:24:50 [2020-09-10T20:24:50.851Z] #17 50.57 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:24:50 [2020-09-10T20:24:50.967Z] #40 45.04   DEP      compel/plugins/std/infect.d
20:24:50 [2020-09-10T20:24:50.968Z] #40 ...
20:24:50 [2020-09-10T20:24:50.968Z] 
20:24:50 [2020-09-10T20:24:50.968Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
20:24:50 [2020-09-10T20:24:50.968Z] #12 DONE 0.5s
20:24:50 [2020-09-10T20:24:50.968Z] 
20:24:50 [2020-09-10T20:24:50.968Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:50 [2020-09-10T20:24:50.968Z] #40 45.22   DEP      compel/plugins/std/string.d
20:24:51 [2020-09-10T20:24:51.269Z] #40 45.32   DEP      compel/plugins/std/log.d
20:24:51 [2020-09-10T20:24:51.269Z] #40 45.45   DEP      compel/plugins/std/fds.d
20:24:51 [2020-09-10T20:24:51.269Z] #40 45.57   DEP      compel/plugins/std/std.d
20:24:51 [2020-09-10T20:24:51.365Z] #49 ...
20:24:51 [2020-09-10T20:24:51.365Z] 
20:24:51 [2020-09-10T20:24:51.365Z] #11 [dev-systemd-false  1/26] RUN groupadd -r docker
20:24:51 [2020-09-10T20:24:51.365Z] #11 DONE 2.1s
20:24:51 [2020-09-10T20:24:51.365Z] 
20:24:51 [2020-09-10T20:24:51.365Z] #12 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:24:51 [2020-09-10T20:24:51.570Z] #40 45.66   DEP      compel/plugins/shmem/shmem.d
20:24:51 [2020-09-10T20:24:51.570Z] #40 ...
20:24:51 [2020-09-10T20:24:51.570Z] 
20:24:51 [2020-09-10T20:24:51.570Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
20:24:51 [2020-09-10T20:24:51.570Z] #13 DONE 0.5s
20:24:51 [2020-09-10T20:24:51.570Z] 
20:24:51 [2020-09-10T20:24:51.570Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:51 [2020-09-10T20:24:51.570Z] #40 45.80   DEP      compel/plugins/fds/fds.d
20:24:51 [2020-09-10T20:24:51.866Z] #17 ...
20:24:51 [2020-09-10T20:24:51.866Z] 
20:24:51 [2020-09-10T20:24:51.866Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:51 [2020-09-10T20:24:51.866Z] #39 55.23   CC       compel/src/lib/ptrace.o
20:24:51 [2020-09-10T20:24:51.866Z] #39 55.69   AR       compel/libcompel.a
20:24:51 [2020-09-10T20:24:51.866Z] #39 55.77   HOSTCC   compel/src/main-host.o
20:24:51 [2020-09-10T20:24:51.866Z] #39 56.08   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
20:24:51 [2020-09-10T20:24:51.866Z] #39 56.25   HOSTCC   compel/src/lib/handle-elf-host.o
20:24:51 [2020-09-10T20:24:51.866Z] #39 56.64   HOSTCC   compel/src/lib/log-host.o
20:24:51 [2020-09-10T20:24:51.870Z] #40 45.91   CC       compel/plugins/std/std.o
20:24:51 [2020-09-10T20:24:51.870Z] #40 ...
20:24:51 [2020-09-10T20:24:51.870Z] 
20:24:51 [2020-09-10T20:24:51.870Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:24:51 [2020-09-10T20:24:51.870Z] #14 0.250 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:51 [2020-09-10T20:24:51.870Z] #14 DONE 0.4s
20:24:52 [2020-09-10T20:24:52.126Z] #39 56.83   HOSTLINK compel/compel-host-bin
20:24:52 [2020-09-10T20:24:52.126Z] #39 56.99   DEP      soccr/soccr.d
20:24:52 [2020-09-10T20:24:52.182Z] 
20:24:52 [2020-09-10T20:24:52.182Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.420 + RM_GOPATH=0
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.421 + TMP_GOPATH=
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.421 + : /build
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.421 + '[' -z '' ']'
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.421 ++ mktemp -d
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.423 + export GOPATH=/tmp/tmp.i9AWt82OS8
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.423 + GOPATH=/tmp/tmp.i9AWt82OS8
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.423 + RM_GOPATH=1
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.423 + case "$(go env GOARCH)" in
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.424 ++ go env GOARCH
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.430 + export GO_BUILDMODE=-buildmode=pie
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.430 + GO_BUILDMODE=-buildmode=pie
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.434 ++ dirname /tmp/install/install.sh
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.441 + dir=/tmp/install
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.442 + bin=runc
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.442 + shift
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.442 + '[' '!' -f /tmp/install/runc.installer ']'
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.442 + . /tmp/install/runc.installer
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.443 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.444 + install_runc
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.446 + grep -q '^3\.10\.0.*\.el7\.'
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.459 + uname -r
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.460 + RUNC_BUILDTAGS='seccomp apparmor selinux '
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.460 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.460 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.466 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.i9AWt82OS8/src/github.com/opencontainers/runc
20:24:52 [2020-09-10T20:24:52.182Z] #50 0.469 Cloning into '/tmp/tmp.i9AWt82OS8/src/github.com/opencontainers/runc'...
20:24:52 [2020-09-10T20:24:52.386Z] #39 57.13   CC       soccr/soccr.o
20:24:52 [2020-09-10T20:24:52.485Z] #50 ...
20:24:52 [2020-09-10T20:24:52.485Z] 
20:24:52 [2020-09-10T20:24:52.485Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:24:52 [2020-09-10T20:24:52.485Z] #15 DONE 0.3s
20:24:52 [2020-09-10T20:24:52.485Z] 
20:24:52 [2020-09-10T20:24:52.485Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:24:52 [2020-09-10T20:24:52.485Z] #16 DONE 0.4s
20:24:52 [2020-09-10T20:24:52.485Z] 
20:24:52 [2020-09-10T20:24:52.485Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:52 [2020-09-10T20:24:52.485Z] #40 46.22   CC       compel/plugins/std/fds.o
20:24:52 [2020-09-10T20:24:52.485Z] #40 46.76   CC       compel/plugins/std/log.o
20:24:53 [2020-09-10T20:24:53.140Z] #40 ...
20:24:53 [2020-09-10T20:24:53.140Z] 
20:24:53 [2020-09-10T20:24:53.140Z] #17 [dev-systemd-false  6/26] RUN ldconfig
20:24:53 [2020-09-10T20:24:53.140Z] #17 DONE 0.4s
20:24:53 [2020-09-10T20:24:53.140Z] 
20:24:53 [2020-09-10T20:24:53.140Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:53 [2020-09-10T20:24:53.386Z] #17 53.17 Setting up iptables (1.8.2-4) ...
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:24:53 [2020-09-10T20:24:53.387Z] #17 53.29 Setting up python3 (3.7.3-1) ...
20:24:53 [2020-09-10T20:24:53.440Z] #18 0.468 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:24:53 [2020-09-10T20:24:53.740Z] #18 0.595 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:24:53 [2020-09-10T20:24:53.740Z] #18 0.631 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:24:53 [2020-09-10T20:24:53.769Z] #39 58.52   AR       soccr/libsoccr.a
20:24:53 [2020-09-10T20:24:53.769Z] #39 58.57 make[1]: 'soccr/libsoccr.a' is up to date.
20:24:53 [2020-09-10T20:24:53.932Z] #12 DONE 2.3s
20:24:53 [2020-09-10T20:24:53.932Z] 
20:24:53 [2020-09-10T20:24:53.932Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:24:53 [2020-09-10T20:24:53.954Z] #17 53.72 Setting up python3-wheel (0.32.3-2) ...
20:24:54 [2020-09-10T20:24:54.029Z] #39 58.90   DEP      criu/arch/x86/sigframe.d
20:24:54 [2020-09-10T20:24:54.029Z] #39 58.97   DEP      criu/arch/x86/sigaction_compat.d
20:24:54 [2020-09-10T20:24:54.289Z] #39 59.09   DEP      criu/arch/x86/kerndat.d
20:24:54 [2020-09-10T20:24:54.289Z] #39 59.28   DEP      criu/arch/x86/crtools.d
20:24:54 [2020-09-10T20:24:54.523Z] #17 54.32 Setting up apparmor (2.13.2-10) ...
20:24:54 [2020-09-10T20:24:54.549Z] #39 59.45   DEP      criu/arch/x86/cpu.d
20:24:54 [2020-09-10T20:24:54.803Z] #18 1.620 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB]
20:24:54 [2020-09-10T20:24:54.809Z] #39 59.59   CC       criu/arch/x86/cpu.o
20:24:54 [2020-09-10T20:24:54.985Z] #21 98.83 Checking out files:  28% (3134/10911)   
Checking out files:  29% (3165/10911)   
Checking out files:  30% (3274/10911)   
Checking out files:  31% (3383/10911)   
Checking out files:  32% (3492/10911)   
Checking out files:  33% (3601/10911)   
Checking out files:  34% (3710/10911)   
Checking out files:  35% (3819/10911)   
Checking out files:  36% (3928/10911)   
Checking out files:  37% (4038/10911)   
Checking out files:  38% (4147/10911)   
Checking out files:  39% (4256/10911)   
Checking out files:  40% (4365/10911)   
Checking out files:  41% (4474/10911)   
Checking out files:  42% (4583/10911)   
Checking out files:  43% (4692/10911)   
Checking out files:  44% (4801/10911)   
Checking out files:  45% (4910/10911)   
Checking out files:  46% (5020/10911)   
Checking out files:  47% (5129/10911)   
Checking out files:  48% (5238/10911)   
Checking out files:  49% (5347/10911)   
Checking out files:  50% (5456/10911)   
Checking out files:  51% (5565/10911)   
Checking out files:  52% (5674/10911)   
Checking out files:  52% (5679/10911)   
Checking out files:  53% (5783/10911)   
Checking out files:  54% (5892/10911)   
Checking out files:  55% (6002/10911)   
Checking out files:  56% (6111/10911)   
Checking out files:  57% (6220/10911)   
Checking out files:  58% (6329/10911)   
Checking out files:  59% (6438/10911)   
Checking out files:  60% (6547/10911)   
Checking out files:  61% (6656/10911)   
Checking out files:  62% (6765/10911)   
Checking out files:  63% (6874/10911)   
Checking out files:  64% (6984/10911)   
Checking out files:  65% (7093/10911)   
Checking out files:  66% (7202/10911)   
Checking out files:  67% (7311/10911)   
Checking out files:  68% (7420/10911)   
Checking out files:  69% (7529/10911)   
Checking out files:  70% (7638/10911)   
Checking out files:  71% (7747/10911)   
Checking out files:  72% (7856/10911)   
Checking out files:  73% (7966/10911)   
Checking out files:  74% (8075/10911)   
20:24:54 [2020-09-10T20:24:54.985Z] #21 ...
20:24:54 [2020-09-10T20:24:54.985Z] 
20:24:54 [2020-09-10T20:24:54.985Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:54 [2020-09-10T20:24:54.985Z] #39 26.69   CC       images/tcp-stream.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 26.92   CC       images/sk-packet.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 27.33   CC       images/mnt.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 27.47   CC       images/pipe-data.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 27.68   CC       images/sa.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 27.94   CC       images/timer.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 28.29   CC       images/timerfd.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 28.54   CC       images/mm.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 28.75   CC       images/sk-opts.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 28.88   CC       images/sk-unix.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 29.22   CC       images/sk-inet.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 29.55   CC       images/tun.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 29.78   CC       images/sk-netlink.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 29.91   CC       images/packet-sock.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 30.17   CC       images/ipc-var.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 30.30   CC       images/ipc-desc.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 30.64   CC       images/ipc-shm.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 30.81   CC       images/ipc-msg.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 31.17   CC       images/ipc-sem.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 31.49   CC       images/utsns.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 31.74   CC       images/creds.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 31.87   CC       images/vma.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 32.10   CC       images/netdev.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 32.65   CC       images/tty.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 33.23   CC       images/file-lock.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 33.54   CC       images/rlimit.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 33.71   CC       images/pagemap.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 33.99   CC       images/siginfo.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 34.20   CC       images/rpc.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 35.59   CC       images/ext-file.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 35.79   CC       images/cgroup.o
20:24:54 [2020-09-10T20:24:54.985Z] #39 36.56   CC       images/userns.o
20:24:55 [2020-09-10T20:24:55.248Z] #39 ...
20:24:55 [2020-09-10T20:24:55.248Z] 
20:24:55 [2020-09-10T20:24:55.248Z] #13 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
20:24:55 [2020-09-10T20:24:55.248Z] #13 1.167 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
20:24:55 [2020-09-10T20:24:55.248Z] #13 DONE 1.6s
20:24:55 [2020-09-10T20:24:55.248Z] 
20:24:55 [2020-09-10T20:24:55.248Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:55 [2020-09-10T20:24:55.248Z] #39 36.83   CC       images/google/protobuf/descriptor.o
20:24:55 [2020-09-10T20:24:55.248Z] #39 ...
20:24:55 [2020-09-10T20:24:55.248Z] 
20:24:55 [2020-09-10T20:24:55.248Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:24:55 [2020-09-10T20:24:55.379Z] #39 60.22   CC       criu/arch/x86/crtools.o
20:24:55 [2020-09-10T20:24:55.886Z] #18 3.021 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [216 kB]
20:24:56 [2020-09-10T20:24:56.427Z] #17 56.32 Setting up xfsprogs (4.20.0-1) ...
20:24:56 [2020-09-10T20:24:56.427Z] #17 ...
20:24:56 [2020-09-10T20:24:56.427Z] 
20:24:56 [2020-09-10T20:24:56.427Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:56 [2020-09-10T20:24:56.427Z] #39 102.5   CC       criu/external.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 102.8   CC       criu/fault-injection.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 102.9   CC       criu/fdstore.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 103.2   CC       criu/fifo.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 103.5   CC       criu/file-ids.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 103.9   CC       criu/file-lock.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 104.7   CC       criu/files-ext.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 105.0   CC       criu/files-reg.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 107.2   CC       criu/files.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 109.2   CC       criu/filesystems.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 109.8   CC       criu/fsnotify.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 111.0   CC       criu/image-desc.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 111.1   CC       criu/image.o
20:24:56 [2020-09-10T20:24:56.427Z] #39 111.8   CC       criu/ipc_ns.o
20:24:56 [2020-09-10T20:24:56.564Z] #21 98.83 Checking out files:  28% (3134/10911)   
Checking out files:  29% (3165/10911)   
Checking out files:  30% (3274/10911)   
Checking out files:  31% (3383/10911)   
Checking out files:  32% (3492/10911)   
Checking out files:  33% (3601/10911)   
Checking out files:  34% (3710/10911)   
Checking out files:  35% (3819/10911)   
Checking out files:  36% (3928/10911)   
Checking out files:  37% (4038/10911)   
Checking out files:  38% (4147/10911)   
Checking out files:  39% (4256/10911)   
Checking out files:  40% (4365/10911)   
Checking out files:  41% (4474/10911)   
Checking out files:  42% (4583/10911)   
Checking out files:  43% (4692/10911)   
Checking out files:  44% (4801/10911)   
Checking out files:  45% (4910/10911)   
Checking out files:  46% (5020/10911)   
Checking out files:  47% (5129/10911)   
Checking out files:  48% (5238/10911)   
Checking out files:  49% (5347/10911)   
Checking out files:  50% (5456/10911)   
Checking out files:  51% (5565/10911)   
Checking out files:  52% (5674/10911)   
Checking out files:  52% (5679/10911)   
Checking out files:  53% (5783/10911)   
Checking out files:  54% (5892/10911)   
Checking out files:  55% (6002/10911)   
Checking out files:  56% (6111/10911)   
Checking out files:  57% (6220/10911)   
Checking out files:  58% (6329/10911)   
Checking out files:  59% (6438/10911)   
Checking out files:  60% (6547/10911)   
Checking out files:  61% (6656/10911)   
Checking out files:  62% (6765/10911)   
Checking out files:  63% (6874/10911)   
Checking out files:  64% (6984/10911)   
Checking out files:  65% (7093/10911)   
Checking out files:  66% (7202/10911)   
Checking out files:  67% (7311/10911)   
Checking out files:  68% (7420/10911)   
Checking out files:  69% (7529/10911)   
Checking out files:  70% (7638/10911)   
Checking out files:  71% (7747/10911)   
Checking out files:  72% (7856/10911)   
Checking out files:  73% (7966/10911)   
Checking out files:  74% (8075/10911)   
Checking out files:  74% (8077/10911)   
Checking out files:  75% (8184/10911)   
Checking out files:  76% (8293/10911)   
Checking out files:  77% (8402/10911)   
Checking out files:  78% (8511/10911)   
Checking out files:  79% (8620/10911)   
Checking out files:  80% (8729/10911)   
Checking out files:  81% (8838/10911)   
Checking out files:  82% (8948/10911)   
Checking out files:  83% (9057/10911)   
Checking out files:  84% (9166/10911)   
Checking out files:  85% (9275/10911)   
Checking out files:  86% (9384/10911)   
Checking out files:  87% (9493/10911)   
Checking out files:  88% (9602/10911)   
Checking out files:  89% (9711/10911)   
Checking out files:  90% (9820/10911)   
Checking out files:  90% (9913/10911)   
Checking out files:  91% (9930/10911)   
Checking out files:  92% (10039/10911)   
Checking out files:  93% (10148/10911)   
Checking out files:  94% (10257/10911)   
Checking out files:  95% (10366/10911)   
Checking out files:  96% (10475/10911)   
Checking out files:  97% (10584/10911)   
Checking out files:  98% (10693/10911)   
Checking out files:  99% (10802/10911)   
Checking out files: 100% (10911/10911)   
Checking out files: 100% (10911/10911), done.
20:24:56 [2020-09-10T20:24:56.686Z] #39 ...
20:24:56 [2020-09-10T20:24:56.686Z] 
20:24:56 [2020-09-10T20:24:56.686Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:24:56 [2020-09-10T20:24:56.686Z] #36 183.8 + dpkg --print-architecture
20:24:56 [2020-09-10T20:24:56.686Z] #36 183.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:24:56 [2020-09-10T20:24:56.760Z] #39 61.26   CC       criu/arch/x86/kerndat.o
20:24:56 [2020-09-10T20:24:56.830Z] #21 102.5 + cd /tmp/tmp.StKoobBbo9/tmp/docker-ce
20:24:56 [2020-09-10T20:24:56.830Z] #21 102.5 + git checkout -q v17.06.2-ce
20:24:56 [2020-09-10T20:24:56.945Z] #36 184.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:24:56 [2020-09-10T20:24:56.945Z] #36 184.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:24:57 [2020-09-10T20:24:57.020Z] #39 61.71   CC       criu/arch/x86/sigaction_compat.o
20:24:57 [2020-09-10T20:24:57.020Z] #39 61.98   CC       criu/arch/x86/sigframe.o
20:24:57 [2020-09-10T20:24:57.124Z] #21 ...
20:24:57 [2020-09-10T20:24:57.124Z] 
20:24:57 [2020-09-10T20:24:57.124Z] #14 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
20:24:57 [2020-09-10T20:24:57.124Z] #14 DONE 1.8s
20:24:57 [2020-09-10T20:24:57.124Z] 
20:24:57 [2020-09-10T20:24:57.124Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:57 [2020-09-10T20:24:57.124Z] #49 7.662 + cd /tmp/tmp.APdo5GxqXh/src/github.com/opencontainers/runc
20:24:57 [2020-09-10T20:24:57.124Z] #49 7.663 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:57 [2020-09-10T20:24:57.412Z] #49 8.150 + '[' -z '' ']'
20:24:57 [2020-09-10T20:24:57.412Z] #49 8.150 + target=static
20:24:57 [2020-09-10T20:24:57.412Z] #49 8.150 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:24:57 [2020-09-10T20:24:57.425Z] #18 4.368 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B]
20:24:57 [2020-09-10T20:24:57.425Z] #18 ...
20:24:57 [2020-09-10T20:24:57.425Z] 
20:24:57 [2020-09-10T20:24:57.425Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:57 [2020-09-10T20:24:57.425Z] #42 108.2 text/template
20:24:57 [2020-09-10T20:24:57.425Z] #42 113.4 go/parser
20:24:57 [2020-09-10T20:24:57.425Z] #42 116.9 encoding/xml
20:24:57 [2020-09-10T20:24:57.591Z] #39 62.28   LINK     criu/arch/x86/crtools.built-in.o
20:24:57 [2020-09-10T20:24:57.591Z] #39 62.33   DEP      criu/pie/util-vdso-elf32.d
20:24:57 [2020-09-10T20:24:57.591Z] #39 62.46   DEP      criu/pie/util-vdso.d
20:24:57 [2020-09-10T20:24:57.724Z] #42 ...
20:24:57 [2020-09-10T20:24:57.724Z] 
20:24:57 [2020-09-10T20:24:57.724Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:24:57 [2020-09-10T20:24:57.724Z] #40 48.24   CC       compel/plugins/std/string.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 48.93   CC       compel/plugins/std/infect.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 49.62   CC       compel/arch/ppc64/plugins/std/parasite-head.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 49.69   CC       compel/arch/ppc64/plugins/std/memcpy.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 49.81   CC       compel/arch/ppc64/plugins/std/memcmp.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 49.87   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 49.96   AR       compel/plugins/std.lib.a
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.03   CC       compel/plugins/fds/fds.o
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.37   AR       compel/plugins/fds.lib.a
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.48   HOSTDEP  compel/src/lib/log-host.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.62   HOSTDEP  compel/src/lib/handle-elf-host.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.73   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.83   HOSTDEP  compel/src/main-host.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 50.94   DEP      compel/src/lib/ptrace.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.02   DEP      compel/src/lib/infect.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.14   DEP      compel/src/lib/infect-util.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.30   DEP      compel/src/lib/infect-rpc.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.51   DEP      compel/arch/ppc64/src/lib/infect.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.64   DEP      compel/arch/ppc64/src/lib/cpu.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.68   DEP      compel/src/lib/log.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 51.85   DEP      compel/src/main.d
20:24:57 [2020-09-10T20:24:57.724Z] #40 52.00   DEP      compel/src/lib/handle-elf.d
20:24:57 [2020-09-10T20:24:57.749Z] #49 8.311 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:24:57 [2020-09-10T20:24:57.851Z] #39 62.63   DEP      criu/pie/util.d
20:24:57 [2020-09-10T20:24:57.851Z] #39 62.78   CC       criu/pie/util.o
20:24:58 [2020-09-10T20:24:58.022Z] #40 52.15   DEP      compel/arch/ppc64/src/lib/handle-elf.d
20:24:58 [2020-09-10T20:24:58.022Z] #40 52.26   CC       compel/src/lib/log.o
20:24:58 [2020-09-10T20:24:58.321Z] #40 52.57   CC       compel/arch/ppc64/src/lib/cpu.o
20:24:58 [2020-09-10T20:24:58.331Z] #49 ...
20:24:58 [2020-09-10T20:24:58.331Z] 
20:24:58 [2020-09-10T20:24:58.331Z] #15 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
20:24:58 [2020-09-10T20:24:58.331Z] #15 DONE 1.4s
20:24:58 [2020-09-10T20:24:58.421Z] #39 63.05   CC       criu/pie/util-vdso.o
20:24:58 [2020-09-10T20:24:58.596Z] 
20:24:58 [2020-09-10T20:24:58.596Z] #16 [dev-systemd-false  6/26] RUN ldconfig
20:24:58 [2020-09-10T20:24:58.620Z] #40 52.94   CC       compel/arch/ppc64/src/lib/infect.o
20:24:58 [2020-09-10T20:24:58.990Z] #39 63.72   CC       criu/pie/util-vdso-elf32.o
20:24:59 [2020-09-10T20:24:59.250Z] #39 ...
20:24:59 [2020-09-10T20:24:59.250Z] 
20:24:59 [2020-09-10T20:24:59.250Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.27 + cd /tmp/tmp.e6ICvJlnFB/src/github.com/opencontainers/runc
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.28 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.50 + '[' -z '' ']'
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.50 + target=static
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.50 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:24:59 [2020-09-10T20:24:59.250Z] #49 11.83 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:24:59 [2020-09-10T20:24:59.511Z] #49 ...
20:24:59 [2020-09-10T20:24:59.511Z] 
20:24:59 [2020-09-10T20:24:59.511Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:24:59 [2020-09-10T20:24:59.511Z] #17 9.817 Fetched 8379 kB in 9s (965 kB/s)
20:24:59 [2020-09-10T20:24:59.511Z] #17 9.817 Reading package lists...
20:24:59 [2020-09-10T20:24:59.693Z] #40 53.88   CC       compel/src/lib/infect-rpc.o
20:24:59 [2020-09-10T20:24:59.992Z] #40 54.31   CC       compel/src/lib/infect-util.o
20:25:00 [2020-09-10T20:25:00.011Z] #16 DONE 1.7s
20:25:00 [2020-09-10T20:25:00.012Z] 
20:25:00 [2020-09-10T20:25:00.012Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:00 [2020-09-10T20:25:00.012Z] #39 38.48   CC       images/opts.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 38.84   CC       images/seccomp.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 39.11   CC       images/binfmt-misc.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 39.33   CC       images/time.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 39.51   CC       images/sysctl.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 39.77   CC       images/autofs.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 39.98   CC       images/macvlan.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 40.19   CC       images/sit.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 40.40   CC       images/memfd.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 40.70   CC       images/timens.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.07   LINK     images/built-in.o
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.26   GEN      compel/include/asm
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.29   GEN      compel/include/version.h
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.33 touch .config
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.40   GEN      include/common/config.h
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.51   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.52   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.59   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.66   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.70   DEP      compel/plugins/std/infect.d
20:25:00 [2020-09-10T20:25:00.012Z] #39 41.82   DEP      compel/plugins/std/string.d
20:25:00 [2020-09-10T20:25:00.589Z] #39 42.02   DEP      compel/plugins/std/log.d
20:25:00 [2020-09-10T20:25:00.589Z] #39 42.14   DEP      compel/plugins/std/fds.d
20:25:00 [2020-09-10T20:25:00.589Z] #39 42.28   DEP      compel/plugins/std/std.d
20:25:00 [2020-09-10T20:25:00.589Z] #39 42.38   DEP      compel/plugins/shmem/shmem.d
20:25:00 [2020-09-10T20:25:00.643Z] #40 54.68   CC       compel/src/lib/infect.o
20:25:00 [2020-09-10T20:25:00.853Z] #39 42.49   DEP      compel/plugins/fds/fds.d
20:25:00 [2020-09-10T20:25:00.891Z] #17 13.24 Reading package lists...
20:25:00 [2020-09-10T20:25:00.891Z] #17 ...
20:25:00 [2020-09-10T20:25:00.891Z] 
20:25:00 [2020-09-10T20:25:00.891Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:00 [2020-09-10T20:25:00.891Z] #41 125.6 net/http/httptrace
20:25:00 [2020-09-10T20:25:00.891Z] #41 125.9 net/http
20:25:00 [2020-09-10T20:25:00.891Z] #41 ...
20:25:00 [2020-09-10T20:25:00.891Z] 
20:25:00 [2020-09-10T20:25:00.891Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:00 [2020-09-10T20:25:00.891Z] #39 64.45   AR       criu/pie/pie.lib.a
20:25:00 [2020-09-10T20:25:00.891Z] #39 64.52   DEP      criu/pie/restorer.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 64.80   DEP      criu/arch/x86/sigaction_compat_pie.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 64.91   DEP      criu/arch/x86/restorer_unmap.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 64.95   DEP      criu/arch/x86/restorer.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 65.19   DEP      criu/arch/x86/vdso-pie.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 65.27   DEP      criu/pie/parasite-vdso.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 65.46   DEP      criu/pie/parasite.d
20:25:00 [2020-09-10T20:25:00.891Z] #39 65.72   CC       criu/pie/parasite.o
20:25:00 [2020-09-10T20:25:00.942Z] #40 ...
20:25:00 [2020-09-10T20:25:00.942Z] 
20:25:00 [2020-09-10T20:25:00.942Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:00 [2020-09-10T20:25:00.942Z] #50 10.46 + cd /tmp/tmp.i9AWt82OS8/src/github.com/opencontainers/runc
20:25:00 [2020-09-10T20:25:00.942Z] #50 10.46 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
20:25:01 [2020-09-10T20:25:01.117Z] #39 42.71   CC       compel/plugins/std/std.o
20:25:01 [2020-09-10T20:25:01.381Z] #39 43.04   CC       compel/plugins/std/fds.o
20:25:01 [2020-09-10T20:25:01.592Z] #50 11.04 + '[' -z '' ']'
20:25:01 [2020-09-10T20:25:01.592Z] #50 11.04 + target=static
20:25:01 [2020-09-10T20:25:01.592Z] #50 11.04 + make 'BUILDTAGS=seccomp apparmor selinux ' static
20:25:01 [2020-09-10T20:25:01.830Z] #39 66.87   LINK     criu/pie/parasite.built-in.o
20:25:01 [2020-09-10T20:25:01.892Z] #50 11.41 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
20:25:01 [2020-09-10T20:25:01.962Z] #39 43.45   CC       compel/plugins/std/log.o
20:25:02 [2020-09-10T20:25:02.090Z] #39 66.88   GEN      criu/pie/parasite-blob.h
20:25:02 [2020-09-10T20:25:02.090Z] #39 66.91   CC       criu/pie/parasite-vdso.o
20:25:02 [2020-09-10T20:25:02.218Z] #36 ...
20:25:02 [2020-09-10T20:25:02.218Z] 
20:25:02 [2020-09-10T20:25:02.218Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:02 [2020-09-10T20:25:02.218Z] #17 56.32 Setting up xfsprogs (4.20.0-1) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 56.36 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 56.75 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 57.56 Setting up python3-distutils (3.7.3-1) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 58.07 Setting up python3-setuptools (40.8.0-1) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 59.03 Setting up python3-pip (18.1-5) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 59.83 Processing triggers for libc-bin (2.28-10) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 59.88 Processing triggers for mime-support (3.62) ...
20:25:02 [2020-09-10T20:25:02.218Z] #17 DONE 61.0s
20:25:02 [2020-09-10T20:25:02.218Z] 
20:25:02 [2020-09-10T20:25:02.218Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:25:02 [2020-09-10T20:25:02.218Z] #18 0.900 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:02 [2020-09-10T20:25:02.218Z] #18 0.904 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:02 [2020-09-10T20:25:02.218Z] #18 0.908 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:02 [2020-09-10T20:25:02.218Z] #18 DONE 1.0s
20:25:02 [2020-09-10T20:25:02.218Z] 
20:25:02 [2020-09-10T20:25:02.218Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:02 [2020-09-10T20:25:02.218Z] #39 112.8   CC       criu/irmap.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 113.4   CC       criu/kcmp-ids.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 113.7   CC       criu/kerndat.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 114.6   CC       criu/libnetlink.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 115.0   CC       criu/log.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 115.5   CC       criu/lsm.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 116.0   CC       criu/mem.o
20:25:02 [2020-09-10T20:25:02.218Z] #39 117.6   CC       criu/memfd.o
20:25:02 [2020-09-10T20:25:02.227Z] #39 ...
20:25:02 [2020-09-10T20:25:02.227Z] 
20:25:02 [2020-09-10T20:25:02.227Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:25:02 [2020-09-10T20:25:02.227Z] #28 DONE 107.8s
20:25:02 [2020-09-10T20:25:02.227Z] 
20:25:02 [2020-09-10T20:25:02.227Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:02 [2020-09-10T20:25:02.227Z] #17 1.646 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
20:25:02 [2020-09-10T20:25:02.227Z] #17 1.668 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:25:02 [2020-09-10T20:25:02.227Z] #17 1.750 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
20:25:02 [2020-09-10T20:25:02.227Z] #17 2.181 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
20:25:02 [2020-09-10T20:25:02.478Z] #39 118.4   CC       criu/mount.o
20:25:02 [2020-09-10T20:25:02.492Z] #17 ...
20:25:02 [2020-09-10T20:25:02.492Z] 
20:25:02 [2020-09-10T20:25:02.492Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:02 [2020-09-10T20:25:02.492Z] #41 98.94 github.com/LK4D4/vndr/godl
20:25:02 [2020-09-10T20:25:02.492Z] #41 99.89 github.com/LK4D4/vndr
20:25:02 [2020-09-10T20:25:02.492Z] #41 DONE 108.1s
20:25:02 [2020-09-10T20:25:02.756Z] 
20:25:02 [2020-09-10T20:25:02.756Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:02 [2020-09-10T20:25:02.756Z] #39 44.18   CC       compel/plugins/std/string.o
20:25:03 [2020-09-10T20:25:03.020Z] #39 44.75   CC       compel/plugins/std/infect.o
20:25:03 [2020-09-10T20:25:03.029Z] #39 67.62   CC       criu/arch/x86/vdso-pie.o
20:25:03 [2020-09-10T20:25:03.289Z] #39 67.94   CC       criu/arch/x86/restorer.o
20:25:03 [2020-09-10T20:25:03.548Z] #39 68.50   CC       criu/arch/x86/restorer_unmap.o
20:25:03 [2020-09-10T20:25:03.597Z] #39 45.15   CC       compel/arch/aarch64/plugins/std/parasite-head.o
20:25:03 [2020-09-10T20:25:03.597Z] #39 45.19   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
20:25:03 [2020-09-10T20:25:03.597Z] #39 45.26   AR       compel/plugins/std.lib.a
20:25:03 [2020-09-10T20:25:03.808Z] #39 68.58   CC       criu/arch/x86/sigaction_compat_pie.o
20:25:03 [2020-09-10T20:25:03.855Z] #39 ...
20:25:03 [2020-09-10T20:25:03.855Z] 
20:25:03 [2020-09-10T20:25:03.855Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:03 [2020-09-10T20:25:03.855Z] #45 191.0 + cd /tmp/tmp.OH5B3RcWYL/src/github.com/golangci/golangci-lint/
20:25:03 [2020-09-10T20:25:03.855Z] #45 191.0 + git checkout -q v1.23.8
20:25:03 [2020-09-10T20:25:03.860Z] #39 45.44   CC       compel/plugins/fds/fds.o
20:25:04 [2020-09-10T20:25:04.067Z] #39 68.95   CC       criu/pie/restorer.o
20:25:04 [2020-09-10T20:25:04.123Z] #39 45.94   AR       compel/plugins/fds.lib.a
20:25:04 [2020-09-10T20:25:04.387Z] #39 46.06   HOSTDEP  compel/src/lib/log-host.d
20:25:04 [2020-09-10T20:25:04.387Z] #39 46.13   HOSTDEP  compel/src/lib/handle-elf-host.d
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 ++ git describe --tags
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 + version=v1.23.8
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 ++ git rev-parse --short HEAD
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 + commit=76a82c6
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 ++ git show -s --format=%cd
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
20:25:04 [2020-09-10T20:25:04.421Z] #45 191.7 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
20:25:04 [2020-09-10T20:25:04.652Z] #39 46.29   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
20:25:04 [2020-09-10T20:25:04.652Z] #39 46.35   HOSTDEP  compel/src/main-host.d
20:25:04 [2020-09-10T20:25:04.652Z] #39 46.47   DEP      compel/src/lib/ptrace.d
20:25:04 [2020-09-10T20:25:04.916Z] #39 46.58   DEP      compel/src/lib/infect.d
20:25:05 [2020-09-10T20:25:05.179Z] #39 46.78   DEP      compel/src/lib/infect-util.d
20:25:05 [2020-09-10T20:25:05.444Z] #39 46.91   DEP      compel/src/lib/infect-rpc.d
20:25:05 [2020-09-10T20:25:05.444Z] #39 47.01   DEP      compel/arch/aarch64/src/lib/infect.d
20:25:05 [2020-09-10T20:25:05.444Z] #39 47.14   DEP      compel/arch/aarch64/src/lib/cpu.d
20:25:05 [2020-09-10T20:25:05.444Z] #39 47.17   DEP      compel/src/lib/log.d
20:25:05 [2020-09-10T20:25:05.444Z] #39 47.25   DEP      compel/src/main.d
20:25:05 [2020-09-10T20:25:05.707Z] #39 47.32   DEP      compel/src/lib/handle-elf.d
20:25:05 [2020-09-10T20:25:05.707Z] #39 47.39   DEP      compel/arch/aarch64/src/lib/handle-elf.d
20:25:05 [2020-09-10T20:25:05.971Z] #39 47.47   CC       compel/src/lib/log.o
20:25:06 [2020-09-10T20:25:06.235Z] #39 47.70   CC       compel/arch/aarch64/src/lib/cpu.o
20:25:06 [2020-09-10T20:25:06.235Z] #39 47.95   CC       compel/arch/aarch64/src/lib/infect.o
20:25:06 [2020-09-10T20:25:06.606Z] #39 ...
20:25:06 [2020-09-10T20:25:06.606Z] 
20:25:06 [2020-09-10T20:25:06.606Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:06 [2020-09-10T20:25:06.606Z] #17 13.24 Reading package lists...
20:25:06 [2020-09-10T20:25:06.606Z] #17 16.79 Building dependency tree...
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.31 libcap2-bin is already the newest version (1:2.25-2).
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.31 The following additional packages will be installed:
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.31   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   python3.7 python3.7-minimal vim-runtime xxd
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32 Suggested packages:
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32 Recommended packages:
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   aufs-dkms nftables build-essential python3-dev python3-keyring
20:25:06 [2020-09-10T20:25:06.606Z] #17 18.32   python3-keyrings.alt python3-xdg unzip
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.41 The following NEW packages will be installed:
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.41   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:25:06 [2020-09-10T20:25:06.606Z] #17 20.42   xz-utils zip
20:25:06 [2020-09-10T20:25:06.813Z] #39 48.32   CC       compel/src/lib/infect-rpc.o
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.87 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.87 Need to get 28.5 MB of archives.
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.87 After this operation, 116 MB of additional disk space will be used.
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
20:25:06 [2020-09-10T20:25:06.867Z] #17 20.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
20:25:07 [2020-09-10T20:25:07.077Z] #39 48.61   CC       compel/src/lib/infect-util.o
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.23 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
20:25:07 [2020-09-10T20:25:07.130Z] #17 21.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:25:07 [2020-09-10T20:25:07.340Z] #39 48.86   CC       compel/src/lib/infect.o
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.25 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.33 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.34 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.34 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
20:25:07 [2020-09-10T20:25:07.393Z] #17 21.35 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
20:25:07 [2020-09-10T20:25:07.545Z] #50 ...
20:25:07 [2020-09-10T20:25:07.545Z] 
20:25:07 [2020-09-10T20:25:07.545Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:07 [2020-09-10T20:25:07.545Z] #40 57.57   CC       compel/src/lib/ptrace.o
20:25:07 [2020-09-10T20:25:07.545Z] #40 58.09   AR       compel/libcompel.a
20:25:07 [2020-09-10T20:25:07.545Z] #40 58.21   HOSTCC   compel/src/main-host.o
20:25:07 [2020-09-10T20:25:07.545Z] #40 58.53   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
20:25:07 [2020-09-10T20:25:07.545Z] #40 58.71   HOSTCC   compel/src/lib/handle-elf-host.o
20:25:07 [2020-09-10T20:25:07.545Z] #40 59.16   HOSTCC   compel/src/lib/log-host.o
20:25:07 [2020-09-10T20:25:07.545Z] #40 59.37   HOSTLINK compel/compel-host-bin
20:25:07 [2020-09-10T20:25:07.545Z] #40 59.51   DEP      soccr/soccr.d
20:25:07 [2020-09-10T20:25:07.545Z] #40 59.71   CC       soccr/soccr.o
20:25:07 [2020-09-10T20:25:07.847Z] #40 62.04   AR       soccr/libsoccr.a
20:25:07 [2020-09-10T20:25:07.847Z] #40 ...
20:25:07 [2020-09-10T20:25:07.847Z] 
20:25:07 [2020-09-10T20:25:07.847Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
20:25:07 [2020-09-10T20:25:07.847Z] #48 119.6 golang.org/x/crypto/ssh/terminal
20:25:07 [2020-09-10T20:25:07.847Z] #48 122.9 mvdan.cc/sh/v3/cmd/shfmt
20:25:07 [2020-09-10T20:25:07.847Z] #48 DONE 128.6s
20:25:07 [2020-09-10T20:25:07.847Z] 
20:25:07 [2020-09-10T20:25:07.847Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:07 [2020-09-10T20:25:07.847Z] #40 62.07 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.89 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.89 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.90 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.91 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
20:25:07 [2020-09-10T20:25:07.962Z] #17 21.99 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:25:08 [2020-09-10T20:25:08.148Z] #40 62.31   DEP      criu/arch/ppc64/sigframe.d
20:25:08 [2020-09-10T20:25:08.148Z] #40 62.43   DEP      criu/arch/ppc64/crtools.d
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.01 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.02 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.05 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.13 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
20:25:08 [2020-09-10T20:25:08.222Z] #17 22.17 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:25:08 [2020-09-10T20:25:08.482Z] #17 22.52 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
20:25:08 [2020-09-10T20:25:08.738Z] #39 50.40   CC       compel/src/lib/ptrace.o
20:25:08 [2020-09-10T20:25:08.742Z] #17 22.59 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
20:25:08 [2020-09-10T20:25:08.742Z] #17 22.63 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
20:25:08 [2020-09-10T20:25:08.818Z] #40 62.98   DEP      criu/arch/ppc64/cpu.d
20:25:09 [2020-09-10T20:25:09.118Z] #40 63.32   CC       criu/arch/ppc64/cpu.o
20:25:09 [2020-09-10T20:25:09.312Z] #17 23.27 debconf: delaying package configuration, since apt-utils is not installed
20:25:09 [2020-09-10T20:25:09.315Z] #39 50.84   AR       compel/libcompel.a
20:25:09 [2020-09-10T20:25:09.315Z] #39 50.88   HOSTCC   compel/src/main-host.o
20:25:09 [2020-09-10T20:25:09.315Z] #39 51.03   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
20:25:09 [2020-09-10T20:25:09.315Z] #39 51.13   HOSTCC   compel/src/lib/handle-elf-host.o
20:25:09 [2020-09-10T20:25:09.572Z] #17 23.39 Fetched 28.5 MB in 2s (13.1 MB/s)
20:25:09 [2020-09-10T20:25:09.572Z] #17 23.46 Selecting previously unselected package pigz.
20:25:09 [2020-09-10T20:25:09.572Z] #17 23.46 (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 ... 23432 files and directories currently installed.)
20:25:09 [2020-09-10T20:25:09.572Z] #17 23.50 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
20:25:09 [2020-09-10T20:25:09.572Z] #17 23.52 Unpacking pigz (2.4-1) ...
20:25:09 [2020-09-10T20:25:09.833Z] #17 23.61 Selecting previously unselected package libpython3.7-minimal:amd64.
20:25:09 [2020-09-10T20:25:09.833Z] #17 23.62 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:25:09 [2020-09-10T20:25:09.833Z] #17 23.62 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:25:09 [2020-09-10T20:25:09.893Z] #39 51.44   HOSTCC   compel/src/lib/log-host.o
20:25:10 [2020-09-10T20:25:10.093Z] #17 24.09 Selecting previously unselected package python3.7-minimal.
20:25:10 [2020-09-10T20:25:10.093Z] #17 24.09 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
20:25:10 [2020-09-10T20:25:10.093Z] #17 24.11 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:10 [2020-09-10T20:25:10.157Z] #39 51.59   HOSTLINK compel/compel-host-bin
20:25:10 [2020-09-10T20:25:10.157Z] #39 51.85   DEP      soccr/soccr.d
20:25:10 [2020-09-10T20:25:10.178Z] #40 64.22   CC       criu/arch/ppc64/crtools.o
20:25:10 [2020-09-10T20:25:10.421Z] #39 52.15   CC       soccr/soccr.o
20:25:10 [2020-09-10T20:25:10.685Z] #39 ...
20:25:10 [2020-09-10T20:25:10.685Z] 
20:25:10 [2020-09-10T20:25:10.685Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:25:10 [2020-09-10T20:25:10.685Z] #21 106.4 + mkdir -p /tmp/tmp.StKoobBbo9/src/github.com/docker
20:25:10 [2020-09-10T20:25:10.685Z] #21 106.4 + mv components/cli /tmp/tmp.StKoobBbo9/src/github.com/docker/cli
20:25:10 [2020-09-10T20:25:10.685Z] #21 106.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
20:25:10 [2020-09-10T20:25:10.948Z] #21 ...
20:25:10 [2020-09-10T20:25:10.948Z] 
20:25:10 [2020-09-10T20:25:10.948Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:10 [2020-09-10T20:25:10.948Z] #17 3.107 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [221 kB]
20:25:10 [2020-09-10T20:25:10.948Z] #17 4.338 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
20:25:10 [2020-09-10T20:25:10.948Z] #17 6.752 Fetched 8204 kB in 5s (1515 kB/s)
20:25:10 [2020-09-10T20:25:10.948Z] #17 6.752 Reading package lists...
20:25:11 [2020-09-10T20:25:11.240Z] #40 65.55   CC       criu/arch/ppc64/sigframe.o
20:25:11 [2020-09-10T20:25:11.490Z] #17 25.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
20:25:11 [2020-09-10T20:25:11.490Z] #17 25.18 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:11 [2020-09-10T20:25:11.526Z] #17 9.376 Reading package lists...
20:25:11 [2020-09-10T20:25:11.526Z] #17 ...
20:25:11 [2020-09-10T20:25:11.526Z] 
20:25:11 [2020-09-10T20:25:11.526Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:11 [2020-09-10T20:25:11.526Z] #39 53.34   AR       soccr/libsoccr.a
20:25:11 [2020-09-10T20:25:11.542Z] #40 65.92   LINK     criu/arch/ppc64/crtools.built-in.o
20:25:11 [2020-09-10T20:25:11.790Z] #39 53.41 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:11 [2020-09-10T20:25:11.842Z] #40 65.98   DEP      criu/pie/util-vdso.d
20:25:11 [2020-09-10T20:25:11.842Z] #40 66.14   DEP      criu/pie/util.d
20:25:12 [2020-09-10T20:25:12.053Z] #39 53.87   DEP      criu/arch/aarch64/sigframe.d
20:25:12 [2020-09-10T20:25:12.060Z] #17 ...
20:25:12 [2020-09-10T20:25:12.060Z] 
20:25:12 [2020-09-10T20:25:12.060Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:12 [2020-09-10T20:25:12.060Z] #41 137.0 github.com/LK4D4/vndr/godl
20:25:12 [2020-09-10T20:25:12.060Z] #41 137.8 github.com/LK4D4/vndr
20:25:12 [2020-09-10T20:25:12.060Z] #41 ...
20:25:12 [2020-09-10T20:25:12.060Z] 
20:25:12 [2020-09-10T20:25:12.060Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:12 [2020-09-10T20:25:12.060Z] #39 71.92   LINK     criu/pie/restorer.built-in.o
20:25:12 [2020-09-10T20:25:12.060Z] #39 71.93   GEN      criu/pie/restorer-blob.h
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.05   DEP      criu/vdso.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.22   DEP      criu/vdso-compat.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.34   DEP      criu/uts_ns.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.49   DEP      criu/util.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.72   DEP      criu/uffd.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 72.91   DEP      criu/tun.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 73.08   DEP      criu/tty.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 73.26   DEP      criu/timerfd.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 73.50   DEP      criu/timens.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 73.70   DEP      criu/sysfs_parse.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 73.89   DEP      criu/sysctl.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.06   DEP      criu/string.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.11   DEP      criu/stats.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.28   DEP      criu/sockets.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.52   DEP      criu/sk-unix.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.70   DEP      criu/sk-tcp.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 74.94   DEP      criu/sk-queue.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 75.15   DEP      criu/sk-packet.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 75.31   DEP      criu/sk-netlink.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 75.53   DEP      criu/sk-inet.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 75.77   DEP      criu/signalfd.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 75.93   DEP      criu/sigframe.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.01   DEP      criu/shmem.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.15   DEP      criu/servicefd.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.34   DEP      criu/seize.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.51   DEP      criu/seccomp.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.67   DEP      criu/rst-malloc.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.78   DEP      criu/rbtree.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.81   DEP      criu/pstree.d
20:25:12 [2020-09-10T20:25:12.060Z] #39 76.95   DEP      criu/protobuf.d
20:25:12 [2020-09-10T20:25:12.143Z] #40 66.42   CC       criu/pie/util.o
20:25:12 [2020-09-10T20:25:12.318Z] #39 53.99   DEP      criu/arch/aarch64/crtools.d
20:25:12 [2020-09-10T20:25:12.321Z] #39 77.11   GEN      criu/protobuf-desc-gen.h
20:25:12 [2020-09-10T20:25:12.457Z] #40 66.83   CC       criu/pie/util-vdso.o
20:25:12 [2020-09-10T20:25:12.537Z] #45 ...
20:25:12 [2020-09-10T20:25:12.537Z] 
20:25:12 [2020-09-10T20:25:12.537Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:12 [2020-09-10T20:25:12.537Z] #19 5.122 Collecting yamllint==1.16.0
20:25:12 [2020-09-10T20:25:12.537Z] #19 ...
20:25:12 [2020-09-10T20:25:12.537Z] 
20:25:12 [2020-09-10T20:25:12.537Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:12 [2020-09-10T20:25:12.537Z] #39 122.5   CC       criu/namespaces.o
20:25:12 [2020-09-10T20:25:12.537Z] #39 124.4   CC       criu/net.o
20:25:12 [2020-09-10T20:25:12.537Z] #39 127.3   CC       criu/netfilter.o
20:25:12 [2020-09-10T20:25:12.537Z] #39 127.8   CC       criu/page-pipe.o
20:25:12 [2020-09-10T20:25:12.537Z] #39 128.3   CC       criu/page-xfer.o
20:25:12 [2020-09-10T20:25:12.582Z] #39 54.20   DEP      criu/arch/aarch64/cpu.d
20:25:12 [2020-09-10T20:25:12.582Z] #39 54.25   DEP      criu/arch/aarch64/bitops.d
20:25:12 [2020-09-10T20:25:12.582Z] #39 54.30   CC       criu/arch/aarch64/bitops.o
20:25:12 [2020-09-10T20:25:12.582Z] #39 54.34   CC       criu/arch/aarch64/cpu.o
20:25:12 [2020-09-10T20:25:12.759Z] #40 ...
20:25:12 [2020-09-10T20:25:12.759Z] 
20:25:12 [2020-09-10T20:25:12.759Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:12 [2020-09-10T20:25:12.759Z] #42 123.4 go/doc
20:25:12 [2020-09-10T20:25:12.759Z] #42 125.0 math/big
20:25:12 [2020-09-10T20:25:12.759Z] #42 ...
20:25:12 [2020-09-10T20:25:12.759Z] 
20:25:12 [2020-09-10T20:25:12.759Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:25:12 [2020-09-10T20:25:12.759Z] #55 131.6 + for f in rootlesskit rootlesskit-docker-proxy
20:25:12 [2020-09-10T20:25:12.759Z] #55 131.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
20:25:12 [2020-09-10T20:25:12.796Z] #39 ...
20:25:12 [2020-09-10T20:25:12.796Z] 
20:25:12 [2020-09-10T20:25:12.796Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:12 [2020-09-10T20:25:12.796Z] #19 10.49   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:25:12 [2020-09-10T20:25:12.796Z] #19 10.57 Collecting pyyaml (from yamllint==1.16.0)
20:25:12 [2020-09-10T20:25:12.847Z] #39 54.49   CC       criu/arch/aarch64/crtools.o
20:25:12 [2020-09-10T20:25:12.893Z] #39 ...
20:25:12 [2020-09-10T20:25:12.893Z] 
20:25:12 [2020-09-10T20:25:12.893Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:12 [2020-09-10T20:25:12.893Z] #41 DONE 147.8s
20:25:13 [2020-09-10T20:25:13.054Z] #19 10.73   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:25:13 [2020-09-10T20:25:13.153Z] 
20:25:13 [2020-09-10T20:25:13.153Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:13 [2020-09-10T20:25:13.413Z] #39 ...
20:25:13 [2020-09-10T20:25:13.413Z] 
20:25:13 [2020-09-10T20:25:13.413Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:13 [2020-09-10T20:25:13.413Z] #17 27.43 Selecting previously unselected package python3-minimal.
20:25:13 [2020-09-10T20:25:13.424Z] #39 55.12   CC       criu/arch/aarch64/sigframe.o
20:25:13 [2020-09-10T20:25:13.673Z] #17 27.43 (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 ... 23681 files and directories currently installed.)
20:25:13 [2020-09-10T20:25:13.673Z] #17 27.52 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
20:25:13 [2020-09-10T20:25:13.673Z] #17 27.52 Unpacking python3-minimal (3.7.3-1) ...
20:25:13 [2020-09-10T20:25:13.673Z] #17 27.69 Selecting previously unselected package libmpdec2:amd64.
20:25:13 [2020-09-10T20:25:13.673Z] #17 27.69 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
20:25:13 [2020-09-10T20:25:13.688Z] #39 55.26   LINK     criu/arch/aarch64/crtools.built-in.o
20:25:13 [2020-09-10T20:25:13.688Z] #39 55.30   DEP      criu/pie/util-vdso.d
20:25:13 [2020-09-10T20:25:13.819Z] #55 ...
20:25:13 [2020-09-10T20:25:13.819Z] 
20:25:13 [2020-09-10T20:25:13.819Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:13 [2020-09-10T20:25:13.819Z] #18 10.71 Fetched 8156 kB in 10s (786 kB/s)
20:25:13 [2020-09-10T20:25:13.819Z] #18 10.71 Reading package lists...
20:25:13 [2020-09-10T20:25:13.819Z] #18 16.90 Reading package lists...
20:25:13 [2020-09-10T20:25:13.819Z] #18 ...
20:25:13 [2020-09-10T20:25:13.819Z] 
20:25:13 [2020-09-10T20:25:13.819Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:13 [2020-09-10T20:25:13.819Z] #40 67.74   AR       criu/pie/pie.lib.a
20:25:13 [2020-09-10T20:25:13.819Z] #40 67.83   DEP      criu/pie/restorer.d
20:25:13 [2020-09-10T20:25:13.819Z] #40 68.07   DEP      criu/arch/ppc64/vdso-trampoline.d
20:25:13 [2020-09-10T20:25:13.819Z] #40 68.08   DEP      criu/arch/ppc64/restorer.d
20:25:13 [2020-09-10T20:25:13.932Z] #17 27.70 Unpacking libmpdec2:amd64 (2.4.2-2) ...
20:25:13 [2020-09-10T20:25:13.932Z] #17 27.85 Selecting previously unselected package libpython3.7-stdlib:amd64.
20:25:13 [2020-09-10T20:25:13.932Z] #17 27.88 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
20:25:13 [2020-09-10T20:25:13.932Z] #17 27.89 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:25:13 [2020-09-10T20:25:13.952Z] #39 55.47   DEP      criu/pie/util.d
20:25:13 [2020-09-10T20:25:13.952Z] #39 55.67   CC       criu/pie/util.o
20:25:14 [2020-09-10T20:25:14.119Z] #40 68.34   DEP      criu/arch/ppc64/vdso-pie.d
20:25:14 [2020-09-10T20:25:14.239Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.409938672s with top 10 stages: buildssa: 1m39.881132506s, goimports: 23.058977309s, unconvert: 13.48087054s, gosec: 10.741503904s, golint: 6.29447138s, ineffassign: 4.004911493s, misspell: 3.977951749s, vrp: 3.55445298s, inspect: 3.330020414s, printf: 1.713252841s 
20:25:14 [2020-09-10T20:25:14.239Z] INFO [runner] Issues before processing: 2299, after processing: 0 
20:25:14 [2020-09-10T20:25:14.239Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1585/1585, exclude-rules: 64/1585, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, cgo: 1690/2299, path_prettifier: 1690/1690, filename_unadjuster: 1690/1690, skip_files: 1690/1690, nolint: 0/64 
20:25:14 [2020-09-10T20:25:14.239Z] INFO [runner] processing took 58.547503ms with stages: nolint: 25.5609ms, identifier_marker: 16.439298ms, path_prettifier: 7.335575ms, autogenerated_exclude: 3.93401ms, exclude-rules: 3.305394ms, skip_dirs: 1.67971ms, cgo: 198.65µs, filename_unadjuster: 89.352µs, max_same_issues: 1.221µs, uniq_by_line: 621ns, max_per_file_from_linter: 562ns, path_shortener: 444ns, diff: 400ns, source_code: 390ns, skip_files: 374ns, max_from_linter: 311ns, exclude: 291ns 
20:25:14 [2020-09-10T20:25:14.239Z] INFO [runner] linters took 1m38.87972565s with stages: goanalysis_metalinter: 1m19.30588255s, unused: 19.515037838s 
20:25:14 [2020-09-10T20:25:14.239Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
20:25:14 [2020-09-10T20:25:14.239Z] INFO Memory: 1482 samples, avg is 768.0MB, max is 3975.7MB 
20:25:14 [2020-09-10T20:25:14.239Z] INFO Execution took 3m37.521995034s               
20:25:14 [2020-09-10T20:25:14.239Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
20:25:14 [2020-09-10T20:25:14.419Z] #40 68.49   DEP      criu/pie/parasite-vdso.d
20:25:14 [2020-09-10T20:25:14.419Z] #40 68.71   DEP      criu/pie/parasite.d
20:25:14 [2020-09-10T20:25:14.431Z] #19 12.16 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:25:14 [2020-09-10T20:25:14.431Z] #19 12.22   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:25:14 [2020-09-10T20:25:14.431Z] #19 12.26 Building wheels for collected packages: pyyaml
20:25:14 [2020-09-10T20:25:14.431Z] #19 12.27   Running setup.py bdist_wheel for pyyaml: started
20:25:14 [2020-09-10T20:25:14.529Z] #39 56.07   CC       criu/pie/util-vdso.o
20:25:14 [2020-09-10T20:25:14.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary-daemon test-docker-py
20:25:14 [2020-09-10T20:25:14.720Z] #40 69.05   CC       criu/pie/parasite.o
20:25:14 [2020-09-10T20:25:14.872Z] #17 28.81 Selecting previously unselected package python3.7.
20:25:14 [2020-09-10T20:25:14.872Z] #17 28.82 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
20:25:14 [2020-09-10T20:25:14.872Z] #17 28.82 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:25:15 [2020-09-10T20:25:15.107Z] #39 56.64   AR       criu/pie/pie.lib.a
20:25:15 [2020-09-10T20:25:15.107Z] #39 56.68   DEP      criu/pie/restorer.d
20:25:15 [2020-09-10T20:25:15.133Z] #17 28.92 Selecting previously unselected package libpython3-stdlib:amd64.
20:25:15 [2020-09-10T20:25:15.133Z] #17 28.95 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
20:25:15 [2020-09-10T20:25:15.133Z] #17 28.96 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
20:25:15 [2020-09-10T20:25:15.133Z] #17 29.06 Setting up python3-minimal (3.7.3-1) ...
20:25:15 [2020-09-10T20:25:15.141Z] 
20:25:15 [2020-09-10T20:25:15.141Z] Removing bundles/
20:25:15 [2020-09-10T20:25:15.141Z] 
20:25:15 [2020-09-10T20:25:15.141Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:25:15 [2020-09-10T20:25:15.141Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:25:15 [2020-09-10T20:25:15.141Z] GOOS="" GOARCH="" GOARM=""
20:25:15 [2020-09-10T20:25:15.371Z] #39 56.92   DEP      criu/arch/aarch64/intraprocedure.d
20:25:15 [2020-09-10T20:25:15.371Z] #39 56.95   DEP      criu/arch/aarch64/restorer.d
20:25:15 [2020-09-10T20:25:15.635Z] #39 57.22   DEP      criu/arch/aarch64/vdso-pie.d
20:25:15 [2020-09-10T20:25:15.635Z] #39 57.29   DEP      criu/pie/parasite-vdso.d
20:25:15 [2020-09-10T20:25:15.806Z] #19 13.41   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:25:15 [2020-09-10T20:25:15.806Z] #19 13.41   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:25:15 [2020-09-10T20:25:15.806Z] #19 13.48 Successfully built pyyaml
20:25:15 [2020-09-10T20:25:15.806Z] #19 13.49 Installing collected packages: pyyaml, pathspec, yamllint
20:25:15 [2020-09-10T20:25:15.900Z] #39 57.45   DEP      criu/pie/parasite.d
20:25:16 [2020-09-10T20:25:16.067Z] #19 13.84 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:25:16 [2020-09-10T20:25:16.073Z] #17 29.87 Selecting previously unselected package python3.
20:25:16 [2020-09-10T20:25:16.073Z] #17 29.87 (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 ... 24093 files and directories currently installed.)
20:25:16 [2020-09-10T20:25:16.073Z] #17 29.91 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.073Z] #17 29.94 Unpacking python3 (3.7.3-1) ...
20:25:16 [2020-09-10T20:25:16.073Z] #17 30.06 Selecting previously unselected package libip4tc0:amd64.
20:25:16 [2020-09-10T20:25:16.073Z] #17 30.07 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.073Z] #17 30.08 Unpacking libip4tc0:amd64 (1.8.2-4) ...
20:25:16 [2020-09-10T20:25:16.164Z] #39 57.73   CC       criu/pie/parasite.o
20:25:16 [2020-09-10T20:25:16.263Z] #40 70.57   LINK     criu/pie/parasite.built-in.o
20:25:16 [2020-09-10T20:25:16.263Z] #40 70.59   GEN      criu/pie/parasite-blob.h
20:25:16 [2020-09-10T20:25:16.263Z] #40 70.63   CC       criu/pie/parasite-vdso.o
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.17 Selecting previously unselected package libip6tc0:amd64.
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.18 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.18 Unpacking libip6tc0:amd64 (1.8.2-4) ...
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.28 Selecting previously unselected package libiptc0:amd64.
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.30 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.30 Unpacking libiptc0:amd64 (1.8.2-4) ...
20:25:16 [2020-09-10T20:25:16.333Z] #17 30.40 Selecting previously unselected package libnfnetlink0:amd64.
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.40 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.41 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.48 Selecting previously unselected package libnetfilter-conntrack3:amd64.
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.48 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.50 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.59 Selecting previously unselected package libnftnl11:amd64.
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.59 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.592Z] #17 30.60 Unpacking libnftnl11:amd64 (1.1.2-2) ...
20:25:16 [2020-09-10T20:25:16.636Z] #19 DONE 14.4s
20:25:16 [2020-09-10T20:25:16.636Z] 
20:25:16 [2020-09-10T20:25:16.636Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:16 [2020-09-10T20:25:16.636Z] #39 129.9   CC       criu/pagemap-cache.o
20:25:16 [2020-09-10T20:25:16.636Z] #39 130.3   CC       criu/pagemap.o
20:25:16 [2020-09-10T20:25:16.636Z] #39 131.2   CC       criu/parasite-syscall.o
20:25:16 [2020-09-10T20:25:16.636Z] #39 132.4   CC       criu/path.o
20:25:16 [2020-09-10T20:25:16.852Z] #17 30.69 Selecting previously unselected package iptables.
20:25:16 [2020-09-10T20:25:16.852Z] #17 30.69 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
20:25:16 [2020-09-10T20:25:16.852Z] #17 30.70 Unpacking iptables (1.8.2-4) ...
20:25:16 [2020-09-10T20:25:16.895Z] #39 132.9   CC       criu/pie-util-vdso-elf32.o
20:25:17 [2020-09-10T20:25:17.112Z] #17 30.99 Selecting previously unselected package xxd.
20:25:17 [2020-09-10T20:25:17.112Z] #17 31.00 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
20:25:17 [2020-09-10T20:25:17.112Z] #17 31.00 Unpacking xxd (2:8.1.0875-5) ...
20:25:17 [2020-09-10T20:25:17.112Z] #17 31.14 Selecting previously unselected package vim-common.
20:25:17 [2020-09-10T20:25:17.112Z] #17 31.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:25:17 [2020-09-10T20:25:17.117Z] #39 58.59   LINK     criu/pie/parasite.built-in.o
20:25:17 [2020-09-10T20:25:17.117Z] #39 58.60   GEN      criu/pie/parasite-blob.h
20:25:17 [2020-09-10T20:25:17.117Z] #39 58.62   CC       criu/pie/parasite-vdso.o
20:25:17 [2020-09-10T20:25:17.154Z] #39 ...
20:25:17 [2020-09-10T20:25:17.154Z] 
20:25:17 [2020-09-10T20:25:17.154Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:25:17 [2020-09-10T20:25:17.154Z] #22 DONE 0.3s
20:25:17 [2020-09-10T20:25:17.154Z] 
20:25:17 [2020-09-10T20:25:17.154Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:25:17 [2020-09-10T20:25:17.320Z] #40 71.43   CC       criu/arch/ppc64/vdso-pie.o
20:25:17 [2020-09-10T20:25:17.372Z] #17 31.17 Unpacking vim-common (2:8.1.0875-5) ...
20:25:17 [2020-09-10T20:25:17.372Z] #17 31.33 Selecting previously unselected package bash-completion.
20:25:17 [2020-09-10T20:25:17.372Z] #17 31.34 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:25:17 [2020-09-10T20:25:17.620Z] #40 71.84   CC       criu/arch/ppc64/restorer.o
20:25:17 [2020-09-10T20:25:17.695Z] #39 59.23   CC       criu/arch/aarch64/vdso-pie.o
20:25:17 [2020-09-10T20:25:17.959Z] #39 59.50   CC       criu/arch/aarch64/restorer.o
20:25:18 [2020-09-10T20:25:18.223Z] #39 59.89   CC       criu/arch/aarch64/intraprocedure.o
20:25:18 [2020-09-10T20:25:18.223Z] #39 59.93   CC       criu/pie/restorer.o
20:25:18 [2020-09-10T20:25:18.223Z] #39 ...
20:25:18 [2020-09-10T20:25:18.223Z] 
20:25:18 [2020-09-10T20:25:18.223Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:18 [2020-09-10T20:25:18.223Z] #17 9.376 Reading package lists...
20:25:18 [2020-09-10T20:25:18.223Z] #17 11.87 Building dependency tree...
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.06 libcap2-bin is already the newest version (1:2.25-2).
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.06 The following additional packages will be installed:
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.06   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.07   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.07   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.07   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.07   python3.7 python3.7-minimal vim-runtime xxd
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08 Suggested packages:
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08 Recommended packages:
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08   aufs-dkms nftables build-essential python3-dev python3-keyring
20:25:18 [2020-09-10T20:25:18.223Z] #17 13.08   python3-keyrings.alt python3-xdg unzip
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.47 The following NEW packages will be installed:
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.47   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.47   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.47   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.47   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.48   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.48   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.48   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.48   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.48   xz-utils zip
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.85 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.85 Need to get 27.6 MB of archives.
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.85 After this operation, 114 MB of additional disk space will be used.
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 14.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.11 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.15 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.15 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.17 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.17 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.18 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.21 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.22 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.22 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.22 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.23 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.62 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.62 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.63 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.63 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.63 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.73 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.74 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.74 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.75 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.77 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.78 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.79 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.82 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.83 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 15.85 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.08 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.12 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.14 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.67 debconf: delaying package configuration, since apt-utils is not installed
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.76 Fetched 27.6 MB in 2s (16.9 MB/s)
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.91 Selecting previously unselected package pigz.
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.91 (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 ... 23405 files and directories currently installed.)
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.95 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 16.96 Unpacking pigz (2.4-1) ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.03 Selecting previously unselected package libpython3.7-minimal:arm64.
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.03 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.05 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.50 Selecting previously unselected package python3.7-minimal.
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 17.52 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 18.15 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
20:25:18 [2020-09-10T20:25:18.223Z] #17 18.17 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:18 [2020-09-10T20:25:18.269Z] #40 72.35   CC       criu/arch/ppc64/vdso-trampoline.o
20:25:18 [2020-09-10T20:25:18.269Z] #40 72.38   CC       criu/pie/restorer.o
20:25:18 [2020-09-10T20:25:18.942Z] #40 ...
20:25:18 [2020-09-10T20:25:18.942Z] 
20:25:18 [2020-09-10T20:25:18.942Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
20:25:18 [2020-09-10T20:25:18.942Z] #55 DONE 139.8s
20:25:18 [2020-09-10T20:25:18.942Z] 
20:25:18 [2020-09-10T20:25:18.942Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:18 [2020-09-10T20:25:18.942Z] #18 16.90 Reading package lists...
20:25:18 [2020-09-10T20:25:18.942Z] #18 21.42 Building dependency tree...
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09 libcap2-bin is already the newest version (1:2.25-2).
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09 The following additional packages will be installed:
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.09   python3.7 python3.7-minimal vim-runtime xxd
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10 Suggested packages:
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10 Recommended packages:
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10   aufs-dkms nftables build-essential python3-dev python3-keyring
20:25:18 [2020-09-10T20:25:18.942Z] #18 23.10   python3-keyrings.alt python3-xdg unzip
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.31 The following NEW packages will be installed:
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.31   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.31   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.31   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.31   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.32   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.32   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.32   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.32   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.32   xz-utils zip
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.45 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.45 Need to get 29.2 MB of archives.
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.45 After this operation, 134 MB of additional disk space will be used.
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.73 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.89 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 25.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 26.00 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 26.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
20:25:18 [2020-09-10T20:25:18.942Z] #18 26.04 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 ...
20:25:19 [2020-09-10T20:25:19.249Z] 
20:25:19 [2020-09-10T20:25:19.249Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
20:25:19 [2020-09-10T20:25:19.249Z] #56 DONE 0.1s
20:25:19 [2020-09-10T20:25:19.249Z] 
20:25:19 [2020-09-10T20:25:19.249Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
20:25:19 [2020-09-10T20:25:19.249Z] #57 DONE 0.1s
20:25:19 [2020-09-10T20:25:19.249Z] 
20:25:19 [2020-09-10T20:25:19.249Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:19 [2020-09-10T20:25:19.249Z] #18 26.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 26.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 26.08 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 26.08 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 26.09 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
20:25:19 [2020-09-10T20:25:19.249Z] #18 ...
20:25:19 [2020-09-10T20:25:19.249Z] 
20:25:19 [2020-09-10T20:25:19.249Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:19 [2020-09-10T20:25:19.249Z] #42 135.1 github.com/LK4D4/vndr/build
20:25:19 [2020-09-10T20:25:19.249Z] #42 137.8 vendor/golang.org/x/text/unicode/norm
20:25:19 [2020-09-10T20:25:19.913Z] #17 ...
20:25:19 [2020-09-10T20:25:19.913Z] 
20:25:19 [2020-09-10T20:25:19.913Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:25:19 [2020-09-10T20:25:19.913Z] #28 DONE 154.4s
20:25:19 [2020-09-10T20:25:19.913Z] 
20:25:19 [2020-09-10T20:25:19.913Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:19 [2020-09-10T20:25:19.913Z] #39 79.28   DEP      criu/protobuf-desc.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 79.46   DEP      criu/proc_parse.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 79.67   DEP      criu/plugin.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 79.80   DEP      criu/pipes.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 79.96   DEP      criu/pie-util.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.03   DEP      criu/pie-util-vdso.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.12   DEP      criu/pie-util-vdso-elf32.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.21   DEP      criu/path.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.31   DEP      criu/parasite-syscall.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.47   DEP      criu/pagemap.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.68   DEP      criu/pagemap-cache.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.75   DEP      criu/page-xfer.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 80.90   DEP      criu/page-pipe.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.02   DEP      criu/netfilter.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.17   DEP      criu/net.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.32   DEP      criu/namespaces.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.46   DEP      criu/mount.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.60   DEP      criu/memfd.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 81.80   DEP      criu/mem.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.00   DEP      criu/lsm.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.19   DEP      criu/log.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.29   DEP      criu/libnetlink.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.40   DEP      criu/kerndat.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.57   DEP      criu/kcmp-ids.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.68   DEP      criu/irmap.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.81   DEP      criu/ipc_ns.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 82.95   DEP      criu/image.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.08   DEP      criu/image-desc.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.14   DEP      criu/fsnotify.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.27   DEP      criu/filesystems.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.46   DEP      criu/files.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.57   DEP      criu/files-reg.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.72   DEP      criu/files-ext.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.84   DEP      criu/file-lock.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 83.95   DEP      criu/file-ids.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.08   DEP      criu/fifo.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.26   DEP      criu/fdstore.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.34   DEP      criu/fault-injection.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.37   DEP      criu/external.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.49   DEP      criu/eventpoll.d
20:25:19 [2020-09-10T20:25:19.913Z] #39 84.64   DEP      criu/eventfd.d
20:25:20 [2020-09-10T20:25:20.172Z] #39 85.05   DEP      criu/crtools.d
20:25:20 [2020-09-10T20:25:20.318Z] #42 ...
20:25:20 [2020-09-10T20:25:20.318Z] 
20:25:20 [2020-09-10T20:25:20.318Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:20 [2020-09-10T20:25:20.318Z] #18 26.95 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
20:25:20 [2020-09-10T20:25:20.318Z] #18 26.96 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 26.98 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 26.98 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.04 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.24 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.25 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.26 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.33 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.35 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
20:25:20 [2020-09-10T20:25:20.319Z] #18 27.47 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
20:25:20 [2020-09-10T20:25:20.619Z] #18 27.50 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
20:25:20 [2020-09-10T20:25:20.619Z] #18 27.53 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
20:25:20 [2020-09-10T20:25:20.741Z] #39 85.36   DEP      criu/cr-service.d
20:25:20 [2020-09-10T20:25:20.741Z] #39 85.59   DEP      criu/cr-restore.d
20:25:20 [2020-09-10T20:25:20.788Z] #17 ...
20:25:20 [2020-09-10T20:25:20.788Z] 
20:25:20 [2020-09-10T20:25:20.788Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:20 [2020-09-10T20:25:20.788Z] #39 62.04   LINK     criu/pie/restorer.built-in.o
20:25:20 [2020-09-10T20:25:20.788Z] #39 62.05   GEN      criu/pie/restorer-blob.h
20:25:20 [2020-09-10T20:25:20.788Z] #39 62.14   DEP      criu/vdso.d
20:25:20 [2020-09-10T20:25:20.788Z] #39 62.35   DEP      criu/uts_ns.d
20:25:20 [2020-09-10T20:25:20.788Z] #39 62.47   DEP      criu/util.d
20:25:20 [2020-09-10T20:25:20.923Z] #18 27.95 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
20:25:20 [2020-09-10T20:25:20.923Z] #18 28.03 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
20:25:21 [2020-09-10T20:25:21.001Z] #39 85.78   DEP      criu/cr-errno.d
20:25:21 [2020-09-10T20:25:21.001Z] #39 85.80   DEP      criu/cr-dump.d
20:25:21 [2020-09-10T20:25:21.052Z] #39 62.69   DEP      criu/uffd.d
20:25:21 [2020-09-10T20:25:21.223Z] #18 28.09 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
20:25:21 [2020-09-10T20:25:21.261Z] #39 85.99   DEP      criu/cr-dedup.d
20:25:21 [2020-09-10T20:25:21.261Z] #39 86.19   DEP      criu/cr-check.d
20:25:21 [2020-09-10T20:25:21.316Z] #39 62.88   DEP      criu/tun.d
20:25:21 [2020-09-10T20:25:21.316Z] #39 63.01   DEP      criu/tty.d
20:25:21 [2020-09-10T20:25:21.316Z] #39 63.11   DEP      criu/timerfd.d
20:25:21 [2020-09-10T20:25:21.521Z] #39 86.32   DEP      criu/config.d
20:25:21 [2020-09-10T20:25:21.521Z] #39 86.47   DEP      criu/clone-noasan.d
20:25:21 [2020-09-10T20:25:21.579Z] #39 63.18   DEP      criu/timens.d
20:25:21 [2020-09-10T20:25:21.579Z] #39 63.25   DEP      criu/sysfs_parse.d
20:25:21 [2020-09-10T20:25:21.579Z] #39 63.34   DEP      criu/sysctl.d
20:25:21 [2020-09-10T20:25:21.780Z] #39 86.58   DEP      criu/cgroup.d
20:25:21 [2020-09-10T20:25:21.780Z] #39 86.71   DEP      criu/cgroup-props.d
20:25:21 [2020-09-10T20:25:21.780Z] #39 86.79   DEP      criu/bitmap.d
20:25:21 [2020-09-10T20:25:21.843Z] #39 63.53   DEP      criu/string.d
20:25:21 [2020-09-10T20:25:21.844Z] #39 63.59   DEP      criu/stats.d
20:25:22 [2020-09-10T20:25:22.040Z] #39 86.80   DEP      criu/bfd.d
20:25:22 [2020-09-10T20:25:22.040Z] #39 86.88   DEP      criu/autofs.d
20:25:22 [2020-09-10T20:25:22.040Z] #39 87.00   DEP      criu/aio.d
20:25:22 [2020-09-10T20:25:22.107Z] #39 63.70   DEP      criu/sockets.d
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.05 debconf: delaying package configuration, since apt-utils is not installed
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.18 Fetched 29.2 MB in 3s (10.9 MB/s)
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.23 Selecting previously unselected package pigz.
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.23 (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 ... 23361 files and directories currently installed.)
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.30 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.30 Unpacking pigz (2.4-1) ...
20:25:22 [2020-09-10T20:25:22.284Z] #18 29.39 Selecting previously unselected package libpython3.7-minimal:ppc64el.
20:25:22 [2020-09-10T20:25:22.300Z] #39 87.15   DEP      criu/action-scripts.d
20:25:22 [2020-09-10T20:25:22.371Z] #39 63.85   DEP      criu/sk-unix.d
20:25:22 [2020-09-10T20:25:22.371Z] #39 63.98   DEP      criu/sk-tcp.d
20:25:22 [2020-09-10T20:25:22.427Z] #26 DONE 5.0s
20:25:22 [2020-09-10T20:25:22.427Z] 
20:25:22 [2020-09-10T20:25:22.427Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:22 [2020-09-10T20:25:22.427Z] #39 133.5   CC       criu/pie-util-vdso.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 133.8   CC       criu/pie-util.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 133.9   CC       criu/pipes.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 134.5   CC       criu/plugin.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 134.9   CC       criu/proc_parse.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 137.0   CC       criu/protobuf-desc.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 137.9   CC       criu/protobuf.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 138.3   CC       criu/pstree.o
20:25:22 [2020-09-10T20:25:22.427Z] #39 ...
20:25:22 [2020-09-10T20:25:22.427Z] 
20:25:22 [2020-09-10T20:25:22.427Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:25:22 [2020-09-10T20:25:22.427Z] #29 DONE 0.5s
20:25:22 [2020-09-10T20:25:22.427Z] 
20:25:22 [2020-09-10T20:25:22.427Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:25:22 [2020-09-10T20:25:22.560Z] #39 87.32   CC       criu/action-scripts.o
20:25:22 [2020-09-10T20:25:22.560Z] #39 ...
20:25:22 [2020-09-10T20:25:22.560Z] 
20:25:22 [2020-09-10T20:25:22.560Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.19 Unpacking bash-completion (1:2.8-6) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.54 Selecting previously unselected package bzip2.
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.54 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.54 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.63 Selecting previously unselected package xz-utils.
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.63 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.64 Unpacking xz-utils (5.2.4-1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.74 Selecting previously unselected package apparmor.
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.74 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 35.82 Unpacking apparmor (2.13.2-10) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.14 Selecting previously unselected package aufs-tools.
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.15 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.17 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.28 Selecting previously unselected package libonig5:amd64.
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.28 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.29 Unpacking libonig5:amd64 (6.9.1-1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.43 Selecting previously unselected package libjq1:amd64.
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.43 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.44 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.56 Selecting previously unselected package jq.
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.56 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.56 Unpacking jq (1.5+dfsg-2+b1) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.64 Selecting previously unselected package libaio1:amd64.
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.64 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.64 Unpacking libaio1:amd64 (0.3.112-3) ...
20:25:22 [2020-09-10T20:25:22.560Z] #17 36.70 Selecting previously unselected package libgpm2:amd64.
20:25:22 [2020-09-10T20:25:22.584Z] #18 29.40 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
20:25:22 [2020-09-10T20:25:22.584Z] #18 29.40 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
20:25:22 [2020-09-10T20:25:22.634Z] #39 64.12   DEP      criu/sk-queue.d
20:25:22 [2020-09-10T20:25:22.634Z] #39 64.22   DEP      criu/sk-packet.d
20:25:22 [2020-09-10T20:25:22.634Z] #39 64.37   DEP      criu/sk-netlink.d
20:25:22 [2020-09-10T20:25:22.685Z] #31 DONE 0.1s
20:25:22 [2020-09-10T20:25:22.685Z] 
20:25:22 [2020-09-10T20:25:22.685Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:25:22 [2020-09-10T20:25:22.820Z] #17 36.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.820Z] #17 36.71 Unpacking libgpm2:amd64 (1.20.7-5) ...
20:25:22 [2020-09-10T20:25:22.820Z] #17 36.78 Selecting previously unselected package libicu63:amd64.
20:25:22 [2020-09-10T20:25:22.820Z] #17 36.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
20:25:22 [2020-09-10T20:25:22.820Z] #17 36.78 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
20:25:22 [2020-09-10T20:25:22.886Z] #18 29.83 Selecting previously unselected package python3.7-minimal.
20:25:22 [2020-09-10T20:25:22.886Z] #18 29.85 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
20:25:22 [2020-09-10T20:25:22.886Z] #18 29.85 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:22 [2020-09-10T20:25:22.897Z] #39 64.54   DEP      criu/sk-inet.d
20:25:22 [2020-09-10T20:25:22.897Z] #39 64.65   DEP      criu/signalfd.d
20:25:22 [2020-09-10T20:25:22.897Z] #39 64.72   DEP      criu/sigframe.d
20:25:23 [2020-09-10T20:25:23.162Z] #39 64.79   DEP      criu/shmem.d
20:25:23 [2020-09-10T20:25:23.252Z] #34 DONE 0.4s
20:25:23 [2020-09-10T20:25:23.252Z] 
20:25:23 [2020-09-10T20:25:23.252Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:23 [2020-09-10T20:25:23.252Z] #49 87.07 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:23 [2020-09-10T20:25:23.252Z] #49 89.16 + mkdir -p /build
20:25:23 [2020-09-10T20:25:23.252Z] #49 89.16 + cp runc /build/runc
20:25:23 [2020-09-10T20:25:23.252Z] #49 DONE 89.6s
20:25:23 [2020-09-10T20:25:23.252Z] 
20:25:23 [2020-09-10T20:25:23.252Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:23 [2020-09-10T20:25:23.426Z] #39 64.90   DEP      criu/servicefd.d
20:25:23 [2020-09-10T20:25:23.426Z] #39 65.02   DEP      criu/seize.d
20:25:23 [2020-09-10T20:25:23.426Z] #39 65.09   DEP      criu/seccomp.d
20:25:23 [2020-09-10T20:25:23.511Z] #45 ...
20:25:23 [2020-09-10T20:25:23.511Z] 
20:25:23 [2020-09-10T20:25:23.511Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:23 [2020-09-10T20:25:23.511Z] #39 139.3   CC       criu/rbtree.o
20:25:23 [2020-09-10T20:25:23.511Z] #39 139.7   CC       criu/rst-malloc.o
20:25:23 [2020-09-10T20:25:23.690Z] #39 65.32   DEP      criu/rst-malloc.d
20:25:23 [2020-09-10T20:25:23.690Z] #39 65.41   DEP      criu/rbtree.d
20:25:23 [2020-09-10T20:25:23.954Z] #39 65.45   DEP      criu/pstree.d
20:25:23 [2020-09-10T20:25:23.954Z] #39 65.65   DEP      criu/protobuf.d
20:25:23 [2020-09-10T20:25:23.956Z] #18 30.71 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
20:25:23 [2020-09-10T20:25:23.956Z] #18 30.72 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
20:25:24 [2020-09-10T20:25:24.090Z] #39 140.1   CC       criu/seccomp.o
20:25:24 [2020-09-10T20:25:24.218Z] #39 65.84   GEN      criu/protobuf-desc-gen.h
20:25:25 [2020-09-10T20:25:25.024Z] #39 141.0   CC       criu/seize.o
20:25:25 [2020-09-10T20:25:25.621Z] #39 ...
20:25:25 [2020-09-10T20:25:25.621Z] 
20:25:25 [2020-09-10T20:25:25.621Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:25 [2020-09-10T20:25:25.621Z] #36 130.1 + dpkg --print-architecture
20:25:25 [2020-09-10T20:25:25.621Z] #36 DONE 130.9s
20:25:25 [2020-09-10T20:25:25.621Z] 
20:25:25 [2020-09-10T20:25:25.621Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.47 Selecting previously unselected package python3-minimal.
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.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 ... 23654 files and directories currently installed.)
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.53 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.54 Unpacking python3-minimal (3.7.3-1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.62 Selecting previously unselected package libmpdec2:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.62 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.63 Unpacking libmpdec2:arm64 (2.4.2-2) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.76 Selecting previously unselected package libpython3.7-stdlib:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.77 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 20.78 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.64 Selecting previously unselected package python3.7.
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.66 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.66 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.79 Selecting previously unselected package libpython3-stdlib:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.81 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.82 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 21.96 Setting up python3-minimal (3.7.3-1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 22.90 Selecting previously unselected package python3.
20:25:25 [2020-09-10T20:25:25.621Z] #17 22.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24066 files and directories currently installed.)
20:25:25 [2020-09-10T20:25:25.621Z] #17 22.99 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.03 Unpacking python3 (3.7.3-1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.11 Selecting previously unselected package libip4tc0:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.14 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.14 Unpacking libip4tc0:arm64 (1.8.2-4) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.21 Selecting previously unselected package libip6tc0:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.21 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.22 Unpacking libip6tc0:arm64 (1.8.2-4) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.35 Selecting previously unselected package libiptc0:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.35 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.38 Unpacking libiptc0:arm64 (1.8.2-4) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.48 Selecting previously unselected package libnfnetlink0:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.49 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.50 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.58 Selecting previously unselected package libnetfilter-conntrack3:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.58 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.59 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.71 Selecting previously unselected package libnftnl11:arm64.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.71 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.73 Unpacking libnftnl11:arm64 (1.1.2-2) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.86 Selecting previously unselected package iptables.
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.86 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 23.87 Unpacking iptables (1.8.2-4) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.11 Selecting previously unselected package xxd.
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.12 Unpacking xxd (2:8.1.0875-5) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.30 Selecting previously unselected package vim-common.
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.32 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.37 Unpacking vim-common (2:8.1.0875-5) ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.58 Selecting previously unselected package bash-completion.
20:25:25 [2020-09-10T20:25:25.621Z] #17 24.59 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:25:25 [2020-09-10T20:25:25.621Z] #17 ...
20:25:25 [2020-09-10T20:25:25.621Z] 
20:25:25 [2020-09-10T20:25:25.621Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:25 [2020-09-10T20:25:25.621Z] #39 67.37   DEP      criu/protobuf-desc.d
20:25:25 [2020-09-10T20:25:25.884Z] #39 67.54   DEP      criu/proc_parse.d
20:25:25 [2020-09-10T20:25:25.959Z] #39 141.7   CC       criu/servicefd.o
20:25:25 [2020-09-10T20:25:25.959Z] #39 ...
20:25:25 [2020-09-10T20:25:25.959Z] 
20:25:25 [2020-09-10T20:25:25.959Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:25 [2020-09-10T20:25:25.959Z] #36 DONE 213.3s
20:25:25 [2020-09-10T20:25:25.959Z] 
20:25:25 [2020-09-10T20:25:25.959Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:25 [2020-09-10T20:25:25.959Z] #39 142.1   CC       criu/shmem.o
20:25:26 [2020-09-10T20:25:26.118Z] #17 40.12 Selecting previously unselected package libnet1:amd64.
20:25:26 [2020-09-10T20:25:26.118Z] #17 40.12 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
20:25:26 [2020-09-10T20:25:26.118Z] #17 40.13 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:25:26 [2020-09-10T20:25:26.118Z] #17 40.20 Selecting previously unselected package libnl-3-200:amd64.
20:25:26 [2020-09-10T20:25:26.148Z] #39 67.73   DEP      criu/plugin.d
20:25:26 [2020-09-10T20:25:26.148Z] #39 67.82   DEP      criu/pipes.d
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.21 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.21 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.29 Selecting previously unselected package libprotobuf-c1:amd64.
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.29 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.36 Selecting previously unselected package libreadline5:amd64.
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.36 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
20:25:26 [2020-09-10T20:25:26.378Z] #17 40.37 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.47 Selecting previously unselected package net-tools.
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.48 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.48 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.65 Selecting previously unselected package python-pip-whl.
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.66 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:25:26 [2020-09-10T20:25:26.637Z] #17 40.67 Unpacking python-pip-whl (18.1-5) ...
20:25:26 [2020-09-10T20:25:26.726Z] #39 68.18   DEP      criu/pie-util.d
20:25:26 [2020-09-10T20:25:26.726Z] #39 68.26   DEP      criu/pie-util-vdso.d
20:25:26 [2020-09-10T20:25:26.726Z] #39 68.35   DEP      criu/path.d
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.20 Selecting previously unselected package python3-minimal.
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23610 files and directories currently installed.)
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.28 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.29 Unpacking python3-minimal (3.7.3-1) ...
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.39 Selecting previously unselected package libmpdec2:ppc64el.
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.41 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.42 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.52 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.55 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
20:25:26 [2020-09-10T20:25:26.751Z] #18 33.55 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
20:25:26 [2020-09-10T20:25:26.990Z] #39 68.44   DEP      criu/parasite-syscall.d
20:25:26 [2020-09-10T20:25:26.990Z] #39 68.62   DEP      criu/pagemap.d
20:25:27 [2020-09-10T20:25:27.206Z] #17 41.14 Selecting previously unselected package python3-lib2to3.
20:25:27 [2020-09-10T20:25:27.206Z] #17 41.14 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:25:27 [2020-09-10T20:25:27.206Z] #17 41.15 Unpacking python3-lib2to3 (3.7.3-1) ...
20:25:27 [2020-09-10T20:25:27.255Z] #39 68.85   DEP      criu/pagemap-cache.d
20:25:27 [2020-09-10T20:25:27.255Z] #39 68.99   DEP      criu/page-xfer.d
20:25:27 [2020-09-10T20:25:27.339Z] #39 143.1   CC       criu/sigframe.o
20:25:27 [2020-09-10T20:25:27.339Z] #39 143.3   CC       criu/signalfd.o
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.26 Selecting previously unselected package python3-distutils.
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.26 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.27 Unpacking python3-distutils (3.7.3-1) ...
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.40 Selecting previously unselected package python3-pip.
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.41 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:25:27 [2020-09-10T20:25:27.466Z] #17 41.42 Unpacking python3-pip (18.1-5) ...
20:25:27 [2020-09-10T20:25:27.518Z] #39 69.16   DEP      criu/page-pipe.d
20:25:27 [2020-09-10T20:25:27.518Z] #39 69.24   DEP      criu/netfilter.d
20:25:27 [2020-09-10T20:25:27.597Z] #39 143.5   CC       criu/sk-inet.o
20:25:27 [2020-09-10T20:25:27.597Z] #39 ...
20:25:27 [2020-09-10T20:25:27.597Z] 
20:25:27 [2020-09-10T20:25:27.597Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:25:27 [2020-09-10T20:25:27.597Z] #37 DONE 0.6s
20:25:27 [2020-09-10T20:25:27.725Z] #17 41.55 Selecting previously unselected package python3-pkg-resources.
20:25:27 [2020-09-10T20:25:27.725Z] #17 41.56 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:25:27 [2020-09-10T20:25:27.725Z] #17 41.56 Unpacking python3-pkg-resources (40.8.0-1) ...
20:25:27 [2020-09-10T20:25:27.726Z] #17 41.68 Selecting previously unselected package python3-setuptools.
20:25:27 [2020-09-10T20:25:27.726Z] #17 41.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:25:27 [2020-09-10T20:25:27.726Z] #17 41.69 Unpacking python3-setuptools (40.8.0-1) ...
20:25:27 [2020-09-10T20:25:27.783Z] #39 69.38   DEP      criu/net.d
20:25:27 [2020-09-10T20:25:27.783Z] #39 69.53   DEP      criu/namespaces.d
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.61 Selecting previously unselected package python3.7.
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.62 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.63 Unpacking python3.7 (3.7.3-2+deb10u2) ...
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.78 Selecting previously unselected package libpython3-stdlib:ppc64el.
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.79 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.80 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
20:25:27 [2020-09-10T20:25:27.808Z] #18 34.92 Setting up python3-minimal (3.7.3-1) ...
20:25:27 [2020-09-10T20:25:27.856Z] 
20:25:27 [2020-09-10T20:25:27.856Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:27 [2020-09-10T20:25:27.985Z] #17 41.90 Selecting previously unselected package python3-wheel.
20:25:27 [2020-09-10T20:25:27.985Z] #17 41.91 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:25:27 [2020-09-10T20:25:27.985Z] #17 41.92 Unpacking python3-wheel (0.32.3-2) ...
20:25:27 [2020-09-10T20:25:27.985Z] #17 41.98 Selecting previously unselected package sudo.
20:25:27 [2020-09-10T20:25:27.985Z] #17 41.98 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
20:25:27 [2020-09-10T20:25:27.985Z] #17 42.00 Unpacking sudo (1.8.27-1+deb10u2) ...
20:25:28 [2020-09-10T20:25:28.047Z] #39 69.63   DEP      criu/mount.d
20:25:28 [2020-09-10T20:25:28.114Z] #45 ...
20:25:28 [2020-09-10T20:25:28.114Z] 
20:25:28 [2020-09-10T20:25:28.114Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:28 [2020-09-10T20:25:28.114Z] #39 144.1   CC       criu/sk-netlink.o
20:25:28 [2020-09-10T20:25:28.312Z] #39 69.79   DEP      criu/memfd.d
20:25:28 [2020-09-10T20:25:28.312Z] #39 69.92   DEP      criu/mem.d
20:25:28 [2020-09-10T20:25:28.372Z] #39 144.4   CC       criu/sk-packet.o
20:25:28 [2020-09-10T20:25:28.554Z] #17 42.50 Selecting previously unselected package thin-provisioning-tools.
20:25:28 [2020-09-10T20:25:28.554Z] #17 42.51 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
20:25:28 [2020-09-10T20:25:28.554Z] #17 42.52 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:25:28 [2020-09-10T20:25:28.575Z] #39 70.12   DEP      criu/lsm.d
20:25:28 [2020-09-10T20:25:28.575Z] #39 70.23   DEP      criu/log.d
20:25:28 [2020-09-10T20:25:28.814Z] #17 42.77 Selecting previously unselected package uidmap.
20:25:28 [2020-09-10T20:25:28.814Z] #17 42.82 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
20:25:28 [2020-09-10T20:25:28.814Z] #17 42.83 Unpacking uidmap (1:4.5-1.1) ...
20:25:28 [2020-09-10T20:25:28.814Z] #17 42.94 Selecting previously unselected package vim-runtime.
20:25:28 [2020-09-10T20:25:28.839Z] #39 70.37   DEP      criu/libnetlink.d
20:25:28 [2020-09-10T20:25:28.839Z] #39 70.45   DEP      criu/kerndat.d
20:25:28 [2020-09-10T20:25:28.941Z] #39 144.8   CC       criu/sk-queue.o
20:25:29 [2020-09-10T20:25:29.074Z] #17 42.95 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:25:29 [2020-09-10T20:25:29.074Z] #17 43.01 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:25:29 [2020-09-10T20:25:29.074Z] #17 43.05 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:25:29 [2020-09-10T20:25:29.074Z] #17 43.05 Unpacking vim-runtime (2:8.1.0875-5) ...
20:25:29 [2020-09-10T20:25:29.102Z] #39 70.66   DEP      criu/kcmp-ids.d
20:25:29 [2020-09-10T20:25:29.102Z] #39 70.74   DEP      criu/irmap.d
20:25:29 [2020-09-10T20:25:29.102Z] #39 70.85   DEP      criu/ipc_ns.d
20:25:29 [2020-09-10T20:25:29.189Z] #18 35.94 Selecting previously unselected package python3.
20:25:29 [2020-09-10T20:25:29.189Z] #18 35.94 (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 ... 24022 files and directories currently installed.)
20:25:29 [2020-09-10T20:25:29.189Z] #18 36.01 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.189Z] #18 36.02 Unpacking python3 (3.7.3-1) ...
20:25:29 [2020-09-10T20:25:29.189Z] #18 36.17 Selecting previously unselected package libip4tc0:ppc64el.
20:25:29 [2020-09-10T20:25:29.189Z] #18 36.18 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.189Z] #18 36.19 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
20:25:29 [2020-09-10T20:25:29.200Z] #39 145.1   CC       criu/sk-tcp.o
20:25:29 [2020-09-10T20:25:29.366Z] #39 70.99   DEP      criu/image.d
20:25:29 [2020-09-10T20:25:29.366Z] #39 71.08   DEP      criu/image-desc.d
20:25:29 [2020-09-10T20:25:29.366Z] #39 71.13   DEP      criu/fsnotify.d
20:25:29 [2020-09-10T20:25:29.459Z] #39 145.4   CC       criu/sk-unix.o
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.30 Selecting previously unselected package libip6tc0:ppc64el.
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.31 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.35 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.42 Selecting previously unselected package libiptc0:ppc64el.
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.44 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.45 Unpacking libiptc0:ppc64el (1.8.2-4) ...
20:25:29 [2020-09-10T20:25:29.491Z] #18 36.54 Selecting previously unselected package libnfnetlink0:ppc64el.
20:25:29 [2020-09-10T20:25:29.629Z] #39 71.23   DEP      criu/filesystems.d
20:25:29 [2020-09-10T20:25:29.629Z] #39 71.32   DEP      criu/files.d
20:25:29 [2020-09-10T20:25:29.629Z] #39 71.43   DEP      criu/files-reg.d
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.56 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.57 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.64 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.65 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.65 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.79 Selecting previously unselected package libnftnl11:ppc64el.
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
20:25:29 [2020-09-10T20:25:29.790Z] #18 36.82 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
20:25:29 [2020-09-10T20:25:29.893Z] #39 71.60   DEP      criu/files-ext.d
20:25:29 [2020-09-10T20:25:29.893Z] #39 71.71   DEP      criu/file-lock.d
20:25:30 [2020-09-10T20:25:30.090Z] #18 36.90 Selecting previously unselected package iptables.
20:25:30 [2020-09-10T20:25:30.090Z] #18 36.91 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
20:25:30 [2020-09-10T20:25:30.090Z] #18 36.91 Unpacking iptables (1.8.2-4) ...
20:25:30 [2020-09-10T20:25:30.396Z] #39 146.5   CC       criu/sockets.o
20:25:30 [2020-09-10T20:25:30.470Z] #39 71.89   DEP      criu/file-ids.d
20:25:30 [2020-09-10T20:25:30.470Z] #39 72.00   DEP      criu/fifo.d
20:25:30 [2020-09-10T20:25:30.470Z] #39 72.08   DEP      criu/fdstore.d
20:25:30 [2020-09-10T20:25:30.734Z] #39 72.17   DEP      criu/fault-injection.d
20:25:30 [2020-09-10T20:25:30.734Z] #39 72.22   DEP      criu/external.d
20:25:30 [2020-09-10T20:25:30.734Z] #39 72.32   DEP      criu/eventpoll.d
20:25:30 [2020-09-10T20:25:30.734Z] #39 72.41   DEP      criu/eventfd.d
20:25:30 [2020-09-10T20:25:30.734Z] #39 72.51   DEP      criu/crtools.d
20:25:30 [2020-09-10T20:25:30.751Z] #18 37.48 Selecting previously unselected package xxd.
20:25:30 [2020-09-10T20:25:30.752Z] #18 37.48 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
20:25:30 [2020-09-10T20:25:30.752Z] #18 37.50 Unpacking xxd (2:8.1.0875-5) ...
20:25:30 [2020-09-10T20:25:30.752Z] #18 37.66 Selecting previously unselected package vim-common.
20:25:30 [2020-09-10T20:25:30.752Z] #18 37.67 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
20:25:30 [2020-09-10T20:25:30.752Z] #18 37.70 Unpacking vim-common (2:8.1.0875-5) ...
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 14.7% of statements
20:25:30 [2020-09-10T20:25:30.933Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:25:30 [2020-09-10T20:25:30.933Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:25:30 [2020-09-10T20:25:30.998Z] #39 72.61   DEP      criu/cr-service.d
20:25:31 [2020-09-10T20:25:31.051Z] #18 37.90 Selecting previously unselected package bash-completion.
20:25:31 [2020-09-10T20:25:31.051Z] #18 37.90 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
20:25:31 [2020-09-10T20:25:31.223Z] ok  	github.com/docker/docker/api/server/router/swarm	0.011s	coverage: 5.7% of statements
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/types	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:25:31 [2020-09-10T20:25:31.223Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:25:31 [2020-09-10T20:25:31.262Z] #39 72.77   DEP      criu/cr-restore.d
20:25:31 [2020-09-10T20:25:31.262Z] #39 72.99   DEP      criu/cr-errno.d
20:25:31 [2020-09-10T20:25:31.262Z] #39 73.01   DEP      criu/cr-dump.d
20:25:31 [2020-09-10T20:25:31.333Z] #39 147.2   CC       criu/stats.o
20:25:31 [2020-09-10T20:25:31.333Z] #39 147.4   CC       criu/string.o
20:25:31 [2020-09-10T20:25:31.333Z] #39 147.5   CC       criu/sysctl.o
20:25:31 [2020-09-10T20:25:31.513Z] ok  	github.com/docker/docker/api/types/strslice	0.001s	coverage: 90.0% of statements
20:25:31 [2020-09-10T20:25:31.513Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:25:31 [2020-09-10T20:25:31.513Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:25:31 [2020-09-10T20:25:31.526Z] #39 73.14   DEP      criu/cr-dedup.d
20:25:31 [2020-09-10T20:25:31.526Z] #39 73.33   DEP      criu/cr-check.d
20:25:31 [2020-09-10T20:25:31.804Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
20:25:31 [2020-09-10T20:25:31.804Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 75.0% of statements
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:25:31 [2020-09-10T20:25:31.804Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:25:31 [2020-09-10T20:25:31.901Z] #39 148.0   CC       criu/sysfs_parse.o
20:25:32 [2020-09-10T20:25:32.104Z] #39 73.54   DEP      criu/config.d
20:25:32 [2020-09-10T20:25:32.104Z] #39 73.72   DEP      criu/clone-noasan.d
20:25:32 [2020-09-10T20:25:32.104Z] #39 73.80   DEP      criu/cgroup.d
20:25:32 [2020-09-10T20:25:32.121Z] #18 ...
20:25:32 [2020-09-10T20:25:32.121Z] 
20:25:32 [2020-09-10T20:25:32.121Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:32 [2020-09-10T20:25:32.121Z] #40 76.19   LINK     criu/pie/restorer.built-in.o
20:25:32 [2020-09-10T20:25:32.121Z] #40 76.21   GEN      criu/pie/restorer-blob.h
20:25:32 [2020-09-10T20:25:32.121Z] #40 76.39   DEP      criu/vdso.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 76.63   DEP      criu/uts_ns.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 76.87   DEP      criu/util.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 77.09   DEP      criu/uffd.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 77.34   DEP      criu/tun.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 77.59   DEP      criu/tty.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 77.81   DEP      criu/timerfd.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.02   DEP      criu/timens.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.23   DEP      criu/sysfs_parse.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.45   DEP      criu/sysctl.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.62   DEP      criu/string.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.66   DEP      criu/stats.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 78.83   DEP      criu/sockets.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 79.02   DEP      criu/sk-unix.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 79.25   DEP      criu/sk-tcp.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 79.50   DEP      criu/sk-queue.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 79.68   DEP      criu/sk-packet.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 79.86   DEP      criu/sk-netlink.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.07   DEP      criu/sk-inet.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.35   DEP      criu/signalfd.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.50   DEP      criu/sigframe.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.58   DEP      criu/shmem.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.75   DEP      criu/servicefd.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 80.91   DEP      criu/seize.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.12   DEP      criu/seccomp.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.29   DEP      criu/rst-malloc.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.38   DEP      criu/rbtree.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.40   DEP      criu/pstree.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.67   DEP      criu/protobuf.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 81.87   GEN      criu/protobuf-desc-gen.h
20:25:32 [2020-09-10T20:25:32.121Z] #40 84.27   DEP      criu/protobuf-desc.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 84.46   DEP      criu/proc_parse.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 84.63   DEP      criu/plugin.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 84.79   DEP      criu/pipes.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 85.10   DEP      criu/pie-util.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 85.35   DEP      criu/pie-util-vdso.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 85.54   DEP      criu/path.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 85.69   DEP      criu/parasite-syscall.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 85.87   DEP      criu/pagemap.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 86.04   DEP      criu/pagemap-cache.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 86.20   DEP      criu/page-xfer.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 86.42   DEP      criu/page-pipe.d
20:25:32 [2020-09-10T20:25:32.121Z] #40 86.53   DEP      criu/netfilter.d
20:25:32 [2020-09-10T20:25:32.160Z] #39 148.2   CC       criu/timens.o
20:25:32 [2020-09-10T20:25:32.368Z] #39 73.95   DEP      criu/cgroup-props.d
20:25:32 [2020-09-10T20:25:32.368Z] #39 74.03   DEP      criu/bitmap.d
20:25:32 [2020-09-10T20:25:32.368Z] #39 74.06   DEP      criu/bfd.d
20:25:32 [2020-09-10T20:25:32.368Z] #39 74.13   DEP      criu/autofs.d
20:25:32 [2020-09-10T20:25:32.419Z] #39 148.5   CC       criu/timerfd.o
20:25:32 [2020-09-10T20:25:32.423Z] #40 86.68   DEP      criu/net.d
20:25:32 [2020-09-10T20:25:32.434Z] #17 46.25 Selecting previously unselected package vim.
20:25:32 [2020-09-10T20:25:32.434Z] #17 46.25 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
20:25:32 [2020-09-10T20:25:32.434Z] #17 46.33 Unpacking vim (2:8.1.0875-5) ...
20:25:32 [2020-09-10T20:25:32.436Z] ok  	github.com/docker/docker/builder/dockerignore	0.009s	coverage: 96.8% of statements
20:25:32 [2020-09-10T20:25:32.632Z] #39 74.29   DEP      criu/aio.d
20:25:32 [2020-09-10T20:25:32.632Z] #39 74.43   DEP      criu/action-scripts.d
20:25:32 [2020-09-10T20:25:32.678Z] #39 148.7   CC       criu/tty.o
20:25:32 [2020-09-10T20:25:32.723Z] #40 86.96   DEP      criu/namespaces.d
20:25:32 [2020-09-10T20:25:32.896Z] #39 74.66   CC       criu/action-scripts.o
20:25:33 [2020-09-10T20:25:33.016Z] #17 ...
20:25:33 [2020-09-10T20:25:33.016Z] 
20:25:33 [2020-09-10T20:25:33.016Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:33 [2020-09-10T20:25:33.016Z] #39 87.74   CC       criu/aio.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 88.24   CC       criu/autofs.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 89.39   CC       criu/bfd.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 89.90   CC       criu/bitmap.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 90.10   CC       criu/cgroup-props.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 90.81   CC       criu/cgroup.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 93.36   CC       criu/clone-noasan.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 93.62   CC       criu/config.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 94.82   CC       criu/cr-check.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 96.14   CC       criu/cr-dedup.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 96.56   CC       criu/cr-dump.o
20:25:33 [2020-09-10T20:25:33.016Z] #39 ...
20:25:33 [2020-09-10T20:25:33.016Z] 
20:25:33 [2020-09-10T20:25:33.016Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:33 [2020-09-10T20:25:33.016Z] #17 46.92 Selecting previously unselected package xfsprogs.
20:25:33 [2020-09-10T20:25:33.016Z] #17 46.92 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
20:25:33 [2020-09-10T20:25:33.016Z] #17 46.93 Unpacking xfsprogs (4.20.0-1) ...
20:25:33 [2020-09-10T20:25:33.024Z] #40 87.12   DEP      criu/mount.d
20:25:33 [2020-09-10T20:25:33.024Z] #40 87.31   DEP      criu/memfd.d
20:25:33 [2020-09-10T20:25:33.326Z] #40 87.55   DEP      criu/mem.d
20:25:33 [2020-09-10T20:25:33.474Z] #39 75.10   CC       criu/aio.o
20:25:33 [2020-09-10T20:25:33.474Z] #39 ...
20:25:33 [2020-09-10T20:25:33.474Z] 
20:25:33 [2020-09-10T20:25:33.474Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.31 Unpacking bash-completion (1:2.8-6) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.64 Selecting previously unselected package bzip2.
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.64 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.65 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.76 Selecting previously unselected package xz-utils.
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.76 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.77 Unpacking xz-utils (5.2.4-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.96 Selecting previously unselected package apparmor.
20:25:33 [2020-09-10T20:25:33.474Z] #17 27.97 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.06 Unpacking apparmor (2.13.2-10) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.40 Selecting previously unselected package aufs-tools.
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.40 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.41 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.53 Selecting previously unselected package libonig5:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.53 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.54 Unpacking libonig5:arm64 (6.9.1-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.65 Selecting previously unselected package libjq1:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.65 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.66 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.78 Selecting previously unselected package jq.
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.78 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.82 Unpacking jq (1.5+dfsg-2+b1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.94 Selecting previously unselected package libaio1:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.94 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 28.95 Unpacking libaio1:arm64 (0.3.112-3) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.05 Selecting previously unselected package libgpm2:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.05 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.07 Unpacking libgpm2:arm64 (1.20.7-5) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.16 Selecting previously unselected package libicu63:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.17 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 29.18 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.64 Selecting previously unselected package libnet1:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.66 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.66 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.78 Selecting previously unselected package libnl-3-200:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.79 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.79 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.85 Selecting previously unselected package libprotobuf-c1:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.86 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.86 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.96 Selecting previously unselected package libreadline5:arm64.
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.97 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 31.97 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.10 Selecting previously unselected package net-tools.
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.11 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.12 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.27 Selecting previously unselected package python-pip-whl.
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.27 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.28 Unpacking python-pip-whl (18.1-5) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.67 Selecting previously unselected package python3-lib2to3.
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.67 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.69 Unpacking python3-lib2to3 (3.7.3-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.86 Selecting previously unselected package python3-distutils.
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.86 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 32.87 Unpacking python3-distutils (3.7.3-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.03 Selecting previously unselected package python3-pip.
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.05 Unpacking python3-pip (18.1-5) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.27 Selecting previously unselected package python3-pkg-resources.
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.30 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.31 Unpacking python3-pkg-resources (40.8.0-1) ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.44 Selecting previously unselected package python3-setuptools.
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.44 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:25:33 [2020-09-10T20:25:33.474Z] #17 33.45 Unpacking python3-setuptools (40.8.0-1) ...
20:25:33 [2020-09-10T20:25:33.557Z] #17 47.43 Selecting previously unselected package zip.
20:25:33 [2020-09-10T20:25:33.557Z] #17 47.45 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
20:25:33 [2020-09-10T20:25:33.557Z] #17 47.46 Unpacking zip (3.0-11+b1) ...
20:25:33 [2020-09-10T20:25:33.616Z] #39 149.7   CC       criu/tun.o
20:25:33 [2020-09-10T20:25:33.626Z] #40 87.82   DEP      criu/lsm.d
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.61 Selecting previously unselected package python3-wheel.
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.61 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.63 Unpacking python3-wheel (0.32.3-2) ...
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.77 Selecting previously unselected package sudo.
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.77 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
20:25:33 [2020-09-10T20:25:33.738Z] #17 33.79 Unpacking sudo (1.8.27-1+deb10u2) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.69 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.71 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.73 Setting up libip6tc0:amd64 (1.8.2-4) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.75 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.76 Setting up libgpm2:amd64 (1.20.7-5) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.77 Setting up libip4tc0:amd64 (1.8.2-4) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.78 Setting up uidmap (1:4.5-1.1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.79 Setting up libnftnl11:amd64 (1.1.2-2) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.82 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.83 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.84 Setting up xxd (2:8.1.0875-5) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.85 Setting up zip (3.0-11+b1) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.86 Setting up vim-common (2:8.1.0875-5) ...
20:25:33 [2020-09-10T20:25:33.823Z] #17 47.88 Setting up bash-completion (1:2.8-6) ...
20:25:33 [2020-09-10T20:25:33.926Z] #40 87.99   DEP      criu/log.d
20:25:33 [2020-09-10T20:25:33.926Z] #40 88.19   DEP      criu/libnetlink.d
20:25:34 [2020-09-10T20:25:34.184Z] #39 150.0   CC       criu/uffd.o
20:25:34 [2020-09-10T20:25:34.226Z] #40 88.40   DEP      criu/kerndat.d
20:25:34 [2020-09-10T20:25:34.226Z] #40 88.65   DEP      criu/kcmp-ids.d
20:25:34 [2020-09-10T20:25:34.314Z] #17 34.18 Selecting previously unselected package thin-provisioning-tools.
20:25:34 [2020-09-10T20:25:34.315Z] #17 34.19 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
20:25:34 [2020-09-10T20:25:34.315Z] #17 34.20 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:25:34 [2020-09-10T20:25:34.315Z] #17 34.44 Selecting previously unselected package uidmap.
20:25:34 [2020-09-10T20:25:34.549Z] #40 88.74   DEP      criu/irmap.d
20:25:34 [2020-09-10T20:25:34.549Z] #40 ...
20:25:34 [2020-09-10T20:25:34.549Z] 
20:25:34 [2020-09-10T20:25:34.549Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:34 [2020-09-10T20:25:34.549Z] #42 145.4 vendor/golang.org/x/net/http2/hpack
20:25:34 [2020-09-10T20:25:34.549Z] #42 148.5 mime
20:25:34 [2020-09-10T20:25:34.549Z] #42 149.9 net/http/internal
20:25:34 [2020-09-10T20:25:34.549Z] #42 152.7 vendor/golang.org/x/net/http/httpproxy
20:25:34 [2020-09-10T20:25:34.549Z] #42 152.7 net/textproto
20:25:34 [2020-09-10T20:25:34.549Z] #42 152.7 crypto/x509
20:25:34 [2020-09-10T20:25:34.549Z] #42 154.6 vendor/golang.org/x/net/http/httpguts
20:25:34 [2020-09-10T20:25:34.549Z] #42 154.6 mime/multipart
20:25:34 [2020-09-10T20:25:34.578Z] #17 34.44 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
20:25:34 [2020-09-10T20:25:34.579Z] #17 34.45 Unpacking uidmap (1:4.5-1.1) ...
20:25:34 [2020-09-10T20:25:34.753Z] #39 150.7   CC       criu/util.o
20:25:34 [2020-09-10T20:25:34.843Z] #17 34.58 Selecting previously unselected package vim-runtime.
20:25:34 [2020-09-10T20:25:34.843Z] #17 34.60 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:25:34 [2020-09-10T20:25:34.843Z] #17 34.62 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:25:34 [2020-09-10T20:25:34.843Z] #17 34.64 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:25:34 [2020-09-10T20:25:34.843Z] #17 34.65 Unpacking vim-runtime (2:8.1.0875-5) ...
20:25:34 [2020-09-10T20:25:34.850Z] #42 ...
20:25:34 [2020-09-10T20:25:34.850Z] 
20:25:34 [2020-09-10T20:25:34.850Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:34 [2020-09-10T20:25:34.850Z] #40 88.96   DEP      criu/ipc_ns.d
20:25:35 [2020-09-10T20:25:35.152Z] #40 89.29   DEP      criu/image.d
20:25:35 [2020-09-10T20:25:35.160Z] ok  	github.com/docker/docker/builder/remotecontext	0.366s	coverage: 13.6% of statements
20:25:35 [2020-09-10T20:25:35.160Z] ok  	github.com/docker/docker/builder/dockerfile	0.946s	coverage: 48.0% of statements
20:25:35 [2020-09-10T20:25:35.455Z] #40 89.50   DEP      criu/image-desc.d
20:25:35 [2020-09-10T20:25:35.455Z] #40 89.68   DEP      criu/fsnotify.d
20:25:35 [2020-09-10T20:25:35.753Z] #39 151.6   CC       criu/uts_ns.o
20:25:35 [2020-09-10T20:25:35.753Z] #39 151.8   CC       criu/vdso-compat.o
20:25:35 [2020-09-10T20:25:35.756Z] #40 90.02   DEP      criu/filesystems.d
20:25:35 [2020-09-10T20:25:35.791Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
20:25:36 [2020-09-10T20:25:36.060Z] #40 90.35   DEP      criu/files.d
20:25:36 [2020-09-10T20:25:36.327Z] #39 152.1   CC       criu/vdso.o
20:25:36 [2020-09-10T20:25:36.358Z] #17 50.49 Setting up libiptc0:amd64 (1.8.2-4) ...
20:25:36 [2020-09-10T20:25:36.366Z] #40 90.71   DEP      criu/files-reg.d
20:25:36 [2020-09-10T20:25:36.424Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.003s	coverage: 86.3% of statements
20:25:36 [2020-09-10T20:25:36.424Z] ?   	github.com/docker/docker/cli	[no test files]
20:25:36 [2020-09-10T20:25:36.424Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:25:36 [2020-09-10T20:25:36.588Z] #39 152.5   LINK     criu/built-in.o
20:25:36 [2020-09-10T20:25:36.617Z] #17 50.51 Setting up xz-utils (5.2.4-1) ...
20:25:36 [2020-09-10T20:25:36.617Z] #17 50.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:36 [2020-09-10T20:25:36.617Z] #17 50.54 Setting up sudo (1.8.27-1+deb10u2) ...
20:25:36 [2020-09-10T20:25:36.669Z] #40 90.95   DEP      criu/files-ext.d
20:25:36 [2020-09-10T20:25:36.846Z] #39 152.7   LINK     criu/criu
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.61 invoke-rc.d: could not determine current runlevel
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.62 invoke-rc.d: policy-rc.d denied execution of start.
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.63 Setting up pigz (2.4-1) ...
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.65 Setting up libnl-3-200:amd64 (3.4.0-1) ...
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.66 Setting up python-pip-whl (18.1-5) ...
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.67 Setting up libmpdec2:amd64 (2.4.2-2) ...
20:25:36 [2020-09-10T20:25:36.876Z] #17 50.69 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:36 [2020-09-10T20:25:36.971Z] #40 91.19   DEP      criu/file-lock.d
20:25:36 [2020-09-10T20:25:36.971Z] #40 91.32   DEP      criu/file-ids.d
20:25:37 [2020-09-10T20:25:37.105Z] #39 153.1   DEP      lib/c/criu.d
20:25:37 [2020-09-10T20:25:37.105Z] #39 153.1   CC       images/rpc.pb-c.o
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.05 Setting up libaio1:amd64 (0.3.112-3) ...
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.06 Setting up libonig5:amd64 (6.9.1-1) ...
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.07 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.08 Setting up vim (2:8.1.0875-5) ...
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:37 [2020-09-10T20:25:37.135Z] #17 51.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:37 [2020-09-10T20:25:37.283Z] #40 91.52   DEP      criu/fifo.d
20:25:37 [2020-09-10T20:25:37.283Z] #40 91.68   DEP      criu/fdstore.d
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.15 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.16 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.17 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.18 Setting up jq (1.5+dfsg-2+b1) ...
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.19 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
20:25:37 [2020-09-10T20:25:37.395Z] #17 51.20 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:25:37 [2020-09-10T20:25:37.412Z] #17 37.08 Selecting previously unselected package vim.
20:25:37 [2020-09-10T20:25:37.412Z] #17 37.08 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
20:25:37 [2020-09-10T20:25:37.412Z] #17 37.10 Unpacking vim (2:8.1.0875-5) ...
20:25:37 [2020-09-10T20:25:37.589Z] #40 91.87   DEP      criu/fault-injection.d
20:25:37 [2020-09-10T20:25:37.673Z] #39 153.6   CC       lib/c/criu.o
20:25:37 [2020-09-10T20:25:37.675Z] #17 37.61 Selecting previously unselected package xfsprogs.
20:25:37 [2020-09-10T20:25:37.676Z] #17 37.63 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
20:25:37 [2020-09-10T20:25:37.676Z] #17 37.64 Unpacking xfsprogs (4.20.0-1) ...
20:25:37 [2020-09-10T20:25:37.889Z] #40 91.91   DEP      criu/external.d
20:25:37 [2020-09-10T20:25:37.889Z] #40 92.05   DEP      criu/eventpoll.d
20:25:37 [2020-09-10T20:25:37.940Z] #17 38.06 Selecting previously unselected package zip.
20:25:38 [2020-09-10T20:25:38.195Z] #40 92.29   DEP      criu/eventfd.d
20:25:38 [2020-09-10T20:25:38.195Z] #40 92.46   DEP      criu/crtools.d
20:25:38 [2020-09-10T20:25:38.205Z] #17 38.07 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
20:25:38 [2020-09-10T20:25:38.205Z] #17 38.08 Unpacking zip (3.0-11+b1) ...
20:25:38 [2020-09-10T20:25:38.241Z] #39 154.3   LINK     lib/c/built-in.o
20:25:38 [2020-09-10T20:25:38.241Z] #39 154.3   LINK     lib/c/libcriu.so
20:25:38 [2020-09-10T20:25:38.241Z] #39 154.4   LINK     lib/c/libcriu.a
20:25:38 [2020-09-10T20:25:38.241Z] #39 154.4   GEN      magic.py
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.32 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.34 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.35 Setting up libip6tc0:arm64 (1.8.2-4) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.37 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.38 Setting up libgpm2:arm64 (1.20.7-5) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.40 Setting up libip4tc0:arm64 (1.8.2-4) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.41 Setting up uidmap (1:4.5-1.1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.43 Setting up libnftnl11:arm64 (1.1.2-2) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.44 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.45 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.46 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.47 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.48 Setting up xxd (2:8.1.0875-5) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.49 Setting up zip (3.0-11+b1) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.50 Setting up vim-common (2:8.1.0875-5) ...
20:25:38 [2020-09-10T20:25:38.468Z] #17 38.54 Setting up bash-completion (1:2.8-6) ...
20:25:38 [2020-09-10T20:25:38.500Z] #39 154.5 Note: Building without setproctitle() and strlcpy() support.
20:25:38 [2020-09-10T20:25:38.500Z] #39 154.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:25:38 [2020-09-10T20:25:38.500Z] #39 154.5 Note: Building without GnuTLS support
20:25:38 [2020-09-10T20:25:38.500Z] #39 154.5 Makefile.config:39: Warn: you have no libnftables installed
20:25:38 [2020-09-10T20:25:38.500Z] #39 154.5 Makefile.config:40: Warn: Building without nftables support
20:25:38 [2020-09-10T20:25:38.506Z] #40 92.73   DEP      criu/cr-service.d
20:25:38 [2020-09-10T20:25:38.538Z] ok  	github.com/docker/docker/client	0.121s	coverage: 75.4% of statements
20:25:38 [2020-09-10T20:25:38.808Z] #40 92.97   DEP      criu/cr-restore.d
20:25:39 [2020-09-10T20:25:39.069Z] #39 155.1 fatal: not a git repository (or any of the parent directories): .git
20:25:39 [2020-09-10T20:25:39.110Z] #40 93.24   DEP      criu/cr-errno.d
20:25:39 [2020-09-10T20:25:39.110Z] #40 93.26   DEP      criu/cr-dump.d
20:25:39 [2020-09-10T20:25:39.408Z] #40 93.58   DEP      criu/cr-dedup.d
20:25:39 [2020-09-10T20:25:39.408Z] #40 93.78   DEP      criu/cr-check.d
20:25:39 [2020-09-10T20:25:39.637Z] #39 155.6 make[1]: Nothing to be done for 'all'.
20:25:39 [2020-09-10T20:25:39.707Z] #40 94.05   DEP      criu/config.d
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.78 Setting up iptables (1.8.2-4) ...
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:25:39 [2020-09-10T20:25:39.936Z] #17 53.82 Setting up python3 (3.7.3-1) ...
20:25:40 [2020-09-10T20:25:40.011Z] #40 94.25   DEP      criu/clone-noasan.d
20:25:40 [2020-09-10T20:25:40.196Z] #17 54.20 Setting up python3-wheel (0.32.3-2) ...
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.1 make[1]: 'images/built-in.o' is up to date.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.2 make[1]: 'compel/libcompel.a' is up to date.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.2 make[1]: 'compel/compel-host-bin' is up to date.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.3 make[1]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.206Z] #39 156.3 make[1]: 'soccr/libsoccr.a' is up to date.
20:25:40 [2020-09-10T20:25:40.313Z] #40 94.41   DEP      criu/cgroup.d
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.5 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.5 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.5 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.6 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.6 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.465Z] #39 156.6 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.623Z] #40 94.65   DEP      criu/cgroup-props.d
20:25:40 [2020-09-10T20:25:40.623Z] #40 94.72   DEP      criu/bitmap.d
20:25:40 [2020-09-10T20:25:40.623Z] #40 94.73   DEP      criu/bfd.d
20:25:40 [2020-09-10T20:25:40.725Z] #39 156.6 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.725Z] #39 156.7 make[2]: Nothing to be done for 'all'.
20:25:40 [2020-09-10T20:25:40.725Z] #39 156.8   INSTALL  criu/criu
20:25:40 [2020-09-10T20:25:40.767Z] #17 54.71 Setting up apparmor (2.13.2-10) ...
20:25:40 [2020-09-10T20:25:40.924Z] #40 94.96   DEP      criu/autofs.d
20:25:40 [2020-09-10T20:25:40.924Z] #40 ...
20:25:40 [2020-09-10T20:25:40.924Z] 
20:25:40 [2020-09-10T20:25:40.924Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:25:40 [2020-09-10T20:25:40.924Z] #22 155.7 Checking out files:  29% (3222/10911)   
Checking out files:  30% (3274/10911)   
Checking out files:  31% (3383/10911)   
Checking out files:  32% (3492/10911)   
Checking out files:  33% (3601/10911)   
Checking out files:  34% (3710/10911)   
Checking out files:  35% (3819/10911)   
Checking out files:  36% (3928/10911)   
Checking out files:  37% (4038/10911)   
Checking out files:  38% (4147/10911)   
Checking out files:  39% (4256/10911)   
Checking out files:  40% (4365/10911)   
Checking out files:  41% (4474/10911)   
Checking out files:  42% (4583/10911)   
Checking out files:  43% (4692/10911)   
Checking out files:  44% (4801/10911)   
Checking out files:  45% (4910/10911)   
Checking out files:  46% (5020/10911)   
Checking out files:  47% (5129/10911)   
Checking out files:  48% (5238/10911)   
Checking out files:  49% (5347/10911)   
Checking out files:  50% (5456/10911)   
Checking out files:  50% (5496/10911)   
Checking out files:  51% (5565/10911)   
Checking out files:  52% (5674/10911)   
Checking out files:  53% (5783/10911)   
Checking out files:  54% (5892/10911)   
Checking out files:  55% (6002/10911)   
Checking out files:  56% (6111/10911)   
Checking out files:  57% (6220/10911)   
Checking out files:  58% (6329/10911)   
Checking out files:  59% (6438/10911)   
Checking out files:  60% (6547/10911)   
Checking out files:  61% (6656/10911)   
Checking out files:  62% (6765/10911)   
Checking out files:  63% (6874/10911)   
Checking out files:  64% (6984/10911)   
Checking out files:  65% (7093/10911)   
Checking out files:  66% (7202/10911)   
Checking out files:  67% (7311/10911)   
Checking out files:  68% (7420/10911)   
Checking out files:  69% (7529/10911)   
Checking out files:  70% (7638/10911)   
Checking out files:  71% (7747/10911)   
Checking out files:  72% (7856/10911)   
Checking out files:  73% (7966/10911)   
Checking out files:  74% (8075/10911)   
Checking out files:  74% (8125/10911)   
Checking out files:  75% (8184/10911)   
Checking out files:  76% (8293/10911)   
Checking out files:  77% (8402/10911)   
Checking out files:  78% (8511/10911)   
Checking out files:  79% (8620/10911)   
Checking out files:  80% (8729/10911)   
Checking out files:  81% (8838/10911)   
Checking out files:  82% (8948/10911)   
Checking out files:  83% (9057/10911)   
Checking out files:  84% (9166/10911)   
Checking out files:  85% (9275/10911)   
Checking out files:  86% (9384/10911)   
Checking out files:  87% (9493/10911)   
Checking out files:  88% (9602/10911)   
Checking out files:  89% (9711/10911)   
Checking out files:  90% (9820/10911)   
Checking out files:  91% (9930/10911)   
Checking out files:  92% (10039/10911)   
Checking out files:  93% (10148/10911)   
Checking out files:  94% (10257/10911)   
Checking out files:  95% (10366/10911)   
Checking out files:  96% (10475/10911)   
Checking out files:  96% (10558/10911)   
Checking out files:  97% (10584/10911)   
Checking out files:  98% (10693/10911)   
Checking out files:  99% (10802/10911)   
Checking out files: 100% (10911/10911)   
Checking out files: 100% (10911/10911), done.
20:25:40 [2020-09-10T20:25:40.924Z] #22 159.0 + cd /tmp/tmp.TaQaXugRJ0/tmp/docker-ce
20:25:40 [2020-09-10T20:25:40.924Z] #22 159.0 + git checkout -q v17.06.2-ce
20:25:41 [2020-09-10T20:25:41.293Z] #39 DONE 157.2s
20:25:41 [2020-09-10T20:25:41.293Z] 
20:25:41 [2020-09-10T20:25:41.293Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.59 Setting up libiptc0:arm64 (1.8.2-4) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.60 Setting up xz-utils (5.2.4-1) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.66 Setting up sudo (1.8.27-1+deb10u2) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.75 invoke-rc.d: could not determine current runlevel
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.77 invoke-rc.d: policy-rc.d denied execution of start.
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.78 Setting up pigz (2.4-1) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.79 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.81 Setting up libnl-3-200:arm64 (3.4.0-1) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.83 Setting up python-pip-whl (18.1-5) ...
20:25:41 [2020-09-10T20:25:41.790Z] #17 41.84 Setting up libmpdec2:arm64 (2.4.2-2) ...
20:25:41 [2020-09-10T20:25:41.987Z] #22 162.6 + mkdir -p /tmp/tmp.TaQaXugRJ0/src/github.com/docker
20:25:41 [2020-09-10T20:25:41.987Z] #22 162.7 + mv components/cli /tmp/tmp.TaQaXugRJ0/src/github.com/docker/cli
20:25:41 [2020-09-10T20:25:41.987Z] #22 162.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
20:25:42 [2020-09-10T20:25:42.054Z] #17 41.85 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:42 [2020-09-10T20:25:42.147Z] #17 56.19 Setting up xfsprogs (4.20.0-1) ...
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.17 Setting up libaio1:arm64 (0.3.112-3) ...
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.18 Setting up libonig5:arm64 (6.9.1-1) ...
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.20 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.21 Setting up vim (2:8.1.0875-5) ...
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:42 [2020-09-10T20:25:42.317Z] #17 42.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.32 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.33 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.34 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.35 Setting up jq (1.5+dfsg-2+b1) ...
20:25:42 [2020-09-10T20:25:42.318Z] #17 42.36 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
20:25:42 [2020-09-10T20:25:42.407Z] #17 56.20 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:42 [2020-09-10T20:25:42.582Z] #17 42.37 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:25:42 [2020-09-10T20:25:42.666Z] #17 56.59 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:42 [2020-09-10T20:25:42.672Z] #45 ...
20:25:42 [2020-09-10T20:25:42.672Z] 
20:25:42 [2020-09-10T20:25:42.672Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:25:42 [2020-09-10T20:25:42.672Z] #40 DONE 0.1s
20:25:42 [2020-09-10T20:25:42.931Z] 
20:25:42 [2020-09-10T20:25:42.931Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:25:43 [2020-09-10T20:25:43.191Z] #42 DONE 0.2s
20:25:43 [2020-09-10T20:25:43.191Z] 
20:25:43 [2020-09-10T20:25:43.191Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:25:43 [2020-09-10T20:25:43.191Z] #44 DONE 0.1s
20:25:43 [2020-09-10T20:25:43.191Z] 
20:25:43 [2020-09-10T20:25:43.191Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:43 [2020-09-10T20:25:43.605Z] #17 57.35 Setting up python3-distutils (3.7.3-1) ...
20:25:43 [2020-09-10T20:25:43.864Z] #17 57.80 Setting up python3-setuptools (40.8.0-1) ...
20:25:43 [2020-09-10T20:25:43.864Z] #17 ...
20:25:43 [2020-09-10T20:25:43.864Z] 
20:25:43 [2020-09-10T20:25:43.864Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:43 [2020-09-10T20:25:43.864Z] #39 98.79   CC       criu/cr-errno.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 98.86   CC       criu/cr-restore.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 103.2   CC       criu/cr-service.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 104.7   CC       criu/crtools.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 105.3   CC       criu/eventfd.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 105.7   CC       criu/eventpoll.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 106.4   CC       criu/external.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 106.7   CC       criu/fault-injection.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 106.8   CC       criu/fdstore.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 107.1   CC       criu/fifo.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 107.5   CC       criu/file-ids.o
20:25:43 [2020-09-10T20:25:43.864Z] #39 107.9   CC       criu/file-lock.o
20:25:43 [2020-09-10T20:25:43.987Z] #17 ...
20:25:43 [2020-09-10T20:25:43.987Z] 
20:25:43 [2020-09-10T20:25:43.987Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:43 [2020-09-10T20:25:43.987Z] #39 75.58   CC       criu/autofs.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 76.92   CC       criu/bfd.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 77.29   CC       criu/bitmap.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 77.49   CC       criu/cgroup-props.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 78.28   CC       criu/cgroup.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 80.10   CC       criu/clone-noasan.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 80.24   CC       criu/config.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 81.58   CC       criu/cr-check.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 82.98   CC       criu/cr-dedup.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 83.50   CC       criu/cr-dump.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 85.62   CC       criu/cr-errno.o
20:25:43 [2020-09-10T20:25:43.987Z] #39 85.68   CC       criu/cr-restore.o
20:25:44 [2020-09-10T20:25:44.118Z] #22 ...
20:25:44 [2020-09-10T20:25:44.118Z] 
20:25:44 [2020-09-10T20:25:44.118Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:44 [2020-09-10T20:25:44.118Z] #18 41.90 Unpacking bash-completion (1:2.8-6) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.52 Selecting previously unselected package bzip2.
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.53 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.53 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.64 Selecting previously unselected package xz-utils.
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.65 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.74 Unpacking xz-utils (5.2.4-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 42.99 Selecting previously unselected package apparmor.
20:25:44 [2020-09-10T20:25:44.118Z] #18 43.02 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 43.20 Unpacking apparmor (2.13.2-10) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 43.95 Selecting previously unselected package aufs-tools.
20:25:44 [2020-09-10T20:25:44.118Z] #18 43.96 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 43.97 Unpacking aufs-tools (1:4.14+20190211-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.12 Selecting previously unselected package libonig5:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.14 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.14 Unpacking libonig5:ppc64el (6.9.1-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.34 Selecting previously unselected package libjq1:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.35 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.37 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.51 Selecting previously unselected package jq.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.53 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.53 Unpacking jq (1.5+dfsg-2+b1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.65 Selecting previously unselected package libaio1:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.66 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.67 Unpacking libaio1:ppc64el (0.3.112-3) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.75 Selecting previously unselected package libgpm2:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.76 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.76 Unpacking libgpm2:ppc64el (1.20.7-5) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.83 Selecting previously unselected package libicu63:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.84 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 44.86 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.15 Selecting previously unselected package libnet1:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.17 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.27 Selecting previously unselected package libnl-3-200:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.29 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.30 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.46 Selecting previously unselected package libprotobuf-c1:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.47 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.48 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.56 Selecting previously unselected package libreadline5:ppc64el.
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.57 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.74 Selecting previously unselected package net-tools.
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 49.77 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.07 Selecting previously unselected package python-pip-whl.
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.11 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.11 Unpacking python-pip-whl (18.1-5) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.74 Selecting previously unselected package python3-lib2to3.
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.75 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.76 Unpacking python3-lib2to3 (3.7.3-1) ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.95 Selecting previously unselected package python3-distutils.
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.96 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
20:25:44 [2020-09-10T20:25:44.118Z] #18 50.96 Unpacking python3-distutils (3.7.3-1) ...
20:25:44 [2020-09-10T20:25:44.124Z] #39 108.8   CC       criu/files-ext.o
20:25:44 [2020-09-10T20:25:44.383Z] #39 109.2   CC       criu/files-reg.o
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.16 Selecting previously unselected package python3-pip.
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.18 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.19 Unpacking python3-pip (18.1-5) ...
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.36 Selecting previously unselected package python3-pkg-resources.
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.37 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
20:25:44 [2020-09-10T20:25:44.419Z] #18 51.38 Unpacking python3-pkg-resources (40.8.0-1) ...
20:25:44 [2020-09-10T20:25:44.568Z] #39 ...
20:25:44 [2020-09-10T20:25:44.568Z] 
20:25:44 [2020-09-10T20:25:44.568Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.43 Setting up iptables (1.8.2-4) ...
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.50 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:25:44 [2020-09-10T20:25:44.568Z] #17 44.53 Setting up python3 (3.7.3-1) ...
20:25:44 [2020-09-10T20:25:44.719Z] #18 51.53 Selecting previously unselected package python3-setuptools.
20:25:44 [2020-09-10T20:25:44.719Z] #18 51.53 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
20:25:44 [2020-09-10T20:25:44.719Z] #18 51.54 Unpacking python3-setuptools (40.8.0-1) ...
20:25:44 [2020-09-10T20:25:44.953Z] #39 ...
20:25:44 [2020-09-10T20:25:44.953Z] 
20:25:44 [2020-09-10T20:25:44.953Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:44 [2020-09-10T20:25:44.953Z] #17 58.85 Setting up python3-pip (18.1-5) ...
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.80 Selecting previously unselected package python3-wheel.
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.80 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.81 Unpacking python3-wheel (0.32.3-2) ...
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.92 Selecting previously unselected package sudo.
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.92 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
20:25:45 [2020-09-10T20:25:45.024Z] #18 51.93 Unpacking sudo (1.8.27-1+deb10u2) ...
20:25:45 [2020-09-10T20:25:45.520Z] #17 45.17 Setting up python3-wheel (0.32.3-2) ...
20:25:45 [2020-09-10T20:25:45.674Z] #18 52.51 Selecting previously unselected package thin-provisioning-tools.
20:25:45 [2020-09-10T20:25:45.674Z] #18 52.53 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
20:25:45 [2020-09-10T20:25:45.674Z] #18 52.54 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
20:25:45 [2020-09-10T20:25:45.674Z] #18 52.80 Selecting previously unselected package uidmap.
20:25:45 [2020-09-10T20:25:45.891Z] #17 59.84 Processing triggers for libc-bin (2.28-10) ...
20:25:45 [2020-09-10T20:25:45.974Z] #18 52.81 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
20:25:45 [2020-09-10T20:25:45.974Z] #18 52.82 Unpacking uidmap (1:4.5-1.1) ...
20:25:45 [2020-09-10T20:25:45.974Z] #18 52.96 Selecting previously unselected package vim-runtime.
20:25:45 [2020-09-10T20:25:45.974Z] #18 52.98 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
20:25:45 [2020-09-10T20:25:45.974Z] #18 53.07 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
20:25:46 [2020-09-10T20:25:46.097Z] #17 46.00 Setting up apparmor (2.13.2-10) ...
20:25:46 [2020-09-10T20:25:46.151Z] #17 59.96 Processing triggers for mime-support (3.62) ...
20:25:46 [2020-09-10T20:25:46.273Z] #18 53.12 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
20:25:46 [2020-09-10T20:25:46.273Z] #18 53.13 Unpacking vim-runtime (2:8.1.0875-5) ...
20:25:46 [2020-09-10T20:25:46.481Z] #45 ...
20:25:46 [2020-09-10T20:25:46.481Z] 
20:25:46 [2020-09-10T20:25:46.481Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:25:46 [2020-09-10T20:25:46.481Z] #52 193.3 + bin/containerd
20:25:47 [2020-09-10T20:25:47.089Z] #17 DONE 60.9s
20:25:47 [2020-09-10T20:25:47.089Z] 
20:25:47 [2020-09-10T20:25:47.089Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:47 [2020-09-10T20:25:47.089Z] #39 111.0   CC       criu/files.o
20:25:47 [2020-09-10T20:25:47.828Z] #18 ...
20:25:47 [2020-09-10T20:25:47.828Z] 
20:25:47 [2020-09-10T20:25:47.828Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:47 [2020-09-10T20:25:47.828Z] #42 158.5 crypto/tls
20:25:47 [2020-09-10T20:25:47.828Z] #42 165.6 net/http/httptrace
20:25:47 [2020-09-10T20:25:47.828Z] #42 165.9 net/http
20:25:47 [2020-09-10T20:25:47.828Z] #42 ...
20:25:47 [2020-09-10T20:25:47.828Z] 
20:25:47 [2020-09-10T20:25:47.828Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:47 [2020-09-10T20:25:47.828Z] #40 95.19   DEP      criu/aio.d
20:25:47 [2020-09-10T20:25:47.828Z] #40 95.42   DEP      criu/action-scripts.d
20:25:47 [2020-09-10T20:25:47.828Z] #40 95.90   CC       criu/action-scripts.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 96.65   CC       criu/aio.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 97.37   CC       criu/autofs.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 99.88   CC       criu/bfd.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 100.6   CC       criu/bitmap.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 100.7   CC       criu/cgroup-props.o
20:25:47 [2020-09-10T20:25:47.828Z] #40 102.1   CC       criu/cgroup.o
20:25:48 [2020-09-10T20:25:48.026Z] #17 47.77 Setting up xfsprogs (4.20.0-1) ...
20:25:48 [2020-09-10T20:25:48.026Z] #17 47.79 Setting up python3-lib2to3 (3.7.3-1) ...
20:25:48 [2020-09-10T20:25:48.291Z] #17 48.15 Setting up python3-pkg-resources (40.8.0-1) ...
20:25:48 [2020-09-10T20:25:48.470Z] #39 ...
20:25:48 [2020-09-10T20:25:48.470Z] 
20:25:48 [2020-09-10T20:25:48.470Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:25:48 [2020-09-10T20:25:48.470Z] #18 0.955 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:48 [2020-09-10T20:25:48.470Z] #18 0.957 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:48 [2020-09-10T20:25:48.470Z] #18 0.961 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:48 [2020-09-10T20:25:48.470Z] #18 DONE 1.3s
20:25:48 [2020-09-10T20:25:48.470Z] 
20:25:48 [2020-09-10T20:25:48.470Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:48 [2020-09-10T20:25:48.470Z] #39 113.2   CC       criu/filesystems.o
20:25:49 [2020-09-10T20:25:49.039Z] #39 114.0   CC       criu/fsnotify.o
20:25:49 [2020-09-10T20:25:49.727Z] #17 49.29 Setting up python3-distutils (3.7.3-1) ...
20:25:49 [2020-09-10T20:25:49.940Z] #40 ...
20:25:49 [2020-09-10T20:25:49.940Z] 
20:25:49 [2020-09-10T20:25:49.940Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:49 [2020-09-10T20:25:49.940Z] #18 56.83 Selecting previously unselected package vim.
20:25:49 [2020-09-10T20:25:49.940Z] #18 56.83 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
20:25:49 [2020-09-10T20:25:49.940Z] #18 56.90 Unpacking vim (2:8.1.0875-5) ...
20:25:49 [2020-09-10T20:25:49.992Z] #17 49.86 Setting up python3-setuptools (40.8.0-1) ...
20:25:50 [2020-09-10T20:25:50.419Z] #39 115.3   CC       criu/image-desc.o
20:25:50 [2020-09-10T20:25:50.570Z] #17 ...
20:25:50 [2020-09-10T20:25:50.570Z] 
20:25:50 [2020-09-10T20:25:50.570Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:50 [2020-09-10T20:25:50.570Z] #49 58.38 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:25:50 [2020-09-10T20:25:50.570Z] #49 60.30 + mkdir -p /build
20:25:50 [2020-09-10T20:25:50.570Z] #49 60.30 + cp runc /build/runc
20:25:50 [2020-09-10T20:25:50.570Z] #49 DONE 61.2s
20:25:50 [2020-09-10T20:25:50.570Z] 
20:25:50 [2020-09-10T20:25:50.570Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:50 [2020-09-10T20:25:50.570Z] #39 89.57   CC       criu/cr-service.o
20:25:50 [2020-09-10T20:25:50.570Z] #39 90.95   CC       criu/crtools.o
20:25:50 [2020-09-10T20:25:50.570Z] #39 91.56   CC       criu/eventfd.o
20:25:50 [2020-09-10T20:25:50.570Z] #39 91.80   CC       criu/eventpoll.o
20:25:50 [2020-09-10T20:25:50.593Z] #18 57.48 Selecting previously unselected package xfsprogs.
20:25:50 [2020-09-10T20:25:50.593Z] #18 57.49 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
20:25:50 [2020-09-10T20:25:50.593Z] #18 57.50 Unpacking xfsprogs (4.20.0-1) ...
20:25:50 [2020-09-10T20:25:50.678Z] #39 115.4   CC       criu/image.o
20:25:50 [2020-09-10T20:25:50.836Z] #39 92.44   CC       criu/external.o
20:25:51 [2020-09-10T20:25:51.100Z] #39 92.73   CC       criu/fault-injection.o
20:25:51 [2020-09-10T20:25:51.100Z] #39 92.82   CC       criu/fdstore.o
20:25:51 [2020-09-10T20:25:51.245Z] #18 58.24 Selecting previously unselected package zip.
20:25:51 [2020-09-10T20:25:51.245Z] #18 58.25 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
20:25:51 [2020-09-10T20:25:51.245Z] #18 58.25 Unpacking zip (3.0-11+b1) ...
20:25:51 [2020-09-10T20:25:51.247Z] #39 116.2   CC       criu/ipc_ns.o
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.49 Setting up aufs-tools (1:4.14+20190211-1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.51 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.52 Setting up libip6tc0:ppc64el (1.8.2-4) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.53 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.55 Setting up libgpm2:ppc64el (1.20.7-5) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.55 Setting up libip4tc0:ppc64el (1.8.2-4) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.56 Setting up uidmap (1:4.5-1.1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.56 Setting up libnftnl11:ppc64el (1.1.2-2) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.57 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.57 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.58 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.59 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
20:25:51 [2020-09-10T20:25:51.563Z] #18 58.60 Setting up xxd (2:8.1.0875-5) ...
20:25:51 [2020-09-10T20:25:51.678Z] #39 93.14   CC       criu/fifo.o
20:25:52 [2020-09-10T20:25:52.054Z] #18 58.61 Setting up zip (3.0-11+b1) ...
20:25:52 [2020-09-10T20:25:52.054Z] #18 58.62 Setting up vim-common (2:8.1.0875-5) ...
20:25:52 [2020-09-10T20:25:52.054Z] #18 58.64 Setting up bash-completion (1:2.8-6) ...
20:25:52 [2020-09-10T20:25:52.058Z] #39 93.49   CC       criu/file-ids.o
20:25:52 [2020-09-10T20:25:52.058Z] #39 93.76   CC       criu/file-lock.o
20:25:52 [2020-09-10T20:25:52.628Z] #39 117.3   CC       criu/irmap.o
20:25:53 [2020-09-10T20:25:53.027Z] #39 ...
20:25:53 [2020-09-10T20:25:53.027Z] 
20:25:53 [2020-09-10T20:25:53.027Z] #17 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:25:53 [2020-09-10T20:25:53.027Z] #17 51.02 Setting up python3-pip (18.1-5) ...
20:25:53 [2020-09-10T20:25:53.027Z] #17 52.09 Processing triggers for libc-bin (2.28-10) ...
20:25:53 [2020-09-10T20:25:53.027Z] #17 52.13 Processing triggers for mime-support (3.62) ...
20:25:53 [2020-09-10T20:25:53.027Z] #17 DONE 52.7s
20:25:53 [2020-09-10T20:25:53.027Z] 
20:25:53 [2020-09-10T20:25:53.027Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:25:53 [2020-09-10T20:25:53.027Z] #39 94.46   CC       criu/files-ext.o
20:25:53 [2020-09-10T20:25:53.027Z] #39 ...
20:25:53 [2020-09-10T20:25:53.027Z] 
20:25:53 [2020-09-10T20:25:53.027Z] #18 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:25:53 [2020-09-10T20:25:53.197Z] #39 118.0   CC       criu/kcmp-ids.o
20:25:53 [2020-09-10T20:25:53.457Z] #39 118.3   CC       criu/kerndat.o
20:25:53 [2020-09-10T20:25:53.993Z] #18 1.260 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:25:53 [2020-09-10T20:25:53.993Z] #18 1.265 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:25:53 [2020-09-10T20:25:53.993Z] #18 1.269 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:25:54 [2020-09-10T20:25:54.026Z] #39 ...
20:25:54 [2020-09-10T20:25:54.026Z] 
20:25:54 [2020-09-10T20:25:54.026Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:25:54 [2020-09-10T20:25:54.026Z] #45 189.1 + cd /tmp/tmp.8dMD1K9lpz/src/github.com/golangci/golangci-lint/
20:25:54 [2020-09-10T20:25:54.026Z] #45 189.1 + git checkout -q v1.23.8
20:25:54 [2020-09-10T20:25:54.257Z] #18 DONE 1.5s
20:25:54 [2020-09-10T20:25:54.257Z] 
20:25:54 [2020-09-10T20:25:54.257Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:54 [2020-09-10T20:25:54.595Z] #45 189.8 ++ git describe --tags
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 + version=v1.23.8
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 ++ git rev-parse --short HEAD
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 + commit=76a82c6
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 ++ git show -s --format=%cd
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
20:25:54 [2020-09-10T20:25:54.855Z] #45 189.8 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
20:25:56 [2020-09-10T20:25:56.580Z] #18 63.62 Setting up libiptc0:ppc64el (1.8.2-4) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.63 Setting up xz-utils (5.2.4-1) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.67 Setting up sudo (1.8.27-1+deb10u2) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.75 invoke-rc.d: could not determine current runlevel
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.77 invoke-rc.d: policy-rc.d denied execution of start.
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.78 Setting up pigz (2.4-1) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.78 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.79 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.79 Setting up python-pip-whl (18.1-5) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.80 Setting up libmpdec2:ppc64el (2.4.2-2) ...
20:25:56 [2020-09-10T20:25:56.882Z] #18 63.80 Setting up vim-runtime (2:8.1.0875-5) ...
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.24 Setting up libaio1:ppc64el (0.3.112-3) ...
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.25 Setting up libonig5:ppc64el (6.9.1-1) ...
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.25 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.26 Setting up vim (2:8.1.0875-5) ...
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
20:25:57 [2020-09-10T20:25:57.183Z] #18 64.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.38 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.38 Setting up thin-provisioning-tools (0.7.6-2.1) ...
20:25:57 [2020-09-10T20:25:57.489Z] #18 64.39 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
20:25:57 [2020-09-10T20:25:57.490Z] #18 64.39 Setting up jq (1.5+dfsg-2+b1) ...
20:25:57 [2020-09-10T20:25:57.490Z] #18 64.40 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
20:25:57 [2020-09-10T20:25:57.490Z] #18 64.40 Setting up python3.7 (3.7.3-2+deb10u2) ...
20:25:58 [2020-09-10T20:25:58.154Z] #18 ...
20:25:58 [2020-09-10T20:25:58.154Z] 
20:25:58 [2020-09-10T20:25:58.154Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:25:58 [2020-09-10T20:25:58.154Z] #42 179.0 github.com/LK4D4/vndr/godl
20:25:58 [2020-09-10T20:25:58.518Z] #19 3.847 Collecting yamllint==1.16.0
20:25:59 [2020-09-10T20:25:59.053Z] #45 ...
20:25:59 [2020-09-10T20:25:59.053Z] 
20:25:59 [2020-09-10T20:25:59.053Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:59 [2020-09-10T20:25:59.053Z] #19 4.902 Collecting yamllint==1.16.0
20:25:59 [2020-09-10T20:25:59.053Z] #19 ...
20:25:59 [2020-09-10T20:25:59.053Z] 
20:25:59 [2020-09-10T20:25:59.053Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:25:59 [2020-09-10T20:25:59.053Z] #36 185.7 + dpkg --print-architecture
20:25:59 [2020-09-10T20:25:59.053Z] #36 185.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:25:59 [2020-09-10T20:25:59.053Z] #36 186.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:25:59 [2020-09-10T20:25:59.053Z] #36 186.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:25:59 [2020-09-10T20:25:59.053Z] #36 ...
20:25:59 [2020-09-10T20:25:59.053Z] 
20:25:59 [2020-09-10T20:25:59.053Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:25:59 [2020-09-10T20:25:59.053Z] #19 10.27   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:25:59 [2020-09-10T20:25:59.053Z] #19 10.36 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:25:59 [2020-09-10T20:25:59.053Z] #19 10.40   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:25:59 [2020-09-10T20:25:59.053Z] #19 10.45 Collecting pyyaml (from yamllint==1.16.0)
20:25:59 [2020-09-10T20:25:59.053Z] #19 10.60   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:25:59 [2020-09-10T20:25:59.699Z] #42 180.2 github.com/LK4D4/vndr
20:26:00 [2020-09-10T20:26:00.433Z] #19 12.01 Building wheels for collected packages: pyyaml
20:26:00 [2020-09-10T20:26:00.433Z] #19 12.01   Running setup.py bdist_wheel for pyyaml: started
20:26:00 [2020-09-10T20:26:00.463Z] #19 ...
20:26:00 [2020-09-10T20:26:00.463Z] 
20:26:00 [2020-09-10T20:26:00.463Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:00 [2020-09-10T20:26:00.463Z] #39 94.78   CC       criu/files-reg.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 96.55   CC       criu/files.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 98.50   CC       criu/filesystems.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 99.02   CC       criu/fsnotify.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 99.83   CC       criu/image-desc.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 99.92   CC       criu/image.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 100.5   CC       criu/ipc_ns.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 101.4   CC       criu/irmap.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 101.8   CC       criu/kcmp-ids.o
20:26:00 [2020-09-10T20:26:00.463Z] #39 101.9   CC       criu/kerndat.o
20:26:01 [2020-09-10T20:26:01.038Z] #39 102.7   CC       criu/libnetlink.o
20:26:01 [2020-09-10T20:26:01.301Z] #39 103.0   CC       criu/log.o
20:26:01 [2020-09-10T20:26:01.371Z] #19 12.98   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:26:01 [2020-09-10T20:26:01.371Z] #19 12.98   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:26:01 [2020-09-10T20:26:01.371Z] #19 13.06 Successfully built pyyaml
20:26:01 [2020-09-10T20:26:01.371Z] #19 13.09 Installing collected packages: pathspec, pyyaml, yamllint
20:26:01 [2020-09-10T20:26:01.565Z] #39 103.3   CC       criu/lsm.o
20:26:01 [2020-09-10T20:26:01.828Z] #39 103.6   CC       criu/mem.o
20:26:01 [2020-09-10T20:26:01.940Z] #19 13.48 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:26:02 [2020-09-10T20:26:02.092Z] #39 ...
20:26:02 [2020-09-10T20:26:02.092Z] 
20:26:02 [2020-09-10T20:26:02.092Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:02 [2020-09-10T20:26:02.092Z] #45 167.7 + cd /tmp/tmp.rTuDFqxwg6/src/github.com/golangci/golangci-lint/
20:26:02 [2020-09-10T20:26:02.092Z] #45 167.7 + git checkout -q v1.23.8
20:26:02 [2020-09-10T20:26:02.200Z] #19 DONE 14.1s
20:26:02 [2020-09-10T20:26:02.200Z] 
20:26:02 [2020-09-10T20:26:02.200Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:02 [2020-09-10T20:26:02.200Z] #39 119.3   CC       criu/libnetlink.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 119.6   CC       criu/log.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 120.0   CC       criu/lsm.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 120.4   CC       criu/mem.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 121.6   CC       criu/memfd.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 122.2   CC       criu/mount.o
20:26:02 [2020-09-10T20:26:02.200Z] #39 125.7   CC       criu/namespaces.o
20:26:02 [2020-09-10T20:26:02.460Z] #39 ...
20:26:02 [2020-09-10T20:26:02.460Z] 
20:26:02 [2020-09-10T20:26:02.460Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:26:02 [2020-09-10T20:26:02.460Z] #22 DONE 0.1s
20:26:02 [2020-09-10T20:26:02.460Z] 
20:26:02 [2020-09-10T20:26:02.460Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 ++ git describe --tags
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 + version=v1.23.8
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 ++ git rev-parse --short HEAD
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 + commit=76a82c6
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 ++ git show -s --format=%cd
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
20:26:02 [2020-09-10T20:26:02.673Z] #45 168.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
20:26:03 [2020-09-10T20:26:03.282Z] #42 ...
20:26:03 [2020-09-10T20:26:03.282Z] 
20:26:03 [2020-09-10T20:26:03.282Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:03 [2020-09-10T20:26:03.282Z] #40 107.2   CC       criu/clone-noasan.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 107.5   CC       criu/config.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 110.6   CC       criu/cr-check.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 113.1   CC       criu/cr-dedup.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 113.6   CC       criu/cr-dump.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 117.2   CC       criu/cr-errno.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 117.3   CC       criu/cr-restore.o
20:26:03 [2020-09-10T20:26:03.282Z] #40 ...
20:26:03 [2020-09-10T20:26:03.282Z] 
20:26:03 [2020-09-10T20:26:03.282Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.35 Setting up iptables (1.8.2-4) ...
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.46 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
20:26:03 [2020-09-10T20:26:03.282Z] #18 68.48 Setting up python3 (3.7.3-1) ...
20:26:03 [2020-09-10T20:26:03.282Z] #18 69.07 Setting up python3-wheel (0.32.3-2) ...
20:26:03 [2020-09-10T20:26:03.282Z] #18 70.12 Setting up apparmor (2.13.2-10) ...
20:26:05 [2020-09-10T20:26:05.403Z] #18 72.03 Setting up xfsprogs (4.20.0-1) ...
20:26:05 [2020-09-10T20:26:05.403Z] #18 72.06 Setting up python3-lib2to3 (3.7.3-1) ...
20:26:05 [2020-09-10T20:26:05.626Z] ok  	github.com/docker/docker/cmd/dockerd	0.051s	coverage: 30.8% of statements
20:26:05 [2020-09-10T20:26:05.626Z] ok  	github.com/docker/docker/container	0.110s	coverage: 34.7% of statements
20:26:05 [2020-09-10T20:26:05.626Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:26:05 [2020-09-10T20:26:05.626Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:26:05 [2020-09-10T20:26:05.626Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:26:05 [2020-09-10T20:26:05.626Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:26:05 [2020-09-10T20:26:05.702Z] #18 72.59 Setting up python3-pkg-resources (40.8.0-1) ...
20:26:05 [2020-09-10T20:26:05.765Z] #26 DONE 3.0s
20:26:05 [2020-09-10T20:26:05.765Z] 
20:26:05 [2020-09-10T20:26:05.765Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:26:05 [2020-09-10T20:26:05.765Z] #29 DONE 0.4s
20:26:05 [2020-09-10T20:26:05.765Z] 
20:26:05 [2020-09-10T20:26:05.765Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:05 [2020-09-10T20:26:05.765Z] #39 128.0   CC       criu/net.o
20:26:05 [2020-09-10T20:26:05.765Z] #39 ...
20:26:05 [2020-09-10T20:26:05.765Z] 
20:26:05 [2020-09-10T20:26:05.765Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:26:05 [2020-09-10T20:26:05.765Z] #31 DONE 0.0s
20:26:05 [2020-09-10T20:26:05.765Z] 
20:26:05 [2020-09-10T20:26:05.765Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:26:05 [2020-09-10T20:26:05.765Z] #34 DONE 0.0s
20:26:05 [2020-09-10T20:26:05.765Z] 
20:26:05 [2020-09-10T20:26:05.765Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:05 [2020-09-10T20:26:05.765Z] #39 130.7   CC       criu/netfilter.o
20:26:06 [2020-09-10T20:26:06.334Z] #39 131.0   CC       criu/page-pipe.o
20:26:06 [2020-09-10T20:26:06.824Z] #18 73.88 Setting up python3-distutils (3.7.3-1) ...
20:26:06 [2020-09-10T20:26:06.903Z] #39 131.6   CC       criu/page-xfer.o
20:26:07 [2020-09-10T20:26:07.777Z] #18 74.50 Setting up python3-setuptools (40.8.0-1) ...
20:26:07 [2020-09-10T20:26:07.990Z] #45 ...
20:26:07 [2020-09-10T20:26:07.990Z] 
20:26:07 [2020-09-10T20:26:07.990Z] #19 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:26:07 [2020-09-10T20:26:07.990Z] #19 9.203   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:26:07 [2020-09-10T20:26:07.990Z] #19 9.299 Collecting pyyaml (from yamllint==1.16.0)
20:26:07 [2020-09-10T20:26:07.990Z] #19 9.472   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:26:07 [2020-09-10T20:26:07.990Z] #19 10.71 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:26:07 [2020-09-10T20:26:07.990Z] #19 10.76   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:26:07 [2020-09-10T20:26:07.990Z] #19 10.82 Building wheels for collected packages: pyyaml
20:26:07 [2020-09-10T20:26:07.990Z] #19 10.83   Running setup.py bdist_wheel for pyyaml: started
20:26:07 [2020-09-10T20:26:07.990Z] #19 11.90   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:26:07 [2020-09-10T20:26:07.990Z] #19 11.90   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:26:07 [2020-09-10T20:26:07.990Z] #19 11.98 Successfully built pyyaml
20:26:07 [2020-09-10T20:26:07.990Z] #19 12.00 Installing collected packages: pyyaml, pathspec, yamllint
20:26:07 [2020-09-10T20:26:07.990Z] #19 12.31 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:26:07 [2020-09-10T20:26:07.990Z] #19 DONE 12.8s
20:26:07 [2020-09-10T20:26:07.990Z] 
20:26:07 [2020-09-10T20:26:07.990Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:07 [2020-09-10T20:26:07.990Z] #39 104.8   CC       criu/memfd.o
20:26:07 [2020-09-10T20:26:07.990Z] #39 105.4   CC       criu/mount.o
20:26:07 [2020-09-10T20:26:07.990Z] #39 108.5   CC       criu/namespaces.o
20:26:08 [2020-09-10T20:26:08.282Z] #39 132.9   CC       criu/pagemap-cache.o
20:26:08 [2020-09-10T20:26:08.282Z] #39 133.2   CC       criu/pagemap.o
20:26:08 [2020-09-10T20:26:08.567Z] #39 110.1   CC       criu/net.o
20:26:09 [2020-09-10T20:26:09.225Z] #39 134.1   CC       criu/parasite-syscall.o
20:26:09 [2020-09-10T20:26:09.226Z] #39 ...
20:26:09 [2020-09-10T20:26:09.226Z] 
20:26:09 [2020-09-10T20:26:09.226Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:26:09 [2020-09-10T20:26:09.226Z] #49 88.91 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:26:09 [2020-09-10T20:26:09.226Z] #49 90.90 + mkdir -p /build
20:26:09 [2020-09-10T20:26:09.226Z] #49 90.91 + cp runc /build/runc
20:26:09 [2020-09-10T20:26:09.226Z] #49 DONE 91.3s
20:26:09 [2020-09-10T20:26:09.322Z] #18 76.14 Setting up python3-pip (18.1-5) ...
20:26:09 [2020-09-10T20:26:09.484Z] 
20:26:09 [2020-09-10T20:26:09.484Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:09 [2020-09-10T20:26:09.624Z] #18 ...
20:26:09 [2020-09-10T20:26:09.624Z] 
20:26:09 [2020-09-10T20:26:09.624Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:26:09 [2020-09-10T20:26:09.624Z] #42 DONE 190.4s
20:26:09 [2020-09-10T20:26:09.925Z] 
20:26:09 [2020-09-10T20:26:09.925Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:09 [2020-09-10T20:26:09.925Z] #40 124.1   CC       criu/cr-service.o
20:26:10 [2020-09-10T20:26:10.422Z] #52 ...
20:26:10 [2020-09-10T20:26:10.422Z] 
20:26:10 [2020-09-10T20:26:10.422Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:10 [2020-09-10T20:26:10.422Z] #39 135.4   CC       criu/path.o
20:26:10 [2020-09-10T20:26:10.496Z] #39 ...
20:26:10 [2020-09-10T20:26:10.496Z] 
20:26:10 [2020-09-10T20:26:10.496Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:10 [2020-09-10T20:26:10.496Z] #52 142.9 + bin/containerd
20:26:10 [2020-09-10T20:26:10.682Z] #39 135.6   CC       criu/pie-util-vdso-elf32.o
20:26:11 [2020-09-10T20:26:11.187Z] ok  	github.com/docker/docker/daemon/cluster	0.037s	coverage: 0.5% of statements
20:26:11 [2020-09-10T20:26:11.251Z] #39 135.9   CC       criu/pie-util-vdso.o
20:26:11 [2020-09-10T20:26:11.251Z] #39 136.2   CC       criu/pie-util.o
20:26:11 [2020-09-10T20:26:11.510Z] #39 136.4   CC       criu/pipes.o
20:26:11 [2020-09-10T20:26:11.818Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.007s	coverage: 65.3% of statements
20:26:12 [2020-09-10T20:26:12.050Z] #40 ...
20:26:12 [2020-09-10T20:26:12.050Z] 
20:26:12 [2020-09-10T20:26:12.050Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
20:26:12 [2020-09-10T20:26:12.050Z] #18 78.13 Processing triggers for libc-bin (2.28-10) ...
20:26:12 [2020-09-10T20:26:12.050Z] #18 78.28 Processing triggers for mime-support (3.62) ...
20:26:12 [2020-09-10T20:26:12.050Z] #18 DONE 78.5s
20:26:12 [2020-09-10T20:26:12.050Z] 
20:26:12 [2020-09-10T20:26:12.050Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
20:26:12 [2020-09-10T20:26:12.050Z] #19 0.484 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
20:26:12 [2020-09-10T20:26:12.050Z] #19 0.491 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
20:26:12 [2020-09-10T20:26:12.050Z] #19 0.503 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
20:26:12 [2020-09-10T20:26:12.351Z] #19 DONE 0.6s
20:26:12 [2020-09-10T20:26:12.351Z] 
20:26:12 [2020-09-10T20:26:12.351Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:26:12 [2020-09-10T20:26:12.448Z] #39 137.0   CC       criu/plugin.o
20:26:12 [2020-09-10T20:26:12.448Z] #39 137.3   CC       criu/proc_parse.o
20:26:12 [2020-09-10T20:26:12.849Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
20:26:13 [2020-09-10T20:26:13.029Z] #52 ...
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:13 [2020-09-10T20:26:13.029Z] #45 DONE 257.6s
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:13 [2020-09-10T20:26:13.029Z] #52 ...
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:26:13 [2020-09-10T20:26:13.029Z] #46 DONE 0.3s
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:13 [2020-09-10T20:26:13.029Z] #52 ...
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:26:13 [2020-09-10T20:26:13.029Z] #48 DONE 0.1s
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:26:13 [2020-09-10T20:26:13.029Z] #50 DONE 0.1s
20:26:13 [2020-09-10T20:26:13.029Z] 
20:26:13 [2020-09-10T20:26:13.029Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:14 [2020-09-10T20:26:14.354Z] #39 139.2   CC       criu/protobuf-desc.o
20:26:15 [2020-09-10T20:26:15.291Z] #39 140.0   CC       criu/protobuf.o
20:26:15 [2020-09-10T20:26:15.550Z] #39 140.3   CC       criu/pstree.o
20:26:15 [2020-09-10T20:26:15.810Z] #52 ...
20:26:15 [2020-09-10T20:26:15.810Z] 
20:26:15 [2020-09-10T20:26:15.810Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:15 [2020-09-10T20:26:15.810Z] #39 112.5   CC       criu/netfilter.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 112.8   CC       criu/page-pipe.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 113.3   CC       criu/page-xfer.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 114.8   CC       criu/pagemap-cache.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 115.0   CC       criu/pagemap.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 115.7   CC       criu/parasite-syscall.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 116.4   CC       criu/path.o
20:26:15 [2020-09-10T20:26:15.810Z] #39 116.7   CC       criu/pie-util-vdso.o
20:26:15 [2020-09-10T20:26:15.811Z] #39 117.0   CC       criu/pie-util.o
20:26:15 [2020-09-10T20:26:15.811Z] #39 117.2   CC       criu/pipes.o
20:26:16 [2020-09-10T20:26:16.075Z] #39 117.8   CC       criu/plugin.o
20:26:16 [2020-09-10T20:26:16.120Z] #39 ...
20:26:16 [2020-09-10T20:26:16.120Z] 
20:26:16 [2020-09-10T20:26:16.120Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:26:16 [2020-09-10T20:26:16.120Z] #36 DONE 211.0s
20:26:16 [2020-09-10T20:26:16.339Z] #39 118.1   CC       criu/proc_parse.o
20:26:16 [2020-09-10T20:26:16.380Z] 
20:26:16 [2020-09-10T20:26:16.380Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:16 [2020-09-10T20:26:16.640Z] #39 141.3   CC       criu/rbtree.o
20:26:16 [2020-09-10T20:26:16.899Z] #39 141.7   CC       criu/rst-malloc.o
20:26:17 [2020-09-10T20:26:17.159Z] #39 142.0   CC       criu/seccomp.o
20:26:17 [2020-09-10T20:26:17.732Z] #39 ...
20:26:17 [2020-09-10T20:26:17.732Z] 
20:26:17 [2020-09-10T20:26:17.732Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:26:17 [2020-09-10T20:26:17.732Z] #21 183.4 + return
20:26:18 [2020-09-10T20:26:18.001Z] #20 5.176 Collecting yamllint==1.16.0
20:26:18 [2020-09-10T20:26:18.001Z] #20 ...
20:26:18 [2020-09-10T20:26:18.001Z] 
20:26:18 [2020-09-10T20:26:18.001Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
20:26:18 [2020-09-10T20:26:18.001Z] #29 DONE 198.2s
20:26:18 [2020-09-10T20:26:18.001Z] 
20:26:18 [2020-09-10T20:26:18.001Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:18 [2020-09-10T20:26:18.001Z] #40 127.1   CC       criu/crtools.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 127.8   CC       criu/eventfd.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 128.4   CC       criu/eventpoll.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 129.5   CC       criu/external.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 130.0   CC       criu/fault-injection.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 130.1   CC       criu/fdstore.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 130.5   CC       criu/fifo.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 130.9   CC       criu/file-ids.o
20:26:18 [2020-09-10T20:26:18.001Z] #40 131.6   CC       criu/file-lock.o
20:26:18 [2020-09-10T20:26:18.099Z] #39 142.7   CC       criu/seize.o
20:26:18 [2020-09-10T20:26:18.099Z] #39 ...
20:26:18 [2020-09-10T20:26:18.099Z] 
20:26:18 [2020-09-10T20:26:18.099Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:26:18 [2020-09-10T20:26:18.099Z] #37 DONE 0.3s
20:26:18 [2020-09-10T20:26:18.099Z] 
20:26:18 [2020-09-10T20:26:18.099Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:18 [2020-09-10T20:26:18.358Z] #52 ...
20:26:18 [2020-09-10T20:26:18.358Z] 
20:26:18 [2020-09-10T20:26:18.358Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:18 [2020-09-10T20:26:18.358Z] #39 143.2   CC       criu/servicefd.o
20:26:18 [2020-09-10T20:26:18.926Z] #39 143.6   CC       criu/shmem.o
20:26:19 [2020-09-10T20:26:19.495Z] #39 144.3   CC       criu/sigframe.o
20:26:19 [2020-09-10T20:26:19.549Z] #40 133.4   CC       criu/files-ext.o
20:26:19 [2020-09-10T20:26:19.658Z] #21 DONE 185.0s
20:26:19 [2020-09-10T20:26:19.658Z] 
20:26:19 [2020-09-10T20:26:19.658Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:19 [2020-09-10T20:26:19.658Z] #39 120.1   CC       criu/protobuf-desc.o
20:26:19 [2020-09-10T20:26:19.658Z] #39 120.9   CC       criu/protobuf.o
20:26:19 [2020-09-10T20:26:19.658Z] #39 121.2   CC       criu/pstree.o
20:26:19 [2020-09-10T20:26:19.744Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.427s	coverage: 14.1% of statements
20:26:19 [2020-09-10T20:26:19.755Z] #39 144.5   CC       criu/signalfd.o
20:26:19 [2020-09-10T20:26:19.755Z] #39 144.7   CC       criu/sk-inet.o
20:26:19 [2020-09-10T20:26:19.855Z] #40 134.1   CC       criu/files-reg.o
20:26:20 [2020-09-10T20:26:20.325Z] #39 145.3   CC       criu/sk-netlink.o
20:26:20 [2020-09-10T20:26:20.512Z] #40 ...
20:26:20 [2020-09-10T20:26:20.512Z] 
20:26:20 [2020-09-10T20:26:20.512Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
20:26:20 [2020-09-10T20:26:20.512Z] #20 5.832   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
20:26:20 [2020-09-10T20:26:20.512Z] #20 5.981 Collecting pyyaml (from yamllint==1.16.0)
20:26:20 [2020-09-10T20:26:20.512Z] #20 6.348   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
20:26:20 [2020-09-10T20:26:20.512Z] #20 8.060 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
20:26:20 [2020-09-10T20:26:20.512Z] #20 8.136   Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
20:26:20 [2020-09-10T20:26:20.512Z] #20 8.190 Building wheels for collected packages: pyyaml
20:26:20 [2020-09-10T20:26:20.512Z] #20 8.198   Running setup.py bdist_wheel for pyyaml: started
20:26:20 [2020-09-10T20:26:20.585Z] #39 145.5   CC       criu/sk-packet.o
20:26:20 [2020-09-10T20:26:20.609Z] #39 122.3   CC       criu/rbtree.o
20:26:20 [2020-09-10T20:26:20.776Z] ok  	github.com/docker/docker/daemon/config	0.023s	coverage: 81.8% of statements
20:26:20 [2020-09-10T20:26:20.873Z] #39 122.5   CC       criu/rst-malloc.o
20:26:21 [2020-09-10T20:26:21.136Z] #39 122.7   CC       criu/seccomp.o
20:26:21 [2020-09-10T20:26:21.154Z] #39 145.9   CC       criu/sk-queue.o
20:26:21 [2020-09-10T20:26:21.408Z] ok  	github.com/docker/docker/daemon/discovery	0.002s	coverage: 30.0% of statements
20:26:21 [2020-09-10T20:26:21.414Z] #39 146.2   CC       criu/sk-tcp.o
20:26:21 [2020-09-10T20:26:21.673Z] #39 146.6   CC       criu/sk-unix.o
20:26:21 [2020-09-10T20:26:21.716Z] #39 123.3   CC       criu/seize.o
20:26:21 [2020-09-10T20:26:21.716Z] #39 ...
20:26:21 [2020-09-10T20:26:21.716Z] 
20:26:21 [2020-09-10T20:26:21.716Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:26:21 [2020-09-10T20:26:21.716Z] #22 DONE 0.4s
20:26:21 [2020-09-10T20:26:21.981Z] 
20:26:21 [2020-09-10T20:26:21.981Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:26:22 [2020-09-10T20:26:22.039Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
20:26:22 [2020-09-10T20:26:22.076Z] #20 9.851   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
20:26:22 [2020-09-10T20:26:22.076Z] #20 9.852   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
20:26:22 [2020-09-10T20:26:22.076Z] #20 9.919 Successfully built pyyaml
20:26:22 [2020-09-10T20:26:22.076Z] #20 9.933 Installing collected packages: pyyaml, pathspec, yamllint
20:26:22 [2020-09-10T20:26:22.377Z] #20 10.27 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0
20:26:22 [2020-09-10T20:26:22.673Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
20:26:22 [2020-09-10T20:26:22.679Z] #20 DONE 10.5s
20:26:22 [2020-09-10T20:26:22.679Z] 
20:26:22 [2020-09-10T20:26:22.679Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:22 [2020-09-10T20:26:22.679Z] #40 136.8   CC       criu/files.o
20:26:23 [2020-09-10T20:26:23.106Z] #39 147.8   CC       criu/sockets.o
20:26:23 [2020-09-10T20:26:23.343Z] ok  	github.com/docker/docker/daemon	12.283s	coverage: 17.4% of statements
20:26:23 [2020-09-10T20:26:23.343Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:26:23 [2020-09-10T20:26:23.343Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:26:23 [2020-09-10T20:26:23.343Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:26:23 [2020-09-10T20:26:23.343Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:26:23 [2020-09-10T20:26:23.676Z] #39 148.5   CC       criu/stats.o
20:26:23 [2020-09-10T20:26:23.676Z] #39 148.6   CC       criu/string.o
20:26:23 [2020-09-10T20:26:23.676Z] #39 148.7   CC       criu/sysctl.o
20:26:24 [2020-09-10T20:26:24.244Z] #39 149.1   CC       criu/sysfs_parse.o
20:26:24 [2020-09-10T20:26:24.811Z] #39 149.4   CC       criu/timens.o
20:26:24 [2020-09-10T20:26:24.811Z] #39 149.6   CC       criu/timerfd.o
20:26:24 [2020-09-10T20:26:24.852Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.004s	coverage: 2.9% of statements
20:26:25 [2020-09-10T20:26:25.069Z] #39 149.9   CC       criu/tty.o
20:26:25 [2020-09-10T20:26:25.468Z] #40 139.2   CC       criu/filesystems.o
20:26:25 [2020-09-10T20:26:25.883Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.194s	coverage: 57.0% of statements
20:26:26 [2020-09-10T20:26:26.128Z] #40 140.2   CC       criu/fsnotify.o
20:26:26 [2020-09-10T20:26:26.447Z] #39 151.1   CC       criu/tun.o
20:26:26 [2020-09-10T20:26:26.706Z] #39 151.4   CC       criu/uffd.o
20:26:27 [2020-09-10T20:26:27.206Z] #40 141.4   CC       criu/image-desc.o
20:26:27 [2020-09-10T20:26:27.206Z] #40 141.6   CC       criu/image.o
20:26:27 [2020-09-10T20:26:27.295Z] #26 ...
20:26:27 [2020-09-10T20:26:27.295Z] 
20:26:27 [2020-09-10T20:26:27.295Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:27 [2020-09-10T20:26:27.295Z] #39 124.1   CC       criu/servicefd.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 124.4   CC       criu/shmem.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 125.3   CC       criu/sigframe.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 125.5   CC       criu/signalfd.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 125.7   CC       criu/sk-inet.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 126.6   CC       criu/sk-netlink.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 127.0   CC       criu/sk-packet.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 127.6   CC       criu/sk-queue.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 128.2   CC       criu/sk-tcp.o
20:26:27 [2020-09-10T20:26:27.295Z] #39 128.7   CC       criu/sk-unix.o
20:26:27 [2020-09-10T20:26:27.644Z] #39 152.3   CC       criu/util.o
20:26:27 [2020-09-10T20:26:27.914Z] #52 233.3 + bin/containerd-stress
20:26:27 [2020-09-10T20:26:27.914Z] #52 235.3 + bin/containerd-shim
20:26:28 [2020-09-10T20:26:28.213Z] #39 153.1   CC       criu/uts_ns.o
20:26:28 [2020-09-10T20:26:28.273Z] #40 142.5   CC       criu/ipc_ns.o
20:26:28 [2020-09-10T20:26:28.472Z] #39 153.2   CC       criu/vdso-compat.o
20:26:28 [2020-09-10T20:26:28.472Z] #39 153.4   CC       criu/vdso.o
20:26:28 [2020-09-10T20:26:28.690Z] #39 130.3   CC       criu/sockets.o
20:26:29 [2020-09-10T20:26:29.042Z] #39 153.9   LINK     criu/built-in.o
20:26:29 [2020-09-10T20:26:29.042Z] #39 154.1   LINK     criu/criu
20:26:29 [2020-09-10T20:26:29.614Z] #39 154.4   DEP      lib/c/criu.d
20:26:29 [2020-09-10T20:26:29.614Z] #39 154.4   CC       images/rpc.pb-c.o
20:26:29 [2020-09-10T20:26:29.641Z] #39 131.1   CC       criu/stats.o
20:26:29 [2020-09-10T20:26:29.823Z] #40 143.8   CC       criu/irmap.o
20:26:29 [2020-09-10T20:26:29.904Z] #39 131.4   CC       criu/string.o
20:26:29 [2020-09-10T20:26:29.904Z] #39 131.6   CC       criu/sysctl.o
20:26:30 [2020-09-10T20:26:30.183Z] #39 154.8   CC       lib/c/criu.o
20:26:30 [2020-09-10T20:26:30.332Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.242s	coverage: 46.2% of statements
20:26:30 [2020-09-10T20:26:30.482Z] #39 ...
20:26:30 [2020-09-10T20:26:30.482Z] 
20:26:30 [2020-09-10T20:26:30.482Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:26:30 [2020-09-10T20:26:30.482Z] #26 DONE 8.7s
20:26:30 [2020-09-10T20:26:30.482Z] 
20:26:30 [2020-09-10T20:26:30.482Z] #29 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:26:30 [2020-09-10T20:26:30.490Z] #40 144.6   CC       criu/kcmp-ids.o
20:26:30 [2020-09-10T20:26:30.753Z] #39 155.6   LINK     lib/c/built-in.o
20:26:30 [2020-09-10T20:26:30.753Z] #39 155.6   LINK     lib/c/libcriu.so
20:26:30 [2020-09-10T20:26:30.753Z] #39 155.6   LINK     lib/c/libcriu.a
20:26:30 [2020-09-10T20:26:30.753Z] #39 155.7   GEN      magic.py
20:26:30 [2020-09-10T20:26:30.793Z] #40 144.9   CC       criu/kerndat.o
20:26:30 [2020-09-10T20:26:30.964Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.005s	coverage: 1.8% of statements
20:26:31 [2020-09-10T20:26:31.012Z] #39 155.8 Note: Building without setproctitle() and strlcpy() support.
20:26:31 [2020-09-10T20:26:31.012Z] #39 155.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:26:31 [2020-09-10T20:26:31.012Z] #39 155.8 Note: Building without GnuTLS support
20:26:31 [2020-09-10T20:26:31.012Z] #39 155.8 Makefile.config:39: Warn: you have no libnftables installed
20:26:31 [2020-09-10T20:26:31.012Z] #39 155.8 Makefile.config:40: Warn: Building without nftables support
20:26:31 [2020-09-10T20:26:31.433Z] #29 DONE 0.8s
20:26:31 [2020-09-10T20:26:31.433Z] 
20:26:31 [2020-09-10T20:26:31.433Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:26:31 [2020-09-10T20:26:31.433Z] #31 DONE 0.2s
20:26:31 [2020-09-10T20:26:31.433Z] 
20:26:31 [2020-09-10T20:26:31.433Z] #34 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:26:31 [2020-09-10T20:26:31.581Z] #39 156.5 fatal: not a git repository (or any of the parent directories): .git
20:26:31 [2020-09-10T20:26:31.696Z] #34 DONE 0.1s
20:26:31 [2020-09-10T20:26:31.696Z] 
20:26:31 [2020-09-10T20:26:31.696Z] #37 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:26:31 [2020-09-10T20:26:31.859Z] #40 146.1   CC       criu/libnetlink.o
20:26:32 [2020-09-10T20:26:32.151Z] #39 157.0 make[1]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.160Z] #40 146.5   CC       criu/log.o
20:26:32 [2020-09-10T20:26:32.648Z] #37 DONE 0.9s
20:26:32 [2020-09-10T20:26:32.648Z] 
20:26:32 [2020-09-10T20:26:32.648Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:32 [2020-09-10T20:26:32.648Z] #39 132.2   CC       criu/sysfs_parse.o
20:26:32 [2020-09-10T20:26:32.648Z] #39 132.6   CC       criu/timens.o
20:26:32 [2020-09-10T20:26:32.648Z] #39 133.0   CC       criu/timerfd.o
20:26:32 [2020-09-10T20:26:32.648Z] #39 133.3   CC       criu/tty.o
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.5 make[1]: 'images/built-in.o' is up to date.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.6 make[1]: 'compel/libcompel.a' is up to date.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.6 make[1]: 'compel/compel-host-bin' is up to date.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.6 make[1]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.721Z] #39 157.6 make[1]: 'soccr/libsoccr.a' is up to date.
20:26:32 [2020-09-10T20:26:32.824Z] #40 147.0   CC       criu/lsm.o
20:26:32 [2020-09-10T20:26:32.980Z] #39 157.8 make[2]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.981Z] #39 157.8 make[2]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.981Z] #39 157.8 make[2]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.981Z] #39 157.9 make[2]: Nothing to be done for 'all'.
20:26:32 [2020-09-10T20:26:32.981Z] #39 158.0 make[2]: Nothing to be done for 'all'.
20:26:33 [2020-09-10T20:26:33.123Z] #40 147.4   CC       criu/mem.o
20:26:33 [2020-09-10T20:26:33.240Z] #39 158.0 make[2]: Nothing to be done for 'all'.
20:26:33 [2020-09-10T20:26:33.240Z] #39 158.0 make[2]: Nothing to be done for 'all'.
20:26:33 [2020-09-10T20:26:33.240Z] #39 158.1 make[2]: Nothing to be done for 'all'.
20:26:33 [2020-09-10T20:26:33.240Z] #39 158.1   INSTALL  criu/criu
20:26:33 [2020-09-10T20:26:33.500Z] #39 DONE 158.4s
20:26:33 [2020-09-10T20:26:33.500Z] 
20:26:33 [2020-09-10T20:26:33.500Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:33 [2020-09-10T20:26:33.600Z] #39 135.0   CC       criu/tun.o
20:26:33 [2020-09-10T20:26:33.864Z] #39 135.5   CC       criu/uffd.o
20:26:34 [2020-09-10T20:26:34.440Z] #45 ...
20:26:34 [2020-09-10T20:26:34.440Z] 
20:26:34 [2020-09-10T20:26:34.440Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:26:34 [2020-09-10T20:26:34.476Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.409s	coverage: 49.5% of statements
20:26:34 [2020-09-10T20:26:34.700Z] #40 DONE 0.1s
20:26:34 [2020-09-10T20:26:34.700Z] 
20:26:34 [2020-09-10T20:26:34.700Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:26:34 [2020-09-10T20:26:34.700Z] #42 DONE 0.2s
20:26:34 [2020-09-10T20:26:34.700Z] 
20:26:34 [2020-09-10T20:26:34.700Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:26:34 [2020-09-10T20:26:34.816Z] #39 136.5   CC       criu/util.o
20:26:34 [2020-09-10T20:26:34.960Z] #44 DONE 0.0s
20:26:34 [2020-09-10T20:26:34.960Z] 
20:26:34 [2020-09-10T20:26:34.960Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:35 [2020-09-10T20:26:35.244Z] #40 149.3   CC       criu/memfd.o
20:26:35 [2020-09-10T20:26:35.769Z] #39 137.6   CC       criu/uts_ns.o
20:26:35 [2020-09-10T20:26:35.898Z] #40 150.0   CC       criu/mount.o
20:26:36 [2020-09-10T20:26:36.035Z] #52 241.9 + bin/containerd-shim-runc-v1
20:26:36 [2020-09-10T20:26:36.346Z] #39 137.8   CC       criu/vdso.o
20:26:36 [2020-09-10T20:26:36.610Z] #39 138.2   LINK     criu/built-in.o
20:26:36 [2020-09-10T20:26:36.874Z] #39 138.4   LINK     criu/criu
20:26:37 [2020-09-10T20:26:37.138Z] #39 138.7   DEP      lib/c/criu.d
20:26:37 [2020-09-10T20:26:37.138Z] #39 138.8   CC       images/rpc.pb-c.o
20:26:37 [2020-09-10T20:26:37.716Z] #39 139.4   CC       lib/c/criu.o
20:26:38 [2020-09-10T20:26:38.256Z] #45 ...
20:26:38 [2020-09-10T20:26:38.256Z] 
20:26:38 [2020-09-10T20:26:38.256Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:38 [2020-09-10T20:26:38.256Z] #52 188.2 + bin/containerd
20:26:38 [2020-09-10T20:26:38.668Z] #39 140.3   LINK     lib/c/built-in.o
20:26:38 [2020-09-10T20:26:38.668Z] #39 140.4   LINK     lib/c/libcriu.so
20:26:38 [2020-09-10T20:26:38.932Z] #39 140.4   LINK     lib/c/libcriu.a
20:26:38 [2020-09-10T20:26:38.932Z] #39 140.5   GEN      magic.py
20:26:39 [2020-09-10T20:26:39.196Z] #39 140.7 Note: Building without setproctitle() and strlcpy() support.
20:26:39 [2020-09-10T20:26:39.196Z] #39 140.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:26:39 [2020-09-10T20:26:39.196Z] #39 140.7 Note: Building without GnuTLS support
20:26:39 [2020-09-10T20:26:39.196Z] #39 140.8 Makefile.config:39: Warn: you have no libnftables installed
20:26:39 [2020-09-10T20:26:39.196Z] #39 140.8 Makefile.config:40: Warn: Building without nftables support
20:26:39 [2020-09-10T20:26:39.322Z] #52 246.4 + bin/containerd-shim-runc-v2
20:26:39 [2020-09-10T20:26:39.774Z] #39 141.5 fatal: not a git repository (or any of the parent directories): .git
20:26:40 [2020-09-10T20:26:40.037Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	15.881s	coverage: 73.1% of statements
20:26:40 [2020-09-10T20:26:40.037Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:26:40 [2020-09-10T20:26:40.257Z] #52 247.3 + binaries
20:26:40 [2020-09-10T20:26:40.257Z] #52 247.3 + install -D bin/containerd /build/containerd
20:26:40 [2020-09-10T20:26:40.257Z] #52 247.4 + install -D bin/containerd-shim /build/containerd-shim
20:26:40 [2020-09-10T20:26:40.257Z] #52 247.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:26:40 [2020-09-10T20:26:40.257Z] #52 247.4 + install -D bin/ctr /build/ctr
20:26:40 [2020-09-10T20:26:40.435Z] #40 154.3   CC       criu/namespaces.o
20:26:40 [2020-09-10T20:26:40.725Z] #39 142.4 make[1]: Nothing to be done for 'all'.
20:26:41 [2020-09-10T20:26:41.070Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.595s	coverage: 76.1% of statements
20:26:41 [2020-09-10T20:26:41.362Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.993s	coverage: 57.7% of statements
20:26:41 [2020-09-10T20:26:41.362Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:26:41 [2020-09-10T20:26:41.362Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:26:41 [2020-09-10T20:26:41.635Z] #52 DONE 249.1s
20:26:41 [2020-09-10T20:26:41.677Z] #39 143.3 make[1]: 'images/built-in.o' is up to date.
20:26:41 [2020-09-10T20:26:41.677Z] #39 143.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:26:41 [2020-09-10T20:26:41.677Z] #39 143.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:26:41 [2020-09-10T20:26:41.677Z] #39 143.4 make[1]: 'compel/libcompel.a' is up to date.
20:26:41 [2020-09-10T20:26:41.941Z] #39 143.5 make[1]: 'compel/compel-host-bin' is up to date.
20:26:41 [2020-09-10T20:26:41.941Z] #39 143.5 make[1]: Nothing to be done for 'all'.
20:26:41 [2020-09-10T20:26:41.941Z] #39 143.6 make[1]: 'soccr/libsoccr.a' is up to date.
20:26:41 [2020-09-10T20:26:41.994Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.033s	coverage: 58.0% of statements
20:26:41 [2020-09-10T20:26:41.998Z] #40 156.3   CC       criu/net.o
20:26:42 [2020-09-10T20:26:42.206Z] #39 143.9 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.206Z] #39 143.9 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.206Z] #39 144.0 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.286Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
20:26:42 [2020-09-10T20:26:42.471Z] #39 144.1 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.471Z] #39 144.2 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.471Z] #39 144.3 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.737Z] #39 144.3 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.737Z] #39 144.4 make[2]: Nothing to be done for 'all'.
20:26:42 [2020-09-10T20:26:42.737Z] #39 144.5   INSTALL  criu/criu
20:26:42 [2020-09-10T20:26:42.917Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
20:26:43 [2020-09-10T20:26:43.014Z] 
20:26:43 [2020-09-10T20:26:43.014Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:26:43 [2020-09-10T20:26:43.580Z] #53 DONE 0.9s
20:26:43 [2020-09-10T20:26:43.688Z] #39 DONE 145.0s
20:26:43 [2020-09-10T20:26:43.688Z] 
20:26:43 [2020-09-10T20:26:43.688Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:43 [2020-09-10T20:26:43.838Z] 
20:26:43 [2020-09-10T20:26:43.838Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:26:43 [2020-09-10T20:26:43.838Z] #57 DONE 0.2s
20:26:43 [2020-09-10T20:26:43.838Z] 
20:26:43 [2020-09-10T20:26:43.838Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:26:43 [2020-09-10T20:26:43.949Z] ok  	github.com/docker/docker/daemon/images	0.011s	coverage: 4.8% of statements
20:26:43 [2020-09-10T20:26:43.949Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:26:43 [2020-09-10T20:26:43.949Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:26:43 [2020-09-10T20:26:43.996Z] 4612f6d0b889: Pull complete
20:26:44 [2020-09-10T20:26:44.404Z] #59 DONE 0.4s
20:26:44 [2020-09-10T20:26:44.404Z] 
20:26:44 [2020-09-10T20:26:44.404Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:26:44 [2020-09-10T20:26:44.404Z] #61 DONE 0.0s
20:26:44 [2020-09-10T20:26:44.404Z] 
20:26:44 [2020-09-10T20:26:44.404Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:26:44 [2020-09-10T20:26:44.404Z] #62 DONE 0.0s
20:26:44 [2020-09-10T20:26:44.404Z] 
20:26:44 [2020-09-10T20:26:44.405Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
20:26:44 [2020-09-10T20:26:44.581Z] ok  	github.com/docker/docker/daemon/logger	0.217s	coverage: 41.0% of statements
20:26:45 [2020-09-10T20:26:45.089Z] #52 ...
20:26:45 [2020-09-10T20:26:45.089Z] 
20:26:45 [2020-09-10T20:26:45.089Z] #40 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:26:45 [2020-09-10T20:26:45.089Z] #40 DONE 0.1s
20:26:45 [2020-09-10T20:26:45.089Z] 
20:26:45 [2020-09-10T20:26:45.089Z] #42 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:26:45 [2020-09-10T20:26:45.339Z] #63 DONE 0.9s
20:26:45 [2020-09-10T20:26:45.339Z] 
20:26:45 [2020-09-10T20:26:45.339Z] #64 exporting to image
20:26:45 [2020-09-10T20:26:45.339Z] #64 exporting layers
20:26:45 [2020-09-10T20:26:45.650Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 67.0% of statements
20:26:45 [2020-09-10T20:26:45.650Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.089s	coverage: 77.4% of statements
20:26:45 [2020-09-10T20:26:45.650Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:26:45 [2020-09-10T20:26:45.650Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:26:45 [2020-09-10T20:26:45.666Z] #42 DONE 0.5s
20:26:45 [2020-09-10T20:26:45.666Z] 
20:26:45 [2020-09-10T20:26:45.666Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:26:45 [2020-09-10T20:26:45.666Z] #44 DONE 0.2s
20:26:45 [2020-09-10T20:26:45.666Z] 
20:26:45 [2020-09-10T20:26:45.666Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:46 [2020-09-10T20:26:46.283Z] ok  	github.com/docker/docker/daemon/logger/journald	0.017s	coverage: 23.9% of statements
20:26:46 [2020-09-10T20:26:46.521Z] #40 160.1   CC       criu/netfilter.o
20:26:46 [2020-09-10T20:26:46.521Z] #40 160.6   CC       criu/page-pipe.o
20:26:46 [2020-09-10T20:26:46.578Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.005s	coverage: 61.6% of statements
20:26:46 [2020-09-10T20:26:46.868Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.020s	coverage: 87.2% of statements
20:26:47 [2020-09-10T20:26:47.172Z] #40 161.4   CC       criu/page-xfer.o
20:26:47 [2020-09-10T20:26:47.500Z] ok  	github.com/docker/docker/daemon/logger/local	0.018s	coverage: 75.2% of statements
20:26:47 [2020-09-10T20:26:47.500Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:26:48 [2020-09-10T20:26:48.132Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.040s	coverage: 37.7% of statements
20:26:48 [2020-09-10T20:26:48.763Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.015s	coverage: 33.3% of statements
20:26:49 [2020-09-10T20:26:49.284Z] #40 163.4   CC       criu/pagemap-cache.o
20:26:49 [2020-09-10T20:26:49.582Z] #40 163.9   CC       criu/pagemap.o
20:26:49 [2020-09-10T20:26:49.796Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.014s	coverage: 46.8% of statements
20:26:50 [2020-09-10T20:26:50.087Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
20:26:50 [2020-09-10T20:26:50.644Z] #40 165.0   CC       criu/parasite-syscall.o
20:26:50 [2020-09-10T20:26:50.720Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
20:26:51 [2020-09-10T20:26:51.011Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.519s	coverage: 82.5% of statements
20:26:51 [2020-09-10T20:26:51.011Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:26:51 [2020-09-10T20:26:51.011Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:26:51 [2020-09-10T20:26:51.554Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:26:51 [2020-09-10T20:26:51.554Z] 
20:26:51 [2020-09-10T20:26:51.554Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
20:26:51 [2020-09-10T20:26:51.554Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
20:26:51 [2020-09-10T20:26:51.554Z] Using test binary docker
20:26:51 [2020-09-10T20:26:51.554Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:26:51 [2020-09-10T20:26:51.554Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:26:51 [2020-09-10T20:26:51.554Z] INFO: Waiting for daemon to start...
20:26:51 [2020-09-10T20:26:51.554Z] Starting dockerd
20:26:51 [2020-09-10T20:26:51.554Z] .
20:26:51 [2020-09-10T20:26:51.554Z] INFO: Building docker-sdk-python3:4.3.0...
20:26:51 [2020-09-10T20:26:51.708Z] #40 165.9   CC       criu/path.o
20:26:51 [2020-09-10T20:26:51.708Z] #40 ...
20:26:51 [2020-09-10T20:26:51.708Z] 
20:26:51 [2020-09-10T20:26:51.708Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
20:26:51 [2020-09-10T20:26:51.708Z] #50 121.2 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
20:26:51 [2020-09-10T20:26:51.906Z] #64 exporting layers 6.5s done
20:26:51 [2020-09-10T20:26:51.906Z] #64 writing image sha256:0d7debd948b2e948d24a06207ab6f8cfa50207c0c503fb4c489e6da28e6fc346
20:26:51 [2020-09-10T20:26:51.906Z] #64 writing image sha256:0d7debd948b2e948d24a06207ab6f8cfa50207c0c503fb4c489e6da28e6fc346 done
20:26:51 [2020-09-10T20:26:51.906Z] #64 naming to docker.io/library/docker:5ca758199d77a66f7186450f2e78b0a915d443c4 done
20:26:51 [2020-09-10T20:26:51.906Z] #64 DONE 6.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
20:26:52 [2020-09-10T20:26:52.249Z] + trap exit INT TERM
20:26:52 [2020-09-10T20:26:52.249Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
20:26:52 [2020-09-10T20:26:52.249Z] + CONTAINER_NAME=docker-pr1
20:26:52 [2020-09-10T20:26:52.249Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary-daemon
20:26:52 [2020-09-10T20:26:52.509Z] 
20:26:52 [2020-09-10T20:26:52.517Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 48.2% of statements
20:26:52 [2020-09-10T20:26:52.517Z] ok  	github.com/docker/docker/distribution	0.305s	coverage: 21.9% of statements
20:26:52 [2020-09-10T20:26:52.517Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:26:52 [2020-09-10T20:26:52.768Z] Removing bundles/
20:26:52 [2020-09-10T20:26:52.768Z] 
20:26:52 [2020-09-10T20:26:52.768Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
20:26:52 [2020-09-10T20:26:52.768Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:26:52 [2020-09-10T20:26:52.768Z] GOOS="" GOARCH="" GOARM=""
20:26:53 [2020-09-10T20:26:53.550Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 49.4% of statements
20:26:53 [2020-09-10T20:26:53.829Z] #52 ...
20:26:53 [2020-09-10T20:26:53.829Z] 
20:26:53 [2020-09-10T20:26:53.829Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:26:53 [2020-09-10T20:26:53.829Z] #45 DONE 218.1s
20:26:53 [2020-09-10T20:26:53.829Z] 
20:26:53 [2020-09-10T20:26:53.829Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:54 [2020-09-10T20:26:54.182Z] ok  	github.com/docker/docker/image	0.014s	coverage: 86.4% of statements
20:26:54 [2020-09-10T20:26:54.491Z] #50 124.0 + mkdir -p /build
20:26:54 [2020-09-10T20:26:54.491Z] #50 124.0 + cp runc /build/runc
20:26:54 [2020-09-10T20:26:54.783Z] #52 ...
20:26:54 [2020-09-10T20:26:54.783Z] 
20:26:54 [2020-09-10T20:26:54.783Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:26:54 [2020-09-10T20:26:54.793Z] #50 DONE 124.1s
20:26:54 [2020-09-10T20:26:54.793Z] 
20:26:54 [2020-09-10T20:26:54.793Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:26:54 [2020-09-10T20:26:54.793Z] #40 166.3   CC       criu/pie-util-vdso.o
20:26:54 [2020-09-10T20:26:54.793Z] #40 167.0   CC       criu/pie-util.o
20:26:54 [2020-09-10T20:26:54.793Z] #40 167.2   CC       criu/pipes.o
20:26:54 [2020-09-10T20:26:54.793Z] #40 168.1   CC       criu/plugin.o
20:26:54 [2020-09-10T20:26:54.793Z] #40 168.5   CC       criu/proc_parse.o
20:26:54 [2020-09-10T20:26:54.813Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
20:26:55 [2020-09-10T20:26:55.356Z] #46 DONE 0.7s
20:26:55 [2020-09-10T20:26:55.356Z] 
20:26:55 [2020-09-10T20:26:55.356Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:55 [2020-09-10T20:26:55.445Z] ok  	github.com/docker/docker/distribution/xfer	1.868s	coverage: 85.1% of statements
20:26:55 [2020-09-10T20:26:55.445Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:26:55 [2020-09-10T20:26:55.445Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:26:55 [2020-09-10T20:26:55.445Z] ok  	github.com/docker/docker/image/v1	0.012s	coverage: 25.0% of statements
20:26:55 [2020-09-10T20:26:55.445Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:26:55 [2020-09-10T20:26:55.618Z] #52 ...
20:26:55 [2020-09-10T20:26:55.619Z] 
20:26:55 [2020-09-10T20:26:55.619Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:26:55 [2020-09-10T20:26:55.619Z] #48 DONE 0.1s
20:26:55 [2020-09-10T20:26:55.619Z] 
20:26:55 [2020-09-10T20:26:55.619Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:26:55 [2020-09-10T20:26:55.880Z] #50 DONE 0.4s
20:26:55 [2020-09-10T20:26:55.880Z] 
20:26:55 [2020-09-10T20:26:55.880Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:26:56 [2020-09-10T20:26:56.077Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
20:26:57 [2020-09-10T20:26:57.110Z] ok  	github.com/docker/docker/opts	0.018s	coverage: 67.1% of statements
20:26:57 [2020-09-10T20:26:57.401Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 50.0% of statements
20:26:57 [2020-09-10T20:26:57.580Z] #40 ...
20:26:57 [2020-09-10T20:26:57.580Z] 
20:26:57 [2020-09-10T20:26:57.580Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:26:57 [2020-09-10T20:26:57.580Z] #37 238.0 + dpkg --print-architecture
20:26:57 [2020-09-10T20:26:57.580Z] #37 238.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
20:26:57 [2020-09-10T20:26:57.883Z] #37 238.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
20:26:57 [2020-09-10T20:26:57.883Z] #37 238.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
20:26:58 [2020-09-10T20:26:58.906Z] ok  	github.com/docker/docker/pkg/archive	0.478s	coverage: 77.1% of statements
20:26:59 [2020-09-10T20:26:59.939Z] ok  	github.com/docker/docker/pkg/authorization	0.242s	coverage: 68.3% of statements
20:27:00 [2020-09-10T20:27:00.194Z] #52 ...
20:27:00 [2020-09-10T20:27:00.194Z] 
20:27:00 [2020-09-10T20:27:00.194Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:27:00 [2020-09-10T20:27:00.194Z] #45 DONE 254.8s
20:27:00 [2020-09-10T20:27:00.194Z] 
20:27:00 [2020-09-10T20:27:00.194Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:27:00 [2020-09-10T20:27:00.232Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
20:27:00 [2020-09-10T20:27:00.232Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
20:27:02 [2020-09-10T20:27:02.108Z] #52 ...
20:27:02 [2020-09-10T20:27:02.108Z] 
20:27:02 [2020-09-10T20:27:02.108Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:27:02 [2020-09-10T20:27:02.108Z] #46 DONE 0.4s
20:27:02 [2020-09-10T20:27:02.108Z] 
20:27:02 [2020-09-10T20:27:02.108Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:27:02 [2020-09-10T20:27:02.368Z] #52 ...
20:27:02 [2020-09-10T20:27:02.368Z] 
20:27:02 [2020-09-10T20:27:02.368Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:27:02 [2020-09-10T20:27:02.368Z] #48 DONE 0.1s
20:27:02 [2020-09-10T20:27:02.368Z] 
20:27:02 [2020-09-10T20:27:02.368Z] #50 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:27:02 [2020-09-10T20:27:02.627Z] #50 DONE 0.2s
20:27:02 [2020-09-10T20:27:02.627Z] 
20:27:02 [2020-09-10T20:27:02.627Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:27:04 [2020-09-10T20:27:04.682Z] ok  	github.com/docker/docker/layer	7.281s	coverage: 68.8% of statements
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/oci	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.524s	coverage: 43.2% of statements
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:27:04 [2020-09-10T20:27:04.682Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
20:27:04 [2020-09-10T20:27:04.973Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
20:27:04 [2020-09-10T20:27:04.973Z] ok  	github.com/docker/docker/pkg/discovery/file	0.002s	coverage: 92.9% of statements
20:27:05 [2020-09-10T20:27:05.264Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
20:27:05 [2020-09-10T20:27:05.894Z] #52 197.0 + bin/containerd-stress
20:27:05 [2020-09-10T20:27:05.940Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
20:27:06 [2020-09-10T20:27:06.234Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
20:27:06 [2020-09-10T20:27:06.480Z] #37 ...
20:27:06 [2020-09-10T20:27:06.480Z] 
20:27:06 [2020-09-10T20:27:06.480Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:27:06 [2020-09-10T20:27:06.480Z] #46 236.3 + cd /tmp/tmp.QpjHg9KU4N/src/github.com/golangci/golangci-lint/
20:27:06 [2020-09-10T20:27:06.480Z] #46 236.3 + git checkout -q v1.23.8
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 ++ git describe --tags
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 + version=v1.23.8
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 ++ git rev-parse --short HEAD
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 + commit=76a82c6
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 ++ git show -s --format=%cd
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 + commitDate='Wed Mar 4 06:43:41 2020 +0300'
20:27:06 [2020-09-10T20:27:06.480Z] #46 237.1 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
20:27:06 [2020-09-10T20:27:06.480Z] #46 ...
20:27:06 [2020-09-10T20:27:06.480Z] 
20:27:06 [2020-09-10T20:27:06.480Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:27:06 [2020-09-10T20:27:06.480Z] #40 173.3   CC       criu/protobuf-desc.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 174.4   CC       criu/protobuf.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 174.8   CC       criu/pstree.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 175.9   CC       criu/rbtree.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 176.3   CC       criu/rst-malloc.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 176.6   CC       criu/seccomp.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 177.3   CC       criu/seize.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 178.7   CC       criu/servicefd.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 179.2   CC       criu/shmem.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 180.4   CC       criu/sigframe.o
20:27:06 [2020-09-10T20:27:06.480Z] #40 180.6   CC       criu/signalfd.o
20:27:06 [2020-09-10T20:27:06.780Z] #40 181.0   CC       criu/sk-inet.o
20:27:07 [2020-09-10T20:27:07.266Z] ok  	github.com/docker/docker/pkg/filenotify	0.602s	coverage: 67.0% of statements
20:27:07 [2020-09-10T20:27:07.813Z] #52 200.0 + bin/containerd-shim
20:27:07 [2020-09-10T20:27:07.898Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 89.5% of statements
20:27:08 [2020-09-10T20:27:08.326Z] #40 182.3   CC       criu/sk-netlink.o
20:27:08 [2020-09-10T20:27:08.326Z] #40 182.8   CC       criu/sk-packet.o
20:27:08 [2020-09-10T20:27:08.932Z] ok  	github.com/docker/docker/pkg/fsutils	0.409s	coverage: 85.1% of statements
20:27:08 [2020-09-10T20:27:08.932Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.069s	coverage: 84.1% of statements
20:27:09 [2020-09-10T20:27:09.225Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
20:27:09 [2020-09-10T20:27:09.388Z] #40 183.4   CC       criu/sk-queue.o
20:27:09 [2020-09-10T20:27:09.704Z] #40 184.0   CC       criu/sk-tcp.o
20:27:09 [2020-09-10T20:27:09.858Z] ok  	github.com/docker/docker/pkg/idtools	0.341s	coverage: 70.1% of statements
20:27:10 [2020-09-10T20:27:10.155Z] ok  	github.com/docker/docker/pkg/ioutils	0.322s	coverage: 70.6% of statements
20:27:10 [2020-09-10T20:27:10.359Z] #40 184.6   CC       criu/sk-unix.o
20:27:10 [2020-09-10T20:27:10.447Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
20:27:10 [2020-09-10T20:27:10.448Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:27:10 [2020-09-10T20:27:10.448Z] ok  	github.com/docker/docker/pkg/longpath	0.012s	coverage: 100.0% of statements
20:27:10 [2020-09-10T20:27:10.448Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:27:10 [2020-09-10T20:27:10.448Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:27:10 [2020-09-10T20:27:10.739Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.006s	coverage: 85.7% of statements
20:27:10 [2020-09-10T20:27:10.739Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:27:10 [2020-09-10T20:27:10.739Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
20:27:11 [2020-09-10T20:27:11.030Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
20:27:11 [2020-09-10T20:27:11.321Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 86.7% of statements
20:27:11 [2020-09-10T20:27:11.321Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
20:27:11 [2020-09-10T20:27:11.321Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:27:11 [2020-09-10T20:27:11.321Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:27:11 [2020-09-10T20:27:11.954Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.011s	coverage: 56.8% of statements
20:27:12 [2020-09-10T20:27:12.587Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
20:27:12 [2020-09-10T20:27:12.878Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
20:27:13 [2020-09-10T20:27:13.139Z] #52 205.8 + bin/containerd-shim-runc-v1
20:27:13 [2020-09-10T20:27:13.152Z] #40 186.9   CC       criu/sockets.o
20:27:13 [2020-09-10T20:27:13.169Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
20:27:13 [2020-09-10T20:27:13.813Z] #40 188.0   CC       criu/stats.o
20:27:14 [2020-09-10T20:27:14.119Z] #40 188.4   CC       criu/string.o
20:27:14 [2020-09-10T20:27:14.202Z] ok  	github.com/docker/docker/pkg/pubsub	1.020s	coverage: 73.9% of statements
20:27:14 [2020-09-10T20:27:14.420Z] #40 188.6   CC       criu/sysctl.o
20:27:14 [2020-09-10T20:27:14.835Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
20:27:15 [2020-09-10T20:27:15.073Z] #40 189.4   CC       criu/sysfs_parse.o
20:27:15 [2020-09-10T20:27:15.727Z] #40 189.9   CC       criu/timens.o
20:27:16 [2020-09-10T20:27:16.398Z] #40 190.4   CC       criu/timerfd.o
20:27:16 [2020-09-10T20:27:16.704Z] #40 190.9   CC       criu/tty.o
20:27:17 [2020-09-10T20:27:17.370Z] #52 209.7 + bin/containerd-shim-runc-v2
20:27:17 [2020-09-10T20:27:17.519Z] #52 227.0 + bin/containerd-stress
20:27:17 [2020-09-10T20:27:17.565Z] ok  	github.com/docker/docker/pkg/signal	2.371s	coverage: 61.0% of statements
20:27:17 [2020-09-10T20:27:17.565Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
20:27:18 [2020-09-10T20:27:18.197Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:27:18 [2020-09-10T20:27:18.488Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:27:18 [2020-09-10T20:27:18.488Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
20:27:18 [2020-09-10T20:27:18.758Z] #52 211.2 + binaries
20:27:18 [2020-09-10T20:27:18.758Z] #52 211.2 + install -D bin/containerd /build/containerd
20:27:18 [2020-09-10T20:27:18.758Z] #52 211.2 + install -D bin/containerd-shim /build/containerd-shim
20:27:18 [2020-09-10T20:27:18.758Z] #52 211.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:27:18 [2020-09-10T20:27:18.758Z] #52 211.3 + install -D bin/ctr /build/ctr
20:27:18 [2020-09-10T20:27:18.821Z] #40 193.2   CC       criu/tun.o
20:27:19 [2020-09-10T20:27:19.119Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.8% of statements
20:27:19 [2020-09-10T20:27:19.423Z] #52 229.0 + bin/containerd-shim
20:27:19 [2020-09-10T20:27:19.479Z] #40 193.7   CC       criu/uffd.o
20:27:19 [2020-09-10T20:27:19.751Z] ok  	github.com/docker/docker/pkg/system	0.041s	coverage: 36.9% of statements
20:27:20 [2020-09-10T20:27:20.042Z] ok  	github.com/docker/docker/pkg/tailfile	0.039s	coverage: 88.6% of statements
20:27:20 [2020-09-10T20:27:20.332Z] ok  	github.com/docker/docker/pkg/tarsum	0.032s	coverage: 89.3% of statements
20:27:20 [2020-09-10T20:27:20.624Z] testing: warning: no tests to run
20:27:20 [2020-09-10T20:27:20.624Z] coverage: [no statements]
20:27:20 [2020-09-10T20:27:20.624Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
20:27:20 [2020-09-10T20:27:20.914Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
20:27:21 [2020-09-10T20:27:21.026Z] #40 195.0   CC       criu/util.o
20:27:21 [2020-09-10T20:27:21.205Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
20:27:21 [2020-09-10T20:27:21.205Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
20:27:22 [2020-09-10T20:27:22.059Z] #52 DONE 214.2s
20:27:22 [2020-09-10T20:27:22.574Z] #40 196.7   CC       criu/uts_ns.o
20:27:22 [2020-09-10T20:27:22.870Z] #40 197.0   CC       criu/vdso.o
20:27:23 [2020-09-10T20:27:23.003Z] 
20:27:23 [2020-09-10T20:27:23.003Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:27:23 [2020-09-10T20:27:23.270Z] ok  	github.com/docker/docker/plugin	0.558s	coverage: 23.1% of statements
20:27:23 [2020-09-10T20:27:23.521Z] #40 197.7   LINK     criu/built-in.o
20:27:23 [2020-09-10T20:27:23.521Z] #40 197.8   LINK     criu/criu
20:27:23 [2020-09-10T20:27:23.561Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
20:27:24 [2020-09-10T20:27:24.172Z] #40 198.3   DEP      lib/c/criu.d
20:27:24 [2020-09-10T20:27:24.172Z] #40 198.4   CC       images/rpc.pb-c.o
20:27:24 [2020-09-10T20:27:24.172Z] #40 ...
20:27:24 [2020-09-10T20:27:24.172Z] 
20:27:24 [2020-09-10T20:27:24.172Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
20:27:24 [2020-09-10T20:27:24.172Z] #37 DONE 264.9s
20:27:24 [2020-09-10T20:27:24.192Z] ok  	github.com/docker/docker/profiles/seccomp	0.002s	coverage: 75.0% of statements
20:27:24 [2020-09-10T20:27:24.470Z] 
20:27:24 [2020-09-10T20:27:24.470Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:27:24 [2020-09-10T20:27:24.509Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
20:27:25 [2020-09-10T20:27:25.525Z] #22 ...
20:27:25 [2020-09-10T20:27:25.525Z] 
20:27:25 [2020-09-10T20:27:25.525Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
20:27:25 [2020-09-10T20:27:25.525Z] #40 199.8   CC       lib/c/criu.o
20:27:25 [2020-09-10T20:27:25.995Z] #52 235.7 + bin/containerd-shim-runc-v1
20:27:26 [2020-09-10T20:27:26.021Z] ok  	github.com/docker/docker/registry	0.095s	coverage: 56.3% of statements
20:27:26 [2020-09-10T20:27:26.304Z] #53 DONE 3.0s
20:27:26 [2020-09-10T20:27:26.304Z] 
20:27:26 [2020-09-10T20:27:26.304Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:27:26 [2020-09-10T20:27:26.312Z] ok  	github.com/docker/docker/registry/resumable	0.013s	coverage: 100.0% of statements
20:27:26 [2020-09-10T20:27:26.312Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
20:27:26 [2020-09-10T20:27:26.565Z] #57 DONE 0.5s
20:27:26 [2020-09-10T20:27:26.826Z] 
20:27:26 [2020-09-10T20:27:26.826Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:27:26 [2020-09-10T20:27:26.942Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
20:27:27 [2020-09-10T20:27:27.090Z] #40 201.1   LINK     lib/c/built-in.o
20:27:27 [2020-09-10T20:27:27.090Z] #40 201.1   LINK     lib/c/libcriu.so
20:27:27 [2020-09-10T20:27:27.090Z] #40 201.2   LINK     lib/c/libcriu.a
20:27:27 [2020-09-10T20:27:27.233Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.4   GEN      magic.py
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.6 Note: Building without setproctitle() and strlcpy() support.
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.6       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.7 Note: Building without GnuTLS support
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.7 Makefile.config:39: Warn: you have no libnftables installed
20:27:27 [2020-09-10T20:27:27.393Z] #40 201.7 Makefile.config:40: Warn: Building without nftables support
20:27:27 [2020-09-10T20:27:27.768Z] #59 DONE 1.3s
20:27:28 [2020-09-10T20:27:28.029Z] 
20:27:28 [2020-09-10T20:27:28.029Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:27:28 [2020-09-10T20:27:28.029Z] #61 DONE 0.1s
20:27:28 [2020-09-10T20:27:28.029Z] 
20:27:28 [2020-09-10T20:27:28.029Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:27:28 [2020-09-10T20:27:28.029Z] #62 DONE 0.0s
20:27:28 [2020-09-10T20:27:28.049Z] #40 202.4 fatal: not a git repository (or any of the parent directories): .git
20:27:28 [2020-09-10T20:27:28.290Z] 
20:27:28 [2020-09-10T20:27:28.290Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
20:27:29 [2020-09-10T20:27:29.295Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
20:27:29 [2020-09-10T20:27:29.628Z] #40 203.5 make[1]: Nothing to be done for 'all'.
20:27:29 [2020-09-10T20:27:29.678Z] #63 DONE 1.6s
20:27:29 [2020-09-10T20:27:29.678Z] 
20:27:29 [2020-09-10T20:27:29.678Z] #64 exporting to image
20:27:29 [2020-09-10T20:27:29.678Z] #64 exporting layers
20:27:29 [2020-09-10T20:27:29.926Z] ok  	github.com/docker/docker/volume/local	0.040s	coverage: 73.0% of statements
20:27:30 [2020-09-10T20:27:30.191Z] #52 240.1 + bin/containerd-shim-runc-v2
20:27:30 [2020-09-10T20:27:30.216Z] ok  	github.com/docker/docker/volume/mounts	0.021s	coverage: 67.0% of statements
20:27:30 [2020-09-10T20:27:30.281Z] #40 204.6 make[1]: 'images/built-in.o' is up to date.
20:27:30 [2020-09-10T20:27:30.281Z] #40 204.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
20:27:30 [2020-09-10T20:27:30.282Z] sha256:3fb7156061bbe39048f4c5c8ec6ada8a67fd6f7a04e04e7c51174f128775e34f
20:27:30 [2020-09-10T20:27:30.282Z] INFO: Starting docker-py tests...
20:27:30 [2020-09-10T20:27:30.282Z] ============================= test session starts ==============================
20:27:30 [2020-09-10T20:27:30.282Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1
20:27:30 [2020-09-10T20:27:30.283Z] rootdir: /src, inifile: pytest.ini
20:27:30 [2020-09-10T20:27:30.283Z] plugins: timeout-1.3.3, cov-2.6.1
20:27:30 [2020-09-10T20:27:30.283Z] collected 389 items / 1 deselected / 388 selected
20:27:30 [2020-09-10T20:27:30.283Z] 
20:27:30 [2020-09-10T20:27:30.581Z] #40 204.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
20:27:30 [2020-09-10T20:27:30.581Z] #40 204.7 make[1]: 'compel/libcompel.a' is up to date.
20:27:30 [2020-09-10T20:27:30.581Z] #40 204.8 make[1]: 'compel/compel-host-bin' is up to date.
20:27:30 [2020-09-10T20:27:30.581Z] #40 204.8 make[1]: Nothing to be done for 'all'.
20:27:30 [2020-09-10T20:27:30.581Z] #40 204.9 make[1]: 'soccr/libsoccr.a' is up to date.
20:27:30 [2020-09-10T20:27:30.882Z] #40 205.1 make[2]: Nothing to be done for 'all'.
20:27:30 [2020-09-10T20:27:30.882Z] #40 205.1 make[2]: Nothing to be done for 'all'.
20:27:30 [2020-09-10T20:27:30.882Z] #40 205.2 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.127Z] #52 241.0 + binaries
20:27:31 [2020-09-10T20:27:31.127Z] #52 241.0 + install -D bin/containerd /build/containerd
20:27:31 [2020-09-10T20:27:31.127Z] #52 241.1 + install -D bin/containerd-shim /build/containerd-shim
20:27:31 [2020-09-10T20:27:31.127Z] #52 241.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:27:31 [2020-09-10T20:27:31.127Z] #52 241.1 + install -D bin/ctr /build/ctr
20:27:31 [2020-09-10T20:27:31.182Z] #40 205.4 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.182Z] #40 205.4 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.182Z] #40 205.4 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.182Z] #40 205.5 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.247Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 73.1% of statements
20:27:31 [2020-09-10T20:27:31.484Z] #40 205.6 make[2]: Nothing to be done for 'all'.
20:27:31 [2020-09-10T20:27:31.484Z] #40 205.6   INSTALL  criu/criu
20:27:31 [2020-09-10T20:27:31.484Z] #40 DONE 205.8s
20:27:31 [2020-09-10T20:27:31.484Z] 
20:27:31 [2020-09-10T20:27:31.484Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:27:33 [2020-09-10T20:27:33.028Z] #52 DONE 242.6s
20:27:33 [2020-09-10T20:27:33.596Z] 
20:27:33 [2020-09-10T20:27:33.596Z] #53 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:27:33 [2020-09-10T20:27:33.896Z] #64 exporting layers 3.9s done
20:27:33 [2020-09-10T20:27:33.896Z] #64 writing image sha256:ccf939f759f550fc9c9305c321562b6ddf9a1eeaa28a501840a00a035556b4f1 done
20:27:33 [2020-09-10T20:27:33.896Z] #64 naming to docker.io/library/docker:5ca758199d77a66f7186450f2e78b0a915d443c4 done
20:27:33 [2020-09-10T20:27:33.896Z] #64 DONE 3.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:27:34 [2020-09-10T20:27:34.237Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/test/unit
20:27:34 [2020-09-10T20:27:34.531Z] #53 DONE 0.9s
20:27:34 [2020-09-10T20:27:34.531Z] 
20:27:34 [2020-09-10T20:27:34.531Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:27:34 [2020-09-10T20:27:34.531Z] #57 DONE 0.2s
20:27:34 [2020-09-10T20:27:34.789Z] 
20:27:34 [2020-09-10T20:27:34.789Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:27:35 [2020-09-10T20:27:35.047Z] #59 DONE 0.5s
20:27:35 [2020-09-10T20:27:35.047Z] 
20:27:35 [2020-09-10T20:27:35.047Z] #61 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:27:35 [2020-09-10T20:27:35.047Z] #61 DONE 0.0s
20:27:35 [2020-09-10T20:27:35.047Z] 
20:27:35 [2020-09-10T20:27:35.047Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:27:35 [2020-09-10T20:27:35.047Z] #62 DONE 0.0s
20:27:35 [2020-09-10T20:27:35.047Z] 
20:27:35 [2020-09-10T20:27:35.047Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker
20:27:35 [2020-09-10T20:27:35.986Z] #63 DONE 0.7s
20:27:35 [2020-09-10T20:27:35.986Z] 
20:27:35 [2020-09-10T20:27:35.986Z] #64 exporting to image
20:27:35 [2020-09-10T20:27:35.986Z] #64 exporting layers
20:27:39 [2020-09-10T20:27:39.534Z] ?   	github.com/docker/docker/api	[no test files]
20:27:42 [2020-09-10T20:27:42.554Z] #64 exporting layers 6.2s done
20:27:42 [2020-09-10T20:27:42.554Z] #64 writing image sha256:8389f8223230ad0cf8bd4391321a6968510a6bffeb278371ce7fcad447f88a36 done
20:27:42 [2020-09-10T20:27:42.554Z] #64 naming to docker.io/library/docker:5ca758199d77a66f7186450f2e78b0a915d443c4 done
20:27:42 [2020-09-10T20:27:42.554Z] #64 DONE 6.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:27:42 [2020-09-10T20:27:42.810Z] tests/integration/api_build_test.py .......................X             [  6%]
20:27:42 [2020-09-10T20:27:42.900Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary test-integration
20:27:43 [2020-09-10T20:27:43.373Z] tests/integration/api_client_test.py .....                               [  7%]
20:27:43 [2020-09-10T20:27:43.837Z] 
20:27:43 [2020-09-10T20:27:43.837Z] Removing bundles/
20:27:43 [2020-09-10T20:27:43.837Z] 
20:27:43 [2020-09-10T20:27:43.837Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:27:43 [2020-09-10T20:27:43.837Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:27:43 [2020-09-10T20:27:43.837Z] GOOS="" GOARCH="" GOARM=""
20:27:45 [2020-09-10T20:27:45.122Z] tests/integration/api_config_test.py .....                               [  8%]
20:27:46 [2020-09-10T20:27:46.587Z] ok  	github.com/docker/docker/pkg/plugins	33.612s	coverage: 76.6% of statements
20:27:46 [2020-09-10T20:27:46.587Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/rootless	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/volume	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === Skipped
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver btrfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:73: No driver to put!
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z] time="2020-09-10T20:26:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z] time="2020-09-10T20:26:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z] time="2020-09-10T20:26:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z] time="2020-09-10T20:26:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z] time="2020-09-10T20:26:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:73: No driver to put!
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     overlay_test.go:49: Fails to compute changes intermittently
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:46: Driver zfs not supported
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     graphtest_unix.go:73: No driver to put!
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:27:46 [2020-09-10T20:27:46.588Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] 
20:27:46 [2020-09-10T20:27:46.588Z] DONE 2138 tests, 26 skipped in 191.685s
Post stage
[Pipeline] junit
20:27:46 [2020-09-10T20:27:46.926Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:27:47 [2020-09-10T20:27:47.445Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary test-integration
20:27:47 [2020-09-10T20:27:47.747Z] 
20:27:47 [2020-09-10T20:27:47.747Z] Removing bundles/
20:27:47 [2020-09-10T20:27:47.747Z] 
20:27:47 [2020-09-10T20:27:47.747Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:27:48 [2020-09-10T20:27:48.039Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:27:48 [2020-09-10T20:27:48.039Z] GOOS="" GOARCH="" GOARM=""
20:27:51 [2020-09-10T20:27:51.797Z] ok  	github.com/docker/docker/api/server	0.023s	coverage: 9.0% of statements
20:28:04 [2020-09-10T20:28:04.298Z] #46 ...
20:28:04 [2020-09-10T20:28:04.299Z] 
20:28:04 [2020-09-10T20:28:04.299Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
20:28:04 [2020-09-10T20:28:04.299Z] #22 303.4 + return
20:28:04 [2020-09-10T20:28:04.299Z] #22 DONE 303.6s
20:28:04 [2020-09-10T20:28:04.299Z] 
20:28:04 [2020-09-10T20:28:04.299Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:04 [2020-09-10T20:28:04.299Z] #53 266.5 + bin/containerd
20:28:04 [2020-09-10T20:28:04.603Z] #53 ...
20:28:04 [2020-09-10T20:28:04.603Z] 
20:28:04 [2020-09-10T20:28:04.603Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
20:28:04 [2020-09-10T20:28:04.603Z] #23 DONE 0.1s
20:28:04 [2020-09-10T20:28:04.603Z] 
20:28:04 [2020-09-10T20:28:04.603Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
20:28:05 [2020-09-10T20:28:05.254Z] #27 DONE 0.6s
20:28:05 [2020-09-10T20:28:05.254Z] 
20:28:05 [2020-09-10T20:28:05.254Z] #30 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.553Z] #30 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.553Z] #32 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #35 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.553Z] #35 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:05 [2020-09-10T20:28:05.553Z] #53 ...
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #38 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.553Z] #38 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #41 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
20:28:05 [2020-09-10T20:28:05.553Z] #41 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.553Z] 
20:28:05 [2020-09-10T20:28:05.553Z] #43 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.874Z] #43 DONE 0.2s
20:28:05 [2020-09-10T20:28:05.874Z] 
20:28:05 [2020-09-10T20:28:05.874Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
20:28:05 [2020-09-10T20:28:05.874Z] #45 DONE 0.1s
20:28:05 [2020-09-10T20:28:05.874Z] 
20:28:05 [2020-09-10T20:28:05.874Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:14 [2020-09-10T20:28:14.233Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:14 [2020-09-10T20:28:14.800Z] 
20:28:15 [2020-09-10T20:28:15.058Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_INTEGRATION_DEST=2
20:28:17 [2020-09-10T20:28:17.332Z] + CONTAINER_NAME=docker-pr1-2
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_SKIP_INTEGRATION=1
20:28:17 [2020-09-10T20:28:17.332Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:28:17 [2020-09-10T20:28:17.332Z] + run_tests
20:28:17 [2020-09-10T20:28:17.332Z] + c=0
20:28:17 [2020-09-10T20:28:17.332Z] + '[' -n 0 ']'
20:28:17 [2020-09-10T20:28:17.332Z] + rm=
20:28:17 [2020-09-10T20:28:17.332Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41436/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh '' test-integration
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_INTEGRATION_DEST=1
20:28:17 [2020-09-10T20:28:17.332Z] + CONTAINER_NAME=docker-pr1-1
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_SKIP_INTEGRATION_CLI=1
20:28:17 [2020-09-10T20:28:17.332Z] + run_tests test-integration-flaky
20:28:17 [2020-09-10T20:28:17.332Z] + '[' -n 0 ']'
20:28:17 [2020-09-10T20:28:17.332Z] + rm=
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_INTEGRATION_DEST=3
20:28:17 [2020-09-10T20:28:17.332Z] + CONTAINER_NAME=docker-pr1-3
20:28:17 [2020-09-10T20:28:17.332Z] + TEST_SKIP_INTEGRATION=1
20:28:17 [2020-09-10T20:28:17.332Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:28:17 [2020-09-10T20:28:17.332Z] + run_tests
20:28:17 [2020-09-10T20:28:17.332Z] + '[' -n 0 ']'
20:28:17 [2020-09-10T20:28:17.332Z] + rm=
20:28:17 [2020-09-10T20:28:17.332Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41436/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh test-integration-flaky test-integration
20:28:17 [2020-09-10T20:28:17.332Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41436/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh '' test-integration
20:28:17 [2020-09-10T20:28:17.332Z] ++ jobs -p
20:28:17 [2020-09-10T20:28:17.332Z] + for job in $(jobs -p)
20:28:17 [2020-09-10T20:28:17.332Z] + wait 5253
20:28:17 [2020-09-10T20:28:17.902Z] 
20:28:17 [2020-09-10T20:28:17.902Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
20:28:18 [2020-09-10T20:28:18.163Z] 
20:28:18 [2020-09-10T20:28:18.163Z] 
20:28:18 [2020-09-10T20:28:18.163Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:18 [2020-09-10T20:28:18.163Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:18 [2020-09-10T20:28:18.163Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:18 [2020-09-10T20:28:18.163Z] HOSTNAME=372f685cdd53
20:28:18 [2020-09-10T20:28:18.163Z] TEST_SKIP_INTEGRATION=1
20:28:18 [2020-09-10T20:28:18.163Z] TESTDEBUG=0
20:28:18 [2020-09-10T20:28:18.163Z] DEST=bundles/test-integration
20:28:18 [2020-09-10T20:28:18.163Z] PWD=/go/src/github.com/docker/docker
20:28:18 [2020-09-10T20:28:18.163Z] KEEPBUNDLE=1
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:28:18 [2020-09-10T20:28:18.163Z] container=docker
20:28:18 [2020-09-10T20:28:18.163Z] HOME=/root
20:28:18 [2020-09-10T20:28:18.163Z] GOLANG_VERSION=1.13.15
20:28:18 [2020-09-10T20:28:18.163Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:18 [2020-09-10T20:28:18.163Z] VALIDATE_BRANCH=master
20:28:18 [2020-09-10T20:28:18.163Z] TERM=xterm
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_PKG=github.com/docker/docker
20:28:18 [2020-09-10T20:28:18.163Z] SHLVL=1
20:28:18 [2020-09-10T20:28:18.163Z] TIMEOUT=120m
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_GRAPHDRIVER=overlay2
20:28:18 [2020-09-10T20:28:18.163Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
20:28:18 [2020-09-10T20:28:18.163Z] GO111MODULE=off
20:28:18 [2020-09-10T20:28:18.163Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:18 [2020-09-10T20:28:18.163Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:18 [2020-09-10T20:28:18.163Z] GOPATH=/go
20:28:18 [2020-09-10T20:28:18.163Z] PKG_CONFIG=pkg-config
20:28:18 [2020-09-10T20:28:18.163Z] _=/usr/bin/env
20:28:18 [2020-09-10T20:28:18.163Z] Building test suite binary ./integration-cli/test.main
20:28:18 [2020-09-10T20:28:18.163Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:18 [2020-09-10T20:28:18.163Z] HOSTNAME=be52be971ce8
20:28:18 [2020-09-10T20:28:18.163Z] TEST_SKIP_INTEGRATION=1
20:28:18 [2020-09-10T20:28:18.163Z] TESTDEBUG=0
20:28:18 [2020-09-10T20:28:18.163Z] DEST=bundles/test-integration
20:28:18 [2020-09-10T20:28:18.163Z] PWD=/go/src/github.com/docker/docker
20:28:18 [2020-09-10T20:28:18.163Z] KEEPBUNDLE=1
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:28:18 [2020-09-10T20:28:18.163Z] container=docker
20:28:18 [2020-09-10T20:28:18.163Z] HOME=/root
20:28:18 [2020-09-10T20:28:18.163Z] GOLANG_VERSION=1.13.15
20:28:18 [2020-09-10T20:28:18.163Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:18 [2020-09-10T20:28:18.163Z] VALIDATE_BRANCH=master
20:28:18 [2020-09-10T20:28:18.163Z] TERM=xterm
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_PKG=github.com/docker/docker
20:28:18 [2020-09-10T20:28:18.163Z] SHLVL=1
20:28:18 [2020-09-10T20:28:18.163Z] TIMEOUT=120m
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:18 [2020-09-10T20:28:18.163Z] DOCKER_GRAPHDRIVER=overlay2
20:28:18 [2020-09-10T20:28:18.163Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:28:18 [2020-09-10T20:28:18.163Z] GO111MODULE=off
20:28:18 [2020-09-10T20:28:18.163Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:18 [2020-09-10T20:28:18.163Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:18 [2020-09-10T20:28:18.163Z] GOPATH=/go
20:28:18 [2020-09-10T20:28:18.163Z] PKG_CONFIG=pkg-config
20:28:18 [2020-09-10T20:28:18.163Z] _=/usr/bin/env
20:28:18 [2020-09-10T20:28:18.163Z] Building test suite binary ./integration-cli/test.main
20:28:18 [2020-09-10T20:28:18.421Z] No new tests added to integration.
20:28:18 [2020-09-10T20:28:18.421Z] 
20:28:18 [2020-09-10T20:28:18.421Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:20 [2020-09-10T20:28:20.083Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:20 [2020-09-10T20:28:20.083Z] HOSTNAME=e1b54ed8c050
20:28:20 [2020-09-10T20:28:20.083Z] TESTDEBUG=0
20:28:20 [2020-09-10T20:28:20.083Z] DEST=bundles/test-integration
20:28:20 [2020-09-10T20:28:20.083Z] PWD=/go/src/github.com/docker/docker
20:28:20 [2020-09-10T20:28:20.083Z] KEEPBUNDLE=1
20:28:20 [2020-09-10T20:28:20.083Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:28:20 [2020-09-10T20:28:20.083Z] container=docker
20:28:20 [2020-09-10T20:28:20.083Z] HOME=/root
20:28:20 [2020-09-10T20:28:20.083Z] GOLANG_VERSION=1.13.15
20:28:20 [2020-09-10T20:28:20.083Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:20 [2020-09-10T20:28:20.083Z] VALIDATE_BRANCH=master
20:28:20 [2020-09-10T20:28:20.083Z] TERM=xterm
20:28:20 [2020-09-10T20:28:20.083Z] DOCKER_PKG=github.com/docker/docker
20:28:20 [2020-09-10T20:28:20.083Z] SHLVL=1
20:28:20 [2020-09-10T20:28:20.083Z] TIMEOUT=120m
20:28:20 [2020-09-10T20:28:20.083Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:20 [2020-09-10T20:28:20.083Z] DOCKER_GRAPHDRIVER=overlay2
20:28:20 [2020-09-10T20:28:20.083Z] GO111MODULE=off
20:28:20 [2020-09-10T20:28:20.083Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:20 [2020-09-10T20:28:20.083Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:20 [2020-09-10T20:28:20.083Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:20 [2020-09-10T20:28:20.083Z] GOPATH=/go
20:28:20 [2020-09-10T20:28:20.083Z] PKG_CONFIG=pkg-config
20:28:20 [2020-09-10T20:28:20.083Z] _=/usr/bin/env
20:28:20 [2020-09-10T20:28:20.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:24 [2020-09-10T20:28:24.904Z] #53 ...
20:28:24 [2020-09-10T20:28:24.904Z] 
20:28:24 [2020-09-10T20:28:24.904Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
20:28:24 [2020-09-10T20:28:24.904Z] #46 DONE 324.7s
20:28:24 [2020-09-10T20:28:24.904Z] 
20:28:24 [2020-09-10T20:28:24.904Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:25 [2020-09-10T20:28:25.187Z] c3aff4450246: Pull complete
20:28:25 [2020-09-10T20:28:25.187Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec
20:28:25 [2020-09-10T20:28:25.187Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
20:28:25 [2020-09-10T20:28:25.187Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
20:28:25 [2020-09-10T20:28:25.187Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
20:28:25 [2020-09-10T20:28:25.187Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457'
20:28:25 [2020-09-10T20:28:25.187Z] WARN: Skipping validation tests
20:28:25 [2020-09-10T20:28:25.187Z] INFO: Running unit tests at 09/10/2020 20:28:23...
20:28:26 [2020-09-10T20:28:26.448Z] #53 ...
20:28:26 [2020-09-10T20:28:26.448Z] 
20:28:26 [2020-09-10T20:28:26.448Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
20:28:26 [2020-09-10T20:28:26.713Z] INFO: make.ps1 starting at 09/10/2020 20:28:26
20:28:26 [2020-09-10T20:28:26.748Z] #47 DONE 0.1s
20:28:26 [2020-09-10T20:28:26.748Z] 
20:28:26 [2020-09-10T20:28:26.748Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
20:28:26 [2020-09-10T20:28:26.748Z] #49 DONE 0.1s
20:28:26 [2020-09-10T20:28:26.748Z] 
20:28:26 [2020-09-10T20:28:26.748Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:26 [2020-09-10T20:28:26.748Z] #53 ...
20:28:26 [2020-09-10T20:28:26.748Z] 
20:28:26 [2020-09-10T20:28:26.748Z] #51 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
20:28:26 [2020-09-10T20:28:26.748Z] #51 DONE 0.1s
20:28:27 [2020-09-10T20:28:27.047Z] 
20:28:27 [2020-09-10T20:28:27.047Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
20:28:27 [2020-09-10T20:28:27.168Z] INFO: Git commit (5ca758199d) assumed from DOCKER_GITCOMMIT environment variable
20:28:27 [2020-09-10T20:28:27.168Z] INFO: Invoking autogen...
20:28:28 [2020-09-10T20:28:28.129Z] INFO: Running unit tests...
20:28:36 [2020-09-10T20:28:36.660Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
20:28:43 [2020-09-10T20:28:43.703Z] ?   	github.com/docker/docker/api	[no test files]
20:28:45 [2020-09-10T20:28:45.030Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:28:45 [2020-09-10T20:28:45.030Z] 
20:28:45 [2020-09-10T20:28:45.030Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:28:45 [2020-09-10T20:28:45.030Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:28:45 [2020-09-10T20:28:45.030Z] HOSTNAME=8054558e743c
20:28:45 [2020-09-10T20:28:45.030Z] TESTDEBUG=0
20:28:45 [2020-09-10T20:28:45.030Z] DEST=bundles/test-integration
20:28:45 [2020-09-10T20:28:45.030Z] PWD=/go/src/github.com/docker/docker
20:28:45 [2020-09-10T20:28:45.030Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:28:45 [2020-09-10T20:28:45.030Z] container=docker
20:28:45 [2020-09-10T20:28:45.030Z] HOME=/root
20:28:45 [2020-09-10T20:28:45.030Z] GOLANG_VERSION=1.13.15
20:28:45 [2020-09-10T20:28:45.030Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:28:45 [2020-09-10T20:28:45.030Z] VALIDATE_BRANCH=master
20:28:45 [2020-09-10T20:28:45.030Z] TERM=xterm
20:28:45 [2020-09-10T20:28:45.030Z] DOCKER_PKG=github.com/docker/docker
20:28:45 [2020-09-10T20:28:45.030Z] SHLVL=1
20:28:45 [2020-09-10T20:28:45.030Z] TIMEOUT=120m
20:28:45 [2020-09-10T20:28:45.030Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:28:45 [2020-09-10T20:28:45.030Z] DOCKER_GRAPHDRIVER=overlay2
20:28:45 [2020-09-10T20:28:45.030Z] GO111MODULE=off
20:28:45 [2020-09-10T20:28:45.030Z] DOCKER_EXPERIMENTAL=1
20:28:45 [2020-09-10T20:28:45.030Z] TEST_SKIP_INTEGRATION_CLI=1
20:28:45 [2020-09-10T20:28:45.030Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:28:45 [2020-09-10T20:28:45.030Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:28:45 [2020-09-10T20:28:45.030Z] GOPATH=/go
20:28:45 [2020-09-10T20:28:45.030Z] PKG_CONFIG=pkg-config
20:28:45 [2020-09-10T20:28:45.030Z] _=/usr/bin/env
20:28:45 [2020-09-10T20:28:45.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:28:45 [2020-09-10T20:28:45.727Z] #53 308.9 + bin/containerd-stress
20:28:47 [2020-09-10T20:28:47.763Z] #53 311.3 + bin/containerd-shim
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/server/httputils	0.043s	coverage: 14.7% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/server/middleware	0.035s	coverage: 37.7% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/types/strslice	0.035s	coverage: 90.0% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/server/router/swarm	0.020s	coverage: 5.7% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/types/filters	0.035s	coverage: 92.2% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/types/time	0.019s	coverage: 100.0% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/api/types/versions	0.019s	coverage: 75.0% of statements
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:28:48 [2020-09-10T20:28:48.118Z] ok  	github.com/docker/docker/builder/dockerignore	0.027s	coverage: 96.8% of statements
20:28:48 [2020-09-10T20:28:48.692Z] ok  	github.com/docker/docker/cli/debug	0.009s	coverage: 100.0% of statements
20:28:49 [2020-09-10T20:28:49.639Z] ok  	github.com/docker/docker/builder/remotecontext	0.331s	coverage: 13.6% of statements
20:28:50 [2020-09-10T20:28:50.589Z] ok  	github.com/docker/docker/builder/dockerfile	0.888s	coverage: 48.0% of statements
20:28:51 [2020-09-10T20:28:51.165Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.464s	coverage: 86.3% of statements
20:28:51 [2020-09-10T20:28:51.165Z] ?   	github.com/docker/docker/cli	[no test files]
20:28:51 [2020-09-10T20:28:51.165Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:28:54 [2020-09-10T20:28:54.741Z] #53 318.4 + bin/containerd-shim-runc-v1
20:28:57 [2020-09-10T20:28:57.777Z] ok  	github.com/docker/docker/client	0.266s	coverage: 75.4% of statements
20:28:58 [2020-09-10T20:28:58.479Z] ok  	github.com/docker/docker/api/server	0.155s	coverage: 9.0% of statements
20:29:00 [2020-09-10T20:29:00.374Z] #53 323.3 + bin/containerd-shim-runc-v2
20:29:01 [2020-09-10T20:29:01.012Z] #53 324.4 + binaries
20:29:01 [2020-09-10T20:29:01.012Z] #53 324.4 + install -D bin/containerd /build/containerd
20:29:01 [2020-09-10T20:29:01.012Z] #53 324.5 + install -D bin/containerd-shim /build/containerd-shim
20:29:01 [2020-09-10T20:29:01.012Z] #53 324.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
20:29:01 [2020-09-10T20:29:01.012Z] #53 324.5 + install -D bin/ctr /build/ctr
20:29:01 [2020-09-10T20:29:01.012Z] #53 DONE 324.6s
20:29:01 [2020-09-10T20:29:01.649Z] 
20:29:01 [2020-09-10T20:29:01.649Z] #54 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
20:29:01 [2020-09-10T20:29:01.946Z] #54 DONE 0.1s
20:29:01 [2020-09-10T20:29:01.946Z] 
20:29:01 [2020-09-10T20:29:01.946Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
20:29:01 [2020-09-10T20:29:01.946Z] #58 DONE 0.1s
20:29:01 [2020-09-10T20:29:01.946Z] 
20:29:01 [2020-09-10T20:29:01.946Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
20:29:01 [2020-09-10T20:29:01.946Z] #60 DONE 0.1s
20:29:02 [2020-09-10T20:29:02.247Z] 
20:29:02 [2020-09-10T20:29:02.247Z] #62 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
20:29:02 [2020-09-10T20:29:02.247Z] #62 DONE 0.0s
20:29:02 [2020-09-10T20:29:02.247Z] 
20:29:02 [2020-09-10T20:29:02.247Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
20:29:02 [2020-09-10T20:29:02.247Z] #63 DONE 0.0s
20:29:02 [2020-09-10T20:29:02.247Z] 
20:29:02 [2020-09-10T20:29:02.247Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker
20:29:05 [2020-09-10T20:29:05.003Z] #64 DONE 2.4s
20:29:05 [2020-09-10T20:29:05.003Z] 
20:29:05 [2020-09-10T20:29:05.003Z] #65 exporting to oci image format
20:29:05 [2020-09-10T20:29:05.003Z] #65 exporting layers
20:29:05 [2020-09-10T20:29:05.375Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:29:05 [2020-09-10T20:29:05.946Z] 
20:29:05 [2020-09-10T20:29:05.946Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:29:06 [2020-09-10T20:29:06.205Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:29:06 [2020-09-10T20:29:06.205Z] HOSTNAME=debb7e1f3900
20:29:06 [2020-09-10T20:29:06.205Z] DEST=bundles/test-integration
20:29:06 [2020-09-10T20:29:06.205Z] PWD=/go/src/github.com/docker/docker
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_ROOTLESS=1
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:29:06 [2020-09-10T20:29:06.205Z] container=docker
20:29:06 [2020-09-10T20:29:06.205Z] HOME=/root
20:29:06 [2020-09-10T20:29:06.205Z] GOLANG_VERSION=1.13.15
20:29:06 [2020-09-10T20:29:06.205Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:29:06 [2020-09-10T20:29:06.205Z] VALIDATE_BRANCH=master
20:29:06 [2020-09-10T20:29:06.205Z] TERM=xterm
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_PKG=github.com/docker/docker
20:29:06 [2020-09-10T20:29:06.205Z] SHLVL=1
20:29:06 [2020-09-10T20:29:06.205Z] TIMEOUT=120m
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_GRAPHDRIVER=overlay2
20:29:06 [2020-09-10T20:29:06.205Z] GO111MODULE=off
20:29:06 [2020-09-10T20:29:06.205Z] DOCKER_EXPERIMENTAL=1
20:29:06 [2020-09-10T20:29:06.205Z] TEST_SKIP_INTEGRATION_CLI=1
20:29:06 [2020-09-10T20:29:06.205Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:29:06 [2020-09-10T20:29:06.205Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:29:06 [2020-09-10T20:29:06.205Z] GOPATH=/go
20:29:06 [2020-09-10T20:29:06.205Z] PKG_CONFIG=pkg-config
20:29:06 [2020-09-10T20:29:06.205Z] _=/usr/bin/env
20:29:06 [2020-09-10T20:29:06.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:29:07 [2020-09-10T20:29:07.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:29:07 [2020-09-10T20:29:07.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:29:08 [2020-09-10T20:29:08.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:29:09 [2020-09-10T20:29:09.692Z] ..........................xx....................                         [ 29%]
20:29:23 [2020-09-10T20:29:23.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:29:23 [2020-09-10T20:29:23.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:29:24 [2020-09-10T20:29:24.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:29:24 [2020-09-10T20:29:24.403Z] ok  	github.com/docker/docker/cmd/dockerd	0.131s	coverage: 30.8% of statements
20:29:24 [2020-09-10T20:29:24.666Z] ok  	github.com/docker/docker/container	0.137s	coverage: 34.7% of statements
20:29:24 [2020-09-10T20:29:24.666Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:29:24 [2020-09-10T20:29:24.666Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:29:24 [2020-09-10T20:29:24.666Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:29:24 [2020-09-10T20:29:24.666Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:29:25 [2020-09-10T20:29:25.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:29:25 [2020-09-10T20:29:25.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:29:25 [2020-09-10T20:29:25.726Z] tests/integration/api_exec_test.py .....................                 [ 34%]
20:29:26 [2020-09-10T20:29:26.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:29:27 [2020-09-10T20:29:27.231Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.083s	coverage: 65.3% of statements
20:29:28 [2020-09-10T20:29:28.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:29:29 [2020-09-10T20:29:29.159Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.042s	coverage: 35.9% of statements
20:29:30 [2020-09-10T20:29:30.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:29:31 [2020-09-10T20:29:31.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:29:31 [2020-09-10T20:29:31.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:29:31 [2020-09-10T20:29:31.722Z] ok  	github.com/docker/docker/daemon/cluster	0.117s	coverage: 0.5% of statements
20:29:33 [2020-09-10T20:29:33.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:29:33 [2020-09-10T20:29:33.165Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
20:29:33 [2020-09-10T20:29:33.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:29:34 [2020-09-10T20:29:34.287Z] ok  	github.com/docker/docker/daemon/discovery	0.026s	coverage: 30.0% of statements
20:29:34 [2020-09-10T20:29:34.865Z] ok  	github.com/docker/docker/daemon/config	0.083s	coverage: 81.8% of statements
20:29:35 [2020-09-10T20:29:35.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:29:35 [2020-09-10T20:29:35.442Z] ok  	github.com/docker/docker/daemon/events	0.082s	coverage: 50.0% of statements
20:29:35 [2020-09-10T20:29:35.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:29:36 [2020-09-10T20:29:36.448Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
20:29:36 [2020-09-10T20:29:36.839Z] ok  	github.com/docker/docker/daemon/graphdriver	0.022s	coverage: 2.2% of statements
20:29:36 [2020-09-10T20:29:36.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:29:37 [2020-09-10T20:29:37.881Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:29:37 [2020-09-10T20:29:37.881Z] Using test binary docker
20:29:37 [2020-09-10T20:29:37.881Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:29:37 [2020-09-10T20:29:37.881Z] +++ /etc/init.d/apparmor start
20:29:37 [2020-09-10T20:29:37.881Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:29:37 [2020-09-10T20:29:37.881Z] INFO: Waiting for daemon to start...
20:29:37 [2020-09-10T20:29:37.881Z] Starting dockerd
20:29:37 [2020-09-10T20:29:37.881Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
20:29:39 [2020-09-10T20:29:39.951Z] .
20:29:39 [2020-09-10T20:29:39.951Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:29:39 [2020-09-10T20:29:39.951Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:29:39 [2020-09-10T20:29:39.951Z] Error: No such image: emptyfs
20:29:39 [2020-09-10T20:29:39.951Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:29:39 [2020-09-10T20:29:39.951Z] ++++ docker load
20:29:39 [2020-09-10T20:29:39.951Z] Running integration-test (iteration 1)
20:29:39 [2020-09-10T20:29:39.951Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
20:29:39 [2020-09-10T20:29:39.952Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
20:29:39 [2020-09-10T20:29:39.952Z] ++ set -e
20:29:39 [2020-09-10T20:29:39.952Z] ++ '[' -n 0 ']'
20:29:39 [2020-09-10T20:29:39.952Z] ++ set -x
20:29:39 [2020-09-10T20:29:39.952Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
20:29:40 [2020-09-10T20:29:40.163Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
20:29:40 [2020-09-10T20:29:40.436Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.537s	coverage: 14.0% of statements
20:29:42 [2020-09-10T20:29:42.415Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.651s	coverage: 57.0% of statements
20:29:44 [2020-09-10T20:29:44.337Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.019s	coverage: 1.8% of statements
20:29:46 [2020-09-10T20:29:46.262Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.867s	coverage: 73.1% of statements
20:29:46 [2020-09-10T20:29:46.262Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.265s	coverage: 46.2% of statements
20:29:48 [2020-09-10T20:29:48.436Z] Loaded image: buildpack-deps:buster
20:29:48 [2020-09-10T20:29:48.436Z] Loaded image: busybox:latest
20:29:48 [2020-09-10T20:29:48.436Z] Loaded image: busybox:glibc
20:29:48 [2020-09-10T20:29:48.436Z] Loaded image: debian:buster
20:29:48 [2020-09-10T20:29:48.728Z] Loaded image: hello-world:latest
20:29:48 [2020-09-10T20:29:48.728Z] INFO: Testing against a local daemon
20:29:48 [2020-09-10T20:29:48.728Z] === RUN   TestCgroupNamespacesBuild
20:29:48 [2020-09-10T20:29:48.822Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.065s	coverage: 49.5% of statements
20:29:49 [2020-09-10T20:29:49.085Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.477s	coverage: 76.1% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/server/httputils	0.112s	coverage: 14.7% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/server/middleware	0.169s	coverage: 37.7% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/types/strslice	0.042s	coverage: 90.0% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/types/filters	0.050s	coverage: 92.2% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/server/router/swarm	0.094s	coverage: 5.7% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/types/time	0.235s	coverage: 100.0% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ok  	github.com/docker/docker/api/types/versions	0.059s	coverage: 75.0% of statements
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:29:49 [2020-09-10T20:29:49.102Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:29:49 [2020-09-10T20:29:49.103Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:29:49 [2020-09-10T20:29:49.103Z] ok  	github.com/docker/docker/builder/dockerignore	0.238s	coverage: 96.8% of statements
20:29:49 [2020-09-10T20:29:49.349Z] ok  	github.com/docker/docker/daemon	12.350s	coverage: 17.4% of statements
20:29:49 [2020-09-10T20:29:49.349Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:29:49 [2020-09-10T20:29:49.349Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:29:49 [2020-09-10T20:29:49.349Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:29:49 [2020-09-10T20:29:49.349Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:29:49 [2020-09-10T20:29:49.349Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:29:50 [2020-09-10T20:29:50.301Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.048s	coverage: 58.0% of statements
20:29:50 [2020-09-10T20:29:50.803Z] --- PASS: TestCgroupNamespacesBuild (2.15s)
20:29:50 [2020-09-10T20:29:50.803Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:29:51 [2020-09-10T20:29:51.252Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.023s	coverage: 3.0% of statements
20:29:51 [2020-09-10T20:29:51.516Z] ok  	github.com/docker/docker/daemon/links	0.024s	coverage: 93.0% of statements
20:29:51 [2020-09-10T20:29:51.993Z] ok  	github.com/docker/docker/builder/remotecontext	0.559s	coverage: 9.2% of statements
20:29:52 [2020-09-10T20:29:52.450Z] ok  	github.com/docker/docker/builder/dockerfile	0.409s	coverage: 46.3% of statements
20:29:52 [2020-09-10T20:29:52.450Z] ok  	github.com/docker/docker/cli/debug	0.381s	coverage: 100.0% of statements
20:29:52 [2020-09-10T20:29:52.567Z] tests/integration/api_network_test.py ............................       [ 47%]
20:29:52 [2020-09-10T20:29:52.875Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s)
20:29:52 [2020-09-10T20:29:52.875Z] === RUN   TestBuildWithSession
20:29:52 [2020-09-10T20:29:52.875Z] --- SKIP: TestBuildWithSession (0.00s)
20:29:52 [2020-09-10T20:29:52.875Z]     build_session_test.go:25: TODO: BuildKit
20:29:52 [2020-09-10T20:29:52.875Z] === RUN   TestBuildSquashParent
20:29:52 [2020-09-10T20:29:52.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:29:52 [2020-09-10T20:29:52.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:29:52 [2020-09-10T20:29:52.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:29:53 [2020-09-10T20:29:53.446Z] ok  	github.com/docker/docker/daemon/images	0.044s	coverage: 4.8% of statements
20:29:54 [2020-09-10T20:29:54.023Z] ok  	github.com/docker/docker/daemon/logger	0.272s	coverage: 41.0% of statements
20:29:54 [2020-09-10T20:29:54.286Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.272s	coverage: 77.8% of statements
20:29:54 [2020-09-10T20:29:54.286Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.055s	coverage: 57.7% of statements
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:29:54 [2020-09-10T20:29:54.286Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:29:55 [2020-09-10T20:29:55.237Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.031s	coverage: 67.0% of statements
20:29:55 [2020-09-10T20:29:55.501Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.051s	coverage: 87.2% of statements
20:29:55 [2020-09-10T20:29:55.501Z] ok  	github.com/docker/docker/daemon/logger/journald	0.015s	coverage: 23.9% of statements
20:29:56 [2020-09-10T20:29:56.077Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.050s	coverage: 61.6% of statements
20:29:57 [2020-09-10T20:29:57.471Z] ok  	github.com/docker/docker/daemon/logger/local	0.039s	coverage: 75.2% of statements
20:29:57 [2020-09-10T20:29:57.471Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:29:57 [2020-09-10T20:29:57.471Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.026s	coverage: 33.3% of statements
20:29:57 [2020-09-10T20:29:57.733Z] time="2020-09-10T20:29:57Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate167712697/log749607876.1: no such file or directory"
20:29:57 [2020-09-10T20:29:57.733Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.094s	coverage: 37.7% of statements
20:29:58 [2020-09-10T20:29:58.685Z] ok  	github.com/docker/docker/daemon/logger/templates	0.027s	coverage: 8.3% of statements
20:29:58 [2020-09-10T20:29:58.948Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.028s	coverage: 46.8% of statements
20:29:59 [2020-09-10T20:29:59.524Z] ok  	github.com/docker/docker/daemon/network	0.038s	coverage: 63.8% of statements
20:29:59 [2020-09-10T20:29:59.778Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
20:29:59 [2020-09-10T20:29:59.779Z] --- PASS: TestBuildSquashParent (7.07s)
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:29:59 [2020-09-10T20:29:59.779Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:29:59 [2020-09-10T20:29:59.779Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:29:59 [2020-09-10T20:29:59.779Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:29:59 [2020-09-10T20:29:59.779Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:30:00 [2020-09-10T20:30:00.473Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.821s	coverage: 82.5% of statements
20:30:00 [2020-09-10T20:30:00.473Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:30:00 [2020-09-10T20:30:00.473Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:30:00 [2020-09-10T20:30:00.965Z] tests/integration/api_secret_test.py .....                               [ 51%]
20:30:01 [2020-09-10T20:30:01.050Z] ok  	github.com/docker/docker/distribution/metadata	0.138s	coverage: 48.2% of statements
20:30:02 [2020-09-10T20:30:02.447Z] ok  	github.com/docker/docker/distribution	0.738s	coverage: 21.9% of statements
20:30:02 [2020-09-10T20:30:02.447Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:30:02 [2020-09-10T20:30:02.447Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 49.4% of statements
20:30:02 [2020-09-10T20:30:02.549Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:30:02 [2020-09-10T20:30:02.549Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:30:03 [2020-09-10T20:30:03.025Z] ok  	github.com/docker/docker/image	0.065s	coverage: 86.4% of statements
20:30:03 [2020-09-10T20:30:03.602Z] ok  	github.com/docker/docker/image/cache	0.057s	coverage: 19.2% of statements
20:30:03 [2020-09-10T20:30:03.602Z] ok  	github.com/docker/docker/distribution/xfer	1.726s	coverage: 85.6% of statements
20:30:03 [2020-09-10T20:30:03.602Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:30:03 [2020-09-10T20:30:03.602Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:30:03 [2020-09-10T20:30:03.866Z] ok  	github.com/docker/docker/image/v1	0.049s	coverage: 25.0% of statements
20:30:03 [2020-09-10T20:30:03.866Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:30:04 [2020-09-10T20:30:04.443Z] ok  	github.com/docker/docker/libcontainerd/queue	0.060s	coverage: 100.0% of statements
20:30:04 [2020-09-10T20:30:04.620Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:30:04 [2020-09-10T20:30:04.620Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:30:04 [2020-09-10T20:30:04.794Z] ok  	github.com/docker/docker/client	0.570s	coverage: 74.9% of statements
20:30:05 [2020-09-10T20:30:05.022Z] ok  	github.com/docker/docker/pkg/aaparser	0.020s	coverage: 50.0% of statements
20:30:05 [2020-09-10T20:30:05.381Z] tests/integration/api_service_test.py .................................. [ 60%]
20:30:05 [2020-09-10T20:30:05.973Z] ok  	github.com/docker/docker/opts	0.136s	coverage: 67.1% of statements
20:30:07 [2020-09-10T20:30:07.352Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.53s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.38s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.32s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.65s)
20:30:07 [2020-09-10T20:30:07.352Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.75s)
20:30:07 [2020-09-10T20:30:07.352Z] === RUN   TestBuildMultiStageCopy
20:30:07 [2020-09-10T20:30:07.352Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:30:07 [2020-09-10T20:30:07.367Z] ok  	github.com/docker/docker/pkg/broadcaster	0.008s	coverage: 100.0% of statements
20:30:07 [2020-09-10T20:30:07.630Z] ok  	github.com/docker/docker/pkg/capabilities	0.011s	coverage: 87.5% of statements
20:30:07 [2020-09-10T20:30:07.893Z] ok  	github.com/docker/docker/pkg/authorization	1.064s	coverage: 68.3% of statements
20:30:08 [2020-09-10T20:30:08.156Z] ok  	github.com/docker/docker/pkg/archive	1.258s	coverage: 77.1% of statements
20:30:08 [2020-09-10T20:30:08.419Z] ok  	github.com/docker/docker/pkg/directory	0.013s	coverage: 80.0% of statements
20:30:08 [2020-09-10T20:30:08.994Z] ok  	github.com/docker/docker/pkg/discovery	0.015s	coverage: 58.3% of statements
20:30:09 [2020-09-10T20:30:09.257Z] ok  	github.com/docker/docker/pkg/discovery/file	0.010s	coverage: 92.9% of statements
20:30:09 [2020-09-10T20:30:09.832Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
20:30:10 [2020-09-10T20:30:10.090Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:30:10 [2020-09-10T20:30:10.382Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:30:10 [2020-09-10T20:30:10.409Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.008s	coverage: 93.8% of statements
20:30:10 [2020-09-10T20:30:10.984Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
20:30:10 [2020-09-10T20:30:10.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:30:11 [2020-09-10T20:30:11.016Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:30:11 [2020-09-10T20:30:11.650Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:30:11 [2020-09-10T20:30:11.929Z] ok  	github.com/docker/docker/pkg/filenotify	0.610s	coverage: 67.0% of statements
20:30:12 [2020-09-10T20:30:12.192Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.598s	coverage: 43.2% of statements
20:30:12 [2020-09-10T20:30:12.284Z] --- PASS: TestBuildMultiStageCopy (4.77s)
20:30:12 [2020-09-10T20:30:12.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.50s)
20:30:12 [2020-09-10T20:30:12.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s)
20:30:12 [2020-09-10T20:30:12.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s)
20:30:12 [2020-09-10T20:30:12.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s)
20:30:12 [2020-09-10T20:30:12.284Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.64s)
20:30:12 [2020-09-10T20:30:12.284Z] === RUN   TestBuildMultiStageParentConfig
20:30:12 [2020-09-10T20:30:12.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:30:12 [2020-09-10T20:30:12.769Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 89.5% of statements
20:30:13 [2020-09-10T20:30:13.031Z] ok  	github.com/docker/docker/pkg/fsutils	0.304s	coverage: 85.1% of statements
20:30:13 [2020-09-10T20:30:13.031Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
20:30:13 [2020-09-10T20:30:13.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:30:13 [2020-09-10T20:30:13.607Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.100s	coverage: 84.1% of statements
20:30:13 [2020-09-10T20:30:13.794Z] --- PASS: TestBuildMultiStageParentConfig (1.51s)
20:30:13 [2020-09-10T20:30:13.794Z] === RUN   TestBuildLabelWithTargets
20:30:14 [2020-09-10T20:30:14.181Z] ok  	github.com/docker/docker/layer	7.679s	coverage: 68.8% of statements
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/oci	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:30:14 [2020-09-10T20:30:14.181Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:30:14 [2020-09-10T20:30:14.444Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.025s	coverage: 91.7% of statements
20:30:14 [2020-09-10T20:30:14.444Z] ok  	github.com/docker/docker/pkg/ioutils	0.602s	coverage: 70.6% of statements
20:30:14 [2020-09-10T20:30:14.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:30:14 [2020-09-10T20:30:14.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:30:14 [2020-09-10T20:30:14.707Z] ok  	github.com/docker/docker/pkg/longpath	0.012s	coverage: 100.0% of statements
20:30:14 [2020-09-10T20:30:14.707Z] ok  	github.com/docker/docker/pkg/idtools	0.823s	coverage: 70.1% of statements
20:30:14 [2020-09-10T20:30:14.707Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:30:14 [2020-09-10T20:30:14.707Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:30:14 [2020-09-10T20:30:14.707Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:30:14 [2020-09-10T20:30:14.971Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.018s	coverage: 85.7% of statements
20:30:14 [2020-09-10T20:30:14.971Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:30:15 [2020-09-10T20:30:15.234Z] ok  	github.com/docker/docker/pkg/parsers	0.022s	coverage: 97.0% of statements
20:30:15 [2020-09-10T20:30:15.234Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.016s	coverage: 60.0% of statements
20:30:15 [2020-09-10T20:30:15.809Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.032s	coverage: 86.7% of statements
20:30:15 [2020-09-10T20:30:15.809Z] ok  	github.com/docker/docker/pkg/pidfile	0.012s	coverage: 82.4% of statements
20:30:15 [2020-09-10T20:30:15.809Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:30:15 [2020-09-10T20:30:15.809Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:30:16 [2020-09-10T20:30:16.385Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.056s	coverage: 56.8% of statements
20:30:16 [2020-09-10T20:30:16.527Z] --- PASS: TestBuildLabelWithTargets (2.45s)
20:30:16 [2020-09-10T20:30:16.527Z] === RUN   TestBuildWithEmptyLayers
20:30:16 [2020-09-10T20:30:16.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:30:16 [2020-09-10T20:30:16.649Z] ok  	github.com/docker/docker/pkg/pools	0.023s	coverage: 88.2% of statements
20:30:16 [2020-09-10T20:30:16.911Z] ok  	github.com/docker/docker/pkg/progress	0.019s	coverage: 75.9% of statements
20:30:17 [2020-09-10T20:30:17.161Z] --- PASS: TestBuildWithEmptyLayers (0.98s)
20:30:17 [2020-09-10T20:30:17.161Z] === RUN   TestBuildMultiStageOnBuild
20:30:17 [2020-09-10T20:30:17.175Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.011s	coverage: 85.7% of statements
20:30:17 [2020-09-10T20:30:17.751Z] ok  	github.com/docker/docker/pkg/reexec	0.015s	coverage: 82.4% of statements
20:30:18 [2020-09-10T20:30:18.324Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
20:30:18 [2020-09-10T20:30:18.325Z] ok  	github.com/docker/docker/pkg/pubsub	1.078s	coverage: 73.9% of statements
20:30:18 [2020-09-10T20:30:18.901Z] ok  	github.com/docker/docker/pkg/stringid	0.009s	coverage: 70.6% of statements
20:30:18 [2020-09-10T20:30:18.901Z] ok  	github.com/docker/docker/pkg/streamformatter	0.011s	coverage: 66.2% of statements
20:30:19 [2020-09-10T20:30:19.476Z] ok  	github.com/docker/docker/pkg/symlink	0.020s	coverage: 87.7% of statements
20:30:19 [2020-09-10T20:30:19.557Z] ok  	github.com/docker/docker/builder/remotecontext/git	28.763s	coverage: 86.3% of statements
20:30:19 [2020-09-10T20:30:19.557Z] ?   	github.com/docker/docker/cli	[no test files]
20:30:19 [2020-09-10T20:30:19.557Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:30:19 [2020-09-10T20:30:19.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:30:19 [2020-09-10T20:30:19.922Z] .........................                                                [ 67%]
20:30:20 [2020-09-10T20:30:20.051Z] ok  	github.com/docker/docker/pkg/sysinfo	0.020s	coverage: 53.8% of statements
20:30:20 [2020-09-10T20:30:20.313Z] ok  	github.com/docker/docker/pkg/system	0.030s	coverage: 36.9% of statements
20:30:20 [2020-09-10T20:30:20.577Z] ok  	github.com/docker/docker/pkg/signal	2.856s	coverage: 61.0% of statements
20:30:20 [2020-09-10T20:30:20.759Z] --- PASS: TestBuildMultiStageOnBuild (3.00s)
20:30:20 [2020-09-10T20:30:20.759Z] === RUN   TestBuildUncleanTarFilenames
20:30:20 [2020-09-10T20:30:20.841Z] ok  	github.com/docker/docker/pkg/tailfile	0.115s	coverage: 88.6% of statements
20:30:21 [2020-09-10T20:30:21.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:30:21 [2020-09-10T20:30:21.395Z] --- PASS: TestBuildUncleanTarFilenames (1.24s)
20:30:21 [2020-09-10T20:30:21.395Z] === RUN   TestBuildMultiStageLayerLeak
20:30:21 [2020-09-10T20:30:21.417Z] testing: warning: no tests to run
20:30:21 [2020-09-10T20:30:21.417Z] coverage: [no statements]
20:30:21 [2020-09-10T20:30:21.417Z] ok  	github.com/docker/docker/pkg/term/windows	0.008s	coverage: [no statements] [no tests to run]
20:30:21 [2020-09-10T20:30:21.417Z] ok  	github.com/docker/docker/pkg/tarsum	0.122s	coverage: 89.3% of statements
20:30:21 [2020-09-10T20:30:21.680Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
20:30:21 [2020-09-10T20:30:21.680Z] ok  	github.com/docker/docker/pkg/urlutil	0.016s	coverage: 100.0% of statements
20:30:21 [2020-09-10T20:30:21.943Z] ok  	github.com/docker/docker/pkg/useragent	0.009s	coverage: 88.9% of statements
20:30:22 [2020-09-10T20:30:22.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:30:23 [2020-09-10T20:30:23.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:30:23 [2020-09-10T20:30:23.355Z] ok  	github.com/docker/docker/plugin/v2	0.035s	coverage: 14.5% of statements
20:30:23 [2020-09-10T20:30:23.931Z] ok  	github.com/docker/docker/profiles/seccomp	0.016s	coverage: 73.8% of statements
20:30:24 [2020-09-10T20:30:24.194Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 84.4% of statements
20:30:24 [2020-09-10T20:30:24.457Z] ok  	github.com/docker/docker/plugin	0.565s	coverage: 23.1% of statements
20:30:24 [2020-09-10T20:30:24.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:30:24 [2020-09-10T20:30:24.921Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s)
20:30:24 [2020-09-10T20:30:24.921Z] === RUN   TestBuildWithHugeFile
20:30:25 [2020-09-10T20:30:25.323Z] ok  	github.com/docker/docker/cmd/dockerd	0.506s	coverage: 19.3% of statements
20:30:25 [2020-09-10T20:30:25.404Z] ok  	github.com/docker/docker/registry/resumable	0.052s	coverage: 100.0% of statements
20:30:25 [2020-09-10T20:30:25.404Z] ok  	github.com/docker/docker/restartmanager	0.010s	coverage: 45.3% of statements
20:30:25 [2020-09-10T20:30:25.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:30:26 [2020-09-10T20:30:26.352Z] ok  	github.com/docker/docker/testutil	0.009s	coverage: 62.5% of statements
20:30:26 [2020-09-10T20:30:26.352Z] ok  	github.com/docker/docker/registry	0.248s	coverage: 56.3% of statements
20:30:26 [2020-09-10T20:30:26.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:30:26 [2020-09-10T20:30:26.615Z] ok  	github.com/docker/docker/runconfig	0.065s	coverage: 66.1% of statements
20:30:26 [2020-09-10T20:30:26.851Z] ok  	github.com/docker/docker/container	0.608s	coverage: 41.6% of statements
20:30:26 [2020-09-10T20:30:26.851Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:30:26 [2020-09-10T20:30:26.851Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:30:26 [2020-09-10T20:30:26.851Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:30:26 [2020-09-10T20:30:26.851Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:30:27 [2020-09-10T20:30:27.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:30:27 [2020-09-10T20:30:27.393Z] #65 exporting layers 81.4s done
20:30:27 [2020-09-10T20:30:27.393Z] #65 exporting manifest sha256:70ab81ac182b1198f6726054d7f3a637f8f2da7f7e0ee0ac8ec5de086c92a179 done
20:30:27 [2020-09-10T20:30:27.393Z] #65 exporting config sha256:d8ecb347419653a6f3123fd8b8430b826532d1ce1e7efea01c74c3e73b2df7ed done
20:30:27 [2020-09-10T20:30:27.393Z] #65 sending tarball
20:30:28 [2020-09-10T20:30:28.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:30:28 [2020-09-10T20:30:28.378Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.437s	coverage: 65.3% of statements
20:30:28 [2020-09-10T20:30:28.544Z] ok  	github.com/docker/docker/volume/drivers	0.015s	coverage: 36.1% of statements
20:30:29 [2020-09-10T20:30:29.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:30:29 [2020-09-10T20:30:29.492Z] ok  	github.com/docker/docker/volume/local	0.060s	coverage: 73.0% of statements
20:30:29 [2020-09-10T20:30:29.492Z] ok  	github.com/docker/docker/volume/mounts	0.050s	coverage: 67.0% of statements
20:30:29 [2020-09-10T20:30:29.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:30:30 [2020-09-10T20:30:30.438Z] ok  	github.com/docker/docker/volume/service	0.028s	coverage: 73.1% of statements
20:30:30 [2020-09-10T20:30:30.545Z] ok  	github.com/docker/docker/daemon/cluster	0.682s	coverage: 0.5% of statements
20:30:30 [2020-09-10T20:30:30.606Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:30:30 [2020-09-10T20:30:30.606Z] Using test binary docker
20:30:30 [2020-09-10T20:30:30.606Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:30:30 [2020-09-10T20:30:30.865Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:30:30 [2020-09-10T20:30:30.865Z] INFO: Waiting for daemon to start...
20:30:30 [2020-09-10T20:30:30.865Z] Starting dockerd
20:30:31 [2020-09-10T20:30:31.002Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.638s	coverage: 35.9% of statements
20:30:34 [2020-09-10T20:30:34.157Z] .
20:30:34 [2020-09-10T20:30:34.157Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:30:34 [2020-09-10T20:30:34.157Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:30:34 [2020-09-10T20:30:34.157Z] Error: No such image: emptyfs
20:30:34 [2020-09-10T20:30:34.157Z] Running integration-test (iteration 1)
20:30:34 [2020-09-10T20:30:34.157Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:30:36 [2020-09-10T20:30:36.767Z] ok  	github.com/docker/docker/daemon/config	0.909s	coverage: 79.7% of statements
20:30:37 [2020-09-10T20:30:37.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:30:37 [2020-09-10T20:30:37.727Z] ok  	github.com/docker/docker/daemon/discovery	1.153s	coverage: 30.0% of statements
20:30:39 [2020-09-10T20:30:39.254Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.952s	coverage: 11.3% of statements
20:30:39 [2020-09-10T20:30:39.711Z] ok  	github.com/docker/docker/daemon	3.286s	coverage: 9.1% of statements
20:30:39 [2020-09-10T20:30:39.711Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:30:39 [2020-09-10T20:30:39.711Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:30:40 [2020-09-10T20:30:40.167Z] ok  	github.com/docker/docker/daemon/events	0.374s	coverage: 50.0% of statements
20:30:40 [2020-09-10T20:30:40.167Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:30:40 [2020-09-10T20:30:40.167Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:30:40 [2020-09-10T20:30:40.167Z] ok  	github.com/docker/docker/daemon/graphdriver	0.127s	coverage: 2.3% of statements
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/quota	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
20:30:40 [2020-09-10T20:30:40.623Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
20:30:41 [2020-09-10T20:30:41.080Z] ok  	github.com/docker/docker/daemon/links	0.078s	coverage: 93.0% of statements
20:30:42 [2020-09-10T20:30:42.913Z] #65 sending tarball 16.4s done
20:30:42 [2020-09-10T20:30:42.914Z] #65 DONE 97.7s
20:30:42 [2020-09-10T20:30:42.914Z] 
20:30:42 [2020-09-10T20:30:42.914Z] #66 importing to docker
20:30:43 [2020-09-10T20:30:43.968Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.732s	coverage: 77.4% of statements
20:30:43 [2020-09-10T20:30:43.968Z] ok  	github.com/docker/docker/daemon/logger	0.820s	coverage: 41.2% of statements
20:30:44 [2020-09-10T20:30:44.424Z] ok  	github.com/docker/docker/daemon/images	0.411s	coverage: 4.8% of statements
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
20:30:44 [2020-09-10T20:30:44.424Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
20:30:45 [2020-09-10T20:30:45.386Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.498s	coverage: 61.6% of statements
20:30:45 [2020-09-10T20:30:45.386Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.301s	coverage: 87.2% of statements
20:30:46 [2020-09-10T20:30:46.365Z] Loaded image: buildpack-deps:buster
20:30:46 [2020-09-10T20:30:46.365Z] Loaded image: busybox:latest
20:30:46 [2020-09-10T20:30:46.626Z] Loaded image: busybox:glibc
20:30:46 [2020-09-10T20:30:46.626Z] Loaded image: debian:buster
20:30:46 [2020-09-10T20:30:46.626Z] Loaded image: hello-world:latest
20:30:46 [2020-09-10T20:30:46.626Z] INFO: Testing against a local daemon
20:30:46 [2020-09-10T20:30:46.626Z] === RUN   TestCgroupNamespacesBuild
20:30:46 [2020-09-10T20:30:46.912Z] ok  	github.com/docker/docker/daemon/logger/local	0.675s	coverage: 75.2% of statements
20:30:46 [2020-09-10T20:30:46.912Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:30:47 [2020-09-10T20:30:47.368Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.197s	coverage: 35.9% of statements
20:30:47 [2020-09-10T20:30:47.824Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.314s	coverage: 33.3% of statements
20:30:48 [2020-09-10T20:30:48.785Z] ok  	github.com/docker/docker/daemon/logger/templates	0.155s	coverage: 8.3% of statements
20:30:49 [2020-09-10T20:30:49.241Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.211s	coverage: 46.8% of statements
20:30:50 [2020-09-10T20:30:50.769Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.147s	coverage: 82.5% of statements
20:30:50 [2020-09-10T20:30:50.769Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:30:50 [2020-09-10T20:30:50.769Z] ?   	github.com/docker/docker/daemon/network	[no test files]
20:30:50 [2020-09-10T20:30:50.769Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:30:51 [2020-09-10T20:30:51.899Z] --- PASS: TestCgroupNamespacesBuild (4.63s)
20:30:51 [2020-09-10T20:30:51.899Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:30:52 [2020-09-10T20:30:52.227Z] --- PASS: TestBuildWithHugeFile (26.98s)
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildWithEmptyDockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:30:52 [2020-09-10T20:30:52.227Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
20:30:52 [2020-09-10T20:30:52.227Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
20:30:52 [2020-09-10T20:30:52.227Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
20:30:52 [2020-09-10T20:30:52.227Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s)
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildPreserveOwnership
20:30:52 [2020-09-10T20:30:52.227Z] === RUN   TestBuildPreserveOwnership/copy_from
20:30:52 [2020-09-10T20:30:52.297Z] ok  	github.com/docker/docker/distribution/metadata	1.389s	coverage: 48.2% of statements
20:30:52 [2020-09-10T20:30:52.423Z] ok  	github.com/docker/docker/pkg/plugins	33.634s	coverage: 76.6% of statements
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/rootless	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:30:52 [2020-09-10T20:30:52.423Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/volume	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === Skipped
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver btrfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver btrfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver btrfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver btrfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver btrfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:73: No driver to put!
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z] time="2020-09-10T20:29:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z] time="2020-09-10T20:29:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z] time="2020-09-10T20:29:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z] time="2020-09-10T20:29:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z] time="2020-09-10T20:29:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:73: No driver to put!
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     overlay_test.go:49: Fails to compute changes intermittently
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver zfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver zfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver zfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver zfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:46: Driver zfs not supported
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     graphtest_unix.go:73: No driver to put!
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:30:52 [2020-09-10T20:30:52.424Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] 
20:30:52 [2020-09-10T20:30:52.424Z] DONE 2138 tests, 26 skipped in 193.123s
Post stage
[Pipeline] junit
20:30:52 [2020-09-10T20:30:52.439Z] Recording test results
20:30:52 [2020-09-10T20:30:52.753Z] ok  	github.com/docker/docker/distribution	1.429s	coverage: 20.1% of statements
20:30:52 [2020-09-10T20:30:52.753Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:30:52 [2020-09-10T20:30:52.753Z] ok  	github.com/docker/docker/errdefs	0.219s	coverage: 49.4% of statements
20:30:53 [2020-09-10T20:30:53.275Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.14s)
20:30:53 [2020-09-10T20:30:53.275Z] === RUN   TestBuildWithSession
20:30:53 [2020-09-10T20:30:53.275Z] --- SKIP: TestBuildWithSession (0.00s)
20:30:53 [2020-09-10T20:30:53.275Z]     build_session_test.go:25: TODO: BuildKit
20:30:53 [2020-09-10T20:30:53.275Z] === RUN   TestBuildSquashParent
20:30:54 [2020-09-10T20:30:54.283Z] ok  	github.com/docker/docker/image/cache	0.119s	coverage: 19.2% of statements
20:30:54 [2020-09-10T20:30:54.283Z] ok  	github.com/docker/docker/distribution/xfer	2.555s	coverage: 77.3% of statements
20:30:54 [2020-09-10T20:30:54.283Z] ?   	github.com/docker/docker/dockerversion	[no test files]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:30:54 [2020-09-10T20:30:54.739Z] ok  	github.com/docker/docker/image/v1	0.176s	coverage: 25.0% of statements
20:30:54 [2020-09-10T20:30:54.762Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary test-integration
20:30:55 [2020-09-10T20:30:55.194Z] ok  	github.com/docker/docker/image	0.863s	coverage: 86.4% of statements
20:30:55 [2020-09-10T20:30:55.194Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:30:55 [2020-09-10T20:30:55.336Z] 
20:30:55 [2020-09-10T20:30:55.599Z] Removing bundles/
20:30:55 [2020-09-10T20:30:55.599Z] 
20:30:55 [2020-09-10T20:30:55.599Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:30:55 [2020-09-10T20:30:55.599Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:30:55 [2020-09-10T20:30:55.599Z] GOOS="" GOARCH="" GOARM=""
20:30:55 [2020-09-10T20:30:55.650Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:30:55 [2020-09-10T20:30:55.650Z] ok  	github.com/docker/docker/libcontainerd/queue	0.073s	coverage: 100.0% of statements
20:30:56 [2020-09-10T20:30:56.689Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:30:57 [2020-09-10T20:30:57.177Z] ok  	github.com/docker/docker/pkg/aaparser	0.061s	coverage: 50.0% of statements
20:30:57 [2020-09-10T20:30:57.634Z] ok  	github.com/docker/docker/libcontainerd/local	0.282s	coverage: 1.0% of statements
20:30:58 [2020-09-10T20:30:58.090Z] ok  	github.com/docker/docker/layer	0.616s	coverage: 30.1% of statements
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/oci	[no test files]
20:30:58 [2020-09-10T20:30:58.090Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:30:58 [2020-09-10T20:30:58.211Z] --- PASS: TestBuildPreserveOwnership (6.33s)
20:30:58 [2020-09-10T20:30:58.211Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.18s)
20:30:58 [2020-09-10T20:30:58.211Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.15s)
20:30:58 [2020-09-10T20:30:58.211Z] === RUN   TestBuildPlatformInvalid
20:30:58 [2020-09-10T20:30:58.211Z] --- PASS: TestBuildPlatformInvalid (0.14s)
20:30:58 [2020-09-10T20:30:58.211Z] PASS
20:30:58 [2020-09-10T20:30:58.211Z] 
20:30:58 [2020-09-10T20:30:58.211Z] === Skipped
20:30:58 [2020-09-10T20:30:58.211Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
20:30:58 [2020-09-10T20:30:58.211Z]     build_session_test.go:25: TODO: BuildKit
20:30:58 [2020-09-10T20:30:58.211Z] 
20:30:58 [2020-09-10T20:30:58.211Z] 
20:30:58 [2020-09-10T20:30:58.211Z] DONE 32 tests, 1 skipped in 78.234s
20:30:58 [2020-09-10T20:30:58.211Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
20:30:58 [2020-09-10T20:30:58.211Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
20:30:58 [2020-09-10T20:30:58.211Z] ++ set -e
20:30:58 [2020-09-10T20:30:58.211Z] ++ '[' -n 0 ']'
20:30:58 [2020-09-10T20:30:58.211Z] ++ set -x
20:30:58 [2020-09-10T20:30:58.211Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
20:30:58 [2020-09-10T20:30:58.503Z] INFO: Testing against a local daemon
20:30:58 [2020-09-10T20:30:58.503Z] === RUN   TestConfigInspect
20:30:59 [2020-09-10T20:30:59.052Z] ok  	github.com/docker/docker/opts	0.587s	coverage: 67.1% of statements
20:30:59 [2020-09-10T20:30:59.507Z] ok  	github.com/docker/docker/pkg/broadcaster	0.173s	coverage: 100.0% of statements
20:30:59 [2020-09-10T20:30:59.963Z] ok  	github.com/docker/docker/pkg/authorization	0.613s	coverage: 26.8% of statements
20:31:00 [2020-09-10T20:31:00.418Z] ok  	github.com/docker/docker/pkg/capabilities	0.103s	coverage: 87.5% of statements
20:31:00 [2020-09-10T20:31:00.874Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.145s	coverage: 15.4% of statements
20:31:00 [2020-09-10T20:31:00.874Z] ok  	github.com/docker/docker/pkg/directory	0.074s	coverage: 80.0% of statements
20:31:01 [2020-09-10T20:31:01.186Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
20:31:01 [2020-09-10T20:31:01.389Z] --- PASS: TestBuildSquashParent (6.79s)
20:31:01 [2020-09-10T20:31:01.389Z] === RUN   TestBuildWithRemoveAndForceRemove
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:31:01 [2020-09-10T20:31:01.390Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:31:01 [2020-09-10T20:31:01.390Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:31:01 [2020-09-10T20:31:01.390Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.390Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:31:01 [2020-09-10T20:31:01.740Z] #66 DONE 16.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
20:31:01 [2020-09-10T20:31:01.836Z] ok  	github.com/docker/docker/pkg/discovery	0.158s	coverage: 58.3% of statements
[Pipeline] sh
20:31:01 [2020-09-10T20:31:01.958Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:31:01 [2020-09-10T20:31:01.958Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:31:02 [2020-09-10T20:31:02.231Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/test/unit
20:31:02 [2020-09-10T20:31:02.293Z] ok  	github.com/docker/docker/pkg/discovery/file	0.214s	coverage: 92.9% of statements
20:31:02 [2020-09-10T20:31:02.961Z] --- PASS: TestConfigInspect (3.95s)
20:31:02 [2020-09-10T20:31:02.961Z] === RUN   TestConfigList
20:31:03 [2020-09-10T20:31:03.821Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.523s	coverage: 92.3% of statements
20:31:03 [2020-09-10T20:31:03.821Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.152s	coverage: 93.8% of statements
20:31:03 [2020-09-10T20:31:03.862Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:31:03 [2020-09-10T20:31:03.862Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:31:05 [2020-09-10T20:31:05.349Z] ok  	github.com/docker/docker/pkg/filenotify	0.159s	coverage: 36.2% of statements
20:31:05 [2020-09-10T20:31:05.349Z] ok  	github.com/docker/docker/pkg/fileutils	0.089s	coverage: 87.7% of statements
20:31:05 [2020-09-10T20:31:05.799Z] ?   	github.com/docker/docker/api	[no test files]
20:31:06 [2020-09-10T20:31:06.310Z] ok  	github.com/docker/docker/pkg/homedir	0.186s	coverage: 42.9% of statements
20:31:06 [2020-09-10T20:31:06.439Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.58s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.62s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.98s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.97s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s)
20:31:06 [2020-09-10T20:31:06.439Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.18s)
20:31:06 [2020-09-10T20:31:06.439Z] === RUN   TestBuildMultiStageCopy
20:31:06 [2020-09-10T20:31:06.439Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:31:06 [2020-09-10T20:31:06.481Z] --- PASS: TestConfigList (3.63s)
20:31:06 [2020-09-10T20:31:06.482Z] === RUN   TestConfigsCreateAndDelete
20:31:06 [2020-09-10T20:31:06.765Z] ok  	github.com/docker/docker/pkg/idtools	0.063s	coverage: 7.3% of statements
20:31:06 [2020-09-10T20:31:06.765Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.549s	coverage: 84.1% of statements
20:31:07 [2020-09-10T20:31:07.726Z] ok  	github.com/docker/docker/pkg/longpath	0.035s	coverage: 100.0% of statements
20:31:07 [2020-09-10T20:31:07.726Z] ok  	github.com/docker/docker/pkg/archive	7.286s	coverage: 62.7% of statements
20:31:08 [2020-09-10T20:31:08.183Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.234s	coverage: 91.7% of statements
20:31:08 [2020-09-10T20:31:08.183Z] ok  	github.com/docker/docker/pkg/ioutils	0.617s	coverage: 69.2% of statements
20:31:08 [2020-09-10T20:31:08.639Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.092s	coverage: 85.7% of statements
20:31:09 [2020-09-10T20:31:09.095Z] ok  	github.com/docker/docker/pkg/parsers	0.074s	coverage: 97.0% of statements
20:31:09 [2020-09-10T20:31:09.555Z] ok  	github.com/docker/docker/pkg/pidfile	0.068s	coverage: 82.6% of statements
20:31:09 [2020-09-10T20:31:09.748Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:31:10 [2020-09-10T20:31:10.004Z] --- PASS: TestConfigsCreateAndDelete (3.66s)
20:31:10 [2020-09-10T20:31:10.004Z] === RUN   TestConfigsUpdate
20:31:10 [2020-09-10T20:31:10.010Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.042s	coverage: 56.8% of statements
20:31:10 [2020-09-10T20:31:10.314Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:31:11 [2020-09-10T20:31:11.250Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:31:11 [2020-09-10T20:31:11.538Z] ok  	github.com/docker/docker/pkg/pools	0.034s	coverage: 88.2% of statements
20:31:11 [2020-09-10T20:31:11.538Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.120s	coverage: 85.7% of statements
20:31:11 [2020-09-10T20:31:11.994Z] ok  	github.com/docker/docker/pkg/progress	0.058s	coverage: 75.9% of statements
20:31:12 [2020-09-10T20:31:12.187Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:31:12 [2020-09-10T20:31:12.957Z] ok  	github.com/docker/docker/pkg/reexec	0.124s	coverage: 82.4% of statements
20:31:13 [2020-09-10T20:31:13.123Z] --- PASS: TestBuildMultiStageCopy (7.22s)
20:31:13 [2020-09-10T20:31:13.123Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.22s)
20:31:13 [2020-09-10T20:31:13.123Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s)
20:31:13 [2020-09-10T20:31:13.123Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
20:31:13 [2020-09-10T20:31:13.123Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s)
20:31:13 [2020-09-10T20:31:13.123Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
20:31:13 [2020-09-10T20:31:13.123Z] === RUN   TestBuildMultiStageParentConfig
20:31:13 [2020-09-10T20:31:13.413Z] ok  	github.com/docker/docker/pkg/pubsub	1.083s	coverage: 73.9% of statements
20:31:13 [2020-09-10T20:31:13.526Z] --- PASS: TestConfigsUpdate (3.60s)
20:31:13 [2020-09-10T20:31:13.526Z] === RUN   TestTemplatedConfig
20:31:13 [2020-09-10T20:31:13.869Z] ok  	github.com/docker/docker/pkg/signal	0.043s	coverage: 20.3% of statements
20:31:14 [2020-09-10T20:31:14.325Z] ok  	github.com/docker/docker/pkg/stdcopy	0.041s	coverage: 100.0% of statements
20:31:15 [2020-09-10T20:31:15.287Z] ok  	github.com/docker/docker/pkg/streamformatter	0.056s	coverage: 66.2% of statements
20:31:15 [2020-09-10T20:31:15.287Z] ok  	github.com/docker/docker/pkg/stringid	0.087s	coverage: 70.6% of statements
20:31:16 [2020-09-10T20:31:16.249Z] ok  	github.com/docker/docker/pkg/sysinfo	0.060s	coverage: 38.2% of statements
20:31:16 [2020-09-10T20:31:16.706Z] ok  	github.com/docker/docker/pkg/system	0.052s	coverage: 13.8% of statements
20:31:17 [2020-09-10T20:31:17.049Z] --- PASS: TestTemplatedConfig (3.57s)
20:31:17 [2020-09-10T20:31:17.049Z] === RUN   TestConfigCreateResolve
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:31:17 [2020-09-10T20:31:17.162Z] ok  	github.com/docker/docker/pkg/tailfile	0.231s	coverage: 88.6% of statements
20:31:18 [2020-09-10T20:31:18.123Z] testing: warning: no tests to run
20:31:18 [2020-09-10T20:31:18.123Z] coverage: [no statements]
20:31:18 [2020-09-10T20:31:18.123Z] ok  	github.com/docker/docker/pkg/term/windows	0.040s	coverage: [no statements] [no tests to run]
20:31:18 [2020-09-10T20:31:18.123Z] ok  	github.com/docker/docker/pkg/tarsum	0.183s	coverage: 89.3% of statements
20:31:18 [2020-09-10T20:31:18.392Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
20:31:18 [2020-09-10T20:31:18.392Z] === RUN   TestBuildLabelWithTargets
20:31:18 [2020-09-10T20:31:18.581Z] ok  	github.com/docker/docker/pkg/truncindex	0.133s	coverage: 91.5% of statements
20:31:19 [2020-09-10T20:31:19.037Z] ok  	github.com/docker/docker/pkg/urlutil	0.032s	coverage: 100.0% of statements
20:31:19 [2020-09-10T20:31:19.037Z] ok  	github.com/docker/docker/pkg/useragent	0.047s	coverage: 88.9% of statements
20:31:19 [2020-09-10T20:31:19.236Z] tests/integration/api_volume_test.py .........                           [ 74%]
20:31:19 [2020-09-10T20:31:19.236Z] tests/integration/client_test.py .....                                   [ 75%]
20:31:19 [2020-09-10T20:31:19.236Z] tests/integration/context_api_test.py ...                                [ 76%]
20:31:19 [2020-09-10T20:31:19.236Z] tests/integration/errors_test.py .                                       [ 76%]
20:31:20 [2020-09-10T20:31:20.565Z] ok  	github.com/docker/docker/plugin/v2	0.283s	coverage: 20.1% of statements
20:31:20 [2020-09-10T20:31:20.614Z] --- PASS: TestConfigCreateResolve (3.66s)
20:31:20 [2020-09-10T20:31:20.614Z] === RUN   TestConfigDaemonLibtrustID
20:31:20 [2020-09-10T20:31:20.906Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
20:31:20 [2020-09-10T20:31:20.906Z] PASS
20:31:20 [2020-09-10T20:31:20.906Z] 
20:31:20 [2020-09-10T20:31:20.906Z] DONE 7 tests in 22.704s
20:31:20 [2020-09-10T20:31:20.906Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
20:31:20 [2020-09-10T20:31:20.906Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
20:31:20 [2020-09-10T20:31:20.906Z] ++ set -e
20:31:20 [2020-09-10T20:31:20.906Z] ++ '[' -n 0 ']'
20:31:20 [2020-09-10T20:31:20.906Z] ++ set -x
20:31:20 [2020-09-10T20:31:20.906Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
20:31:21 [2020-09-10T20:31:21.021Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 12.0% of statements
20:31:21 [2020-09-10T20:31:21.021Z] ok  	github.com/docker/docker/reference	0.784s	coverage: 84.4% of statements
20:31:21 [2020-09-10T20:31:21.198Z] INFO: Testing against a local daemon
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestCheckpoint
20:31:21 [2020-09-10T20:31:21.198Z] --- SKIP: TestCheckpoint (0.00s)
20:31:21 [2020-09-10T20:31:21.198Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestContainerInvalidJSON
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:31:21 [2020-09-10T20:31:21.198Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:31:21 [2020-09-10T20:31:21.198Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:31:21 [2020-09-10T20:31:21.198Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:31:21 [2020-09-10T20:31:21.198Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:31:21 [2020-09-10T20:31:21.198Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:31:21 [2020-09-10T20:31:21.198Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:31:21 [2020-09-10T20:31:21.198Z] --- PASS: TestContainerInvalidJSON (0.01s)
20:31:21 [2020-09-10T20:31:21.198Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:31:21 [2020-09-10T20:31:21.198Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:31:21 [2020-09-10T20:31:21.198Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:31:21 [2020-09-10T20:31:21.198Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s)
20:31:21 [2020-09-10T20:31:21.198Z] === RUN   TestCopyFromContainerPathIsNotDir
20:31:21 [2020-09-10T20:31:21.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
20:31:21 [2020-09-10T20:31:21.490Z] === RUN   TestCopyToContainerPathDoesNotExist
20:31:21 [2020-09-10T20:31:21.490Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s)
20:31:21 [2020-09-10T20:31:21.490Z] === RUN   TestCopyToContainerPathIsNotDir
20:31:21 [2020-09-10T20:31:21.782Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
20:31:21 [2020-09-10T20:31:21.782Z] === RUN   TestCopyFromContainer
20:31:22 [2020-09-10T20:31:22.548Z] ok  	github.com/docker/docker/restartmanager	0.034s	coverage: 50.9% of statements
20:31:23 [2020-09-10T20:31:23.004Z] ok  	github.com/docker/docker/registry/resumable	0.255s	coverage: 100.0% of statements
20:31:23 [2020-09-10T20:31:23.461Z] ok  	github.com/docker/docker/runconfig	0.038s	coverage: 52.2% of statements
20:31:23 [2020-09-10T20:31:23.854Z] === RUN   TestCopyFromContainer//
20:31:23 [2020-09-10T20:31:23.854Z] === RUN   TestCopyFromContainer//bar/root
20:31:23 [2020-09-10T20:31:23.854Z] === RUN   TestCopyFromContainer//bar/root/
20:31:23 [2020-09-10T20:31:23.854Z] === RUN   TestCopyFromContainer/bar/quux
20:31:23 [2020-09-10T20:31:23.854Z] === RUN   TestCopyFromContainer/bar/quux/
20:31:23 [2020-09-10T20:31:23.916Z] ok  	github.com/docker/docker/testutil	0.094s	coverage: 62.5% of statements
20:31:24 [2020-09-10T20:31:24.146Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:31:24 [2020-09-10T20:31:24.146Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:31:24 [2020-09-10T20:31:24.146Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:31:24 [2020-09-10T20:31:24.373Z] ok  	github.com/docker/docker/registry	0.530s	coverage: 51.7% of statements
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCopyFromContainer/bar/notarget
20:31:24 [2020-09-10T20:31:24.438Z] --- PASS: TestCopyFromContainer (2.86s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer// (0.05s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.04s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:31:24 [2020-09-10T20:31:24.438Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:31:24 [2020-09-10T20:31:24.438Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:31:24 [2020-09-10T20:31:24.438Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:31:24 [2020-09-10T20:31:24.438Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:31:24 [2020-09-10T20:31:24.438Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:31:24 [2020-09-10T20:31:24.438Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:31:24 [2020-09-10T20:31:24.438Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:31:24 [2020-09-10T20:31:24.438Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:31:24 [2020-09-10T20:31:24.438Z] === RUN   TestCreateLinkToNonExistingContainer
20:31:24 [2020-09-10T20:31:24.496Z] ok  	github.com/docker/docker/api/server	0.011s	coverage: 9.0% of statements
20:31:24 [2020-09-10T20:31:24.733Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateWithInvalidEnv
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateWithInvalidEnv/0
20:31:24 [2020-09-10T20:31:24.733Z] === PAUSE TestCreateWithInvalidEnv/0
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateWithInvalidEnv/1
20:31:24 [2020-09-10T20:31:24.733Z] === PAUSE TestCreateWithInvalidEnv/1
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateWithInvalidEnv/2
20:31:24 [2020-09-10T20:31:24.733Z] === PAUSE TestCreateWithInvalidEnv/2
20:31:24 [2020-09-10T20:31:24.733Z] === CONT  TestCreateWithInvalidEnv/0
20:31:24 [2020-09-10T20:31:24.733Z] === CONT  TestCreateWithInvalidEnv/2
20:31:24 [2020-09-10T20:31:24.733Z] === CONT  TestCreateWithInvalidEnv/1
20:31:24 [2020-09-10T20:31:24.733Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:31:24 [2020-09-10T20:31:24.733Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:31:24 [2020-09-10T20:31:24.733Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:31:24 [2020-09-10T20:31:24.733Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateTmpfsMountsTarget
20:31:24 [2020-09-10T20:31:24.733Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
20:31:24 [2020-09-10T20:31:24.733Z] === RUN   TestCreateWithCustomMaskedPaths
20:31:26 [2020-09-10T20:31:26.504Z] --- PASS: TestBuildLabelWithTargets (8.00s)
20:31:26 [2020-09-10T20:31:26.504Z] === RUN   TestBuildWithEmptyLayers
20:31:26 [2020-09-10T20:31:26.536Z] ok  	github.com/docker/docker/volume/local	0.208s	coverage: 37.7% of statements
20:31:26 [2020-09-10T20:31:26.804Z] --- PASS: TestCreateWithCustomMaskedPaths (2.29s)
20:31:26 [2020-09-10T20:31:26.804Z] === RUN   TestCreateWithCustomReadonlyPaths
20:31:26 [2020-09-10T20:31:26.991Z] ok  	github.com/docker/docker/volume/drivers	0.459s	coverage: 36.1% of statements
20:31:27 [2020-09-10T20:31:27.447Z] ok  	github.com/docker/docker/volume/mounts	0.097s	coverage: 66.2% of statements
20:31:28 [2020-09-10T20:31:28.974Z] ok  	github.com/docker/docker/volume/service	0.387s	coverage: 70.3% of statements
20:31:29 [2020-09-10T20:31:29.035Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
20:31:29 [2020-09-10T20:31:29.035Z] === RUN   TestBuildMultiStageOnBuild
20:31:29 [2020-09-10T20:31:29.538Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.53s)
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:31:29 [2020-09-10T20:31:29.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:31:29 [2020-09-10T20:31:29.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:31:29 [2020-09-10T20:31:29.538Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:31:29 [2020-09-10T20:31:29.538Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:31:29 [2020-09-10T20:31:29.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:31:29 [2020-09-10T20:31:29.538Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
20:31:29 [2020-09-10T20:31:29.538Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
20:31:29 [2020-09-10T20:31:29.538Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
20:31:29 [2020-09-10T20:31:29.538Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
20:31:29 [2020-09-10T20:31:29.538Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
20:31:29 [2020-09-10T20:31:29.538Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:31:30 [2020-09-10T20:31:30.172Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s)
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestCreateDifferentPlatform
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestCreateDifferentPlatform/different_os
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:31:30 [2020-09-10T20:31:30.172Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:31:30 [2020-09-10T20:31:30.172Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:31:30 [2020-09-10T20:31:30.172Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:31:30 [2020-09-10T20:31:30.172Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestContainerStartOnDaemonRestart
20:31:30 [2020-09-10T20:31:30.172Z] === PAUSE TestContainerStartOnDaemonRestart
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestDaemonRestartIpcMode
20:31:30 [2020-09-10T20:31:30.172Z] === PAUSE TestDaemonRestartIpcMode
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestDaemonHostGatewayIP
20:31:30 [2020-09-10T20:31:30.172Z] === PAUSE TestDaemonHostGatewayIP
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestContainerKillOnDaemonStart
20:31:30 [2020-09-10T20:31:30.172Z] === PAUSE TestContainerKillOnDaemonStart
20:31:30 [2020-09-10T20:31:30.172Z] === RUN   TestDiff
20:31:31 [2020-09-10T20:31:31.208Z] --- PASS: TestDiff (0.78s)
20:31:31 [2020-09-10T20:31:31.208Z] === RUN   TestExecWithCloseStdin
20:31:31 [2020-09-10T20:31:31.842Z] --- PASS: TestExecWithCloseStdin (0.88s)
20:31:31 [2020-09-10T20:31:31.842Z] === RUN   TestExec
20:31:32 [2020-09-10T20:31:32.878Z] --- PASS: TestExec (0.94s)
20:31:32 [2020-09-10T20:31:32.878Z] === RUN   TestExecUser
20:31:33 [2020-09-10T20:31:33.914Z] --- PASS: TestExecUser (0.89s)
20:31:33 [2020-09-10T20:31:33.914Z] === RUN   TestExportContainerAndImportImage
20:31:34 [2020-09-10T20:31:34.303Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
20:31:34 [2020-09-10T20:31:34.303Z] === RUN   TestBuildUncleanTarFilenames
20:31:34 [2020-09-10T20:31:34.872Z] --- PASS: TestBuildUncleanTarFilenames (0.66s)
20:31:34 [2020-09-10T20:31:34.872Z] === RUN   TestBuildMultiStageLayerLeak
20:31:34 [2020-09-10T20:31:34.951Z] --- PASS: TestExportContainerAndImportImage (1.10s)
20:31:34 [2020-09-10T20:31:34.951Z] === RUN   TestExportContainerAfterDaemonRestart
20:31:36 [2020-09-10T20:31:36.461Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s)
20:31:36 [2020-09-10T20:31:36.461Z] === RUN   TestHealthCheckWorkdir
20:31:37 [2020-09-10T20:31:37.499Z] --- PASS: TestHealthCheckWorkdir (1.12s)
20:31:37 [2020-09-10T20:31:37.499Z] === RUN   TestHealthKillContainer
20:31:39 [2020-09-10T20:31:39.062Z] --- PASS: TestBuildMultiStageLayerLeak (4.34s)
20:31:39 [2020-09-10T20:31:39.062Z] === RUN   TestBuildWithHugeFile
20:31:41 [2020-09-10T20:31:41.026Z] --- PASS: TestHealthKillContainer (2.91s)
20:31:41 [2020-09-10T20:31:41.026Z] === RUN   TestInspectCpusetInConfigPre120
20:31:41 [2020-09-10T20:31:41.318Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s)
20:31:41 [2020-09-10T20:31:41.318Z] === RUN   TestIpcModeNone
20:31:42 [2020-09-10T20:31:42.392Z] --- PASS: TestIpcModeNone (0.93s)
20:31:42 [2020-09-10T20:31:42.392Z] === RUN   TestIpcModePrivate
20:31:43 [2020-09-10T20:31:43.026Z] --- PASS: TestIpcModePrivate (0.88s)
20:31:43 [2020-09-10T20:31:43.026Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
20:31:43 [2020-09-10T20:31:43.026Z] === RUN   TestIpcModeShareable
20:31:44 [2020-09-10T20:31:44.062Z] --- PASS: TestIpcModeShareable (0.95s)
20:31:44 [2020-09-10T20:31:44.062Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
20:31:44 [2020-09-10T20:31:44.062Z] === RUN   TestAPIIpcModeShareableAndContainer
20:31:46 [2020-09-10T20:31:46.623Z] ok  	github.com/docker/docker/pkg/plugins	35.033s	coverage: 73.4% of statements
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/rootless	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/volume	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:31:46 [2020-09-10T20:31:46.624Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:31:46 [2020-09-10T20:31:46.800Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.75s)
20:31:46 [2020-09-10T20:31:46.800Z] === RUN   TestAPIIpcModeHost
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === Skipped
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     dispatchers_test.go:376: Windows does not support stopsignal
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     client_test.go:23: runtime.GOOS == "windows"
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     daemon_test.go:147: root required
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     reload_test.go:520: root required
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     pull_v2_test.go:73: Needs fixing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     pull_v2_test.go:118: Needs fixing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     download_test.go:268: Needs fixing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     layer_test.go:304: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     layer_test.go:353: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     layer_test.go:468: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     layer_test.go:697: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     migration_test.go:46: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     migration_test.go:182: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     mount_test.go:17: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     mount_test.go:76: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     mount_test.go:125: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     mount_test.go:212: Failing on Windows
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:133: Xz not present in msys2
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:238: Failing on Windows CI machines
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_windows_test.go:16: Currently fails
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     changes_test.go:192: needs more investigation
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     changes_test.go:405: needs further investigation
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     changes_test.go:441: needs further investigation
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
20:31:47 [2020-09-10T20:31:47.080Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:31:47 [2020-09-10T20:31:47.080Z] 
20:31:47 [2020-09-10T20:31:47.080Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     poller_test.go:41: No chmod on Windows
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     fileutils_test.go:134: Needs porting to Windows
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     fileutils_test.go:180: Needs porting to Windows
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     registry_test.go:58: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s)
20:31:47 [2020-09-10T20:31:47.081Z]     registry_test.go:78: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     registry_test.go:668: os.Getuid() != 0: skipping test that requires root
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
20:31:47 [2020-09-10T20:31:47.081Z]     local_test.go:181: runtime.GOOS == "windows"
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] 
20:31:47 [2020-09-10T20:31:47.081Z] DONE 1781 tests, 46 skipped in 190.829s
20:31:47 [2020-09-10T20:31:47.081Z] INFO: make.ps1 ended at 09/10/2020 20:31:46
20:31:47 [2020-09-10T20:31:47.435Z] --- PASS: TestAPIIpcModeHost (0.62s)
20:31:47 [2020-09-10T20:31:47.435Z] === RUN   TestDaemonIpcModeShareable
20:31:48 [2020-09-10T20:31:48.612Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
20:31:48 [2020-09-10T20:31:48.612Z] INFO: Unit tests ended at 09/10/2020 20:31:48. Duration:00:03:25.0838868
20:31:48 [2020-09-10T20:31:48.612Z] INFO: Building busybox
20:31:49 [2020-09-10T20:31:49.069Z] Sending build context to Docker daemon   5.12kB
20:31:49 [2020-09-10T20:31:49.069Z] 
20:31:49 [2020-09-10T20:31:49.069Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
20:31:49 [2020-09-10T20:31:49.069Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
20:31:49 [2020-09-10T20:31:49.069Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
20:31:49 [2020-09-10T20:31:49.069Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
20:31:49 [2020-09-10T20:31:49.069Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
20:31:49 [2020-09-10T20:31:49.069Z]  ---> 715aaeac112d
20:31:49 [2020-09-10T20:31:49.069Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
20:31:49 [2020-09-10T20:31:49.069Z]  ---> Running in e25e7354e8b6
20:31:49 [2020-09-10T20:31:49.508Z] --- PASS: TestDaemonIpcModeShareable (1.76s)
20:31:49 [2020-09-10T20:31:49.508Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
20:31:49 [2020-09-10T20:31:49.508Z] === RUN   TestDaemonIpcModePrivate
20:31:51 [2020-09-10T20:31:51.018Z] --- PASS: TestDaemonIpcModePrivate (1.76s)
20:31:51 [2020-09-10T20:31:51.018Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
20:31:51 [2020-09-10T20:31:51.018Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:31:53 [2020-09-10T20:31:53.094Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s)
20:31:53 [2020-09-10T20:31:53.094Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
20:31:53 [2020-09-10T20:31:53.094Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:31:53 [2020-09-10T20:31:53.734Z] Removing intermediate container e25e7354e8b6
20:31:53 [2020-09-10T20:31:53.734Z]  ---> 604b17326a3a
20:31:53 [2020-09-10T20:31:53.734Z] Step 7/13 : ARG BUSYBOX_VERSION
20:31:53 [2020-09-10T20:31:53.734Z]  ---> Running in a95ede859b56
20:31:54 [2020-09-10T20:31:54.189Z] Removing intermediate container a95ede859b56
20:31:54 [2020-09-10T20:31:54.189Z]  ---> fd439257e28d
20:31:54 [2020-09-10T20:31:54.189Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
20:31:54 [2020-09-10T20:31:54.189Z]  ---> Running in cbc5bc7a4cbb
20:31:54 [2020-09-10T20:31:54.189Z] Removing intermediate container cbc5bc7a4cbb
20:31:54 [2020-09-10T20:31:54.189Z]  ---> b6e18f202aac
20:31:54 [2020-09-10T20:31:54.189Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
20:31:54 [2020-09-10T20:31:54.331Z] tests/integration/models_containers_test.py ............................ [ 83%]
20:31:54 [2020-09-10T20:31:54.604Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s)
20:31:54 [2020-09-10T20:31:54.604Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
20:31:54 [2020-09-10T20:31:54.604Z] === RUN   TestIpcModeOlderClient
20:31:54 [2020-09-10T20:31:54.604Z] === PAUSE TestIpcModeOlderClient
20:31:54 [2020-09-10T20:31:54.604Z] === RUN   TestKillContainerInvalidSignal
20:31:55 [2020-09-10T20:31:55.238Z] --- PASS: TestKillContainerInvalidSignal (0.83s)
20:31:55 [2020-09-10T20:31:55.238Z] === RUN   TestKillContainer
20:31:55 [2020-09-10T20:31:55.238Z] === RUN   TestKillContainer/no_signal
20:31:56 [2020-09-10T20:31:56.274Z] === RUN   TestKillContainer/non_killing_signal
20:31:56 [2020-09-10T20:31:56.567Z] === RUN   TestKillContainer/killing_signal
20:31:58 [2020-09-10T20:31:58.077Z] --- PASS: TestKillContainer (2.55s)
20:31:58 [2020-09-10T20:31:58.077Z]     --- PASS: TestKillContainer/no_signal (0.81s)
20:31:58 [2020-09-10T20:31:58.077Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
20:31:58 [2020-09-10T20:31:58.077Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
20:31:58 [2020-09-10T20:31:58.077Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:31:58 [2020-09-10T20:31:58.077Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:31:58 [2020-09-10T20:31:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:31:58 [2020-09-10T20:31:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:31:58 [2020-09-10T20:31:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:31:58 [2020-09-10T20:31:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:31:58 [2020-09-10T20:31:58.712Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:31:58 [2020-09-10T20:31:58.860Z] 
20:31:58 [2020-09-10T20:31:58.860Z]  ---> ed55b47b5a13
20:31:58 [2020-09-10T20:31:58.860Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
20:31:58 [2020-09-10T20:31:58.860Z]  ---> Running in 731023b3b4ab
20:31:59 [2020-09-10T20:31:59.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:31:59 [2020-09-10T20:31:59.750Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s)
20:31:59 [2020-09-10T20:31:59.750Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s)
20:31:59 [2020-09-10T20:31:59.750Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s)
20:31:59 [2020-09-10T20:31:59.750Z] === RUN   TestKillStoppedContainer
20:31:59 [2020-09-10T20:31:59.750Z] --- PASS: TestKillStoppedContainer (0.10s)
20:31:59 [2020-09-10T20:31:59.750Z] === RUN   TestKillStoppedContainerAPIPre120
20:31:59 [2020-09-10T20:31:59.750Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
20:31:59 [2020-09-10T20:31:59.750Z] === RUN   TestKillDifferentUserContainer
20:32:00 [2020-09-10T20:32:00.787Z] --- PASS: TestKillDifferentUserContainer (0.85s)
20:32:00 [2020-09-10T20:32:00.787Z] === RUN   TestInspectOomKilledTrue
20:32:00 [2020-09-10T20:32:00.787Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:32:00 [2020-09-10T20:32:00.787Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:32:00 [2020-09-10T20:32:00.787Z] === RUN   TestInspectOomKilledFalse
20:32:00 [2020-09-10T20:32:00.787Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:32:00 [2020-09-10T20:32:00.787Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:32:00 [2020-09-10T20:32:00.787Z] === RUN   TestLinksEtcHostsContentMatch
20:32:01 [2020-09-10T20:32:01.079Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s)
20:32:01 [2020-09-10T20:32:01.079Z] === RUN   TestLinksContainerNames
20:32:03 [2020-09-10T20:32:03.150Z] --- PASS: TestLinksContainerNames (1.81s)
20:32:03 [2020-09-10T20:32:03.150Z] === RUN   TestLogsFollowTailEmpty
20:32:03 [2020-09-10T20:32:03.788Z] --- PASS: TestLogsFollowTailEmpty (0.85s)
20:32:03 [2020-09-10T20:32:03.788Z] === RUN   TestContainerNetworkMountsNoChown
20:32:04 [2020-09-10T20:32:04.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:32:04 [2020-09-10T20:32:04.825Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s)
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/default
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/default
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/private
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/private
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rprivate
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rprivate
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/slave
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/slave
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rslave
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rslave
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/shared
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/shared
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rshared
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rshared
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/default
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/default/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rslave
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/default/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rshared
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/shared
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rprivate
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/slave
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/private
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/private/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === RUN   TestMountDaemonRoot/private/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/default/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/default/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:32:04 [2020-09-10T20:32:04.825Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:32:05 [2020-09-10T20:32:05.118Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/private/mount_root
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:32:05 [2020-09-10T20:32:05.654Z] === CONT  TestMountDaemonRoot/private/bind_root
20:32:05 [2020-09-10T20:32:05.654Z] --- PASS: TestMountDaemonRoot (0.01s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.12s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.06s)
20:32:05 [2020-09-10T20:32:05.654Z] === RUN   TestContainerBindMountNonRecursive
20:32:07 [2020-09-10T20:32:07.725Z] --- PASS: TestContainerBindMountNonRecursive (2.23s)
20:32:07 [2020-09-10T20:32:07.725Z] === RUN   TestNetworkNat
20:32:08 [2020-09-10T20:32:08.761Z] --- PASS: TestNetworkNat (0.92s)
20:32:08 [2020-09-10T20:32:08.761Z] === RUN   TestNetworkLocalhostTCPNat
20:32:09 [2020-09-10T20:32:09.145Z] Removing intermediate container 731023b3b4ab
20:32:09 [2020-09-10T20:32:09.145Z]  ---> f037cabbac44
20:32:09 [2020-09-10T20:32:09.145Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
20:32:09 [2020-09-10T20:32:09.145Z]  ---> Running in 0ebd9192e980
20:32:09 [2020-09-10T20:32:09.145Z] 
20:32:09 [2020-09-10T20:32:09.145Z] SUCCESS: Specified value was saved.
20:32:09 [2020-09-10T20:32:09.394Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s)
20:32:09 [2020-09-10T20:32:09.394Z] === RUN   TestNetworkLoopbackNat
20:32:10 [2020-09-10T20:32:10.567Z] .........                                                                [ 86%]
20:32:12 [2020-09-10T20:32:12.193Z] Removing intermediate container 0ebd9192e980
20:32:12 [2020-09-10T20:32:12.193Z]  ---> 64f22db031dd
20:32:12 [2020-09-10T20:32:12.193Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
20:32:12 [2020-09-10T20:32:12.193Z]  ---> Running in 118a56f02607
20:32:12 [2020-09-10T20:32:12.928Z] --- PASS: TestNetworkLoopbackNat (3.25s)
20:32:12 [2020-09-10T20:32:12.928Z] === RUN   TestPause
20:32:13 [2020-09-10T20:32:13.561Z] --- PASS: TestPause (0.86s)
20:32:13 [2020-09-10T20:32:13.561Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:32:13 [2020-09-10T20:32:13.561Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:32:13 [2020-09-10T20:32:13.561Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:32:13 [2020-09-10T20:32:13.561Z] === RUN   TestPauseStopPausedContainer
20:32:14 [2020-09-10T20:32:14.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:32:14 [2020-09-10T20:32:14.598Z] --- PASS: TestPauseStopPausedContainer (0.83s)
20:32:14 [2020-09-10T20:32:14.598Z] === RUN   TestPsFilter
20:32:14 [2020-09-10T20:32:14.890Z] --- PASS: TestPsFilter (0.29s)
20:32:14 [2020-09-10T20:32:14.890Z] === RUN   TestRemoveContainerWithRemovedVolume
20:32:14 [2020-09-10T20:32:14.927Z] tests/integration/models_images_test.py ...............                  [ 89%]
20:32:15 [2020-09-10T20:32:15.187Z] Cannot create a file when that file already exists.
20:32:15 [2020-09-10T20:32:15.525Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s)
20:32:15 [2020-09-10T20:32:15.525Z] === RUN   TestRemoveContainerWithVolume
20:32:16 [2020-09-10T20:32:16.115Z] tests/integration/models_networks_test.py ....                           [ 90%]
20:32:16 [2020-09-10T20:32:16.561Z] --- PASS: TestRemoveContainerWithVolume (0.80s)
20:32:16 [2020-09-10T20:32:16.561Z] === RUN   TestRemoveContainerRunning
20:32:17 [2020-09-10T20:32:17.138Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:32:17 [2020-09-10T20:32:17.138Z] 
20:32:17 [2020-09-10T20:32:17.138Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:32:17 [2020-09-10T20:32:17.138Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:32:17 [2020-09-10T20:32:17.138Z] HOSTNAME=21c9fc649a30
20:32:17 [2020-09-10T20:32:17.138Z] TESTDEBUG=0
20:32:17 [2020-09-10T20:32:17.138Z] DEST=bundles/test-integration
20:32:17 [2020-09-10T20:32:17.138Z] PWD=/go/src/github.com/docker/docker
20:32:17 [2020-09-10T20:32:17.138Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:32:17 [2020-09-10T20:32:17.138Z] container=docker
20:32:17 [2020-09-10T20:32:17.138Z] HOME=/root
20:32:17 [2020-09-10T20:32:17.138Z] GOLANG_VERSION=1.13.15
20:32:17 [2020-09-10T20:32:17.138Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:32:17 [2020-09-10T20:32:17.138Z] VALIDATE_BRANCH=master
20:32:17 [2020-09-10T20:32:17.138Z] TERM=xterm
20:32:17 [2020-09-10T20:32:17.138Z] DOCKER_PKG=github.com/docker/docker
20:32:17 [2020-09-10T20:32:17.138Z] SHLVL=1
20:32:17 [2020-09-10T20:32:17.138Z] TIMEOUT=120m
20:32:17 [2020-09-10T20:32:17.138Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:32:17 [2020-09-10T20:32:17.138Z] DOCKER_GRAPHDRIVER=overlay2
20:32:17 [2020-09-10T20:32:17.138Z] GO111MODULE=off
20:32:17 [2020-09-10T20:32:17.138Z] DOCKER_EXPERIMENTAL=1
20:32:17 [2020-09-10T20:32:17.138Z] TEST_SKIP_INTEGRATION_CLI=1
20:32:17 [2020-09-10T20:32:17.138Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:32:17 [2020-09-10T20:32:17.138Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:32:17 [2020-09-10T20:32:17.138Z] GOPATH=/go
20:32:17 [2020-09-10T20:32:17.138Z] PKG_CONFIG=pkg-config
20:32:17 [2020-09-10T20:32:17.138Z] _=/usr/bin/env
20:32:17 [2020-09-10T20:32:17.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:32:17 [2020-09-10T20:32:17.196Z] --- PASS: TestRemoveContainerRunning (0.87s)
20:32:17 [2020-09-10T20:32:17.196Z] === RUN   TestRemoveContainerForceRemoveRunning
20:32:18 [2020-09-10T20:32:18.232Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s)
20:32:18 [2020-09-10T20:32:18.232Z] === RUN   TestRemoveInvalidContainer
20:32:18 [2020-09-10T20:32:18.232Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:32:18 [2020-09-10T20:32:18.232Z] === RUN   TestRenameLinkedContainer
20:32:19 [2020-09-10T20:32:19.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:32:20 [2020-09-10T20:32:20.955Z] Removing intermediate container 118a56f02607
20:32:20 [2020-09-10T20:32:20.956Z]  ---> e88bdef1b515
20:32:20 [2020-09-10T20:32:20.956Z] Step 13/13 : CMD ["sh"]
20:32:20 [2020-09-10T20:32:20.956Z]  ---> Running in 7f50f1327730
20:32:20 [2020-09-10T20:32:20.956Z] Removing intermediate container 7f50f1327730
20:32:20 [2020-09-10T20:32:20.956Z]  ---> 917da689177c
20:32:20 [2020-09-10T20:32:20.956Z] Successfully built 917da689177c
20:32:20 [2020-09-10T20:32:20.956Z] Successfully tagged busybox:latest
20:32:20 [2020-09-10T20:32:20.956Z] INFO: Docker images of the daemon under test
20:32:20 [2020-09-10T20:32:20.956Z] 
20:32:20 [2020-09-10T20:32:20.956Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
20:32:20 [2020-09-10T20:32:20.956Z] busybox                                latest              917da689177c        Less than a second ago   5.12GB
20:32:20 [2020-09-10T20:32:20.956Z] microsoft/windowsservercore            latest              715aaeac112d        7 days ago               5.06GB
20:32:20 [2020-09-10T20:32:20.956Z] mcr.microsoft.com/windows/servercore   ltsc2019            715aaeac112d        7 days ago               5.06GB
20:32:20 [2020-09-10T20:32:20.956Z] 
20:32:20 [2020-09-10T20:32:20.956Z] INFO: Running integration tests at 09/10/2020 20:32:20...
20:32:20 [2020-09-10T20:32:20.956Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
20:32:20 [2020-09-10T20:32:20.956Z] INFO: Integration API tests being run from the host:
20:32:20 [2020-09-10T20:32:20.956Z] INFO: make.ps1 starting at 09/10/2020 20:32:20
20:32:21 [2020-09-10T20:32:21.752Z] --- PASS: TestRenameLinkedContainer (3.41s)
20:32:21 [2020-09-10T20:32:21.752Z] === RUN   TestRenameStoppedContainer
20:32:21 [2020-09-10T20:32:21.919Z] Running D:\gopath\src\github.com\docker\docker\integration\build
20:32:22 [2020-09-10T20:32:22.385Z] --- PASS: TestRenameStoppedContainer (0.85s)
20:32:22 [2020-09-10T20:32:22.385Z] === RUN   TestRenameRunningContainerAndReuse
20:32:22 [2020-09-10T20:32:22.655Z] tests/integration/models_nodes_test.py .                                 [ 91%]
20:32:22 [2020-09-10T20:32:22.655Z] tests/integration/models_resources_test.py .                             [ 91%]
20:32:23 [2020-09-10T20:32:23.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:32:24 [2020-09-10T20:32:24.455Z] --- PASS: TestRenameRunningContainerAndReuse (1.71s)
20:32:24 [2020-09-10T20:32:24.455Z] === RUN   TestRenameInvalidName
20:32:25 [2020-09-10T20:32:25.088Z] --- PASS: TestRenameInvalidName (0.83s)
20:32:25 [2020-09-10T20:32:25.088Z] === RUN   TestRenameAnonymousContainer
20:32:25 [2020-09-10T20:32:25.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:32:28 [2020-09-10T20:32:28.721Z] tests/integration/models_services_test.py ..............X.               [ 95%]
20:32:30 [2020-09-10T20:32:30.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:32:30 [2020-09-10T20:32:30.658Z] --- PASS: TestRenameAnonymousContainer (4.90s)
20:32:30 [2020-09-10T20:32:30.658Z] === RUN   TestRenameContainerWithSameName
20:32:30 [2020-09-10T20:32:30.658Z] --- PASS: TestRenameContainerWithSameName (0.85s)
20:32:30 [2020-09-10T20:32:30.658Z] === RUN   TestRenameContainerWithLinkedContainer
20:32:31 [2020-09-10T20:32:31.980Z] tests/integration/models_swarm_test.py ..                                [ 96%]
20:32:31 [2020-09-10T20:32:31.980Z] tests/integration/models_volumes_test.py ..                              [ 96%]
20:32:32 [2020-09-10T20:32:32.750Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s)
20:32:32 [2020-09-10T20:32:32.750Z] === RUN   TestResize
20:32:33 [2020-09-10T20:32:33.384Z] --- PASS: TestResize (0.88s)
20:32:33 [2020-09-10T20:32:33.384Z] === RUN   TestResizeWithInvalidSize
20:32:34 [2020-09-10T20:32:34.018Z] --- PASS: TestResizeWithInvalidSize (0.82s)
20:32:34 [2020-09-10T20:32:34.018Z] === RUN   TestResizeWhenContainerNotStarted
20:32:34 [2020-09-10T20:32:34.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:32:35 [2020-09-10T20:32:35.054Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s)
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:32:35 [2020-09-10T20:32:35.055Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:32:35 [2020-09-10T20:32:35.301Z] --- PASS: TestBuildWithHugeFile (54.50s)
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildWithEmptyDockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:32:35 [2020-09-10T20:32:35.301Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s)
20:32:35 [2020-09-10T20:32:35.301Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
20:32:35 [2020-09-10T20:32:35.301Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
20:32:35 [2020-09-10T20:32:35.301Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildPreserveOwnership
20:32:35 [2020-09-10T20:32:35.301Z] === RUN   TestBuildPreserveOwnership/copy_from
20:32:35 [2020-09-10T20:32:35.635Z] tests/integration/regression_test.py ......                              [ 98%]
20:32:36 [2020-09-10T20:32:36.172Z] tests/integration/credentials/store_test.py ......                       [ 99%]
20:32:36 [2020-09-10T20:32:36.172Z] tests/integration/credentials/utils_test.py .                            [100%]
20:32:36 [2020-09-10T20:32:36.172Z] 
20:32:36 [2020-09-10T20:32:36.172Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
20:32:36 [2020-09-10T20:32:36.172Z] =========================== short test summary info ============================
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
20:32:36 [2020-09-10T20:32:36.172Z]   CONFIG_RT_GROUP_SCHED isn't enabled
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
20:32:36 [2020-09-10T20:32:36.172Z]   Not supported on most drivers
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
20:32:36 [2020-09-10T20:32:36.172Z]   Output of docker top depends on host distro, and is not formalized.
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
20:32:36 [2020-09-10T20:32:36.172Z]   Output of docker top depends on host distro, and is not formalized.
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
20:32:36 [2020-09-10T20:32:36.172Z]   Can fail if eth0 has multiple IP addresses
20:32:36 [2020-09-10T20:32:36.172Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
20:32:36 [2020-09-10T20:32:36.172Z]   This doesn't seem to be taken into account by the engine
20:32:36 [2020-09-10T20:32:36.172Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
20:32:36 [2020-09-10T20:32:36.172Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
20:32:36 [2020-09-10T20:32:36.172Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 310.62 seconds ==
20:32:36 [2020-09-10T20:32:36.434Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
20:32:37 [2020-09-10T20:32:37.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:32:37 [2020-09-10T20:32:37.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:32:38 [2020-09-10T20:32:38.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:32:38 [2020-09-10T20:32:38.941Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:32:38 [2020-09-10T20:32:38.941Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:32:39 [2020-09-10T20:32:39.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:32:39 [2020-09-10T20:32:39.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:32:39 [2020-09-10T20:32:39.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:32:39 [2020-09-10T20:32:39.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:32:40 [2020-09-10T20:32:40.568Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:32:41 [2020-09-10T20:32:41.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:32:41 [2020-09-10T20:32:41.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:32:42 [2020-09-10T20:32:42.708Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:32:42 [2020-09-10T20:32:42.708Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:32:42 [2020-09-10T20:32:42.978Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:32:42 [2020-09-10T20:32:42.978Z] INFO: Testing against a local daemon
20:32:44 [2020-09-10T20:32:44.754Z] --- PASS: TestBuildPreserveOwnership (10.09s)
20:32:44 [2020-09-10T20:32:44.754Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.08s)
20:32:44 [2020-09-10T20:32:44.754Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestBuildPlatformInvalid
20:32:44 [2020-09-10T20:32:44.754Z] --- PASS: TestBuildPlatformInvalid (0.08s)
20:32:44 [2020-09-10T20:32:44.754Z] PASS
20:32:44 [2020-09-10T20:32:44.754Z] 
20:32:44 [2020-09-10T20:32:44.754Z] === Skipped
20:32:44 [2020-09-10T20:32:44.754Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:32:44 [2020-09-10T20:32:44.754Z]     build_session_test.go:25: TODO: BuildKit
20:32:44 [2020-09-10T20:32:44.754Z] 
20:32:44 [2020-09-10T20:32:44.754Z] 
20:32:44 [2020-09-10T20:32:44.754Z] DONE 32 tests, 1 skipped in 130.371s
20:32:44 [2020-09-10T20:32:44.754Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:32:44 [2020-09-10T20:32:44.754Z] INFO: Testing against a local daemon
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigInspect
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestConfigInspect (0.02s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigList
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestConfigList (0.02s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigsCreateAndDelete
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigsUpdate
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestConfigsUpdate (0.01s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestTemplatedConfig
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestTemplatedConfig (0.00s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigCreateResolve
20:32:44 [2020-09-10T20:32:44.754Z] --- SKIP: TestConfigCreateResolve (0.01s)
20:32:44 [2020-09-10T20:32:44.754Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:44 [2020-09-10T20:32:44.754Z] === RUN   TestConfigDaemonLibtrustID
20:32:45 [2020-09-10T20:32:45.441Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:32:45 [2020-09-10T20:32:45.441Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:32:45 [2020-09-10T20:32:45.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:32:46 [2020-09-10T20:32:46.129Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
20:32:46 [2020-09-10T20:32:46.129Z] PASS
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === Skipped
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
20:32:46 [2020-09-10T20:32:46.129Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] 
20:32:46 [2020-09-10T20:32:46.129Z] DONE 7 tests, 6 skipped in 1.741s
20:32:46 [2020-09-10T20:32:46.129Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:32:46 [2020-09-10T20:32:46.129Z] INFO: Testing against a local daemon
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestCheckpoint
20:32:46 [2020-09-10T20:32:46.129Z] --- SKIP: TestCheckpoint (0.00s)
20:32:46 [2020-09-10T20:32:46.129Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestContainerInvalidJSON
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:32:46 [2020-09-10T20:32:46.129Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:32:46 [2020-09-10T20:32:46.129Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:32:46 [2020-09-10T20:32:46.129Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:32:46 [2020-09-10T20:32:46.129Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:32:46 [2020-09-10T20:32:46.129Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:32:46 [2020-09-10T20:32:46.129Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:32:46 [2020-09-10T20:32:46.129Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:32:46 [2020-09-10T20:32:46.129Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:32:46 [2020-09-10T20:32:46.129Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:32:46 [2020-09-10T20:32:46.129Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:32:46 [2020-09-10T20:32:46.129Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
20:32:46 [2020-09-10T20:32:46.129Z] === RUN   TestCopyFromContainerPathIsNotDir
20:32:46 [2020-09-10T20:32:46.389Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
20:32:46 [2020-09-10T20:32:46.389Z] === RUN   TestCopyToContainerPathDoesNotExist
20:32:46 [2020-09-10T20:32:46.389Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
20:32:46 [2020-09-10T20:32:46.389Z] === RUN   TestCopyToContainerPathIsNotDir
20:32:46 [2020-09-10T20:32:46.389Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
20:32:46 [2020-09-10T20:32:46.389Z] === RUN   TestCopyFromContainer
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/server/httputils	0.032s	coverage: 14.7% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/server/middleware	0.043s	coverage: 37.7% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/types/filters	0.025s	coverage: 92.2% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/types/strslice	0.026s	coverage: 90.0% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 5.7% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/api/types/versions	0.021s	coverage: 75.0% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/builder/dockerignore	0.007s	coverage: 96.8% of statements
20:32:46 [2020-09-10T20:32:46.974Z] ok  	github.com/docker/docker/cli/debug	0.005s	coverage: 100.0% of statements
20:32:48 [2020-09-10T20:32:48.033Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.903s	coverage: 86.3% of statements
20:32:48 [2020-09-10T20:32:48.183Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.38s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.35s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.88s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.93s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.17s)
20:32:48 [2020-09-10T20:32:48.183Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s)
20:32:48 [2020-09-10T20:32:48.183Z] === RUN   TestCgroupNamespacesRun
20:32:48 [2020-09-10T20:32:48.605Z] Leaving: AppArmorNo profiles have been unloaded.
20:32:48 [2020-09-10T20:32:48.605Z] 
20:32:48 [2020-09-10T20:32:48.605Z] Unloading profiles will leave already running processes permanently
20:32:48 [2020-09-10T20:32:48.605Z] unconfined, which can lead to unexpected situations.
20:32:48 [2020-09-10T20:32:48.605Z] 
20:32:48 [2020-09-10T20:32:48.605Z] To set a process to complain mode, use the command line tool
20:32:48 [2020-09-10T20:32:48.605Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:32:48 [2020-09-10T20:32:48.605Z] 
Post stage
[Pipeline] junit
20:32:48 [2020-09-10T20:32:48.873Z] Recording test results
[Pipeline] sh
20:32:49 [2020-09-10T20:32:49.349Z] + echo Ensuring container killed.
20:32:49 [2020-09-10T20:32:49.349Z] Ensuring container killed.
20:32:49 [2020-09-10T20:32:49.349Z] + docker rm -vf docker-pr1
20:32:49 [2020-09-10T20:32:49.349Z] Error: No such container: docker-pr1
20:32:49 [2020-09-10T20:32:49.349Z] + true
[Pipeline] sh
20:32:49 [2020-09-10T20:32:49.627Z] + echo Chowning /workspace to jenkins user
20:32:49 [2020-09-10T20:32:49.627Z] Chowning /workspace to jenkins user
20:32:49 [2020-09-10T20:32:49.627Z] + id -u
20:32:49 [2020-09-10T20:32:49.627Z] + id -g
20:32:49 [2020-09-10T20:32:49.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace busybox chown -R 1000:1000 /workspace
20:32:49 [2020-09-10T20:32:49.694Z] --- PASS: TestCgroupNamespacesRun (1.73s)
20:32:49 [2020-09-10T20:32:49.694Z] === RUN   TestCgroupNamespacesRunPrivileged
20:32:50 [2020-09-10T20:32:50.159Z] ok  	github.com/docker/docker/builder/remotecontext	0.551s	coverage: 13.6% of statements
20:32:50 [2020-09-10T20:32:50.178Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:32:50 [2020-09-10T20:32:50.178Z] Using test binary docker
20:32:50 [2020-09-10T20:32:50.178Z] +++ /etc/init.d/apparmor start
20:32:50 [2020-09-10T20:32:50.178Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:32:50 [2020-09-10T20:32:50.178Z] INFO: Waiting for daemon to start...
20:32:50 [2020-09-10T20:32:50.178Z] Starting dockerd
20:32:50 [2020-09-10T20:32:50.178Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
[Pipeline] catchError
[Pipeline] {
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer//
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer//bar/root
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer//bar/root/
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/quux
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/quux/
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:32:50 [2020-09-10T20:32:50.577Z] === RUN   TestCopyFromContainer/bar/notarget
[Pipeline] sh
20:32:50 [2020-09-10T20:32:50.838Z] --- PASS: TestCopyFromContainer (4.43s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer// (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:32:50 [2020-09-10T20:32:50.838Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateLinkToNonExistingContainer
20:32:50 [2020-09-10T20:32:50.838Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateWithInvalidEnv
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateWithInvalidEnv/0
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateWithInvalidEnv/0
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateWithInvalidEnv/1
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateWithInvalidEnv/1
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateWithInvalidEnv/2
20:32:50 [2020-09-10T20:32:50.838Z] === PAUSE TestCreateWithInvalidEnv/2
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateWithInvalidEnv/0
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateWithInvalidEnv/2
20:32:50 [2020-09-10T20:32:50.838Z] === CONT  TestCreateWithInvalidEnv/1
20:32:50 [2020-09-10T20:32:50.838Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateTmpfsMountsTarget
20:32:50 [2020-09-10T20:32:50.838Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
20:32:50 [2020-09-10T20:32:50.838Z] === RUN   TestCreateWithCustomMaskedPaths
20:32:50 [2020-09-10T20:32:50.847Z] + bundleName=docker-py
20:32:50 [2020-09-10T20:32:50.847Z] + echo Creating docker-py-bundles.tar.gz
20:32:50 [2020-09-10T20:32:50.847Z] Creating docker-py-bundles.tar.gz
20:32:50 [2020-09-10T20:32:50.847Z] + 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
20:32:50 [2020-09-10T20:32:50.856Z] Archiving artifacts
20:32:51 [2020-09-10T20:32:51.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
20:32:51 [2020-09-10T20:32:51.203Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s)
20:32:51 [2020-09-10T20:32:51.203Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:32:51 [2020-09-10T20:32:51.213Z] ok  	github.com/docker/docker/builder/dockerfile	1.293s	coverage: 48.0% of statements
20:32:51 [2020-09-10T20:32:51.213Z] ?   	github.com/docker/docker/cli	[no test files]
20:32:51 [2020-09-10T20:32:51.213Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:32:51 [2020-09-10T20:32:51.481Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh binary-daemon
20:32:51 [2020-09-10T20:32:51.739Z] 
20:32:51 [2020-09-10T20:32:51.996Z] Removing bundles/
20:32:51 [2020-09-10T20:32:51.996Z] 
20:32:51 [2020-09-10T20:32:51.996Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
20:32:51 [2020-09-10T20:32:51.996Z] Building: bundles/binary-daemon/dockerd-dev
20:32:51 [2020-09-10T20:32:51.996Z] GOOS="" GOARCH="" GOARM=""
20:32:52 [2020-09-10T20:32:52.080Z] .
20:32:52 [2020-09-10T20:32:52.081Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:32:52 [2020-09-10T20:32:52.081Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:32:52 [2020-09-10T20:32:52.081Z] Error: No such image: emptyfs
20:32:52 [2020-09-10T20:32:52.081Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:32:52 [2020-09-10T20:32:52.081Z] ++++ docker load
20:32:52 [2020-09-10T20:32:52.215Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s)
20:32:52 [2020-09-10T20:32:52.215Z] === RUN   TestCreateWithCustomReadonlyPaths
20:32:52 [2020-09-10T20:32:52.649Z] Running integration-test (iteration 1)
20:32:52 [2020-09-10T20:32:52.649Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
20:32:52 [2020-09-10T20:32:52.649Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
20:32:52 [2020-09-10T20:32:52.649Z] ++ set -e
20:32:52 [2020-09-10T20:32:52.649Z] ++ '[' -n 0 ']'
20:32:52 [2020-09-10T20:32:52.649Z] ++ set -x
20:32:52 [2020-09-10T20:32:52.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
20:32:52 [2020-09-10T20:32:52.731Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s)
20:32:52 [2020-09-10T20:32:52.731Z] === RUN   TestCgroupNamespacesRunHostMode
20:32:53 [2020-09-10T20:32:53.151Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s)
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:53 [2020-09-10T20:32:53.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:53 [2020-09-10T20:32:53.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:32:53 [2020-09-10T20:32:53.151Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:32:53 [2020-09-10T20:32:53.151Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:32:53 [2020-09-10T20:32:53.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:32:53 [2020-09-10T20:32:53.151Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
20:32:53 [2020-09-10T20:32:53.151Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
20:32:53 [2020-09-10T20:32:53.151Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
20:32:53 [2020-09-10T20:32:53.151Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:32:53 [2020-09-10T20:32:53.151Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:32:53 [2020-09-10T20:32:53.151Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:32:53 [2020-09-10T20:32:53.718Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestCreateDifferentPlatform
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestCreateDifferentPlatform/different_os
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:32:53 [2020-09-10T20:32:53.718Z] --- PASS: TestCreateDifferentPlatform (0.01s)
20:32:53 [2020-09-10T20:32:53.718Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:32:53 [2020-09-10T20:32:53.718Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:32:53 [2020-09-10T20:32:53.718Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestContainerStartOnDaemonRestart
20:32:53 [2020-09-10T20:32:53.718Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
20:32:53 [2020-09-10T20:32:53.718Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestDaemonRestartIpcMode
20:32:53 [2020-09-10T20:32:53.718Z] === PAUSE TestDaemonRestartIpcMode
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestDaemonHostGatewayIP
20:32:53 [2020-09-10T20:32:53.718Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
20:32:53 [2020-09-10T20:32:53.718Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestContainerKillOnDaemonStart
20:32:53 [2020-09-10T20:32:53.718Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
20:32:53 [2020-09-10T20:32:53.718Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:32:53 [2020-09-10T20:32:53.718Z] === RUN   TestDiff
20:32:54 [2020-09-10T20:32:54.286Z] --- PASS: TestDiff (0.44s)
20:32:54 [2020-09-10T20:32:54.286Z] === RUN   TestExecWithCloseStdin
20:32:54 [2020-09-10T20:32:54.545Z] --- PASS: TestExecWithCloseStdin (0.45s)
20:32:54 [2020-09-10T20:32:54.545Z] === RUN   TestExec
20:32:54 [2020-09-10T20:32:54.803Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s)
20:32:54 [2020-09-10T20:32:54.803Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:32:54 [2020-09-10T20:32:54.804Z] ok  	github.com/docker/docker/client	0.524s	coverage: 75.4% of statements
20:32:55 [2020-09-10T20:32:55.112Z] --- PASS: TestExec (0.46s)
20:32:55 [2020-09-10T20:32:55.112Z] === RUN   TestExecUser
20:32:55 [2020-09-10T20:32:55.317Z] ok  	github.com/docker/docker/integration/build	13.478s
20:32:55 [2020-09-10T20:32:55.370Z] --- PASS: TestExecUser (0.44s)
20:32:55 [2020-09-10T20:32:55.370Z] === RUN   TestExportContainerAndImportImage
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === Skipped
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_session_test.go:25: TODO: BuildKit
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:492: testEnv.OSType == "windows"
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
20:32:55 [2020-09-10T20:32:55.775Z]     build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] DONE 22 tests, 10 skipped in 33.824s
20:32:55 [2020-09-10T20:32:55.775Z] 
20:32:55 [2020-09-10T20:32:55.775Z] Running D:\gopath\src\github.com\docker\docker\integration\config
20:32:55 [2020-09-10T20:32:55.939Z] --- PASS: TestExportContainerAndImportImage (0.59s)
20:32:55 [2020-09-10T20:32:55.939Z] === RUN   TestExportContainerAfterDaemonRestart
20:32:56 [2020-09-10T20:32:56.320Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.69s)
20:32:56 [2020-09-10T20:32:56.320Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:32:57 [2020-09-10T20:32:57.859Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.69s)
20:32:57 [2020-09-10T20:32:57.859Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:32:57 [2020-09-10T20:32:57.945Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:32:57 [2020-09-10T20:32:57.945Z] INFO: Testing against a local daemon
20:32:57 [2020-09-10T20:32:57.945Z] ok  	github.com/docker/docker/integration/config	0.219s
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === Skipped
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
20:32:57 [2020-09-10T20:32:57.945Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] DONE 7 tests, 7 skipped in 2.311s
20:32:57 [2020-09-10T20:32:57.945Z] 
20:32:57 [2020-09-10T20:32:57.945Z] Running D:\gopath\src\github.com\docker\docker\integration\container
20:32:58 [2020-09-10T20:32:58.896Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
20:32:58 [2020-09-10T20:32:58.896Z] === RUN   TestCgroupNamespacesRunOlderClient
20:32:59 [2020-09-10T20:32:59.229Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s)
20:32:59 [2020-09-10T20:32:59.229Z] === RUN   TestHealthCheckWorkdir
20:32:59 [2020-09-10T20:32:59.796Z] --- PASS: TestHealthCheckWorkdir (0.55s)
20:32:59 [2020-09-10T20:32:59.796Z] === RUN   TestHealthKillContainer
20:33:00 [2020-09-10T20:33:00.407Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s)
20:33:00 [2020-09-10T20:33:00.407Z] === RUN   TestKernelTCPMemory
20:33:01 [2020-09-10T20:33:01.444Z] --- PASS: TestKernelTCPMemory (0.89s)
20:33:01 [2020-09-10T20:33:01.444Z] === RUN   TestNISDomainname
20:33:01 [2020-09-10T20:33:01.679Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:33:01 [2020-09-10T20:33:01.679Z] INFO: Testing against a local daemon
20:33:02 [2020-09-10T20:33:02.327Z] --- PASS: TestHealthKillContainer (2.47s)
20:33:02 [2020-09-10T20:33:02.327Z] === RUN   TestInspectCpusetInConfigPre120
20:33:02 [2020-09-10T20:33:02.481Z] --- PASS: TestNISDomainname (0.95s)
20:33:02 [2020-09-10T20:33:02.481Z] === RUN   TestHostnameDnsResolution
20:33:02 [2020-09-10T20:33:02.895Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s)
20:33:02 [2020-09-10T20:33:02.895Z] === RUN   TestIpcModeNone
20:33:03 [2020-09-10T20:33:03.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:33:03 [2020-09-10T20:33:03.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:33:03 [2020-09-10T20:33:03.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:33:03 [2020-09-10T20:33:03.154Z] --- PASS: TestIpcModeNone (0.43s)
20:33:03 [2020-09-10T20:33:03.154Z] === RUN   TestIpcModePrivate
20:33:03 [2020-09-10T20:33:03.722Z] --- PASS: TestIpcModePrivate (0.46s)
20:33:03 [2020-09-10T20:33:03.722Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
20:33:03 [2020-09-10T20:33:03.722Z] === RUN   TestIpcModeShareable
20:33:03 [2020-09-10T20:33:03.722Z] --- SKIP: TestIpcModeShareable (0.00s)
20:33:03 [2020-09-10T20:33:03.722Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:03 [2020-09-10T20:33:03.722Z] === RUN   TestAPIIpcModeShareableAndContainer
20:33:03 [2020-09-10T20:33:03.990Z] --- PASS: TestHostnameDnsResolution (1.68s)
20:33:03 [2020-09-10T20:33:03.990Z] === RUN   TestStats
20:33:04 [2020-09-10T20:33:04.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:33:04 [2020-09-10T20:33:04.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:33:05 [2020-09-10T20:33:05.101Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s)
20:33:05 [2020-09-10T20:33:05.101Z] === RUN   TestAPIIpcModeHost
20:33:05 [2020-09-10T20:33:05.101Z] --- SKIP: TestAPIIpcModeHost (0.00s)
20:33:05 [2020-09-10T20:33:05.101Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:05 [2020-09-10T20:33:05.101Z] === RUN   TestDaemonIpcModeShareable
20:33:05 [2020-09-10T20:33:05.101Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
20:33:05 [2020-09-10T20:33:05.101Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:05 [2020-09-10T20:33:05.101Z] === RUN   TestDaemonIpcModePrivate
20:33:06 [2020-09-10T20:33:06.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:33:06 [2020-09-10T20:33:06.725Z] --- PASS: TestStats (2.87s)
20:33:06 [2020-09-10T20:33:06.725Z] === RUN   TestStopContainerWithTimeout
20:33:06 [2020-09-10T20:33:06.725Z] === RUN   TestStopContainerWithTimeout/0
20:33:06 [2020-09-10T20:33:06.725Z] === PAUSE TestStopContainerWithTimeout/0
20:33:06 [2020-09-10T20:33:06.725Z] === RUN   TestStopContainerWithTimeout/1
20:33:06 [2020-09-10T20:33:06.725Z] === PAUSE TestStopContainerWithTimeout/1
20:33:06 [2020-09-10T20:33:06.725Z] === RUN   TestStopContainerWithTimeout/3
20:33:06 [2020-09-10T20:33:06.725Z] === PAUSE TestStopContainerWithTimeout/3
20:33:06 [2020-09-10T20:33:06.725Z] === RUN   TestStopContainerWithTimeout/-1
20:33:06 [2020-09-10T20:33:06.725Z] === PAUSE TestStopContainerWithTimeout/-1
20:33:06 [2020-09-10T20:33:06.725Z] === CONT  TestStopContainerWithTimeout/0
20:33:06 [2020-09-10T20:33:06.725Z] === CONT  TestStopContainerWithTimeout/-1
20:33:07 [2020-09-10T20:33:07.696Z] --- PASS: TestDaemonIpcModePrivate (2.18s)
20:33:07 [2020-09-10T20:33:07.696Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:33:07 [2020-09-10T20:33:07.696Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
20:33:07 [2020-09-10T20:33:07.696Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:33:07 [2020-09-10T20:33:07.696Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
20:33:07 [2020-09-10T20:33:07.696Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestIpcModeOlderClient
20:33:07 [2020-09-10T20:33:07.696Z] === PAUSE TestIpcModeOlderClient
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestKillContainerInvalidSignal
20:33:07 [2020-09-10T20:33:07.696Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestKillContainer
20:33:07 [2020-09-10T20:33:07.696Z] === RUN   TestKillContainer/no_signal
20:33:07 [2020-09-10T20:33:07.760Z] === CONT  TestStopContainerWithTimeout/3
20:33:07 [2020-09-10T20:33:07.955Z] === RUN   TestKillContainer/non_killing_signal
20:33:08 [2020-09-10T20:33:08.522Z] === RUN   TestKillContainer/killing_signal
20:33:08 [2020-09-10T20:33:08.780Z] --- PASS: TestKillContainer (1.19s)
20:33:08 [2020-09-10T20:33:08.780Z]     --- PASS: TestKillContainer/no_signal (0.37s)
20:33:08 [2020-09-10T20:33:08.780Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
20:33:08 [2020-09-10T20:33:08.780Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
20:33:08 [2020-09-10T20:33:08.780Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:33:08 [2020-09-10T20:33:08.780Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:33:09 [2020-09-10T20:33:09.347Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:33:09 [2020-09-10T20:33:09.606Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s)
20:33:09 [2020-09-10T20:33:09.606Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
20:33:09 [2020-09-10T20:33:09.606Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
20:33:09 [2020-09-10T20:33:09.606Z] === RUN   TestKillStoppedContainer
20:33:09 [2020-09-10T20:33:09.606Z] --- PASS: TestKillStoppedContainer (0.05s)
20:33:09 [2020-09-10T20:33:09.606Z] === RUN   TestKillStoppedContainerAPIPre120
20:33:09 [2020-09-10T20:33:09.836Z] === CONT  TestStopContainerWithTimeout/1
20:33:09 [2020-09-10T20:33:09.865Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
20:33:09 [2020-09-10T20:33:09.865Z] === RUN   TestKillDifferentUserContainer
20:33:09 [2020-09-10T20:33:09.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:33:10 [2020-09-10T20:33:10.124Z] --- PASS: TestKillDifferentUserContainer (0.39s)
20:33:10 [2020-09-10T20:33:10.124Z] === RUN   TestInspectOomKilledTrue
20:33:10 [2020-09-10T20:33:10.124Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
20:33:10 [2020-09-10T20:33:10.124Z]     kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:10 [2020-09-10T20:33:10.124Z] === RUN   TestInspectOomKilledFalse
20:33:10 [2020-09-10T20:33:10.124Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:33:10 [2020-09-10T20:33:10.124Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:10 [2020-09-10T20:33:10.124Z] === RUN   TestLinksEtcHostsContentMatch
20:33:10 [2020-09-10T20:33:10.124Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
20:33:10 [2020-09-10T20:33:10.124Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:33:10 [2020-09-10T20:33:10.124Z] === RUN   TestLinksContainerNames
20:33:11 [2020-09-10T20:33:11.060Z] --- PASS: TestLinksContainerNames (0.79s)
20:33:11 [2020-09-10T20:33:11.060Z] === RUN   TestLogsFollowTailEmpty
20:33:11 [2020-09-10T20:33:11.320Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
20:33:11 [2020-09-10T20:33:11.320Z] === RUN   TestContainerNetworkMountsNoChown
20:33:11 [2020-09-10T20:33:11.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:33:11 [2020-09-10T20:33:11.887Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/default
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/default
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/private
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/private
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rprivate
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rprivate
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/slave
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/slave
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rslave
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rslave
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/shared
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/shared
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rshared
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rshared
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/default
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/default/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/default/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rslave
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rshared
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/shared
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rprivate
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/slave
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/private
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/private/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/private/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/default/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/default/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:33:11 [2020-09-10T20:33:11.887Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:33:11 [2020-09-10T20:33:11.908Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:33:11 [2020-09-10T20:33:11.908Z]     --- PASS: TestStopContainerWithTimeout/0 (1.00s)
20:33:11 [2020-09-10T20:33:11.908Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.98s)
20:33:11 [2020-09-10T20:33:11.908Z]     --- PASS: TestStopContainerWithTimeout/3 (2.86s)
20:33:11 [2020-09-10T20:33:11.908Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
20:33:11 [2020-09-10T20:33:11.908Z] === RUN   TestDeleteDevicemapper
20:33:11 [2020-09-10T20:33:11.908Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:33:11 [2020-09-10T20:33:11.908Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:33:11 [2020-09-10T20:33:11.908Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/private/bind_root
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/private/mount_root
20:33:12 [2020-09-10T20:33:12.146Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:33:12 [2020-09-10T20:33:12.146Z] --- PASS: TestMountDaemonRoot (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:33:12 [2020-09-10T20:33:12.146Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
20:33:12 [2020-09-10T20:33:12.146Z] === RUN   TestContainerBindMountNonRecursive
20:33:12 [2020-09-10T20:33:12.146Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
20:33:12 [2020-09-10T20:33:12.146Z]     mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
20:33:12 [2020-09-10T20:33:12.146Z] === RUN   TestNetworkNat
20:33:12 [2020-09-10T20:33:12.714Z] --- PASS: TestNetworkNat (0.52s)
20:33:12 [2020-09-10T20:33:12.714Z] === RUN   TestNetworkLocalhostTCPNat
20:33:12 [2020-09-10T20:33:12.972Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s)
20:33:12 [2020-09-10T20:33:12.972Z] === RUN   TestNetworkLoopbackNat
20:33:13 [2020-09-10T20:33:13.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:33:14 [2020-09-10T20:33:14.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:33:15 [2020-09-10T20:33:15.432Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.50s)
20:33:15 [2020-09-10T20:33:15.432Z] === RUN   TestUpdateMemory
20:33:15 [2020-09-10T20:33:15.432Z] --- SKIP: TestUpdateMemory (0.00s)
20:33:15 [2020-09-10T20:33:15.432Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:33:15 [2020-09-10T20:33:15.432Z] === RUN   TestUpdateCPUQuota
20:33:15 [2020-09-10T20:33:15.503Z] --- PASS: TestNetworkLoopbackNat (2.51s)
20:33:15 [2020-09-10T20:33:15.503Z] === RUN   TestPause
20:33:15 [2020-09-10T20:33:15.503Z] --- SKIP: TestPause (0.00s)
20:33:15 [2020-09-10T20:33:15.503Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:15 [2020-09-10T20:33:15.503Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:33:15 [2020-09-10T20:33:15.503Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:33:15 [2020-09-10T20:33:15.503Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:33:15 [2020-09-10T20:33:15.503Z] === RUN   TestPauseStopPausedContainer
20:33:15 [2020-09-10T20:33:15.503Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
20:33:15 [2020-09-10T20:33:15.503Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:15 [2020-09-10T20:33:15.503Z] === RUN   TestPsFilter
20:33:15 [2020-09-10T20:33:15.764Z] --- PASS: TestPsFilter (0.14s)
20:33:15 [2020-09-10T20:33:15.764Z] === RUN   TestRemoveContainerWithRemovedVolume
20:33:16 [2020-09-10T20:33:16.022Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s)
20:33:16 [2020-09-10T20:33:16.022Z] === RUN   TestRemoveContainerWithVolume
20:33:16 [2020-09-10T20:33:16.467Z] --- PASS: TestUpdateCPUQuota (1.21s)
20:33:16 [2020-09-10T20:33:16.467Z] === RUN   TestUpdatePidsLimit
20:33:16 [2020-09-10T20:33:16.467Z] === RUN   TestUpdatePidsLimit/update_from_none
20:33:16 [2020-09-10T20:33:16.589Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
20:33:16 [2020-09-10T20:33:16.589Z] === RUN   TestRemoveContainerRunning
20:33:16 [2020-09-10T20:33:16.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:33:16 [2020-09-10T20:33:16.758Z] === RUN   TestUpdatePidsLimit/no_change
20:33:16 [2020-09-10T20:33:16.848Z] --- PASS: TestRemoveContainerRunning (0.41s)
20:33:16 [2020-09-10T20:33:16.848Z] === RUN   TestRemoveContainerForceRemoveRunning
20:33:17 [2020-09-10T20:33:17.050Z] === RUN   TestUpdatePidsLimit/update_lower
20:33:17 [2020-09-10T20:33:17.415Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
20:33:17 [2020-09-10T20:33:17.415Z] === RUN   TestRemoveInvalidContainer
20:33:17 [2020-09-10T20:33:17.415Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:33:17 [2020-09-10T20:33:17.415Z] === RUN   TestRenameLinkedContainer
20:33:17 [2020-09-10T20:33:17.685Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:33:17 [2020-09-10T20:33:17.976Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:33:18 [2020-09-10T20:33:18.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:33:18 [2020-09-10T20:33:18.268Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:33:18 [2020-09-10T20:33:18.560Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:33:18 [2020-09-10T20:33:18.792Z] --- PASS: TestRenameLinkedContainer (1.55s)
20:33:18 [2020-09-10T20:33:18.792Z] === RUN   TestRenameStoppedContainer
20:33:19 [2020-09-10T20:33:19.359Z] --- PASS: TestRenameStoppedContainer (0.40s)
20:33:19 [2020-09-10T20:33:19.359Z] === RUN   TestRenameRunningContainerAndReuse
20:33:19 [2020-09-10T20:33:19.926Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s)
20:33:19 [2020-09-10T20:33:19.926Z] === RUN   TestRenameInvalidName
20:33:19 [2020-09-10T20:33:19.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:33:20 [2020-09-10T20:33:20.083Z] --- PASS: TestUpdatePidsLimit (3.59s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/no_change (0.35s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.37s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
20:33:20 [2020-09-10T20:33:20.083Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
20:33:20 [2020-09-10T20:33:20.083Z] === RUN   TestUpdateRestartPolicy
20:33:20 [2020-09-10T20:33:20.494Z] --- PASS: TestRenameInvalidName (0.42s)
20:33:20 [2020-09-10T20:33:20.494Z] === RUN   TestRenameAnonymousContainer
20:33:21 [2020-09-10T20:33:21.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:33:21 [2020-09-10T20:33:21.873Z] --- PASS: TestRenameAnonymousContainer (1.45s)
20:33:21 [2020-09-10T20:33:21.873Z] === RUN   TestRenameContainerWithSameName
20:33:22 [2020-09-10T20:33:22.441Z] --- PASS: TestRenameContainerWithSameName (0.40s)
20:33:22 [2020-09-10T20:33:22.441Z] === RUN   TestRenameContainerWithLinkedContainer
20:33:22 [2020-09-10T20:33:22.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:33:23 [2020-09-10T20:33:23.378Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s)
20:33:23 [2020-09-10T20:33:23.378Z] === RUN   TestResize
20:33:23 [2020-09-10T20:33:23.636Z] --- PASS: TestResize (0.38s)
20:33:23 [2020-09-10T20:33:23.636Z] === RUN   TestResizeWithInvalidSize
20:33:23 [2020-09-10T20:33:23.895Z] --- PASS: TestResizeWithInvalidSize (0.43s)
20:33:23 [2020-09-10T20:33:23.895Z] === RUN   TestResizeWhenContainerNotStarted
20:33:24 [2020-09-10T20:33:24.464Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
20:33:24 [2020-09-10T20:33:24.464Z] === RUN   TestDaemonRestartKillContainers
20:33:24 [2020-09-10T20:33:24.464Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
20:33:24 [2020-09-10T20:33:24.464Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:33:24 [2020-09-10T20:33:24.464Z] === RUN   TestCgroupNamespacesRun
20:33:24 [2020-09-10T20:33:24.676Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:33:24 [2020-09-10T20:33:24.676Z] Using test binary docker
20:33:24 [2020-09-10T20:33:24.676Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:33:24 [2020-09-10T20:33:24.676Z] +++ /etc/init.d/apparmor start
20:33:24 [2020-09-10T20:33:24.676Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:33:24 [2020-09-10T20:33:24.676Z] INFO: Waiting for daemon to start...
20:33:24 [2020-09-10T20:33:24.676Z] Starting dockerd
20:33:24 [2020-09-10T20:33:24.676Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
20:33:26 [2020-09-10T20:33:26.370Z] --- PASS: TestCgroupNamespacesRun (2.14s)
20:33:26 [2020-09-10T20:33:26.370Z] === RUN   TestCgroupNamespacesRunPrivileged
20:33:28 [2020-09-10T20:33:28.904Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.12s)
20:33:28 [2020-09-10T20:33:28.904Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:33:30 [2020-09-10T20:33:30.806Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s)
20:33:30 [2020-09-10T20:33:30.806Z] === RUN   TestCgroupNamespacesRunHostMode
20:33:31 [2020-09-10T20:33:31.268Z] .
20:33:31 [2020-09-10T20:33:31.268Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:33:31 [2020-09-10T20:33:31.268Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:33:31 [2020-09-10T20:33:31.268Z] Error: No such image: emptyfs
20:33:31 [2020-09-10T20:33:31.268Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:33:31 [2020-09-10T20:33:31.268Z] ++++ docker load
20:33:31 [2020-09-10T20:33:31.268Z] Running integration-test (iteration 1)
20:33:31 [2020-09-10T20:33:31.268Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
20:33:31 [2020-09-10T20:33:31.268Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
20:33:31 [2020-09-10T20:33:31.268Z] ++ set -e
20:33:31 [2020-09-10T20:33:31.268Z] ++ '[' -n 0 ']'
20:33:31 [2020-09-10T20:33:31.268Z] ++ set -x
20:33:31 [2020-09-10T20:33:31.268Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
20:33:32 [2020-09-10T20:33:32.730Z] --- PASS: TestUpdateRestartPolicy (12.68s)
20:33:32 [2020-09-10T20:33:32.730Z] === RUN   TestUpdateRestartWithAutoRemove
20:33:33 [2020-09-10T20:33:33.339Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s)
20:33:33 [2020-09-10T20:33:33.339Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:33:33 [2020-09-10T20:33:33.766Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s)
20:33:33 [2020-09-10T20:33:33.766Z] === RUN   TestWaitNonBlocked
20:33:33 [2020-09-10T20:33:33.766Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:33 [2020-09-10T20:33:33.766Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:33 [2020-09-10T20:33:33.766Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:33 [2020-09-10T20:33:33.766Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:33 [2020-09-10T20:33:33.766Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:33 [2020-09-10T20:33:33.766Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:34 [2020-09-10T20:33:34.803Z] --- PASS: TestWaitNonBlocked (0.01s)
20:33:34 [2020-09-10T20:33:34.803Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s)
20:33:34 [2020-09-10T20:33:34.803Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.20s)
20:33:34 [2020-09-10T20:33:34.803Z] === RUN   TestWaitBlocked
20:33:34 [2020-09-10T20:33:34.803Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:33:34 [2020-09-10T20:33:34.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:33:34 [2020-09-10T20:33:34.803Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:33:34 [2020-09-10T20:33:34.803Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:33:34 [2020-09-10T20:33:34.803Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:33:34 [2020-09-10T20:33:34.803Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:33:35 [2020-09-10T20:33:35.242Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s)
20:33:35 [2020-09-10T20:33:35.242Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:33:35 [2020-09-10T20:33:35.840Z] --- PASS: TestWaitBlocked (0.01s)
20:33:35 [2020-09-10T20:33:35.840Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s)
20:33:35 [2020-09-10T20:33:35.840Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s)
20:33:35 [2020-09-10T20:33:35.840Z] === CONT  TestContainerStartOnDaemonRestart
20:33:35 [2020-09-10T20:33:35.840Z] === CONT  TestContainerKillOnDaemonStart
20:33:37 [2020-09-10T20:33:37.150Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.11s)
20:33:37 [2020-09-10T20:33:37.150Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:33:39 [2020-09-10T20:33:39.051Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s)
20:33:39 [2020-09-10T20:33:39.051Z] === RUN   TestCgroupNamespacesRunOlderClient
20:33:39 [2020-09-10T20:33:39.361Z] --- PASS: TestContainerStartOnDaemonRestart (2.97s)
20:33:39 [2020-09-10T20:33:39.361Z] === CONT  TestDaemonHostGatewayIP
20:33:39 [2020-09-10T20:33:39.469Z] Loaded image: buildpack-deps:buster
20:33:39 [2020-09-10T20:33:39.469Z] Loaded image: busybox:latest
20:33:39 [2020-09-10T20:33:39.469Z] Loaded image: busybox:glibc
20:33:39 [2020-09-10T20:33:39.469Z] Loaded image: debian:buster
20:33:39 [2020-09-10T20:33:39.469Z] Loaded image: hello-world:latest
20:33:39 [2020-09-10T20:33:39.469Z] INFO: Testing against a local daemon
20:33:39 [2020-09-10T20:33:39.469Z] === RUN   TestCgroupNamespacesBuild
20:33:39 [2020-09-10T20:33:39.469Z] --- PASS: TestCgroupNamespacesBuild (4.83s)
20:33:39 [2020-09-10T20:33:39.469Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:33:39 [2020-09-10T20:33:39.728Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s)
20:33:39 [2020-09-10T20:33:39.728Z] === RUN   TestBuildWithSession
20:33:39 [2020-09-10T20:33:39.728Z] --- SKIP: TestBuildWithSession (0.00s)
20:33:39 [2020-09-10T20:33:39.728Z]     build_session_test.go:25: TODO: BuildKit
20:33:39 [2020-09-10T20:33:39.728Z] === RUN   TestBuildSquashParent
20:33:40 [2020-09-10T20:33:40.954Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.12s)
20:33:40 [2020-09-10T20:33:40.954Z] === RUN   TestKernelTCPMemory
20:33:40 [2020-09-10T20:33:40.954Z] --- SKIP: TestKernelTCPMemory (0.03s)
20:33:40 [2020-09-10T20:33:40.954Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:40 [2020-09-10T20:33:40.954Z] === RUN   TestNISDomainname
20:33:40 [2020-09-10T20:33:40.954Z] --- SKIP: TestNISDomainname (0.01s)
20:33:40 [2020-09-10T20:33:40.954Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:33:40 [2020-09-10T20:33:40.954Z] === RUN   TestHostnameDnsResolution
20:33:41 [2020-09-10T20:33:41.527Z] --- PASS: TestHostnameDnsResolution (0.66s)
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStats
20:33:41 [2020-09-10T20:33:41.527Z] --- SKIP: TestStats (0.00s)
20:33:41 [2020-09-10T20:33:41.527Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStopContainerWithTimeout
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStopContainerWithTimeout/0
20:33:41 [2020-09-10T20:33:41.527Z] === PAUSE TestStopContainerWithTimeout/0
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStopContainerWithTimeout/1
20:33:41 [2020-09-10T20:33:41.527Z] === PAUSE TestStopContainerWithTimeout/1
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStopContainerWithTimeout/3
20:33:41 [2020-09-10T20:33:41.527Z] === PAUSE TestStopContainerWithTimeout/3
20:33:41 [2020-09-10T20:33:41.527Z] === RUN   TestStopContainerWithTimeout/-1
20:33:41 [2020-09-10T20:33:41.527Z] === PAUSE TestStopContainerWithTimeout/-1
20:33:41 [2020-09-10T20:33:41.527Z] === CONT  TestStopContainerWithTimeout/0
20:33:41 [2020-09-10T20:33:41.527Z] === CONT  TestStopContainerWithTimeout/3
20:33:42 [2020-09-10T20:33:42.093Z] --- PASS: TestDaemonHostGatewayIP (3.24s)
20:33:42 [2020-09-10T20:33:42.093Z] === CONT  TestDaemonRestartIpcMode
20:33:42 [2020-09-10T20:33:42.096Z] === CONT  TestStopContainerWithTimeout/1
20:33:42 [2020-09-10T20:33:42.292Z] ok  	github.com/docker/docker/cmd/dockerd	0.160s	coverage: 30.8% of statements
20:33:42 [2020-09-10T20:33:42.292Z] ok  	github.com/docker/docker/container	0.153s	coverage: 34.7% of statements
20:33:42 [2020-09-10T20:33:42.292Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:33:42 [2020-09-10T20:33:42.292Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:33:42 [2020-09-10T20:33:42.292Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:33:42 [2020-09-10T20:33:42.292Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:33:42 [2020-09-10T20:33:42.292Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.108s	coverage: 65.3% of statements
20:33:43 [2020-09-10T20:33:43.516Z] Loaded image: buildpack-deps:buster
20:33:44 [2020-09-10T20:33:44.005Z] === CONT  TestStopContainerWithTimeout/-1
20:33:44 [2020-09-10T20:33:44.906Z] Loaded image: busybox:latest
20:33:45 [2020-09-10T20:33:45.767Z] --- PASS: TestDaemonRestartIpcMode (3.56s)
20:33:45 [2020-09-10T20:33:45.767Z] === CONT  TestIpcModeOlderClient
20:33:45 [2020-09-10T20:33:45.767Z] --- PASS: TestIpcModeOlderClient (0.17s)
20:33:46 [2020-09-10T20:33:46.293Z] Loaded image: busybox:glibc
20:33:46 [2020-09-10T20:33:46.293Z] Loaded image: debian:buster
20:33:46 [2020-09-10T20:33:46.293Z] Loaded image: hello-world:latest
20:33:46 [2020-09-10T20:33:46.293Z] INFO: Testing against a local daemon
20:33:46 [2020-09-10T20:33:46.293Z] === RUN   TestCgroupNamespacesBuild
20:33:46 [2020-09-10T20:33:46.535Z] --- PASS: TestStopContainerWithTimeout (0.01s)
20:33:46 [2020-09-10T20:33:46.535Z]     --- PASS: TestStopContainerWithTimeout/0 (0.56s)
20:33:46 [2020-09-10T20:33:46.535Z]     --- PASS: TestStopContainerWithTimeout/1 (1.57s)
20:33:46 [2020-09-10T20:33:46.535Z]     --- PASS: TestStopContainerWithTimeout/3 (2.58s)
20:33:46 [2020-09-10T20:33:46.535Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.38s)
20:33:46 [2020-09-10T20:33:46.535Z] === RUN   TestDeleteDevicemapper
20:33:46 [2020-09-10T20:33:46.535Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:33:46 [2020-09-10T20:33:46.535Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:33:46 [2020-09-10T20:33:46.535Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:33:46 [2020-09-10T20:33:46.809Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.054s	coverage: 35.9% of statements
20:33:47 [2020-09-10T20:33:47.475Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.32s)
20:33:47 [2020-09-10T20:33:47.475Z] === RUN   TestUpdateMemory
20:33:47 [2020-09-10T20:33:47.475Z] --- SKIP: TestUpdateMemory (0.00s)
20:33:47 [2020-09-10T20:33:47.475Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:47 [2020-09-10T20:33:47.475Z] === RUN   TestUpdateCPUQuota
20:33:47 [2020-09-10T20:33:47.475Z] --- SKIP: TestUpdateCPUQuota (0.00s)
20:33:47 [2020-09-10T20:33:47.475Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:47 [2020-09-10T20:33:47.475Z] === RUN   TestUpdatePidsLimit
20:33:47 [2020-09-10T20:33:47.475Z] --- SKIP: TestUpdatePidsLimit (0.00s)
20:33:47 [2020-09-10T20:33:47.475Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:33:47 [2020-09-10T20:33:47.475Z] === RUN   TestUpdateRestartPolicy
20:33:48 [2020-09-10T20:33:48.572Z] --- PASS: TestContainerKillOnDaemonStart (12.42s)
20:33:48 [2020-09-10T20:33:48.572Z] PASS
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === Skipped
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
20:33:48 [2020-09-10T20:33:48.572Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] 
20:33:48 [2020-09-10T20:33:48.572Z] DONE 192 tests, 6 skipped in 147.401s
20:33:48 [2020-09-10T20:33:48.572Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
20:33:48 [2020-09-10T20:33:48.572Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
20:33:48 [2020-09-10T20:33:48.572Z] ++ set -e
20:33:48 [2020-09-10T20:33:48.572Z] ++ '[' -n 0 ']'
20:33:48 [2020-09-10T20:33:48.572Z] ++ set -x
20:33:48 [2020-09-10T20:33:48.572Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
20:33:48 [2020-09-10T20:33:48.572Z] INFO: Testing against a local daemon
20:33:48 [2020-09-10T20:33:48.572Z] === RUN   TestCommitInheritsEnv
20:33:48 [2020-09-10T20:33:48.953Z] --- PASS: TestCommitInheritsEnv (0.56s)
20:33:48 [2020-09-10T20:33:48.953Z] === RUN   TestImportExtremelyLargeImageWorks
20:33:48 [2020-09-10T20:33:48.953Z] === PAUSE TestImportExtremelyLargeImageWorks
20:33:48 [2020-09-10T20:33:48.953Z] === RUN   TestImagesFilterMultiReference
20:33:49 [2020-09-10T20:33:49.245Z] --- PASS: TestImagesFilterMultiReference (0.03s)
20:33:49 [2020-09-10T20:33:49.245Z] === RUN   TestImagePullPlatformInvalid
20:33:49 [2020-09-10T20:33:49.245Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
20:33:49 [2020-09-10T20:33:49.245Z] === RUN   TestRemoveImageOrphaning
20:33:49 [2020-09-10T20:33:49.711Z] --- PASS: TestBuildSquashParent (8.68s)
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:33:49 [2020-09-10T20:33:49.711Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:33:49 [2020-09-10T20:33:49.711Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:33:49 [2020-09-10T20:33:49.711Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:49 [2020-09-10T20:33:49.711Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestRemoveImageOrphaning (0.55s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestRemoveImageGarbageCollector
20:33:49 [2020-09-10T20:33:49.879Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:33:49 [2020-09-10T20:33:49.879Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagInvalidReference
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagInvalidReference (0.01s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagValidPrefixedRepo
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagExistedNameWithoutForce
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagOfficialNames
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagOfficialNames (0.03s)
20:33:49 [2020-09-10T20:33:49.879Z] === RUN   TestTagMatchesDigest
20:33:49 [2020-09-10T20:33:49.879Z] --- PASS: TestTagMatchesDigest (0.02s)
20:33:49 [2020-09-10T20:33:49.879Z] === CONT  TestImportExtremelyLargeImageWorks
20:33:51 [2020-09-10T20:33:51.338Z] ok  	github.com/docker/docker/daemon/cluster	0.241s	coverage: 0.5% of statements
20:33:51 [2020-09-10T20:33:51.583Z] --- PASS: TestCgroupNamespacesBuild (4.46s)
20:33:51 [2020-09-10T20:33:51.584Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:33:51 [2020-09-10T20:33:51.620Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:33:51 [2020-09-10T20:33:51.620Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:52 [2020-09-10T20:33:52.295Z] ok  	github.com/docker/docker/integration/container	48.700s
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === Skipped
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s)
20:33:52 [2020-09-10T20:33:52.295Z]     copy_test.go:25: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
20:33:52 [2020-09-10T20:33:52.295Z]     copy_test.go:39: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s)
20:33:52 [2020-09-10T20:33:52.295Z]     copy_test.go:51: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
20:33:52 [2020-09-10T20:33:52.295Z]     copy_test.go:65: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     copy_test.go:76: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:151: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     nat_test.go:61: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     resize_test.go:20: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     resize_test.go:38: testEnv.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] DONE 84 tests, 41 skipped in 51.520s
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] Running D:\gopath\src\github.com\docker\docker\integration\image
20:33:52 [2020-09-10T20:33:52.295Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:33:52 [2020-09-10T20:33:52.295Z] INFO: Testing against a local daemon
20:33:52 [2020-09-10T20:33:52.295Z] ok  	github.com/docker/docker/integration/image	0.460s
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === Skipped
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s)
20:33:52 [2020-09-10T20:33:52.295Z]     tag_test.go:98: testEnv.OSType == "windows"
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] DONE 11 tests, 4 skipped in 2.320s
20:33:52 [2020-09-10T20:33:52.295Z] 
20:33:52 [2020-09-10T20:33:52.295Z] Running D:\gopath\src\github.com\docker\docker\integration\network
20:33:52 [2020-09-10T20:33:52.527Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s)
20:33:52 [2020-09-10T20:33:52.527Z] === RUN   TestBuildWithSession
20:33:52 [2020-09-10T20:33:52.527Z] --- SKIP: TestBuildWithSession (0.00s)
20:33:52 [2020-09-10T20:33:52.527Z]     build_session_test.go:25: TODO: BuildKit
20:33:52 [2020-09-10T20:33:52.527Z] === RUN   TestBuildSquashParent
20:33:54 [2020-09-10T20:33:54.459Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:33:54 [2020-09-10T20:33:54.459Z] INFO: Testing against a local daemon
20:33:54 [2020-09-10T20:33:54.459Z] ok  	github.com/docker/docker/integration/network	0.262s
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === Skipped
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     network_test.go:97: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:29: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:52: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:96: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:130: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:181: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:206: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:236: FLAKY_TEST
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:326: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
20:33:54 [2020-09-10T20:33:54.459Z]     service_test.go:394: testEnv.OSType == "windows"
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] DONE 19 tests, 15 skipped in 2.393s
20:33:54 [2020-09-10T20:33:54.459Z] 
20:33:54 [2020-09-10T20:33:54.459Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
20:33:54 [2020-09-10T20:33:54.911Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:54 [2020-09-10T20:33:54.911Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:54 [2020-09-10T20:33:54.911Z] ok  	github.com/docker/docker/daemon/config	0.137s	coverage: 81.8% of statements
20:33:54 [2020-09-10T20:33:54.911Z] ok  	github.com/docker/docker/daemon/discovery	0.037s	coverage: 30.0% of statements
20:33:55 [2020-09-10T20:33:55.424Z] testing: warning: no tests to run
20:33:55 [2020-09-10T20:33:55.424Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.060s
20:33:55 [2020-09-10T20:33:55.424Z] 
20:33:55 [2020-09-10T20:33:55.424Z] DONE 0 tests in 0.719s
20:33:55 [2020-09-10T20:33:55.424Z] 
20:33:55 [2020-09-10T20:33:55.424Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
20:33:55 [2020-09-10T20:33:55.880Z] testing: warning: no tests to run
20:33:55 [2020-09-10T20:33:55.880Z] ok  	github.com/docker/docker/integration/network/macvlan	0.072s
20:33:55 [2020-09-10T20:33:55.880Z] 
20:33:55 [2020-09-10T20:33:55.880Z] DONE 0 tests in 0.711s
20:33:55 [2020-09-10T20:33:55.880Z] 
20:33:55 [2020-09-10T20:33:55.880Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
20:33:56 [2020-09-10T20:33:56.447Z] ok  	github.com/docker/docker/daemon/events	0.066s	coverage: 50.0% of statements
20:33:56 [2020-09-10T20:33:56.842Z] testing: warning: no tests to run
20:33:56 [2020-09-10T20:33:56.842Z] ok  	github.com/docker/docker/integration/plugin	0.070s
20:33:56 [2020-09-10T20:33:56.842Z] 
20:33:56 [2020-09-10T20:33:56.842Z] DONE 0 tests in 0.725s
20:33:56 [2020-09-10T20:33:56.842Z] 
20:33:56 [2020-09-10T20:33:56.842Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
20:33:57 [2020-09-10T20:33:57.805Z] testing: warning: no tests to run
20:33:57 [2020-09-10T20:33:57.805Z] ok  	github.com/docker/docker/integration/plugin/authz	0.076s
20:33:57 [2020-09-10T20:33:57.805Z] 
20:33:57 [2020-09-10T20:33:57.805Z] DONE 0 tests in 0.696s
20:33:57 [2020-09-10T20:33:57.805Z] 
20:33:57 [2020-09-10T20:33:57.805Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
20:33:57 [2020-09-10T20:33:57.995Z] ok  	github.com/docker/docker/daemon/graphdriver	0.015s	coverage: 2.2% of statements
20:33:58 [2020-09-10T20:33:58.201Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.03s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.19s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.09s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.02s)
20:33:58 [2020-09-10T20:33:58.201Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.13s)
20:33:58 [2020-09-10T20:33:58.201Z] === RUN   TestBuildMultiStageCopy
20:33:58 [2020-09-10T20:33:58.201Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:33:59 [2020-09-10T20:33:59.117Z] --- PASS: TestBuildSquashParent (6.50s)
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:33:59 [2020-09-10T20:33:59.117Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:33:59 [2020-09-10T20:33:59.117Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:33:59 [2020-09-10T20:33:59.117Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:33:59 [2020-09-10T20:33:59.117Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:33:59 [2020-09-10T20:33:59.117Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:33:59 [2020-09-10T20:33:59.679Z] --- PASS: TestUpdateRestartPolicy (10.86s)
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestUpdateRestartWithAutoRemove
20:33:59 [2020-09-10T20:33:59.679Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitNonBlocked
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:59 [2020-09-10T20:33:59.679Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:59 [2020-09-10T20:33:59.679Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:59 [2020-09-10T20:33:59.679Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:33:59 [2020-09-10T20:33:59.679Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:33:59 [2020-09-10T20:33:59.679Z] --- PASS: TestWaitNonBlocked (0.01s)
20:33:59 [2020-09-10T20:33:59.679Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s)
20:33:59 [2020-09-10T20:33:59.679Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s)
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitBlocked
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:33:59 [2020-09-10T20:33:59.679Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:33:59 [2020-09-10T20:33:59.679Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:33:59 [2020-09-10T20:33:59.679Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:33:59 [2020-09-10T20:33:59.679Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:33:59 [2020-09-10T20:33:59.679Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:34:00 [2020-09-10T20:34:00.109Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:34:00 [2020-09-10T20:34:00.246Z] --- PASS: TestWaitBlocked (0.01s)
20:34:00 [2020-09-10T20:34:00.246Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
20:34:00 [2020-09-10T20:34:00.246Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
20:34:00 [2020-09-10T20:34:00.246Z] === CONT  TestDaemonRestartIpcMode
20:34:00 [2020-09-10T20:34:00.246Z] === CONT  TestIpcModeOlderClient
20:34:00 [2020-09-10T20:34:00.246Z] --- PASS: TestIpcModeOlderClient (0.08s)
20:34:00 [2020-09-10T20:34:00.677Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:34:01 [2020-09-10T20:34:01.245Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:34:01 [2020-09-10T20:34:01.548Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.9% of statements
20:34:01 [2020-09-10T20:34:01.725Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:34:01 [2020-09-10T20:34:01.814Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:34:01 [2020-09-10T20:34:01.989Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:34:02 [2020-09-10T20:34:02.188Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.490s	coverage: 14.1% of statements
20:34:02 [2020-09-10T20:34:02.383Z] --- PASS: TestBuildMultiStageCopy (4.71s)
20:34:02 [2020-09-10T20:34:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s)
20:34:02 [2020-09-10T20:34:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s)
20:34:02 [2020-09-10T20:34:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
20:34:02 [2020-09-10T20:34:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s)
20:34:02 [2020-09-10T20:34:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s)
20:34:02 [2020-09-10T20:34:02.383Z] === RUN   TestBuildMultiStageParentConfig
20:34:03 [2020-09-10T20:34:03.243Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.727s	coverage: 57.9% of statements
20:34:03 [2020-09-10T20:34:03.761Z] --- PASS: TestBuildMultiStageParentConfig (1.48s)
20:34:03 [2020-09-10T20:34:03.761Z] === RUN   TestBuildLabelWithTargets
20:34:03 [2020-09-10T20:34:03.906Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.74s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.84s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.89s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.95s)
20:34:03 [2020-09-10T20:34:03.906Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.95s)
20:34:03 [2020-09-10T20:34:03.906Z] === RUN   TestBuildMultiStageCopy
20:34:03 [2020-09-10T20:34:03.906Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:34:04 [2020-09-10T20:34:04.433Z] --- PASS: TestDaemonRestartIpcMode (4.13s)
20:34:04 [2020-09-10T20:34:04.433Z] PASS
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === Skipped
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
20:34:04 [2020-09-10T20:34:04.433Z]     kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
20:34:04 [2020-09-10T20:34:04.433Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
20:34:04 [2020-09-10T20:34:04.433Z] 
20:34:04 [2020-09-10T20:34:04.433Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
20:34:04 [2020-09-10T20:34:04.433Z]     mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestPause (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
20:34:04 [2020-09-10T20:34:04.434Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
20:34:04 [2020-09-10T20:34:04.434Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
20:34:04 [2020-09-10T20:34:04.434Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestStats (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
20:34:04 [2020-09-10T20:34:04.434Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] 
20:34:04 [2020-09-10T20:34:04.434Z] DONE 173 tests, 24 skipped in 78.250s
20:34:04 [2020-09-10T20:34:04.434Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:34:04 [2020-09-10T20:34:04.692Z] INFO: Testing against a local daemon
20:34:04 [2020-09-10T20:34:04.692Z] === RUN   TestCommitInheritsEnv
20:34:04 [2020-09-10T20:34:04.852Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:04 [2020-09-10T20:34:04.852Z] INFO: Testing against a local daemon
20:34:04 [2020-09-10T20:34:04.852Z] ok  	github.com/docker/docker/integration/plugin/common	0.258s
20:34:04 [2020-09-10T20:34:04.852Z] 
20:34:04 [2020-09-10T20:34:04.852Z] === Skipped
20:34:04 [2020-09-10T20:34:04.852Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
20:34:04 [2020-09-10T20:34:04.852Z]     plugin_test.go:55: testEnv.OSType == "windows"
20:34:04 [2020-09-10T20:34:04.852Z] 
20:34:04 [2020-09-10T20:34:04.852Z] 
20:34:04 [2020-09-10T20:34:04.852Z] DONE 3 tests, 1 skipped in 7.407s
20:34:05 [2020-09-10T20:34:05.309Z] 
20:34:05 [2020-09-10T20:34:05.309Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
20:34:06 [2020-09-10T20:34:06.019Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.8% of statements
20:34:06 [2020-09-10T20:34:06.067Z] --- PASS: TestCommitInheritsEnv (1.59s)
20:34:06 [2020-09-10T20:34:06.067Z] === RUN   TestImportExtremelyLargeImageWorks
20:34:06 [2020-09-10T20:34:06.067Z] === PAUSE TestImportExtremelyLargeImageWorks
20:34:06 [2020-09-10T20:34:06.067Z] === RUN   TestImagesFilterMultiReference
20:34:06 [2020-09-10T20:34:06.297Z] --- PASS: TestBuildLabelWithTargets (2.24s)
20:34:06 [2020-09-10T20:34:06.297Z] === RUN   TestBuildWithEmptyLayers
20:34:06 [2020-09-10T20:34:06.325Z] --- PASS: TestImagesFilterMultiReference (0.08s)
20:34:06 [2020-09-10T20:34:06.325Z] === RUN   TestImagePullPlatformInvalid
20:34:06 [2020-09-10T20:34:06.325Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
20:34:06 [2020-09-10T20:34:06.325Z] === RUN   TestRemoveImageOrphaning
20:34:06 [2020-09-10T20:34:06.457Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:34:06 [2020-09-10T20:34:06.457Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:34:07 [2020-09-10T20:34:07.030Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:34:07 [2020-09-10T20:34:07.550Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.004s	coverage: 69.2% of statements
20:34:07 [2020-09-10T20:34:07.550Z] ok  	github.com/docker/docker/daemon	12.451s	coverage: 17.4% of statements
20:34:07 [2020-09-10T20:34:07.550Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:34:07 [2020-09-10T20:34:07.550Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:34:07 [2020-09-10T20:34:07.550Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:34:07 [2020-09-10T20:34:07.550Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:34:07 [2020-09-10T20:34:07.605Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:34:07 [2020-09-10T20:34:07.675Z] --- PASS: TestBuildWithEmptyLayers (1.34s)
20:34:07 [2020-09-10T20:34:07.675Z] === RUN   TestBuildMultiStageOnBuild
20:34:08 [2020-09-10T20:34:08.177Z] --- PASS: TestBuildMultiStageCopy (4.27s)
20:34:08 [2020-09-10T20:34:08.177Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.15s)
20:34:08 [2020-09-10T20:34:08.177Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s)
20:34:08 [2020-09-10T20:34:08.177Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s)
20:34:08 [2020-09-10T20:34:08.177Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s)
20:34:08 [2020-09-10T20:34:08.177Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s)
20:34:08 [2020-09-10T20:34:08.177Z] === RUN   TestBuildMultiStageParentConfig
20:34:08 [2020-09-10T20:34:08.201Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:08 [2020-09-10T20:34:08.202Z] INFO: Testing against a local daemon
20:34:08 [2020-09-10T20:34:08.202Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.233s
20:34:08 [2020-09-10T20:34:08.202Z] 
20:34:08 [2020-09-10T20:34:08.202Z] === Skipped
20:34:08 [2020-09-10T20:34:08.202Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
20:34:08 [2020-09-10T20:34:08.202Z]     external_test.go:48: runtime.GOOS == "windows"
20:34:08 [2020-09-10T20:34:08.202Z] 
20:34:08 [2020-09-10T20:34:08.202Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
20:34:08 [2020-09-10T20:34:08.202Z]     external_test.go:408: runtime.GOOS == "windows"
20:34:08 [2020-09-10T20:34:08.202Z] 
20:34:08 [2020-09-10T20:34:08.202Z] 
20:34:08 [2020-09-10T20:34:08.202Z] DONE 2 tests, 2 skipped in 2.918s
20:34:08 [2020-09-10T20:34:08.202Z] 
20:34:08 [2020-09-10T20:34:08.202Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestRemoveImageOrphaning (1.90s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestRemoveImageGarbageCollector
20:34:08 [2020-09-10T20:34:08.234Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:34:08 [2020-09-10T20:34:08.234Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagInvalidReference
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagInvalidReference (0.02s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagValidPrefixedRepo
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagExistedNameWithoutForce
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagOfficialNames
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagOfficialNames (0.04s)
20:34:08 [2020-09-10T20:34:08.234Z] === RUN   TestTagMatchesDigest
20:34:08 [2020-09-10T20:34:08.234Z] --- PASS: TestTagMatchesDigest (0.01s)
20:34:08 [2020-09-10T20:34:08.234Z] === CONT  TestImportExtremelyLargeImageWorks
20:34:09 [2020-09-10T20:34:09.084Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.864s	coverage: 46.2% of statements
20:34:09 [2020-09-10T20:34:09.084Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:34:09 [2020-09-10T20:34:09.567Z] --- PASS: TestBuildMultiStageParentConfig (1.42s)
20:34:09 [2020-09-10T20:34:09.567Z] === RUN   TestBuildLabelWithTargets
20:34:09 [2020-09-10T20:34:09.731Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.170s	coverage: 49.5% of statements
20:34:10 [2020-09-10T20:34:10.364Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:10 [2020-09-10T20:34:10.364Z] INFO: Testing against a local daemon
20:34:10 [2020-09-10T20:34:10.364Z] ok  	github.com/docker/docker/integration/plugin/logging	0.253s
20:34:10 [2020-09-10T20:34:10.364Z] 
20:34:10 [2020-09-10T20:34:10.364Z] === Skipped
20:34:10 [2020-09-10T20:34:10.364Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
20:34:10 [2020-09-10T20:34:10.364Z]     read_test.go:21: no unix domain sockets on Windows
20:34:10 [2020-09-10T20:34:10.364Z] 
20:34:10 [2020-09-10T20:34:10.364Z] 
20:34:10 [2020-09-10T20:34:10.364Z] DONE 1 tests, 1 skipped in 2.389s
20:34:10 [2020-09-10T20:34:10.364Z] 
20:34:10 [2020-09-10T20:34:10.364Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
20:34:10 [2020-09-10T20:34:10.965Z] --- PASS: TestBuildMultiStageOnBuild (2.95s)
20:34:10 [2020-09-10T20:34:10.965Z] === RUN   TestBuildUncleanTarFilenames
20:34:11 [2020-09-10T20:34:11.858Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.743s	coverage: 76.1% of statements
20:34:11 [2020-09-10T20:34:11.890Z] testing: warning: no tests to run
20:34:11 [2020-09-10T20:34:11.890Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.122s
20:34:11 [2020-09-10T20:34:11.890Z] 
20:34:11 [2020-09-10T20:34:11.890Z] DONE 0 tests in 1.217s
20:34:11 [2020-09-10T20:34:11.890Z] 
20:34:11 [2020-09-10T20:34:11.890Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
20:34:12 [2020-09-10T20:34:12.116Z] --- PASS: TestBuildLabelWithTargets (2.17s)
20:34:12 [2020-09-10T20:34:12.116Z] === RUN   TestBuildWithEmptyLayers
20:34:12 [2020-09-10T20:34:12.343Z] --- PASS: TestBuildUncleanTarFilenames (1.78s)
20:34:12 [2020-09-10T20:34:12.343Z] === RUN   TestBuildMultiStageLayerLeak
20:34:12 [2020-09-10T20:34:12.505Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.015s	coverage: 58.0% of statements
20:34:12 [2020-09-10T20:34:12.688Z] --- PASS: TestBuildWithEmptyLayers (1.01s)
20:34:12 [2020-09-10T20:34:12.688Z] === RUN   TestBuildMultiStageOnBuild
20:34:13 [2020-09-10T20:34:13.149Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.012s	coverage: 3.0% of statements
20:34:13 [2020-09-10T20:34:13.149Z] ok  	github.com/docker/docker/daemon/links	0.004s	coverage: 93.0% of statements
20:34:13 [2020-09-10T20:34:13.390Z] Created binary: bundles/binary-daemon/dockerd-dev
20:34:13 [2020-09-10T20:34:13.390Z] Copying nested executables into bundles/binary-daemon
20:34:13 [2020-09-10T20:34:13.390Z] 
20:34:14 [2020-09-10T20:34:14.053Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:14 [2020-09-10T20:34:14.053Z] INFO: Testing against a local daemon
20:34:14 [2020-09-10T20:34:14.053Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.248s
20:34:14 [2020-09-10T20:34:14.053Z] 
20:34:14 [2020-09-10T20:34:14.053Z] === Skipped
20:34:14 [2020-09-10T20:34:14.053Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
20:34:14 [2020-09-10T20:34:14.053Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
20:34:14 [2020-09-10T20:34:14.053Z] 
20:34:14 [2020-09-10T20:34:14.053Z] 
20:34:14 [2020-09-10T20:34:14.053Z] DONE 1 tests, 1 skipped in 2.366s
20:34:14 [2020-09-10T20:34:14.053Z] 
20:34:14 [2020-09-10T20:34:14.053Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
20:34:14 [2020-09-10T20:34:14.641Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh cross
20:34:14 [2020-09-10T20:34:14.900Z] 
20:34:15 [2020-09-10T20:34:15.157Z] Removing bundles/
20:34:15 [2020-09-10T20:34:15.157Z] 
20:34:15 [2020-09-10T20:34:15.157Z] ---> Making bundle: cross (in bundles/cross)
20:34:15 [2020-09-10T20:34:15.157Z] Cross building: bundles/cross/linux/amd64
20:34:15 [2020-09-10T20:34:15.157Z] Building: bundles/cross/linux/amd64/dockerd-dev
20:34:15 [2020-09-10T20:34:15.157Z] GOOS="linux" GOARCH="amd64" GOARM=""
20:34:15 [2020-09-10T20:34:15.635Z] --- PASS: TestBuildMultiStageLayerLeak (3.14s)
20:34:15 [2020-09-10T20:34:15.635Z] === RUN   TestBuildWithHugeFile
20:34:15 [2020-09-10T20:34:15.926Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.376s	coverage: 52.1% of statements
20:34:15 [2020-09-10T20:34:15.926Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:34:15 [2020-09-10T20:34:15.926Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:34:15 [2020-09-10T20:34:15.992Z] --- PASS: TestBuildMultiStageOnBuild (2.65s)
20:34:15 [2020-09-10T20:34:15.992Z] === RUN   TestBuildUncleanTarFilenames
20:34:16 [2020-09-10T20:34:16.216Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:16 [2020-09-10T20:34:16.216Z] INFO: Testing against a local daemon
20:34:16 [2020-09-10T20:34:16.216Z] ok  	github.com/docker/docker/integration/secret	0.244s
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === Skipped
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
20:34:16 [2020-09-10T20:34:16.216Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] DONE 6 tests, 6 skipped in 2.100s
20:34:16 [2020-09-10T20:34:16.216Z] 
20:34:16 [2020-09-10T20:34:16.216Z] Running D:\gopath\src\github.com\docker\docker\integration\service
20:34:16 [2020-09-10T20:34:16.576Z] ok  	github.com/docker/docker/daemon/logger	0.265s	coverage: 41.0% of statements
20:34:16 [2020-09-10T20:34:16.936Z] --- PASS: TestBuildUncleanTarFilenames (1.41s)
20:34:16 [2020-09-10T20:34:16.936Z] === RUN   TestBuildMultiStageLayerLeak
20:34:17 [2020-09-10T20:34:17.540Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:17 [2020-09-10T20:34:17.540Z] Using test binary docker
20:34:17 [2020-09-10T20:34:17.540Z] +++ /etc/init.d/apparmor start
20:34:17 [2020-09-10T20:34:17.540Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:17 [2020-09-10T20:34:17.540Z] INFO: Waiting for daemon to start...
20:34:17 [2020-09-10T20:34:17.540Z] Starting dockerd
20:34:17 [2020-09-10T20:34:17.540Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
20:34:17 [2020-09-10T20:34:17.540Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:34:17 [2020-09-10T20:34:17.540Z] Using test binary docker
20:34:17 [2020-09-10T20:34:17.540Z] +++ /etc/init.d/apparmor start
20:34:17 [2020-09-10T20:34:17.849Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:34:17 [2020-09-10T20:34:17.849Z] INFO: Waiting for daemon to start...
20:34:17 [2020-09-10T20:34:17.849Z] Starting dockerd
20:34:17 [2020-09-10T20:34:17.849Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
20:34:18 [2020-09-10T20:34:18.113Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.531s	coverage: 77.8% of statements
20:34:18 [2020-09-10T20:34:18.763Z] ok  	github.com/docker/docker/daemon/images	0.068s	coverage: 4.8% of statements
20:34:18 [2020-09-10T20:34:18.763Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:34:18 [2020-09-10T20:34:18.763Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:34:18 [2020-09-10T20:34:18.763Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:34:18 [2020-09-10T20:34:18.763Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:34:18 [2020-09-10T20:34:18.763Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.037s	coverage: 67.0% of statements
20:34:19 [2020-09-10T20:34:19.103Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:19 [2020-09-10T20:34:19.103Z] INFO: Testing against a local daemon
20:34:19 [2020-09-10T20:34:19.103Z] ok  	github.com/docker/docker/integration/service	0.322s
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === Skipped
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
20:34:19 [2020-09-10T20:34:19.103Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
20:34:19 [2020-09-10T20:34:19.103Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
20:34:19 [2020-09-10T20:34:19.103Z] 
20:34:19 [2020-09-10T20:34:19.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
20:34:19 [2020-09-10T20:34:19.104Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
20:34:19 [2020-09-10T20:34:19.104Z] 
20:34:19 [2020-09-10T20:34:19.104Z] 
20:34:19 [2020-09-10T20:34:19.104Z] DONE 24 tests, 23 skipped in 2.593s
20:34:19 [2020-09-10T20:34:19.104Z] 
20:34:19 [2020-09-10T20:34:19.104Z] Running D:\gopath\src\github.com\docker\docker\integration\session
20:34:19 [2020-09-10T20:34:19.409Z] ok  	github.com/docker/docker/daemon/logger/journald	0.007s	coverage: 23.9% of statements
20:34:19 [2020-09-10T20:34:19.487Z] --- PASS: TestBuildMultiStageLayerLeak (2.75s)
20:34:19 [2020-09-10T20:34:19.487Z] === RUN   TestBuildWithHugeFile
20:34:20 [2020-09-10T20:34:20.052Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.011s	coverage: 87.2% of statements
20:34:21 [2020-09-10T20:34:21.109Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.027s	coverage: 61.6% of statements
20:34:21 [2020-09-10T20:34:21.281Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:21 [2020-09-10T20:34:21.281Z] INFO: Testing against a local daemon
20:34:21 [2020-09-10T20:34:21.281Z] ok  	github.com/docker/docker/integration/session	0.180s
20:34:21 [2020-09-10T20:34:21.281Z] 
20:34:21 [2020-09-10T20:34:21.281Z] === Skipped
20:34:21 [2020-09-10T20:34:21.281Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
20:34:21 [2020-09-10T20:34:21.281Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
20:34:21 [2020-09-10T20:34:21.281Z] 
20:34:21 [2020-09-10T20:34:21.281Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
20:34:21 [2020-09-10T20:34:21.281Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
20:34:21 [2020-09-10T20:34:21.281Z] 
20:34:21 [2020-09-10T20:34:21.281Z] 
20:34:21 [2020-09-10T20:34:21.281Z] DONE 2 tests, 2 skipped in 1.989s
20:34:21 [2020-09-10T20:34:21.281Z] 
20:34:21 [2020-09-10T20:34:21.281Z] Running D:\gopath\src\github.com\docker\docker\integration\system
20:34:21 [2020-09-10T20:34:21.753Z] ok  	github.com/docker/docker/daemon/logger/local	0.041s	coverage: 75.2% of statements
20:34:21 [2020-09-10T20:34:21.753Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:34:22 [2020-09-10T20:34:22.807Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:22 [2020-09-10T20:34:22.807Z] INFO: Testing against a local daemon
20:34:22 [2020-09-10T20:34:22.812Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.045s	coverage: 33.3% of statements
20:34:23 [2020-09-10T20:34:23.112Z] time="2020-09-10T20:34:23Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate081950283/log355928366.1: no such file or directory"
20:34:23 [2020-09-10T20:34:23.112Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.062s	coverage: 37.7% of statements
20:34:24 [2020-09-10T20:34:24.163Z] ok  	github.com/docker/docker/daemon/logger/templates	0.026s	coverage: 8.3% of statements
20:34:24 [2020-09-10T20:34:24.336Z] ok  	github.com/docker/docker/integration/system	1.371s
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === Skipped
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
20:34:24 [2020-09-10T20:34:24.336Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] DONE 13 tests, 7 skipped in 3.100s
20:34:24 [2020-09-10T20:34:24.336Z] 
20:34:24 [2020-09-10T20:34:24.336Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
20:34:24 [2020-09-10T20:34:24.460Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
20:34:26 [2020-09-10T20:34:26.501Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:26 [2020-09-10T20:34:26.501Z] INFO: Testing against a local daemon
20:34:26 [2020-09-10T20:34:26.501Z] ok  	github.com/docker/docker/integration/volume	0.276s
20:34:26 [2020-09-10T20:34:26.501Z] 
20:34:26 [2020-09-10T20:34:26.501Z] === Skipped
20:34:26 [2020-09-10T20:34:26.501Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s)
20:34:26 [2020-09-10T20:34:26.501Z]     volume_test.go:64: testEnv.OSType == "windows": FIXME
20:34:26 [2020-09-10T20:34:26.501Z] 
20:34:26 [2020-09-10T20:34:26.501Z] 
20:34:26 [2020-09-10T20:34:26.501Z] DONE 5 tests, 1 skipped in 2.185s
20:34:26 [2020-09-10T20:34:26.501Z] 
20:34:26 [2020-09-10T20:34:26.501Z] INFO: make.ps1 ended at 09/10/2020 20:34:26
20:34:26 [2020-09-10T20:34:26.501Z] INFO: Integration CLI tests being run from the host:
20:34:26 [2020-09-10T20:34:26.501Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" 
20:34:27 [2020-09-10T20:34:27.232Z] ok  	github.com/docker/docker/daemon/network	0.010s	coverage: 63.8% of statements
20:34:27 [2020-09-10T20:34:27.880Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.538s	coverage: 82.5% of statements
20:34:27 [2020-09-10T20:34:27.880Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:34:27 [2020-09-10T20:34:27.880Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:34:28 [2020-09-10T20:34:28.527Z] ok  	github.com/docker/docker/distribution/metadata	0.158s	coverage: 48.2% of statements
20:34:30 [2020-09-10T20:34:30.062Z] ok  	github.com/docker/docker/errdefs	0.043s	coverage: 49.4% of statements
20:34:30 [2020-09-10T20:34:30.708Z] ok  	github.com/docker/docker/distribution	0.805s	coverage: 21.9% of statements
20:34:30 [2020-09-10T20:34:30.708Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:34:32 [2020-09-10T20:34:32.808Z] ok  	github.com/docker/docker/image	0.047s	coverage: 86.4% of statements
20:34:33 [2020-09-10T20:34:33.451Z] ok  	github.com/docker/docker/image/cache	0.034s	coverage: 19.2% of statements
20:34:33 [2020-09-10T20:34:33.451Z] ok  	github.com/docker/docker/image/v1	0.026s	coverage: 25.0% of statements
20:34:33 [2020-09-10T20:34:33.451Z] ok  	github.com/docker/docker/distribution/xfer	1.671s	coverage: 85.1% of statements
20:34:33 [2020-09-10T20:34:33.451Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:34:33 [2020-09-10T20:34:33.451Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:34:33 [2020-09-10T20:34:33.451Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:34:34 [2020-09-10T20:34:34.503Z] ok  	github.com/docker/docker/libcontainerd/queue	0.034s	coverage: 100.0% of statements
20:34:35 [2020-09-10T20:34:35.040Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
20:34:35 [2020-09-10T20:34:35.041Z] INFO: Testing against a local daemon
20:34:35 [2020-09-10T20:34:35.151Z] ok  	github.com/docker/docker/pkg/aaparser	0.032s	coverage: 50.0% of statements
20:34:38 [2020-09-10T20:34:38.719Z] ok  	github.com/docker/docker/opts	0.041s	coverage: 67.1% of statements
20:34:38 [2020-09-10T20:34:38.719Z] ok  	github.com/docker/docker/pkg/broadcaster	0.003s	coverage: 100.0% of statements
20:34:39 [2020-09-10T20:34:39.365Z] ok  	github.com/docker/docker/pkg/authorization	0.866s	coverage: 68.3% of statements
20:34:39 [2020-09-10T20:34:39.365Z] ok  	github.com/docker/docker/pkg/capabilities	0.007s	coverage: 87.5% of statements
20:34:40 [2020-09-10T20:34:40.011Z] ok  	github.com/docker/docker/pkg/archive	1.235s	coverage: 76.9% of statements
20:34:40 [2020-09-10T20:34:40.011Z] ok  	github.com/docker/docker/pkg/directory	0.006s	coverage: 80.0% of statements
20:34:41 [2020-09-10T20:34:41.241Z] ok  	github.com/docker/docker/pkg/discovery	0.009s	coverage: 58.3% of statements
20:34:41 [2020-09-10T20:34:41.241Z] ok  	github.com/docker/docker/pkg/discovery/file	0.006s	coverage: 97.6% of statements
20:34:42 [2020-09-10T20:34:42.774Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
20:34:43 [2020-09-10T20:34:43.070Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
20:34:43 [2020-09-10T20:34:43.711Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
20:34:44 [2020-09-10T20:34:44.393Z] .
20:34:44 [2020-09-10T20:34:44.393Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:44 [2020-09-10T20:34:44.393Z] 
20:34:44 [2020-09-10T20:34:44.393Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:34:44 [2020-09-10T20:34:44.393Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:44 [2020-09-10T20:34:44.393Z] Error: No such image: emptyfs
20:34:44 [2020-09-10T20:34:44.393Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:34:44 [2020-09-10T20:34:44.393Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:44 [2020-09-10T20:34:44.393Z] ++++ docker load
20:34:44 [2020-09-10T20:34:44.393Z] Error: No such image: emptyfs
20:34:44 [2020-09-10T20:34:44.393Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:34:44 [2020-09-10T20:34:44.393Z] ++++ docker load
20:34:44 [2020-09-10T20:34:44.393Z] Running integration-test (iteration 1)
20:34:44 [2020-09-10T20:34:44.393Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
20:34:44 [2020-09-10T20:34:44.393Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:34:44 [2020-09-10T20:34:44.393Z] ++ set -e
20:34:44 [2020-09-10T20:34:44.393Z] ++ '[' -n 0 ']'
20:34:44 [2020-09-10T20:34:44.393Z] ++ set -x
20:34:44 [2020-09-10T20:34:44.393Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
20:34:44 [2020-09-10T20:34:44.393Z] Running integration-test (iteration 1)
20:34:44 [2020-09-10T20:34:44.393Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
20:34:44 [2020-09-10T20:34:44.393Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:34:44 [2020-09-10T20:34:44.393Z] ++ set -e
20:34:44 [2020-09-10T20:34:44.393Z] ++ '[' -n 0 ']'
20:34:44 [2020-09-10T20:34:44.393Z] ++ set -x
20:34:44 [2020-09-10T20:34:44.393Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
20:34:44 [2020-09-10T20:34:44.755Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
20:34:45 [2020-09-10T20:34:45.053Z] ok  	github.com/docker/docker/layer	7.862s	coverage: 68.8% of statements
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/oci	[no test files]
20:34:45 [2020-09-10T20:34:45.053Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:34:45 [2020-09-10T20:34:45.351Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.993s	coverage: 43.2% of statements
20:34:45 [2020-09-10T20:34:45.351Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:34:45 [2020-09-10T20:34:45.351Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:34:45 [2020-09-10T20:34:45.648Z] ok  	github.com/docker/docker/pkg/fileutils	0.023s	coverage: 89.5% of statements
20:34:45 [2020-09-10T20:34:45.945Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.094s	coverage: 84.1% of statements
20:34:46 [2020-09-10T20:34:46.591Z] ok  	github.com/docker/docker/pkg/fsutils	0.481s	coverage: 85.1% of statements
20:34:46 [2020-09-10T20:34:46.906Z] ok  	github.com/docker/docker/pkg/homedir	0.033s	coverage: 11.4% of statements
20:34:47 [2020-09-10T20:34:47.957Z] ok  	github.com/docker/docker/pkg/longpath	0.013s	coverage: 100.0% of statements
20:34:47 [2020-09-10T20:34:47.957Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.032s	coverage: 91.7% of statements
20:34:48 [2020-09-10T20:34:48.604Z] ok  	github.com/docker/docker/pkg/idtools	0.782s	coverage: 70.1% of statements
20:34:48 [2020-09-10T20:34:48.604Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
20:34:48 [2020-09-10T20:34:48.901Z] ok  	github.com/docker/docker/pkg/ioutils	1.292s	coverage: 69.3% of statements
20:34:48 [2020-09-10T20:34:48.901Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:34:48 [2020-09-10T20:34:48.901Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:34:48 [2020-09-10T20:34:48.901Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:34:48 [2020-09-10T20:34:48.901Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:34:48 [2020-09-10T20:34:48.901Z] ok  	github.com/docker/docker/pkg/parsers	0.007s	coverage: 97.0% of statements
20:34:49 [2020-09-10T20:34:49.546Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.035s	coverage: 60.0% of statements
20:34:49 [2020-09-10T20:34:49.546Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.012s	coverage: 86.7% of statements
20:34:49 [2020-09-10T20:34:49.844Z] ok  	github.com/docker/docker/pkg/pidfile	0.026s	coverage: 82.4% of statements
20:34:49 [2020-09-10T20:34:49.844Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:34:49 [2020-09-10T20:34:49.844Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:34:50 [2020-09-10T20:34:50.899Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.039s	coverage: 56.8% of statements
20:34:51 [2020-09-10T20:34:51.547Z] ok  	github.com/docker/docker/pkg/pools	0.025s	coverage: 88.2% of statements
20:34:51 [2020-09-10T20:34:51.845Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.014s	coverage: 85.7% of statements
20:34:51 [2020-09-10T20:34:51.845Z] ok  	github.com/docker/docker/pkg/progress	0.010s	coverage: 75.9% of statements
20:34:52 [2020-09-10T20:34:52.496Z] ok  	github.com/docker/docker/pkg/reexec	0.022s	coverage: 82.4% of statements
20:34:53 [2020-09-10T20:34:53.567Z] ok  	github.com/docker/docker/pkg/stdcopy	0.006s	coverage: 100.0% of statements
20:34:53 [2020-09-10T20:34:53.567Z] ok  	github.com/docker/docker/pkg/pubsub	1.131s	coverage: 73.9% of statements
20:34:54 [2020-09-10T20:34:54.211Z] ok  	github.com/docker/docker/pkg/stringid	0.010s	coverage: 70.6% of statements
20:34:54 [2020-09-10T20:34:54.211Z] ok  	github.com/docker/docker/pkg/streamformatter	0.021s	coverage: 66.2% of statements
20:34:54 [2020-09-10T20:34:54.510Z] ok  	github.com/docker/docker/pkg/symlink	0.021s	coverage: 87.7% of statements
20:34:55 [2020-09-10T20:34:55.561Z] ok  	github.com/docker/docker/pkg/signal	2.879s	coverage: 61.0% of statements
20:34:55 [2020-09-10T20:34:55.858Z] ok  	github.com/docker/docker/pkg/system	0.021s	coverage: 36.9% of statements
20:34:55 [2020-09-10T20:34:55.858Z] ok  	github.com/docker/docker/pkg/sysinfo	0.017s	coverage: 53.4% of statements
20:34:56 [2020-09-10T20:34:56.915Z] ok  	github.com/docker/docker/pkg/tailfile	0.129s	coverage: 88.6% of statements
20:34:56 [2020-09-10T20:34:56.915Z] testing: warning: no tests to run
20:34:56 [2020-09-10T20:34:56.915Z] coverage: [no statements]
20:34:56 [2020-09-10T20:34:56.915Z] ok  	github.com/docker/docker/pkg/term/windows	0.016s	coverage: [no statements] [no tests to run]
20:34:57 [2020-09-10T20:34:57.580Z] ok  	github.com/docker/docker/pkg/tarsum	0.213s	coverage: 89.3% of statements
20:34:57 [2020-09-10T20:34:57.580Z] ok  	github.com/docker/docker/pkg/urlutil	0.004s	coverage: 100.0% of statements
20:34:57 [2020-09-10T20:34:57.580Z] ok  	github.com/docker/docker/pkg/truncindex	0.116s	coverage: 91.5% of statements
20:34:57 [2020-09-10T20:34:57.880Z] ok  	github.com/docker/docker/pkg/useragent	0.021s	coverage: 88.9% of statements
20:34:59 [2020-09-10T20:34:59.992Z] ok  	github.com/docker/docker/plugin/v2	0.009s	coverage: 14.5% of statements
20:35:01 [2020-09-10T20:35:01.520Z] ok  	github.com/docker/docker/reference	0.010s	coverage: 84.4% of statements
20:35:01 [2020-09-10T20:35:01.520Z] ok  	github.com/docker/docker/profiles/seccomp	0.022s	coverage: 68.8% of statements
20:35:02 [2020-09-10T20:35:02.166Z] ok  	github.com/docker/docker/plugin	0.561s	coverage: 23.1% of statements
20:35:02 [2020-09-10T20:35:02.810Z] ok  	github.com/docker/docker/registry/resumable	0.022s	coverage: 100.0% of statements
20:35:03 [2020-09-10T20:35:03.461Z] ok  	github.com/docker/docker/restartmanager	0.016s	coverage: 45.3% of statements
20:35:04 [2020-09-10T20:35:04.516Z] ok  	github.com/docker/docker/testutil	0.027s	coverage: 62.5% of statements
20:35:05 [2020-09-10T20:35:05.164Z] ok  	github.com/docker/docker/runconfig	0.044s	coverage: 66.1% of statements
20:35:05 [2020-09-10T20:35:05.462Z] ok  	github.com/docker/docker/registry	0.334s	coverage: 56.3% of statements
20:35:08 [2020-09-10T20:35:08.231Z] ok  	github.com/docker/docker/volume/drivers	0.012s	coverage: 36.1% of statements
20:35:09 [2020-09-10T20:35:09.768Z] ok  	github.com/docker/docker/volume/mounts	0.071s	coverage: 67.0% of statements
20:35:09 [2020-09-10T20:35:09.768Z] ok  	github.com/docker/docker/volume/local	0.053s	coverage: 73.0% of statements
20:35:10 [2020-09-10T20:35:10.809Z] ok  	github.com/docker/docker/volume/service	0.025s	coverage: 73.1% of statements
20:35:12 [2020-09-10T20:35:12.531Z] --- PASS: TestImportExtremelyLargeImageWorks (79.11s)
20:35:12 [2020-09-10T20:35:12.531Z] PASS
20:35:12 [2020-09-10T20:35:12.531Z] 
20:35:12 [2020-09-10T20:35:12.531Z] === Skipped
20:35:12 [2020-09-10T20:35:12.531Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
20:35:12 [2020-09-10T20:35:12.531Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:35:12 [2020-09-10T20:35:12.531Z] 
20:35:12 [2020-09-10T20:35:12.531Z] 
20:35:12 [2020-09-10T20:35:12.531Z] DONE 12 tests, 1 skipped in 80.504s
20:35:12 [2020-09-10T20:35:12.531Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
20:35:12 [2020-09-10T20:35:12.531Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
20:35:12 [2020-09-10T20:35:12.531Z] ++ set -e
20:35:12 [2020-09-10T20:35:12.531Z] ++ '[' -n 0 ']'
20:35:12 [2020-09-10T20:35:12.531Z] ++ set -x
20:35:12 [2020-09-10T20:35:12.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
20:35:12 [2020-09-10T20:35:12.531Z] INFO: Testing against a local daemon
20:35:12 [2020-09-10T20:35:12.531Z] === RUN   TestNetworkCreateDelete
20:35:12 [2020-09-10T20:35:12.531Z] --- PASS: TestNetworkCreateDelete (0.13s)
20:35:12 [2020-09-10T20:35:12.531Z] === RUN   TestDockerNetworkDeletePreferID
20:35:12 [2020-09-10T20:35:12.531Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:35:12 [2020-09-10T20:35:12.531Z] === RUN   TestDaemonDNSFallback
20:35:12 [2020-09-10T20:35:12.531Z] --- PASS: TestDaemonDNSFallback (2.49s)
20:35:12 [2020-09-10T20:35:12.531Z] === RUN   TestInspectNetwork
20:35:15 [2020-09-10T20:35:15.802Z] --- PASS: TestBuildWithHugeFile (51.64s)
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildWithEmptyDockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:15 [2020-09-10T20:35:15.802Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s)
20:35:15 [2020-09-10T20:35:15.802Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
20:35:15 [2020-09-10T20:35:15.802Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s)
20:35:15 [2020-09-10T20:35:15.802Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s)
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildPreserveOwnership
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildPreserveOwnership/copy_from
20:35:15 [2020-09-10T20:35:15.802Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:35:17 [2020-09-10T20:35:17.718Z] --- PASS: TestBuildPreserveOwnership (5.87s)
20:35:17 [2020-09-10T20:35:17.718Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.71s)
20:35:17 [2020-09-10T20:35:17.718Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.13s)
20:35:17 [2020-09-10T20:35:17.718Z] === RUN   TestBuildPlatformInvalid
20:35:17 [2020-09-10T20:35:17.718Z] --- PASS: TestBuildPlatformInvalid (0.18s)
20:35:17 [2020-09-10T20:35:17.718Z] PASS
20:35:17 [2020-09-10T20:35:17.718Z] 
20:35:17 [2020-09-10T20:35:17.718Z] === Skipped
20:35:17 [2020-09-10T20:35:17.718Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
20:35:17 [2020-09-10T20:35:17.718Z]     build_session_test.go:25: TODO: BuildKit
20:35:17 [2020-09-10T20:35:17.718Z] 
20:35:17 [2020-09-10T20:35:17.718Z] 
20:35:17 [2020-09-10T20:35:17.718Z] DONE 32 tests, 1 skipped in 106.747s
20:35:17 [2020-09-10T20:35:17.718Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
20:35:17 [2020-09-10T20:35:17.718Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
20:35:17 [2020-09-10T20:35:17.718Z] ++ set -e
20:35:17 [2020-09-10T20:35:17.718Z] ++ '[' -n 0 ']'
20:35:17 [2020-09-10T20:35:17.718Z] ++ set -x
20:35:17 [2020-09-10T20:35:17.718Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
20:35:17 [2020-09-10T20:35:17.718Z] INFO: Testing against a local daemon
20:35:17 [2020-09-10T20:35:17.718Z] === RUN   TestConfigInspect
20:35:18 [2020-09-10T20:35:18.174Z] === RUN   TestInspectNetwork/full_network_id
20:35:18 [2020-09-10T20:35:18.174Z] === RUN   TestInspectNetwork/partial_network_id
20:35:18 [2020-09-10T20:35:18.174Z] === RUN   TestInspectNetwork/network_name
20:35:18 [2020-09-10T20:35:18.174Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:35:21 [2020-09-10T20:35:21.024Z] --- PASS: TestConfigInspect (3.22s)
20:35:21 [2020-09-10T20:35:21.024Z] === RUN   TestConfigList
20:35:22 [2020-09-10T20:35:22.633Z] --- PASS: TestInspectNetwork (10.80s)
20:35:22 [2020-09-10T20:35:22.633Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:35:22 [2020-09-10T20:35:22.633Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:35:22 [2020-09-10T20:35:22.633Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:35:22 [2020-09-10T20:35:22.633Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:35:22 [2020-09-10T20:35:22.633Z] === RUN   TestRunContainerWithBridgeNone
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: buildpack-deps:buster
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: busybox:latest
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: busybox:glibc
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: debian:buster
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: buildpack-deps:buster
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: hello-world:latest
20:35:23 [2020-09-10T20:35:23.112Z] INFO: Testing against a local daemon
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerDaemonSuite
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: busybox:latest
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: busybox:glibc
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: debian:buster
20:35:23 [2020-09-10T20:35:23.112Z] Loaded image: hello-world:latest
20:35:23 [2020-09-10T20:35:23.112Z] INFO: Testing against a local daemon
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIErrorJSON
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
20:35:23 [2020-09-10T20:35:23.112Z] === RUN   TestDockerSuite/TestAPIImagesDelete
20:35:24 [2020-09-10T20:35:24.049Z] === RUN   TestDockerSuite/TestAPIImagesFilter
20:35:24 [2020-09-10T20:35:24.308Z] === RUN   TestDockerSuite/TestAPIImagesHistory
20:35:24 [2020-09-10T20:35:24.330Z] --- PASS: TestConfigList (3.24s)
20:35:24 [2020-09-10T20:35:24.330Z] === RUN   TestConfigsCreateAndDelete
20:35:24 [2020-09-10T20:35:24.876Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
20:35:24 [2020-09-10T20:35:24.876Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
20:35:25 [2020-09-10T20:35:25.369Z] --- PASS: TestRunContainerWithBridgeNone (2.40s)
20:35:25 [2020-09-10T20:35:25.369Z] === RUN   TestNetworkInvalidJSON
20:35:25 [2020-09-10T20:35:25.369Z] === RUN   TestNetworkInvalidJSON//networks/create
20:35:25 [2020-09-10T20:35:25.369Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:35:25 [2020-09-10T20:35:25.369Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:35:25 [2020-09-10T20:35:25.369Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:35:25 [2020-09-10T20:35:25.369Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:25 [2020-09-10T20:35:25.369Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:25 [2020-09-10T20:35:25.369Z] === CONT  TestNetworkInvalidJSON//networks/create
20:35:25 [2020-09-10T20:35:25.369Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:35:25 [2020-09-10T20:35:25.369Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:35:25 [2020-09-10T20:35:25.369Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:35:25 [2020-09-10T20:35:25.369Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:35:25 [2020-09-10T20:35:25.369Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:35:25 [2020-09-10T20:35:25.370Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:35:25 [2020-09-10T20:35:25.370Z] === RUN   TestHostIPv4BridgeLabel
20:35:25 [2020-09-10T20:35:25.444Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
20:35:25 [2020-09-10T20:35:25.661Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
20:35:25 [2020-09-10T20:35:25.661Z] === RUN   TestDaemonRestartWithLiveRestore
20:35:25 [2020-09-10T20:35:25.703Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
20:35:25 [2020-09-10T20:35:25.703Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
20:35:26 [2020-09-10T20:35:26.173Z] ok  	github.com/docker/docker/pkg/plugins	33.630s	coverage: 76.6% of statements
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/rootless	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/volume	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === Skipped
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver btrfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver btrfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver btrfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver btrfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver btrfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:73: No driver to put!
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z] time="2020-09-10T20:34:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z] time="2020-09-10T20:34:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z] time="2020-09-10T20:34:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z] time="2020-09-10T20:34:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z] time="2020-09-10T20:34:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:73: No driver to put!
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     overlay_test.go:49: Fails to compute changes intermittently
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.173Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:35:26 [2020-09-10T20:35:26.173Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:35:26 [2020-09-10T20:35:26.173Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:46: Driver zfs not supported
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:46: Driver zfs not supported
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:46: Driver zfs not supported
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:46: Driver zfs not supported
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:46: Driver zfs not supported
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     graphtest_unix.go:73: No driver to put!
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:35:26 [2020-09-10T20:35:26.174Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] 
20:35:26 [2020-09-10T20:35:26.174Z] DONE 2138 tests, 26 skipped in 261.445s
Post stage
[Pipeline] junit
20:35:26 [2020-09-10T20:35:26.220Z] Recording test results
20:35:26 [2020-09-10T20:35:26.699Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
20:35:26 [2020-09-10T20:35:26.699Z] === RUN   TestDaemonDefaultNetworkPools
20:35:27 [2020-09-10T20:35:27.175Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
20:35:27 [2020-09-10T20:35:27.435Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
20:35:27 [2020-09-10T20:35:27.639Z] --- PASS: TestConfigsCreateAndDelete (3.24s)
20:35:27 [2020-09-10T20:35:27.639Z] === RUN   TestConfigsUpdate
20:35:27 [2020-09-10T20:35:27.700Z] === RUN   TestDockerSuite/TestAPINetworkFilter
20:35:27 [2020-09-10T20:35:27.700Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
20:35:27 [2020-09-10T20:35:27.700Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
20:35:27 [2020-09-10T20:35:27.735Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
20:35:27 [2020-09-10T20:35:27.735Z] === RUN   TestDaemonRestartWithExistingNetwork
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
20:35:28 [2020-09-10T20:35:28.226Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/make.sh dynbinary test-integration
20:35:28 [2020-09-10T20:35:28.527Z] 
20:35:28 [2020-09-10T20:35:28.527Z] Removing bundles/
20:35:28 [2020-09-10T20:35:28.527Z] 
20:35:28 [2020-09-10T20:35:28.527Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
20:35:28 [2020-09-10T20:35:28.527Z] Building: bundles/dynbinary-daemon/dockerd-dev
20:35:28 [2020-09-10T20:35:28.527Z] GOOS="" GOARCH="" GOARM=""
20:35:28 [2020-09-10T20:35:28.772Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s)
20:35:28 [2020-09-10T20:35:28.773Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:35:29 [2020-09-10T20:35:29.082Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
20:35:29 [2020-09-10T20:35:29.341Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
20:35:29 [2020-09-10T20:35:29.910Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
20:35:29 [2020-09-10T20:35:29.910Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
20:35:30 [2020-09-10T20:35:30.170Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
20:35:30 [2020-09-10T20:35:30.170Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
20:35:30 [2020-09-10T20:35:30.170Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
20:35:30 [2020-09-10T20:35:30.286Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
20:35:30 [2020-09-10T20:35:30.286Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:35:30 [2020-09-10T20:35:30.579Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s)
20:35:30 [2020-09-10T20:35:30.579Z] === RUN   TestServiceWithPredefinedNetwork
20:35:30 [2020-09-10T20:35:30.945Z] --- PASS: TestConfigsUpdate (3.23s)
20:35:30 [2020-09-10T20:35:30.945Z] === RUN   TestTemplatedConfig
20:35:33 [2020-09-10T20:35:33.459Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
20:35:34 [2020-09-10T20:35:34.104Z] --- PASS: TestServiceWithPredefinedNetwork (3.51s)
20:35:34 [2020-09-10T20:35:34.105Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:35:34 [2020-09-10T20:35:34.105Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:35:34 [2020-09-10T20:35:34.105Z]     service_test.go:236: FLAKY_TEST
20:35:34 [2020-09-10T20:35:34.105Z] === RUN   TestServiceWithDataPathPortInit
20:35:34 [2020-09-10T20:35:34.253Z] --- PASS: TestTemplatedConfig (3.39s)
20:35:34 [2020-09-10T20:35:34.253Z] === RUN   TestConfigCreateResolve
20:35:34 [2020-09-10T20:35:34.836Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
20:35:36 [2020-09-10T20:35:36.590Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
20:35:36 [2020-09-10T20:35:36.590Z] Copying nested executables into bundles/cross/linux/amd64
20:35:36 [2020-09-10T20:35:36.590Z] Cross building: bundles/cross/windows/amd64
20:35:36 [2020-09-10T20:35:36.590Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
20:35:36 [2020-09-10T20:35:36.590Z] GOOS="windows" GOARCH="amd64" GOARM=""
20:35:37 [2020-09-10T20:35:37.373Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
20:35:37 [2020-09-10T20:35:37.373Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
20:35:37 [2020-09-10T20:35:37.559Z] --- PASS: TestConfigCreateResolve (3.23s)
20:35:37 [2020-09-10T20:35:37.559Z] === RUN   TestConfigDaemonLibtrustID
20:35:38 [2020-09-10T20:35:38.132Z] --- PASS: TestConfigDaemonLibtrustID (0.64s)
20:35:38 [2020-09-10T20:35:38.132Z] PASS
20:35:38 [2020-09-10T20:35:38.132Z] 
20:35:38 [2020-09-10T20:35:38.132Z] DONE 7 tests in 20.337s
20:35:38 [2020-09-10T20:35:38.132Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
20:35:38 [2020-09-10T20:35:38.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
20:35:38 [2020-09-10T20:35:38.132Z] ++ set -e
20:35:38 [2020-09-10T20:35:38.132Z] ++ '[' -n 0 ']'
20:35:38 [2020-09-10T20:35:38.132Z] ++ set -x
20:35:38 [2020-09-10T20:35:38.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
20:35:38 [2020-09-10T20:35:38.132Z] INFO: Testing against a local daemon
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestCheckpoint
20:35:38 [2020-09-10T20:35:38.132Z] --- SKIP: TestCheckpoint (0.00s)
20:35:38 [2020-09-10T20:35:38.132Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestContainerInvalidJSON
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:35:38 [2020-09-10T20:35:38.132Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:35:38 [2020-09-10T20:35:38.132Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:35:38 [2020-09-10T20:35:38.132Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:35:38 [2020-09-10T20:35:38.132Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:35:38 [2020-09-10T20:35:38.132Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:35:38 [2020-09-10T20:35:38.132Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:35:38 [2020-09-10T20:35:38.132Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:35:38 [2020-09-10T20:35:38.132Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:35:38 [2020-09-10T20:35:38.132Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:35:38 [2020-09-10T20:35:38.132Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:35:38 [2020-09-10T20:35:38.132Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:35:38 [2020-09-10T20:35:38.394Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
20:35:38 [2020-09-10T20:35:38.394Z] === RUN   TestCopyFromContainerPathIsNotDir
20:35:38 [2020-09-10T20:35:38.394Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
20:35:38 [2020-09-10T20:35:38.394Z] === RUN   TestCopyToContainerPathDoesNotExist
20:35:38 [2020-09-10T20:35:38.655Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
20:35:38 [2020-09-10T20:35:38.655Z] === RUN   TestCopyToContainerPathIsNotDir
20:35:38 [2020-09-10T20:35:38.655Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s)
20:35:38 [2020-09-10T20:35:38.655Z] === RUN   TestCopyFromContainer
20:35:39 [2020-09-10T20:35:39.278Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
20:35:39 [2020-09-10T20:35:39.537Z] --- PASS: TestBuildWithHugeFile (84.31s)
20:35:39 [2020-09-10T20:35:39.537Z] === RUN   TestBuildWithEmptyDockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:35:39 [2020-09-10T20:35:39.537Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:35:39 [2020-09-10T20:35:39.797Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:35:40 [2020-09-10T20:35:40.056Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
20:35:40 [2020-09-10T20:35:40.056Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s)
20:35:40 [2020-09-10T20:35:40.056Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
20:35:40 [2020-09-10T20:35:40.056Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s)
20:35:40 [2020-09-10T20:35:40.056Z] === RUN   TestBuildPreserveOwnership
20:35:40 [2020-09-10T20:35:40.056Z] === RUN   TestBuildPreserveOwnership/copy_from
20:35:40 [2020-09-10T20:35:40.056Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
20:35:40 [2020-09-10T20:35:40.572Z] === RUN   TestCopyFromContainer//
20:35:40 [2020-09-10T20:35:40.572Z] === RUN   TestCopyFromContainer//bar/root
20:35:40 [2020-09-10T20:35:40.625Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
20:35:40 [2020-09-10T20:35:40.835Z] === RUN   TestCopyFromContainer//bar/root/
20:35:40 [2020-09-10T20:35:40.835Z] === RUN   TestCopyFromContainer/bar/quux
20:35:41 [2020-09-10T20:35:41.097Z] === RUN   TestCopyFromContainer/bar/quux/
20:35:41 [2020-09-10T20:35:41.097Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:35:41 [2020-09-10T20:35:41.359Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:35:41 [2020-09-10T20:35:41.359Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:35:41 [2020-09-10T20:35:41.359Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:35:41 [2020-09-10T20:35:41.621Z] === RUN   TestCopyFromContainer/bar/notarget
20:35:41 [2020-09-10T20:35:41.883Z] --- PASS: TestCopyFromContainer (3.09s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer// (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:35:41 [2020-09-10T20:35:41.883Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateLinkToNonExistingContainer
20:35:41 [2020-09-10T20:35:41.883Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateWithInvalidEnv
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateWithInvalidEnv/0
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateWithInvalidEnv/0
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateWithInvalidEnv/1
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateWithInvalidEnv/1
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateWithInvalidEnv/2
20:35:41 [2020-09-10T20:35:41.883Z] === PAUSE TestCreateWithInvalidEnv/2
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateWithInvalidEnv/0
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateWithInvalidEnv/1
20:35:41 [2020-09-10T20:35:41.883Z] === CONT  TestCreateWithInvalidEnv/2
20:35:41 [2020-09-10T20:35:41.883Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:35:41 [2020-09-10T20:35:41.883Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateTmpfsMountsTarget
20:35:41 [2020-09-10T20:35:41.883Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:35:41 [2020-09-10T20:35:41.883Z] === RUN   TestCreateWithCustomMaskedPaths
20:35:42 [2020-09-10T20:35:42.003Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
20:35:42 [2020-09-10T20:35:42.965Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
20:35:42 [2020-09-10T20:35:42.965Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:35:43 [2020-09-10T20:35:43.534Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
20:35:43 [2020-09-10T20:35:43.534Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
20:35:44 [2020-09-10T20:35:44.448Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s)
20:35:44 [2020-09-10T20:35:44.448Z] === RUN   TestCreateWithCustomReadonlyPaths
20:35:44 [2020-09-10T20:35:44.474Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
20:35:44 [2020-09-10T20:35:44.733Z] --- PASS: TestBuildPreserveOwnership (4.84s)
20:35:44 [2020-09-10T20:35:44.733Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.98s)
20:35:44 [2020-09-10T20:35:44.733Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.84s)
20:35:44 [2020-09-10T20:35:44.733Z] === RUN   TestBuildPlatformInvalid
20:35:44 [2020-09-10T20:35:44.993Z] --- PASS: TestBuildPlatformInvalid (0.15s)
20:35:44 [2020-09-10T20:35:44.993Z] PASS
20:35:44 [2020-09-10T20:35:44.993Z] 
20:35:44 [2020-09-10T20:35:44.993Z] === Skipped
20:35:44 [2020-09-10T20:35:44.993Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
20:35:44 [2020-09-10T20:35:44.993Z]     build_session_test.go:25: TODO: BuildKit
20:35:44 [2020-09-10T20:35:44.993Z] 
20:35:44 [2020-09-10T20:35:44.993Z] 
20:35:44 [2020-09-10T20:35:44.993Z] DONE 32 tests, 1 skipped in 172.446s
20:35:44 [2020-09-10T20:35:44.993Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
20:35:44 [2020-09-10T20:35:44.993Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
20:35:44 [2020-09-10T20:35:44.993Z] ++ set -e
20:35:44 [2020-09-10T20:35:44.993Z] ++ '[' -n 0 ']'
20:35:44 [2020-09-10T20:35:44.993Z] ++ set -x
20:35:44 [2020-09-10T20:35:44.993Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
20:35:44 [2020-09-10T20:35:44.993Z] === RUN   TestDockerSuite/TestAttachAfterDetach
20:35:45 [2020-09-10T20:35:45.252Z] INFO: Testing against a local daemon
20:35:45 [2020-09-10T20:35:45.252Z] === RUN   TestConfigInspect
20:35:45 [2020-09-10T20:35:45.819Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
20:35:46 [2020-09-10T20:35:46.369Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.24s)
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:35:46 [2020-09-10T20:35:46.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:35:46 [2020-09-10T20:35:46.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:35:46 [2020-09-10T20:35:46.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:35:46 [2020-09-10T20:35:46.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:35:46 [2020-09-10T20:35:46.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:35:46 [2020-09-10T20:35:46.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
20:35:46 [2020-09-10T20:35:46.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
20:35:46 [2020-09-10T20:35:46.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
20:35:46 [2020-09-10T20:35:46.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
20:35:46 [2020-09-10T20:35:46.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
20:35:46 [2020-09-10T20:35:46.369Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:35:46 [2020-09-10T20:35:46.942Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.73s)
20:35:46 [2020-09-10T20:35:46.942Z] === RUN   TestCreateDifferentPlatform
20:35:47 [2020-09-10T20:35:47.198Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestCreateDifferentPlatform/different_os
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:35:47 [2020-09-10T20:35:47.205Z] --- PASS: TestCreateDifferentPlatform (0.03s)
20:35:47 [2020-09-10T20:35:47.205Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:35:47 [2020-09-10T20:35:47.205Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:35:47 [2020-09-10T20:35:47.205Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestContainerStartOnDaemonRestart
20:35:47 [2020-09-10T20:35:47.205Z] === PAUSE TestContainerStartOnDaemonRestart
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestDaemonRestartIpcMode
20:35:47 [2020-09-10T20:35:47.205Z] === PAUSE TestDaemonRestartIpcMode
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestDaemonHostGatewayIP
20:35:47 [2020-09-10T20:35:47.205Z] === PAUSE TestDaemonHostGatewayIP
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestContainerKillOnDaemonStart
20:35:47 [2020-09-10T20:35:47.205Z] === PAUSE TestContainerKillOnDaemonStart
20:35:47 [2020-09-10T20:35:47.205Z] === RUN   TestDiff
20:35:48 [2020-09-10T20:35:48.135Z] --- PASS: TestConfigInspect (2.97s)
20:35:48 [2020-09-10T20:35:48.135Z] === RUN   TestConfigList
20:35:48 [2020-09-10T20:35:48.149Z] --- PASS: TestDiff (0.78s)
20:35:48 [2020-09-10T20:35:48.149Z] === RUN   TestExecWithCloseStdin
20:35:48 [2020-09-10T20:35:48.393Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
20:35:48 [2020-09-10T20:35:48.652Z] === RUN   TestDockerSuite/TestAttachDetach
20:35:48 [2020-09-10T20:35:48.722Z] --- PASS: TestExecWithCloseStdin (0.88s)
20:35:48 [2020-09-10T20:35:48.722Z] === RUN   TestExec
20:35:49 [2020-09-10T20:35:49.589Z] === RUN   TestDockerSuite/TestAttachDisconnect
20:35:49 [2020-09-10T20:35:49.667Z] --- PASS: TestExec (0.80s)
20:35:49 [2020-09-10T20:35:49.667Z] === RUN   TestExecUser
20:35:50 [2020-09-10T20:35:50.524Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
20:35:50 [2020-09-10T20:35:50.614Z] --- PASS: TestExecUser (0.86s)
20:35:50 [2020-09-10T20:35:50.614Z] === RUN   TestExportContainerAndImportImage
20:35:51 [2020-09-10T20:35:51.462Z] --- PASS: TestConfigList (2.99s)
20:35:51 [2020-09-10T20:35:51.462Z] === RUN   TestConfigsCreateAndDelete
20:35:51 [2020-09-10T20:35:51.462Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
20:35:51 [2020-09-10T20:35:51.560Z] --- PASS: TestExportContainerAndImportImage (1.05s)
20:35:51 [2020-09-10T20:35:51.560Z] === RUN   TestExportContainerAfterDaemonRestart
20:35:52 [2020-09-10T20:35:52.399Z] === RUN   TestDockerSuite/TestAttachPausedContainer
20:35:52 [2020-09-10T20:35:52.967Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
20:35:53 [2020-09-10T20:35:53.478Z] --- PASS: TestExportContainerAfterDaemonRestart (2.02s)
20:35:53 [2020-09-10T20:35:53.479Z] === RUN   TestHealthCheckWorkdir
20:35:53 [2020-09-10T20:35:53.535Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
20:35:53 [2020-09-10T20:35:53.795Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
20:35:54 [2020-09-10T20:35:54.055Z] --- PASS: TestConfigsCreateAndDelete (2.85s)
20:35:54 [2020-09-10T20:35:54.055Z] === RUN   TestConfigsUpdate
20:35:54 [2020-09-10T20:35:54.423Z] --- PASS: TestHealthCheckWorkdir (0.99s)
20:35:54 [2020-09-10T20:35:54.423Z] === RUN   TestHealthKillContainer
20:35:54 [2020-09-10T20:35:54.993Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
20:35:55 [2020-09-10T20:35:55.252Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
20:35:56 [2020-09-10T20:35:56.613Z] --- PASS: TestServiceWithDataPathPortInit (20.14s)
20:35:56 [2020-09-10T20:35:56.613Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:35:56 [2020-09-10T20:35:56.630Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
20:35:57 [2020-09-10T20:35:57.197Z] --- PASS: TestConfigsUpdate (3.10s)
20:35:57 [2020-09-10T20:35:57.197Z] === RUN   TestTemplatedConfig
20:35:57 [2020-09-10T20:35:57.197Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
20:35:57 [2020-09-10T20:35:57.456Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
20:35:57 [2020-09-10T20:35:57.716Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
20:35:57 [2020-09-10T20:35:57.726Z] --- PASS: TestHealthKillContainer (2.79s)
20:35:57 [2020-09-10T20:35:57.726Z] === RUN   TestInspectCpusetInConfigPre120
20:35:57 [2020-09-10T20:35:57.986Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s)
20:35:57 [2020-09-10T20:35:57.986Z] === RUN   TestIpcModeNone
20:35:58 [2020-09-10T20:35:58.284Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
20:35:58 [2020-09-10T20:35:58.542Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
20:35:58 [2020-09-10T20:35:58.542Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
20:35:58 [2020-09-10T20:35:58.931Z] --- PASS: TestIpcModeNone (0.79s)
20:35:58 [2020-09-10T20:35:58.931Z] === RUN   TestIpcModePrivate
20:35:59 [2020-09-10T20:35:59.797Z] --- PASS: TestImportExtremelyLargeImageWorks (104.72s)
20:35:59 [2020-09-10T20:35:59.797Z] PASS
20:35:59 [2020-09-10T20:35:59.797Z] 
20:35:59 [2020-09-10T20:35:59.797Z] === Skipped
20:35:59 [2020-09-10T20:35:59.797Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:35:59 [2020-09-10T20:35:59.797Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
20:35:59 [2020-09-10T20:35:59.797Z] 
20:35:59 [2020-09-10T20:35:59.797Z] 
20:35:59 [2020-09-10T20:35:59.797Z] DONE 12 tests, 1 skipped in 108.786s
20:35:59 [2020-09-10T20:35:59.797Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:35:59 [2020-09-10T20:35:59.797Z] INFO: Testing against a local daemon
20:35:59 [2020-09-10T20:35:59.797Z] === RUN   TestNetworkCreateDelete
20:35:59 [2020-09-10T20:35:59.797Z] --- PASS: TestNetworkCreateDelete (0.15s)
20:35:59 [2020-09-10T20:35:59.797Z] === RUN   TestDockerNetworkDeletePreferID
20:35:59 [2020-09-10T20:35:59.797Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
20:35:59 [2020-09-10T20:35:59.797Z] === RUN   TestDaemonDNSFallback
20:35:59 [2020-09-10T20:35:59.874Z] --- PASS: TestIpcModePrivate (0.85s)
20:35:59 [2020-09-10T20:35:59.874Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
20:35:59 [2020-09-10T20:35:59.874Z] === RUN   TestIpcModeShareable
20:35:59 [2020-09-10T20:35:59.924Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
20:35:59 [2020-09-10T20:35:59.925Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
20:36:00 [2020-09-10T20:36:00.492Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
20:36:00 [2020-09-10T20:36:00.492Z] --- PASS: TestTemplatedConfig (3.14s)
20:36:00 [2020-09-10T20:36:00.492Z] === RUN   TestConfigCreateResolve
20:36:00 [2020-09-10T20:36:00.492Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
20:36:00 [2020-09-10T20:36:00.817Z] --- PASS: TestIpcModeShareable (0.86s)
20:36:00 [2020-09-10T20:36:00.817Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
20:36:00 [2020-09-10T20:36:00.817Z] === RUN   TestAPIIpcModeShareableAndContainer
20:36:01 [2020-09-10T20:36:01.171Z] --- PASS: TestDaemonDNSFallback (7.28s)
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestInspectNetwork
20:36:01 [2020-09-10T20:36:01.171Z] --- SKIP: TestInspectNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.171Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestRunContainerWithBridgeNone
20:36:01 [2020-09-10T20:36:01.171Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
20:36:01 [2020-09-10T20:36:01.171Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestNetworkInvalidJSON
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestNetworkInvalidJSON//networks/create
20:36:01 [2020-09-10T20:36:01.171Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:36:01 [2020-09-10T20:36:01.171Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:36:01 [2020-09-10T20:36:01.171Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:01 [2020-09-10T20:36:01.171Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:01 [2020-09-10T20:36:01.171Z] === CONT  TestNetworkInvalidJSON//networks/create
20:36:01 [2020-09-10T20:36:01.171Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:36:01 [2020-09-10T20:36:01.171Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:36:01 [2020-09-10T20:36:01.171Z] --- PASS: TestNetworkInvalidJSON (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestHostIPv4BridgeLabel
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestDaemonRestartWithLiveRestore
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestDaemonDefaultNetworkPools
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestDaemonRestartWithExistingNetwork
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestServiceWithPredefinedNetwork
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:236: FLAKY_TEST
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestServiceWithDataPathPortInit
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:36:01 [2020-09-10T20:36:01.172Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] PASS
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === Skipped
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:236: FLAKY_TEST
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
20:36:01 [2020-09-10T20:36:01.172Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] 
20:36:01 [2020-09-10T20:36:01.172Z] DONE 19 tests, 12 skipped in 8.033s
20:36:01 [2020-09-10T20:36:01.172Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:36:01 [2020-09-10T20:36:01.430Z] INFO: Testing against a local daemon
20:36:01 [2020-09-10T20:36:01.430Z] === RUN   TestDockerNetworkIpvlanPersistance
20:36:01 [2020-09-10T20:36:01.430Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:01 [2020-09-10T20:36:01.430Z] === RUN   TestDockerNetworkIpvlan
20:36:01 [2020-09-10T20:36:01.430Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:01 [2020-09-10T20:36:01.430Z] PASS
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] === Skipped
20:36:01 [2020-09-10T20:36:01.430Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] DONE 2 tests, 2 skipped in 0.199s
20:36:01 [2020-09-10T20:36:01.430Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:36:01 [2020-09-10T20:36:01.430Z] INFO: Testing against a local daemon
20:36:01 [2020-09-10T20:36:01.430Z] === RUN   TestDockerNetworkMacvlanPersistance
20:36:01 [2020-09-10T20:36:01.430Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.430Z] === RUN   TestDockerNetworkMacvlan
20:36:01 [2020-09-10T20:36:01.430Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.430Z] PASS
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] === Skipped
20:36:01 [2020-09-10T20:36:01.430Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
20:36:01 [2020-09-10T20:36:01.430Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] DONE 2 tests, 2 skipped in 0.151s
20:36:01 [2020-09-10T20:36:01.430Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:36:01 [2020-09-10T20:36:01.430Z] testing: warning: no tests to run
20:36:01 [2020-09-10T20:36:01.430Z] PASS
20:36:01 [2020-09-10T20:36:01.430Z] 
20:36:01 [2020-09-10T20:36:01.430Z] DONE 0 tests in 0.040s
20:36:01 [2020-09-10T20:36:01.430Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:36:01 [2020-09-10T20:36:01.689Z] INFO: Testing against a local daemon
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginAllowRequest
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginTLS
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginTLS (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginDenyRequest
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginAPIDenyResponse
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginDenyResponse
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginAllowEventStream
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginErrorResponse
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginErrorRequest
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginHeader
20:36:01 [2020-09-10T20:36:01.690Z] --- SKIP: TestAuthZPluginHeader (0.00s)
20:36:01 [2020-09-10T20:36:01.690Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.690Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:36:01 [2020-09-10T20:36:01.949Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.22s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] === RUN   TestAuthZPluginV2Disable
20:36:01 [2020-09-10T20:36:01.949Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:36:01 [2020-09-10T20:36:01.949Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:36:01 [2020-09-10T20:36:01.949Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.04s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:36:01 [2020-09-10T20:36:01.949Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] PASS
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === Skipped
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.22s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.04s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s)
20:36:01 [2020-09-10T20:36:01.949Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] 
20:36:01 [2020-09-10T20:36:01.949Z] DONE 17 tests, 17 skipped in 0.477s
20:36:01 [2020-09-10T20:36:01.949Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:36:02 [2020-09-10T20:36:02.208Z] INFO: Testing against a local daemon
20:36:02 [2020-09-10T20:36:02.209Z] === RUN   TestPluginInvalidJSON
20:36:02 [2020-09-10T20:36:02.209Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:36:02 [2020-09-10T20:36:02.209Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:36:02 [2020-09-10T20:36:02.209Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:36:02 [2020-09-10T20:36:02.209Z] --- PASS: TestPluginInvalidJSON (0.01s)
20:36:02 [2020-09-10T20:36:02.209Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
20:36:02 [2020-09-10T20:36:02.209Z] === RUN   TestPluginInstall
20:36:02 [2020-09-10T20:36:02.209Z] --- SKIP: TestPluginInstall (0.00s)
20:36:02 [2020-09-10T20:36:02.209Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:02 [2020-09-10T20:36:02.209Z] PASS
20:36:02 [2020-09-10T20:36:02.209Z] 
20:36:02 [2020-09-10T20:36:02.209Z] === Skipped
20:36:02 [2020-09-10T20:36:02.209Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
20:36:02 [2020-09-10T20:36:02.209Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
20:36:02 [2020-09-10T20:36:02.209Z] 
20:36:02 [2020-09-10T20:36:02.209Z] 
20:36:02 [2020-09-10T20:36:02.209Z] DONE 3 tests, 1 skipped in 0.202s
20:36:02 [2020-09-10T20:36:02.209Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:36:02 [2020-09-10T20:36:02.468Z] INFO: Testing against a local daemon
20:36:02 [2020-09-10T20:36:02.468Z] === RUN   TestExternalGraphDriver
20:36:02 [2020-09-10T20:36:02.726Z] --- SKIP: TestExternalGraphDriver (0.20s)
20:36:02 [2020-09-10T20:36:02.726Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:36:02 [2020-09-10T20:36:02.726Z] === RUN   TestGraphdriverPluginV2
20:36:03 [2020-09-10T20:36:03.027Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
20:36:03 [2020-09-10T20:36:03.365Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.62s)
20:36:03 [2020-09-10T20:36:03.365Z] === RUN   TestAPIIpcModeHost
20:36:03 [2020-09-10T20:36:03.596Z] --- PASS: TestConfigCreateResolve (3.12s)
20:36:03 [2020-09-10T20:36:03.596Z] === RUN   TestConfigDaemonLibtrustID
20:36:03 [2020-09-10T20:36:03.938Z] --- PASS: TestAPIIpcModeHost (0.65s)
20:36:03 [2020-09-10T20:36:03.938Z] === RUN   TestDaemonIpcModeShareable
20:36:04 [2020-09-10T20:36:04.164Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
20:36:04 [2020-09-10T20:36:04.164Z] PASS
20:36:04 [2020-09-10T20:36:04.164Z] 
20:36:04 [2020-09-10T20:36:04.164Z] DONE 7 tests in 18.994s
20:36:04 [2020-09-10T20:36:04.164Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
20:36:04 [2020-09-10T20:36:04.164Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
20:36:04 [2020-09-10T20:36:04.164Z] ++ set -e
20:36:04 [2020-09-10T20:36:04.164Z] ++ '[' -n 0 ']'
20:36:04 [2020-09-10T20:36:04.164Z] ++ set -x
20:36:04 [2020-09-10T20:36:04.164Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
20:36:04 [2020-09-10T20:36:04.164Z] INFO: Testing against a local daemon
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestCheckpoint
20:36:04 [2020-09-10T20:36:04.164Z] --- SKIP: TestCheckpoint (0.00s)
20:36:04 [2020-09-10T20:36:04.164Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestContainerInvalidJSON
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:36:04 [2020-09-10T20:36:04.164Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:36:04 [2020-09-10T20:36:04.164Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:36:04 [2020-09-10T20:36:04.164Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:36:04 [2020-09-10T20:36:04.164Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:36:04 [2020-09-10T20:36:04.425Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:36:04 [2020-09-10T20:36:04.425Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:36:04 [2020-09-10T20:36:04.425Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:36:04 [2020-09-10T20:36:04.425Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:36:04 [2020-09-10T20:36:04.425Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
20:36:04 [2020-09-10T20:36:04.425Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
20:36:04 [2020-09-10T20:36:04.425Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:36:04 [2020-09-10T20:36:04.425Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:36:04 [2020-09-10T20:36:04.425Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
20:36:04 [2020-09-10T20:36:04.425Z] === RUN   TestCopyFromContainerPathIsNotDir
20:36:04 [2020-09-10T20:36:04.425Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
20:36:04 [2020-09-10T20:36:04.425Z] === RUN   TestCopyToContainerPathDoesNotExist
20:36:04 [2020-09-10T20:36:04.425Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
20:36:04 [2020-09-10T20:36:04.425Z] === RUN   TestCopyToContainerPathIsNotDir
20:36:04 [2020-09-10T20:36:04.686Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s)
20:36:04 [2020-09-10T20:36:04.686Z] === RUN   TestCopyFromContainer
20:36:05 [2020-09-10T20:36:05.095Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.13s)
20:36:05 [2020-09-10T20:36:05.095Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ucf1dtbip82evlz755vmqnfcc Created:2020-09-10 20:35:55.684933421 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[ff4f9829b45188bf2c822e674d77cd6222a2edf6958e7112fdae3ca74164320e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0tytpkghf4l3kx6eim54bajp EndpointID:9bd0e18a8dec1b445aa9f5c7ee4c9cf4972a3f85a6fe2160fefafdb770524fea MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8f11852ba3f6c8d1d29b6dc3d1a76fef63874c2ab7c41bd099e32df432de95d4 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:fc9758edb31e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0tytpkghf4l3kx6eim54bajp EndpointID:9bd0e18a8dec1b445aa9f5c7ee4c9cf4972a3f85a6fe2160fefafdb770524fea EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:36:05 [2020-09-10T20:36:05.095Z] PASS
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] === Skipped
20:36:05 [2020-09-10T20:36:05.095Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:36:05 [2020-09-10T20:36:05.095Z]     service_test.go:236: FLAKY_TEST
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] DONE 23 tests, 1 skipped in 55.532s
20:36:05 [2020-09-10T20:36:05.095Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:36:05 [2020-09-10T20:36:05.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:36:05 [2020-09-10T20:36:05.095Z] ++ set -e
20:36:05 [2020-09-10T20:36:05.095Z] ++ '[' -n 0 ']'
20:36:05 [2020-09-10T20:36:05.095Z] ++ set -x
20:36:05 [2020-09-10T20:36:05.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:36:05 [2020-09-10T20:36:05.095Z] INFO: Testing against a local daemon
20:36:05 [2020-09-10T20:36:05.095Z] === RUN   TestDockerNetworkIpvlanPersistance
20:36:05 [2020-09-10T20:36:05.095Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:36:05 [2020-09-10T20:36:05.095Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:05 [2020-09-10T20:36:05.095Z] === RUN   TestDockerNetworkIpvlan
20:36:05 [2020-09-10T20:36:05.095Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:36:05 [2020-09-10T20:36:05.095Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:05 [2020-09-10T20:36:05.095Z] PASS
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] === Skipped
20:36:05 [2020-09-10T20:36:05.095Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:36:05 [2020-09-10T20:36:05.095Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:36:05 [2020-09-10T20:36:05.095Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] 
20:36:05 [2020-09-10T20:36:05.095Z] DONE 2 tests, 2 skipped in 0.076s
20:36:05 [2020-09-10T20:36:05.095Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:36:05 [2020-09-10T20:36:05.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:36:05 [2020-09-10T20:36:05.095Z] ++ set -e
20:36:05 [2020-09-10T20:36:05.095Z] ++ '[' -n 0 ']'
20:36:05 [2020-09-10T20:36:05.095Z] ++ set -x
20:36:05 [2020-09-10T20:36:05.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:36:05 [2020-09-10T20:36:05.095Z] INFO: Testing against a local daemon
20:36:05 [2020-09-10T20:36:05.095Z] === RUN   TestDockerNetworkMacvlanPersistance
20:36:05 [2020-09-10T20:36:05.858Z] --- PASS: TestDaemonIpcModeShareable (1.78s)
20:36:05 [2020-09-10T20:36:05.858Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
20:36:05 [2020-09-10T20:36:05.858Z] === RUN   TestDaemonIpcModePrivate
20:36:06 [2020-09-10T20:36:06.131Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
20:36:06 [2020-09-10T20:36:06.131Z] === RUN   TestDockerNetworkMacvlan
20:36:06 [2020-09-10T20:36:06.595Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
20:36:06 [2020-09-10T20:36:06.595Z] === RUN   TestCopyFromContainer//
20:36:06 [2020-09-10T20:36:06.595Z] === RUN   TestCopyFromContainer//bar/root
20:36:06 [2020-09-10T20:36:06.766Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:36:06 [2020-09-10T20:36:06.856Z] === RUN   TestCopyFromContainer//bar/root/
20:36:06 [2020-09-10T20:36:06.856Z] === RUN   TestCopyFromContainer/bar/quux
20:36:07 [2020-09-10T20:36:07.116Z] === RUN   TestCopyFromContainer/bar/quux/
20:36:07 [2020-09-10T20:36:07.116Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:36:07 [2020-09-10T20:36:07.319Z] --- PASS: TestDaemonIpcModePrivate (1.80s)
20:36:07 [2020-09-10T20:36:07.319Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
20:36:07 [2020-09-10T20:36:07.319Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:36:07 [2020-09-10T20:36:07.375Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:36:07 [2020-09-10T20:36:07.375Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:36:07 [2020-09-10T20:36:07.375Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:36:07 [2020-09-10T20:36:07.634Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
20:36:07 [2020-09-10T20:36:07.634Z] === RUN   TestCopyFromContainer/bar/notarget
20:36:07 [2020-09-10T20:36:07.802Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:36:07 [2020-09-10T20:36:07.893Z] --- PASS: TestCopyFromContainer (3.20s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer// (0.13s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/quux (0.10s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.14s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:36:07 [2020-09-10T20:36:07.893Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateLinkToNonExistingContainer
20:36:07 [2020-09-10T20:36:07.893Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateWithInvalidEnv
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateWithInvalidEnv/0
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateWithInvalidEnv/0
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateWithInvalidEnv/1
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateWithInvalidEnv/1
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateWithInvalidEnv/2
20:36:07 [2020-09-10T20:36:07.893Z] === PAUSE TestCreateWithInvalidEnv/2
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateWithInvalidEnv/0
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateWithInvalidEnv/2
20:36:07 [2020-09-10T20:36:07.893Z] === CONT  TestCreateWithInvalidEnv/1
20:36:07 [2020-09-10T20:36:07.893Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
20:36:07 [2020-09-10T20:36:07.893Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateTmpfsMountsTarget
20:36:07 [2020-09-10T20:36:07.893Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
20:36:07 [2020-09-10T20:36:07.893Z] === RUN   TestCreateWithCustomMaskedPaths
20:36:08 [2020-09-10T20:36:08.151Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
20:36:08 [2020-09-10T20:36:08.838Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:36:09 [2020-09-10T20:36:09.237Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s)
20:36:09 [2020-09-10T20:36:09.237Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
20:36:09 [2020-09-10T20:36:09.237Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:36:09 [2020-09-10T20:36:09.290Z] --- PASS: TestGraphdriverPluginV2 (5.75s)
20:36:09 [2020-09-10T20:36:09.290Z] PASS
20:36:09 [2020-09-10T20:36:09.290Z] 
20:36:09 [2020-09-10T20:36:09.290Z] === Skipped
20:36:09 [2020-09-10T20:36:09.290Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.20s)
20:36:09 [2020-09-10T20:36:09.290Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
20:36:09 [2020-09-10T20:36:09.290Z] 
20:36:09 [2020-09-10T20:36:09.290Z] 
20:36:09 [2020-09-10T20:36:09.290Z] DONE 2 tests, 1 skipped in 6.094s
20:36:09 [2020-09-10T20:36:09.290Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:36:09 [2020-09-10T20:36:09.290Z] INFO: Testing against a local daemon
20:36:09 [2020-09-10T20:36:09.290Z] === RUN   TestContinueAfterPluginCrash
20:36:09 [2020-09-10T20:36:09.290Z] === PAUSE TestContinueAfterPluginCrash
20:36:09 [2020-09-10T20:36:09.290Z] === RUN   TestReadPluginNoRead
20:36:09 [2020-09-10T20:36:09.290Z] === PAUSE TestReadPluginNoRead
20:36:09 [2020-09-10T20:36:09.290Z] === RUN   TestDaemonStartWithLogOpt
20:36:09 [2020-09-10T20:36:09.290Z] === PAUSE TestDaemonStartWithLogOpt
20:36:09 [2020-09-10T20:36:09.290Z] === CONT  TestContinueAfterPluginCrash
20:36:09 [2020-09-10T20:36:09.290Z] === CONT  TestDaemonStartWithLogOpt
20:36:10 [2020-09-10T20:36:10.054Z] --- PASS: TestCreateWithCustomMaskedPaths (1.82s)
20:36:10 [2020-09-10T20:36:10.054Z] === RUN   TestCreateWithCustomReadonlyPaths
20:36:11 [2020-09-10T20:36:11.154Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.90s)
20:36:11 [2020-09-10T20:36:11.154Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
20:36:11 [2020-09-10T20:36:11.154Z] === RUN   TestIpcModeOlderClient
20:36:11 [2020-09-10T20:36:11.154Z] === PAUSE TestIpcModeOlderClient
20:36:11 [2020-09-10T20:36:11.154Z] === RUN   TestKillContainerInvalidSignal
20:36:11 [2020-09-10T20:36:11.431Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s)
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:11 [2020-09-10T20:36:11.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:11 [2020-09-10T20:36:11.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:11 [2020-09-10T20:36:11.431Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:11 [2020-09-10T20:36:11.431Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:36:11 [2020-09-10T20:36:11.431Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:36:11 [2020-09-10T20:36:11.431Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:36:11 [2020-09-10T20:36:11.432Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:36:11 [2020-09-10T20:36:11.432Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:36:11 [2020-09-10T20:36:11.432Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
20:36:11 [2020-09-10T20:36:11.432Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
20:36:11 [2020-09-10T20:36:11.432Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
20:36:11 [2020-09-10T20:36:11.432Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
20:36:11 [2020-09-10T20:36:11.432Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
20:36:11 [2020-09-10T20:36:11.432Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:36:11 [2020-09-10T20:36:11.432Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:36:11 [2020-09-10T20:36:11.999Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
20:36:12 [2020-09-10T20:36:12.098Z] --- PASS: TestKillContainerInvalidSignal (0.77s)
20:36:12 [2020-09-10T20:36:12.098Z] === RUN   TestKillContainer
20:36:12 [2020-09-10T20:36:12.098Z] === RUN   TestKillContainer/no_signal
20:36:12 [2020-09-10T20:36:12.259Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s)
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestCreateDifferentPlatform
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestCreateDifferentPlatform/different_os
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:36:12 [2020-09-10T20:36:12.259Z] --- PASS: TestCreateDifferentPlatform (0.02s)
20:36:12 [2020-09-10T20:36:12.259Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:36:12 [2020-09-10T20:36:12.259Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:36:12 [2020-09-10T20:36:12.259Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestContainerStartOnDaemonRestart
20:36:12 [2020-09-10T20:36:12.259Z] === PAUSE TestContainerStartOnDaemonRestart
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestDaemonRestartIpcMode
20:36:12 [2020-09-10T20:36:12.259Z] === PAUSE TestDaemonRestartIpcMode
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestDaemonHostGatewayIP
20:36:12 [2020-09-10T20:36:12.259Z] === PAUSE TestDaemonHostGatewayIP
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestContainerKillOnDaemonStart
20:36:12 [2020-09-10T20:36:12.259Z] === PAUSE TestContainerKillOnDaemonStart
20:36:12 [2020-09-10T20:36:12.259Z] === RUN   TestDiff
20:36:12 [2020-09-10T20:36:12.359Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:36:12 [2020-09-10T20:36:12.672Z] === RUN   TestKillContainer/non_killing_signal
20:36:12 [2020-09-10T20:36:12.831Z] --- PASS: TestDiff (0.59s)
20:36:12 [2020-09-10T20:36:12.831Z] === RUN   TestExecWithCloseStdin
20:36:13 [2020-09-10T20:36:13.245Z] === RUN   TestKillContainer/killing_signal
20:36:13 [2020-09-10T20:36:13.399Z] --- PASS: TestExecWithCloseStdin (0.65s)
20:36:13 [2020-09-10T20:36:13.399Z] === RUN   TestExec
20:36:14 [2020-09-10T20:36:14.190Z] --- PASS: TestKillContainer (2.30s)
20:36:14 [2020-09-10T20:36:14.190Z]     --- PASS: TestKillContainer/no_signal (0.74s)
20:36:14 [2020-09-10T20:36:14.190Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
20:36:14 [2020-09-10T20:36:14.190Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
20:36:14 [2020-09-10T20:36:14.190Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:36:14 [2020-09-10T20:36:14.190Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:36:14 [2020-09-10T20:36:14.336Z] --- PASS: TestExec (0.64s)
20:36:14 [2020-09-10T20:36:14.336Z] === RUN   TestExecUser
20:36:14 [2020-09-10T20:36:14.904Z] --- PASS: TestExecUser (0.65s)
20:36:14 [2020-09-10T20:36:14.904Z] === RUN   TestExportContainerAndImportImage
20:36:15 [2020-09-10T20:36:15.133Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:36:15 [2020-09-10T20:36:15.163Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
20:36:15 [2020-09-10T20:36:15.707Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s)
20:36:15 [2020-09-10T20:36:15.708Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s)
20:36:15 [2020-09-10T20:36:15.708Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
20:36:15 [2020-09-10T20:36:15.708Z] === RUN   TestKillStoppedContainer
20:36:15 [2020-09-10T20:36:15.708Z] --- PASS: TestKillStoppedContainer (0.09s)
20:36:15 [2020-09-10T20:36:15.708Z] === RUN   TestKillStoppedContainerAPIPre120
20:36:15 [2020-09-10T20:36:15.731Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
20:36:15 [2020-09-10T20:36:15.731Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
20:36:15 [2020-09-10T20:36:15.731Z] --- PASS: TestExportContainerAndImportImage (0.90s)
20:36:15 [2020-09-10T20:36:15.731Z] === RUN   TestExportContainerAfterDaemonRestart
20:36:15 [2020-09-10T20:36:15.970Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
20:36:15 [2020-09-10T20:36:15.970Z] === RUN   TestKillDifferentUserContainer
20:36:15 [2020-09-10T20:36:15.990Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
20:36:16 [2020-09-10T20:36:16.557Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
20:36:16 [2020-09-10T20:36:16.819Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:36:16 [2020-09-10T20:36:16.848Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
20:36:16 [2020-09-10T20:36:16.913Z] --- PASS: TestKillDifferentUserContainer (0.83s)
20:36:16 [2020-09-10T20:36:16.913Z] === RUN   TestInspectOomKilledTrue
20:36:16 [2020-09-10T20:36:16.913Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:36:16 [2020-09-10T20:36:16.913Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:36:16 [2020-09-10T20:36:16.913Z] === RUN   TestInspectOomKilledFalse
20:36:16 [2020-09-10T20:36:16.913Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:36:16 [2020-09-10T20:36:16.913Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:36:16 [2020-09-10T20:36:16.913Z] === RUN   TestLinksEtcHostsContentMatch
20:36:17 [2020-09-10T20:36:17.111Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
20:36:17 [2020-09-10T20:36:17.111Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
20:36:17 [2020-09-10T20:36:17.372Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s)
20:36:17 [2020-09-10T20:36:17.372Z] === RUN   TestHealthCheckWorkdir
20:36:17 [2020-09-10T20:36:17.486Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s)
20:36:17 [2020-09-10T20:36:17.486Z] === RUN   TestLinksContainerNames
20:36:17 [2020-09-10T20:36:17.635Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
20:36:18 [2020-09-10T20:36:18.209Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
20:36:18 [2020-09-10T20:36:18.468Z] --- PASS: TestHealthCheckWorkdir (1.10s)
20:36:18 [2020-09-10T20:36:18.468Z] === RUN   TestHealthKillContainer
20:36:18 [2020-09-10T20:36:18.875Z] --- PASS: TestLinksContainerNames (1.48s)
20:36:18 [2020-09-10T20:36:18.875Z] === RUN   TestLogsFollowTailEmpty
20:36:19 [2020-09-10T20:36:19.448Z] --- PASS: TestLogsFollowTailEmpty (0.74s)
20:36:19 [2020-09-10T20:36:19.448Z] === RUN   TestContainerNetworkMountsNoChown
20:36:20 [2020-09-10T20:36:20.371Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
20:36:20 [2020-09-10T20:36:20.371Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
20:36:20 [2020-09-10T20:36:20.393Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s)
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/default
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/default
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/private
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/private
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rprivate
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rprivate
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/slave
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/slave
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rslave
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rslave
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/shared
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/shared
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rshared
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rshared
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/default
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rprivate
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/default/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rslave
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/shared
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rshared
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/default/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/slave
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/private
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/private/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/private/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/default/bind_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:36:20 [2020-09-10T20:36:20.393Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/default/mount_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/private/bind_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/private/mount_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:36:20 [2020-09-10T20:36:20.655Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:36:20 [2020-09-10T20:36:20.917Z] --- PASS: TestMountDaemonRoot (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
20:36:20 [2020-09-10T20:36:20.917Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
20:36:20 [2020-09-10T20:36:20.917Z] === RUN   TestContainerBindMountNonRecursive
20:36:21 [2020-09-10T20:36:21.307Z] --- PASS: TestHealthKillContainer (2.81s)
20:36:21 [2020-09-10T20:36:21.307Z] === RUN   TestInspectCpusetInConfigPre120
20:36:21 [2020-09-10T20:36:21.875Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s)
20:36:21 [2020-09-10T20:36:21.875Z] === RUN   TestIpcModeNone
20:36:22 [2020-09-10T20:36:22.134Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
20:36:22 [2020-09-10T20:36:22.393Z] --- PASS: TestIpcModeNone (0.68s)
20:36:22 [2020-09-10T20:36:22.393Z] === RUN   TestIpcModePrivate
20:36:22 [2020-09-10T20:36:22.961Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
20:36:23 [2020-09-10T20:36:23.220Z] --- PASS: TestIpcModePrivate (0.65s)
20:36:23 [2020-09-10T20:36:23.220Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:108, shared: false, mustBeShared: false
20:36:23 [2020-09-10T20:36:23.220Z] === RUN   TestIpcModeShareable
20:36:23 [2020-09-10T20:36:23.465Z] --- PASS: TestContainerBindMountNonRecursive (2.29s)
20:36:23 [2020-09-10T20:36:23.465Z] === RUN   TestNetworkNat
20:36:23 [2020-09-10T20:36:23.764Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:36:23 [2020-09-10T20:36:23.788Z] --- PASS: TestIpcModeShareable (0.75s)
20:36:23 [2020-09-10T20:36:23.788Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:85, shared: true, mustBeShared: true
20:36:23 [2020-09-10T20:36:23.788Z] === RUN   TestAPIIpcModeShareableAndContainer
20:36:24 [2020-09-10T20:36:24.038Z] --- PASS: TestNetworkNat (0.83s)
20:36:24 [2020-09-10T20:36:24.038Z] === RUN   TestNetworkLocalhostTCPNat
20:36:24 [2020-09-10T20:36:24.173Z] --- PASS: TestDaemonStartWithLogOpt (13.31s)
20:36:24 [2020-09-10T20:36:24.173Z] === CONT  TestReadPluginNoRead
20:36:24 [2020-09-10T20:36:24.800Z] --- PASS: TestDockerNetworkMacvlan (18.85s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.43s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.44s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.17s)
20:36:24 [2020-09-10T20:36:24.800Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.36s)
20:36:24 [2020-09-10T20:36:24.800Z] PASS
20:36:24 [2020-09-10T20:36:24.800Z] 
20:36:24 [2020-09-10T20:36:24.800Z] DONE 8 tests in 20.359s
20:36:24 [2020-09-10T20:36:24.800Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
20:36:24 [2020-09-10T20:36:24.800Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:36:24 [2020-09-10T20:36:24.800Z] ++ set -e
20:36:24 [2020-09-10T20:36:24.800Z] ++ '[' -n 0 ']'
20:36:24 [2020-09-10T20:36:24.800Z] ++ set -x
20:36:24 [2020-09-10T20:36:24.800Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:36:24 [2020-09-10T20:36:24.800Z] testing: warning: no tests to run
20:36:24 [2020-09-10T20:36:24.800Z] PASS
20:36:24 [2020-09-10T20:36:24.800Z] 
20:36:24 [2020-09-10T20:36:24.800Z] DONE 0 tests in 0.016s
20:36:24 [2020-09-10T20:36:24.984Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s)
20:36:24 [2020-09-10T20:36:24.984Z] === RUN   TestNetworkLoopbackNat
20:36:25 [2020-09-10T20:36:25.092Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:36:25 [2020-09-10T20:36:25.092Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:36:25 [2020-09-10T20:36:25.092Z] ++ set -e
20:36:25 [2020-09-10T20:36:25.092Z] ++ '[' -n 0 ']'
20:36:25 [2020-09-10T20:36:25.092Z] ++ set -x
20:36:25 [2020-09-10T20:36:25.092Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:36:25 [2020-09-10T20:36:25.092Z] INFO: Testing against a local daemon
20:36:25 [2020-09-10T20:36:25.092Z] === RUN   TestAuthZPluginAllowRequest
20:36:25 [2020-09-10T20:36:25.166Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
20:36:25 [2020-09-10T20:36:25.549Z] === RUN   TestReadPluginNoRead/default
20:36:25 [2020-09-10T20:36:25.549Z] --- PASS: TestContinueAfterPluginCrash (17.00s)
20:36:26 [2020-09-10T20:36:26.545Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.55s)
20:36:26 [2020-09-10T20:36:26.545Z] === RUN   TestAPIIpcModeHost
20:36:26 [2020-09-10T20:36:26.602Z] --- PASS: TestAuthZPluginAllowRequest (1.70s)
20:36:26 [2020-09-10T20:36:26.602Z] === RUN   TestAuthZPluginTLS
20:36:27 [2020-09-10T20:36:27.113Z] --- PASS: TestAPIIpcModeHost (0.73s)
20:36:27 [2020-09-10T20:36:27.113Z] === RUN   TestDaemonIpcModeShareable
20:36:27 [2020-09-10T20:36:27.236Z] --- PASS: TestAuthZPluginTLS (0.54s)
20:36:27 [2020-09-10T20:36:27.236Z] === RUN   TestAuthZPluginDenyRequest
20:36:27 [2020-09-10T20:36:27.682Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
20:36:27 [2020-09-10T20:36:27.682Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
20:36:27 [2020-09-10T20:36:27.870Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
20:36:27 [2020-09-10T20:36:27.870Z] === RUN   TestAuthZPluginAPIDenyResponse
20:36:28 [2020-09-10T20:36:28.080Z] === RUN   TestReadPluginNoRead/disabled_caching
20:36:28 [2020-09-10T20:36:28.288Z] --- PASS: TestNetworkLoopbackNat (3.17s)
20:36:28 [2020-09-10T20:36:28.288Z] === RUN   TestPause
20:36:28 [2020-09-10T20:36:28.505Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
20:36:28 [2020-09-10T20:36:28.505Z] === RUN   TestAuthZPluginDenyResponse
20:36:28 [2020-09-10T20:36:28.797Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
20:36:28 [2020-09-10T20:36:28.797Z] === RUN   TestAuthZPluginAllowEventStream
20:36:28 [2020-09-10T20:36:28.861Z] --- PASS: TestPause (0.79s)
20:36:28 [2020-09-10T20:36:28.861Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:36:28 [2020-09-10T20:36:28.861Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:36:28 [2020-09-10T20:36:28.861Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:36:28 [2020-09-10T20:36:28.861Z] === RUN   TestPauseStopPausedContainer
20:36:29 [2020-09-10T20:36:29.059Z] --- PASS: TestDaemonIpcModeShareable (1.67s)
20:36:29 [2020-09-10T20:36:29.059Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true
20:36:29 [2020-09-10T20:36:29.059Z] === RUN   TestDaemonIpcModePrivate
20:36:29 [2020-09-10T20:36:29.434Z] --- PASS: TestPauseStopPausedContainer (0.83s)
20:36:29 [2020-09-10T20:36:29.434Z] === RUN   TestPsFilter
20:36:29 [2020-09-10T20:36:29.696Z] --- PASS: TestPsFilter (0.24s)
20:36:29 [2020-09-10T20:36:29.696Z] === RUN   TestRemoveContainerWithRemovedVolume
20:36:29 [2020-09-10T20:36:29.983Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:36:29 [2020-09-10T20:36:29.999Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
20:36:29 [2020-09-10T20:36:29.999Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
20:36:30 [2020-09-10T20:36:30.567Z] --- PASS: TestDaemonIpcModePrivate (1.68s)
20:36:30 [2020-09-10T20:36:30.568Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false
20:36:30 [2020-09-10T20:36:30.568Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:36:30 [2020-09-10T20:36:30.641Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s)
20:36:30 [2020-09-10T20:36:30.642Z] === RUN   TestRemoveContainerWithVolume
20:36:30 [2020-09-10T20:36:30.867Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s)
20:36:30 [2020-09-10T20:36:30.867Z] === RUN   TestAuthZPluginErrorResponse
20:36:31 [2020-09-10T20:36:31.159Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
20:36:31 [2020-09-10T20:36:31.159Z] === RUN   TestAuthZPluginErrorRequest
20:36:31 [2020-09-10T20:36:31.214Z] --- PASS: TestRemoveContainerWithVolume (0.73s)
20:36:31 [2020-09-10T20:36:31.214Z] === RUN   TestRemoveContainerRunning
20:36:31 [2020-09-10T20:36:31.795Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
20:36:31 [2020-09-10T20:36:31.795Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:36:31 [2020-09-10T20:36:31.945Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
20:36:32 [2020-09-10T20:36:32.087Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
20:36:32 [2020-09-10T20:36:32.088Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:36:32 [2020-09-10T20:36:32.158Z] --- PASS: TestRemoveContainerRunning (0.79s)
20:36:32 [2020-09-10T20:36:32.158Z] === RUN   TestRemoveContainerForceRemoveRunning
20:36:32 [2020-09-10T20:36:32.205Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s)
20:36:32 [2020-09-10T20:36:32.205Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false
20:36:32 [2020-09-10T20:36:32.205Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:36:32 [2020-09-10T20:36:32.514Z] --- PASS: TestReadPluginNoRead (10.21s)
20:36:32 [2020-09-10T20:36:32.514Z]     --- PASS: TestReadPluginNoRead/default (2.23s)
20:36:32 [2020-09-10T20:36:32.514Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.21s)
20:36:32 [2020-09-10T20:36:32.514Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.21s)
20:36:32 [2020-09-10T20:36:32.514Z]     read_test.go:92: [d139f05085a64] daemon is not started
20:36:32 [2020-09-10T20:36:32.514Z] PASS
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] DONE 6 tests in 23.678s
20:36:32 [2020-09-10T20:36:32.514Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:36:32 [2020-09-10T20:36:32.514Z] testing: warning: no tests to run
20:36:32 [2020-09-10T20:36:32.514Z] PASS
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] DONE 0 tests in 0.066s
20:36:32 [2020-09-10T20:36:32.514Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:36:32 [2020-09-10T20:36:32.514Z] INFO: Testing against a local daemon
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestPluginWithDevMounts
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestPluginWithDevMounts (0.00s)
20:36:32 [2020-09-10T20:36:32.514Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:36:32 [2020-09-10T20:36:32.514Z] PASS
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === Skipped
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
20:36:32 [2020-09-10T20:36:32.514Z]     mounts_test.go:21: (*Execution).IsRootless-fm
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] DONE 1 tests, 1 skipped in 0.198s
20:36:32 [2020-09-10T20:36:32.514Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:36:32 [2020-09-10T20:36:32.514Z] INFO: Testing against a local daemon
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestSecretInspect
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestSecretInspect (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestSecretList
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestSecretList (0.01s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestSecretsCreateAndDelete
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestSecretsCreateAndDelete (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestSecretsUpdate
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestSecretsUpdate (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestTemplatedSecret
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestTemplatedSecret (0.00s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] === RUN   TestSecretCreateResolve
20:36:32 [2020-09-10T20:36:32.514Z] --- SKIP: TestSecretCreateResolve (0.01s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] PASS
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === Skipped
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
20:36:32 [2020-09-10T20:36:32.514Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] 
20:36:32 [2020-09-10T20:36:32.514Z] DONE 6 tests, 6 skipped in 0.223s
20:36:32 [2020-09-10T20:36:32.514Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:36:32 [2020-09-10T20:36:32.729Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s)
20:36:32 [2020-09-10T20:36:32.729Z] === RUN   TestRemoveInvalidContainer
20:36:32 [2020-09-10T20:36:32.729Z] --- PASS: TestRemoveInvalidContainer (0.02s)
20:36:32 [2020-09-10T20:36:32.729Z] === RUN   TestRenameLinkedContainer
20:36:32 [2020-09-10T20:36:32.774Z] INFO: Testing against a local daemon
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestServiceCreateInit
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:36:32 [2020-09-10T20:36:32.774Z] --- PASS: TestServiceCreateInit (0.02s)
20:36:32 [2020-09-10T20:36:32.774Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:32 [2020-09-10T20:36:32.774Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:32 [2020-09-10T20:36:32.774Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceMultipleTimes
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceConflict
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceConflict (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceMaxReplicas
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateWithDuplicateNetworkNames
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceSecretFileMode
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceConfigFileMode
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceSysctls
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceSysctls (0.02s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateServiceCapabilities
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
20:36:32 [2020-09-10T20:36:32.774Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestInspect
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestInspect (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestCreateJob
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestCreateJob (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestReplicatedJob
20:36:32 [2020-09-10T20:36:32.774Z] --- SKIP: TestReplicatedJob (0.01s)
20:36:32 [2020-09-10T20:36:32.774Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:32 [2020-09-10T20:36:32.774Z] === RUN   TestUpdateReplicatedJob
20:36:33 [2020-09-10T20:36:33.033Z] --- SKIP: TestUpdateReplicatedJob (0.02s)
20:36:33 [2020-09-10T20:36:33.033Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:33 [2020-09-10T20:36:33.033Z] === RUN   TestServiceListWithStatuses
20:36:33 [2020-09-10T20:36:33.033Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:36:33 [2020-09-10T20:36:33.033Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:36:33 [2020-09-10T20:36:33.033Z] === RUN   TestDockerNetworkConnectAlias
20:36:33 [2020-09-10T20:36:33.033Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
20:36:33 [2020-09-10T20:36:33.033Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:33 [2020-09-10T20:36:33.033Z] === RUN   TestDockerNetworkReConnect
20:36:33 [2020-09-10T20:36:33.033Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
20:36:33 [2020-09-10T20:36:33.033Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:33 [2020-09-10T20:36:33.033Z] === RUN   TestServicePlugin
20:36:33 [2020-09-10T20:36:33.583Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
20:36:33 [2020-09-10T20:36:33.583Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
20:36:33 [2020-09-10T20:36:33.841Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
20:36:34 [2020-09-10T20:36:34.101Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s)
20:36:34 [2020-09-10T20:36:34.101Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
20:36:34 [2020-09-10T20:36:34.101Z] === RUN   TestIpcModeOlderClient
20:36:34 [2020-09-10T20:36:34.101Z] === PAUSE TestIpcModeOlderClient
20:36:34 [2020-09-10T20:36:34.101Z] === RUN   TestKillContainerInvalidSignal
20:36:34 [2020-09-10T20:36:34.159Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.99s)
20:36:34 [2020-09-10T20:36:34.159Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:36:34 [2020-09-10T20:36:34.670Z] --- PASS: TestKillContainerInvalidSignal (0.76s)
20:36:34 [2020-09-10T20:36:34.670Z] === RUN   TestKillContainer
20:36:34 [2020-09-10T20:36:34.670Z] === RUN   TestKillContainer/no_signal
20:36:35 [2020-09-10T20:36:35.607Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
20:36:35 [2020-09-10T20:36:35.607Z] === RUN   TestKillContainer/non_killing_signal
20:36:35 [2020-09-10T20:36:35.865Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
20:36:36 [2020-09-10T20:36:36.042Z] --- PASS: TestRenameLinkedContainer (3.12s)
20:36:36 [2020-09-10T20:36:36.042Z] === RUN   TestRenameStoppedContainer
20:36:36 [2020-09-10T20:36:36.124Z] === RUN   TestKillContainer/killing_signal
20:36:36 [2020-09-10T20:36:36.231Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s)
20:36:36 [2020-09-10T20:36:36.231Z] === RUN   TestAuthZPluginHeader
20:36:36 [2020-09-10T20:36:36.320Z] --- SKIP: TestServicePlugin (3.44s)
20:36:36 [2020-09-10T20:36:36.321Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.321Z] === RUN   TestServiceUpdateLabel
20:36:36 [2020-09-10T20:36:36.321Z] --- SKIP: TestServiceUpdateLabel (0.01s)
20:36:36 [2020-09-10T20:36:36.321Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.321Z] === RUN   TestServiceUpdateSecrets
20:36:36 [2020-09-10T20:36:36.321Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
20:36:36 [2020-09-10T20:36:36.321Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.321Z] === RUN   TestServiceUpdateConfigs
20:36:36 [2020-09-10T20:36:36.321Z] --- SKIP: TestServiceUpdateConfigs (0.02s)
20:36:36 [2020-09-10T20:36:36.321Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.321Z] === RUN   TestServiceUpdateNetwork
20:36:36 [2020-09-10T20:36:36.321Z] --- SKIP: TestServiceUpdateNetwork (0.02s)
20:36:36 [2020-09-10T20:36:36.321Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.321Z] === RUN   TestServiceUpdatePidsLimit
20:36:36 [2020-09-10T20:36:36.579Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] PASS
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === Skipped
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:36 [2020-09-10T20:36:36.579Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
20:36:36 [2020-09-10T20:36:36.579Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:36 [2020-09-10T20:36:36.579Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
20:36:36 [2020-09-10T20:36:36.579Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestInspect (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:36:36 [2020-09-10T20:36:36.579Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s)
20:36:36 [2020-09-10T20:36:36.579Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
20:36:36 [2020-09-10T20:36:36.579Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] 
20:36:36 [2020-09-10T20:36:36.579Z] DONE 24 tests, 23 skipped in 3.900s
20:36:36 [2020-09-10T20:36:36.579Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:36:36 [2020-09-10T20:36:36.579Z] INFO: Testing against a local daemon
20:36:36 [2020-09-10T20:36:36.580Z] === RUN   TestSessionCreate
20:36:36 [2020-09-10T20:36:36.580Z] --- PASS: TestSessionCreate (0.02s)
20:36:36 [2020-09-10T20:36:36.580Z] === RUN   TestSessionCreateWithBadUpgrade
20:36:36 [2020-09-10T20:36:36.580Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:36:36 [2020-09-10T20:36:36.580Z] PASS
20:36:36 [2020-09-10T20:36:36.580Z] 
20:36:36 [2020-09-10T20:36:36.580Z] DONE 2 tests in 0.155s
20:36:36 [2020-09-10T20:36:36.580Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:36:36 [2020-09-10T20:36:36.619Z] --- PASS: TestRenameStoppedContainer (0.75s)
20:36:36 [2020-09-10T20:36:36.619Z] === RUN   TestRenameRunningContainerAndReuse
20:36:36 [2020-09-10T20:36:36.838Z] INFO: Testing against a local daemon
20:36:36 [2020-09-10T20:36:36.838Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:36:36 [2020-09-10T20:36:36.838Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:36:36 [2020-09-10T20:36:36.838Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:36:36 [2020-09-10T20:36:36.838Z] === RUN   TestEventsExecDie
20:36:37 [2020-09-10T20:36:37.063Z] --- PASS: TestKillContainer (2.25s)
20:36:37 [2020-09-10T20:36:37.063Z]     --- PASS: TestKillContainer/no_signal (0.66s)
20:36:37 [2020-09-10T20:36:37.063Z]     --- PASS: TestKillContainer/non_killing_signal (0.61s)
20:36:37 [2020-09-10T20:36:37.063Z]     --- PASS: TestKillContainer/killing_signal (0.71s)
20:36:37 [2020-09-10T20:36:37.063Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:36:37 [2020-09-10T20:36:37.063Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:36:37 [2020-09-10T20:36:37.267Z] --- PASS: TestAuthZPluginHeader (0.84s)
20:36:37 [2020-09-10T20:36:37.267Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:36:37 [2020-09-10T20:36:37.267Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:36:37 [2020-09-10T20:36:37.267Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2020-09-10T20:36:37.267Z] === RUN   TestAuthZPluginV2Disable
20:36:37 [2020-09-10T20:36:37.267Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:36:37 [2020-09-10T20:36:37.267Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2020-09-10T20:36:37.267Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:36:37 [2020-09-10T20:36:37.267Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:36:37 [2020-09-10T20:36:37.267Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2020-09-10T20:36:37.267Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:36:37 [2020-09-10T20:36:37.267Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:36:37 [2020-09-10T20:36:37.267Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:37 [2020-09-10T20:36:37.267Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:36:37 [2020-09-10T20:36:37.406Z] --- PASS: TestEventsExecDie (0.46s)
20:36:37 [2020-09-10T20:36:37.406Z] === RUN   TestEventsBackwardsCompatible
20:36:37 [2020-09-10T20:36:37.406Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
20:36:37 [2020-09-10T20:36:37.406Z] === RUN   TestInfoBinaryCommits
20:36:37 [2020-09-10T20:36:37.406Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:36:37 [2020-09-10T20:36:37.406Z] === RUN   TestInfoAPIVersioned
20:36:37 [2020-09-10T20:36:37.406Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:36:37 [2020-09-10T20:36:37.406Z] === RUN   TestInfoDiscoveryBackend
20:36:38 [2020-09-10T20:36:38.002Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:36:38 [2020-09-10T20:36:38.539Z] --- PASS: TestRenameRunningContainerAndReuse (1.50s)
20:36:38 [2020-09-10T20:36:38.540Z] === RUN   TestRenameInvalidName
20:36:38 [2020-09-10T20:36:38.571Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
20:36:38 [2020-09-10T20:36:38.571Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.66s)
20:36:38 [2020-09-10T20:36:38.571Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s)
20:36:38 [2020-09-10T20:36:38.571Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s)
20:36:38 [2020-09-10T20:36:38.571Z] === RUN   TestKillStoppedContainer
20:36:38 [2020-09-10T20:36:38.783Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
20:36:38 [2020-09-10T20:36:38.783Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:36:38 [2020-09-10T20:36:38.801Z] --- PASS: TestRenameInvalidName (0.78s)
20:36:38 [2020-09-10T20:36:38.801Z] === RUN   TestRenameAnonymousContainer
20:36:38 [2020-09-10T20:36:38.830Z] --- PASS: TestKillStoppedContainer (0.07s)
20:36:38 [2020-09-10T20:36:38.830Z] === RUN   TestKillStoppedContainerAPIPre120
20:36:38 [2020-09-10T20:36:38.830Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
20:36:38 [2020-09-10T20:36:38.830Z] === RUN   TestKillDifferentUserContainer
20:36:39 [2020-09-10T20:36:39.092Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
20:36:39 [2020-09-10T20:36:39.665Z] --- PASS: TestKillDifferentUserContainer (0.79s)
20:36:39 [2020-09-10T20:36:39.665Z] === RUN   TestInspectOomKilledTrue
20:36:39 [2020-09-10T20:36:39.665Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
20:36:39 [2020-09-10T20:36:39.665Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:36:39 [2020-09-10T20:36:39.665Z] === RUN   TestInspectOomKilledFalse
20:36:39 [2020-09-10T20:36:39.665Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
20:36:39 [2020-09-10T20:36:39.665Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:36:39 [2020-09-10T20:36:39.665Z] === RUN   TestLinksEtcHostsContentMatch
20:36:39 [2020-09-10T20:36:39.924Z] === RUN   TestDockerSuite/TestBuildAddNonTar
20:36:40 [2020-09-10T20:36:40.183Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s)
20:36:40 [2020-09-10T20:36:40.183Z] === RUN   TestLinksContainerNames
20:36:41 [2020-09-10T20:36:41.122Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
20:36:41 [2020-09-10T20:36:41.690Z] --- PASS: TestLinksContainerNames (1.40s)
20:36:41 [2020-09-10T20:36:41.690Z] === RUN   TestLogsFollowTailEmpty
20:36:41 [2020-09-10T20:36:41.690Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
20:36:42 [2020-09-10T20:36:42.069Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s)
20:36:42 [2020-09-10T20:36:42.069Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:36:42 [2020-09-10T20:36:42.069Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:36:42 [2020-09-10T20:36:42.069Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:42 [2020-09-10T20:36:42.069Z] === RUN   TestInfoAPI
20:36:42 [2020-09-10T20:36:42.263Z] --- PASS: TestLogsFollowTailEmpty (0.59s)
20:36:42 [2020-09-10T20:36:42.263Z] === RUN   TestContainerNetworkMountsNoChown
20:36:42 [2020-09-10T20:36:42.328Z] --- PASS: TestInfoAPI (0.04s)
20:36:42 [2020-09-10T20:36:42.329Z] === RUN   TestInfoAPIWarnings
20:36:42 [2020-09-10T20:36:42.525Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
20:36:42 [2020-09-10T20:36:42.784Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s)
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/default
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/default
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/private
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/private
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rprivate
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rprivate
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/slave
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/slave
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rslave
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rslave
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/shared
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/shared
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rshared
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rshared
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/default
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/default/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/default/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/default/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/rshared
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/shared
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/rslave
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/slave
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/rprivate
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/private
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/private/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/private/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:36:42 [2020-09-10T20:36:42.784Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:36:42 [2020-09-10T20:36:42.784Z] === CONT  TestMountDaemonRoot/default/bind_root
20:36:43 [2020-09-10T20:36:43.012Z] --- PASS: TestRenameAnonymousContainer (3.86s)
20:36:43 [2020-09-10T20:36:43.012Z] === RUN   TestRenameContainerWithSameName
20:36:43 [2020-09-10T20:36:43.044Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:36:43 [2020-09-10T20:36:43.044Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:36:43 [2020-09-10T20:36:43.044Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:36:43 [2020-09-10T20:36:43.044Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:36:43 [2020-09-10T20:36:43.045Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:36:43 [2020-09-10T20:36:43.305Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/private/bind_root
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/private/mount_root
20:36:43 [2020-09-10T20:36:43.306Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:36:43 [2020-09-10T20:36:43.564Z] --- PASS: TestMountDaemonRoot (0.03s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:36:43 [2020-09-10T20:36:43.564Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:36:43 [2020-09-10T20:36:43.564Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
20:36:43 [2020-09-10T20:36:43.565Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
20:36:43 [2020-09-10T20:36:43.565Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s)
20:36:43 [2020-09-10T20:36:43.565Z] === RUN   TestContainerBindMountNonRecursive
20:36:43 [2020-09-10T20:36:43.585Z] --- PASS: TestRenameContainerWithSameName (0.76s)
20:36:43 [2020-09-10T20:36:43.585Z] === RUN   TestRenameContainerWithLinkedContainer
20:36:43 [2020-09-10T20:36:43.705Z] --- PASS: TestInfoAPIWarnings (1.52s)
20:36:43 [2020-09-10T20:36:43.705Z] === RUN   TestInfoDebug
20:36:44 [2020-09-10T20:36:44.944Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
20:36:45 [2020-09-10T20:36:45.203Z] --- PASS: TestContainerBindMountNonRecursive (1.81s)
20:36:45 [2020-09-10T20:36:45.203Z] === RUN   TestNetworkNat
20:36:45 [2020-09-10T20:36:45.503Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s)
20:36:45 [2020-09-10T20:36:45.503Z] === RUN   TestResize
20:36:45 [2020-09-10T20:36:45.608Z] --- PASS: TestInfoDebug (1.53s)
20:36:45 [2020-09-10T20:36:45.608Z] === RUN   TestInfoInsecureRegistries
20:36:45 [2020-09-10T20:36:45.763Z] --- PASS: TestResize (0.73s)
20:36:45 [2020-09-10T20:36:45.764Z] === RUN   TestResizeWithInvalidSize
20:36:45 [2020-09-10T20:36:45.771Z] --- PASS: TestNetworkNat (0.54s)
20:36:45 [2020-09-10T20:36:45.771Z] === RUN   TestNetworkLocalhostTCPNat
20:36:46 [2020-09-10T20:36:46.339Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s)
20:36:46 [2020-09-10T20:36:46.339Z] === RUN   TestNetworkLoopbackNat
20:36:46 [2020-09-10T20:36:46.339Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
20:36:46 [2020-09-10T20:36:46.721Z] --- PASS: TestResizeWithInvalidSize (0.82s)
20:36:46 [2020-09-10T20:36:46.721Z] === RUN   TestResizeWhenContainerNotStarted
20:36:46 [2020-09-10T20:36:46.984Z] --- PASS: TestInfoInsecureRegistries (1.53s)
20:36:46 [2020-09-10T20:36:46.984Z] === RUN   TestInfoRegistryMirrors
20:36:47 [2020-09-10T20:36:47.295Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s)
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:36:47 [2020-09-10T20:36:47.295Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:36:47 [2020-09-10T20:36:47.715Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
20:36:48 [2020-09-10T20:36:48.283Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
20:36:48 [2020-09-10T20:36:48.360Z] --- PASS: TestInfoRegistryMirrors (1.53s)
20:36:48 [2020-09-10T20:36:48.360Z] === RUN   TestLoginFailsWithBadCredentials
20:36:48 [2020-09-10T20:36:48.619Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s)
20:36:48 [2020-09-10T20:36:48.619Z] === RUN   TestPingCacheHeaders
20:36:48 [2020-09-10T20:36:48.619Z] --- PASS: TestPingCacheHeaders (0.04s)
20:36:48 [2020-09-10T20:36:48.619Z] === RUN   TestPingGet
20:36:48 [2020-09-10T20:36:48.619Z] --- PASS: TestPingGet (0.01s)
20:36:48 [2020-09-10T20:36:48.619Z] === RUN   TestPingHead
20:36:48 [2020-09-10T20:36:48.619Z] --- PASS: TestPingHead (0.02s)
20:36:48 [2020-09-10T20:36:48.619Z] === RUN   TestVersion
20:36:48 [2020-09-10T20:36:48.619Z] --- PASS: TestVersion (0.02s)
20:36:48 [2020-09-10T20:36:48.619Z] PASS
20:36:48 [2020-09-10T20:36:48.619Z] 
20:36:48 [2020-09-10T20:36:48.619Z] === Skipped
20:36:48 [2020-09-10T20:36:48.619Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:36:48 [2020-09-10T20:36:48.619Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:36:48 [2020-09-10T20:36:48.619Z] 
20:36:48 [2020-09-10T20:36:48.619Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
20:36:48 [2020-09-10T20:36:48.619Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
20:36:48 [2020-09-10T20:36:48.619Z] 
20:36:48 [2020-09-10T20:36:48.619Z] 
20:36:48 [2020-09-10T20:36:48.619Z] DONE 18 tests, 2 skipped in 11.967s
20:36:48 [2020-09-10T20:36:48.619Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:36:48 [2020-09-10T20:36:48.877Z] INFO: Testing against a local daemon
20:36:48 [2020-09-10T20:36:48.877Z] === RUN   TestVolumesCreateAndList
20:36:48 [2020-09-10T20:36:48.877Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:36:48 [2020-09-10T20:36:48.877Z] === RUN   TestVolumesRemove
20:36:48 [2020-09-10T20:36:48.877Z] --- PASS: TestVolumesRemove (0.07s)
20:36:48 [2020-09-10T20:36:48.877Z] === RUN   TestVolumesInspect
20:36:48 [2020-09-10T20:36:48.877Z] --- PASS: TestVolumesInspect (0.01s)
20:36:48 [2020-09-10T20:36:48.877Z] === RUN   TestVolumesInvalidJSON
20:36:48 [2020-09-10T20:36:48.877Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:36:48 [2020-09-10T20:36:48.877Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:36:48 [2020-09-10T20:36:48.877Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:36:48 [2020-09-10T20:36:48.877Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:36:48 [2020-09-10T20:36:48.877Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:36:48 [2020-09-10T20:36:48.877Z] PASS
20:36:48 [2020-09-10T20:36:48.877Z] 
20:36:48 [2020-09-10T20:36:48.877Z] DONE 5 tests in 0.252s
20:36:48 [2020-09-10T20:36:48.877Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:36:48 [2020-09-10T20:36:48.877Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12008 is not a child of this shell
20:36:48 [2020-09-10T20:36:48.877Z] warning: PID 12008 from bundles/test-integration/docker.pid had a nonzero exit code
20:36:48 [2020-09-10T20:36:48.877Z] Leaving: AppArmorNo profiles have been unloaded.
20:36:48 [2020-09-10T20:36:48.877Z] 
20:36:48 [2020-09-10T20:36:48.877Z] Unloading profiles will leave already running processes permanently
20:36:48 [2020-09-10T20:36:48.877Z] unconfined, which can lead to unexpected situations.
20:36:48 [2020-09-10T20:36:48.877Z] 
20:36:48 [2020-09-10T20:36:48.877Z] To set a process to complain mode, use the command line tool
20:36:48 [2020-09-10T20:36:48.877Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:36:48 [2020-09-10T20:36:48.877Z] Removing test suite binaries
20:36:48 [2020-09-10T20:36:48.877Z] exiting test-integration
20:36:48 [2020-09-10T20:36:48.877Z] ++ exit 0
20:36:49 [2020-09-10T20:36:49.220Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:36:49 [2020-09-10T20:36:49.220Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:36:49 [2020-09-10T20:36:49.221Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
20:36:49 [2020-09-10T20:36:49.221Z] --- PASS: TestNetworkLoopbackNat (2.77s)
20:36:49 [2020-09-10T20:36:49.221Z] === RUN   TestPause
20:36:49 [2020-09-10T20:36:49.480Z] === RUN   TestDockerSuite/TestBuildAddScript
20:36:49 [2020-09-10T20:36:49.480Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
20:36:49 [2020-09-10T20:36:49.997Z] --- PASS: TestPause (0.75s)
20:36:49 [2020-09-10T20:36:49.997Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:36:49 [2020-09-10T20:36:49.997Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:36:49 [2020-09-10T20:36:49.997Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:36:49 [2020-09-10T20:36:49.997Z] === RUN   TestPauseStopPausedContainer
20:36:49 [2020-09-10T20:36:49.997Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
20:36:50 [2020-09-10T20:36:50.170Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:36:50 [2020-09-10T20:36:50.170Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:36:50 [2020-09-10T20:36:50.253Z] 
20:36:50 [2020-09-10T20:36:50.565Z] --- PASS: TestPauseStopPausedContainer (0.66s)
20:36:50 [2020-09-10T20:36:50.565Z] === RUN   TestPsFilter
20:36:50 [2020-09-10T20:36:50.565Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
20:36:50 [2020-09-10T20:36:50.565Z] --- PASS: TestPsFilter (0.16s)
20:36:50 [2020-09-10T20:36:50.565Z] === RUN   TestRemoveContainerWithRemovedVolume
20:36:50 [2020-09-10T20:36:50.745Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:36:50 [2020-09-10T20:36:50.745Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
Post stage
[Pipeline] junit
20:36:51 [2020-09-10T20:36:51.202Z] Recording test results
20:36:51 [2020-09-10T20:36:51.502Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
20:36:51 [2020-09-10T20:36:51.502Z] === RUN   TestRemoveContainerWithVolume
20:36:52 [2020-09-10T20:36:52.073Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
20:36:52 [2020-09-10T20:36:52.073Z] === RUN   TestRemoveContainerRunning
20:36:52 [2020-09-10T20:36:52.073Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
20:36:52 [2020-09-10T20:36:52.332Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
20:36:52 [2020-09-10T20:36:52.901Z] --- PASS: TestRemoveContainerRunning (0.69s)
20:36:52 [2020-09-10T20:36:52.901Z] === RUN   TestRemoveContainerForceRemoveRunning
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:36:53 [2020-09-10T20:36:53.302Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:36:53 [2020-09-10T20:36:53.306Z] + echo Ensuring container killed.
20:36:53 [2020-09-10T20:36:53.306Z] Ensuring container killed.
20:36:53 [2020-09-10T20:36:53.306Z] + docker rm -vf docker-pr1
20:36:53 [2020-09-10T20:36:53.306Z] Error: No such container: docker-pr1
20:36:53 [2020-09-10T20:36:53.306Z] + true
[Pipeline] sh
20:36:53 [2020-09-10T20:36:53.470Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s)
20:36:53 [2020-09-10T20:36:53.470Z] === RUN   TestRemoveInvalidContainer
20:36:53 [2020-09-10T20:36:53.470Z] --- PASS: TestRemoveInvalidContainer (0.03s)
20:36:53 [2020-09-10T20:36:53.470Z] === RUN   TestRenameLinkedContainer
20:36:53 [2020-09-10T20:36:53.566Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:36:53 [2020-09-10T20:36:53.594Z] + echo Chowning /workspace to jenkins user
20:36:53 [2020-09-10T20:36:53.594Z] Chowning /workspace to jenkins user
20:36:53 [2020-09-10T20:36:53.594Z] + id -u
20:36:53 [2020-09-10T20:36:53.594Z] + id -g
20:36:53 [2020-09-10T20:36:53.594Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace busybox chown -R 1000:1000 /workspace
20:36:53 [2020-09-10T20:36:53.594Z] Unable to find image 'busybox:latest' locally
20:36:54 [2020-09-10T20:36:54.038Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
20:36:55 [2020-09-10T20:36:55.415Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
20:36:55 [2020-09-10T20:36:55.861Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.24s)
20:36:55 [2020-09-10T20:36:55.861Z] PASS
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] === Skipped
20:36:55 [2020-09-10T20:36:55.861Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:36:55 [2020-09-10T20:36:55.861Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:36:55 [2020-09-10T20:36:55.861Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:36:55 [2020-09-10T20:36:55.861Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:36:55 [2020-09-10T20:36:55.861Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] 
20:36:55 [2020-09-10T20:36:55.861Z] DONE 17 tests, 4 skipped in 29.446s
20:36:55 [2020-09-10T20:36:55.861Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:36:55 [2020-09-10T20:36:55.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:36:55 [2020-09-10T20:36:55.861Z] ++ set -e
20:36:55 [2020-09-10T20:36:55.861Z] ++ '[' -n 0 ']'
20:36:55 [2020-09-10T20:36:55.861Z] ++ set -x
20:36:55 [2020-09-10T20:36:55.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:36:55 [2020-09-10T20:36:55.861Z] INFO: Testing against a local daemon
20:36:55 [2020-09-10T20:36:55.861Z] === RUN   TestPluginInvalidJSON
20:36:55 [2020-09-10T20:36:55.861Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2020-09-10T20:36:55.861Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2020-09-10T20:36:55.861Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:36:55 [2020-09-10T20:36:55.861Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:36:55 [2020-09-10T20:36:55.861Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:36:55 [2020-09-10T20:36:55.861Z] === RUN   TestPluginInstall
20:36:55 [2020-09-10T20:36:55.861Z] === RUN   TestPluginInstall/no_auth
20:36:56 [2020-09-10T20:36:56.119Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.75s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.67s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.78s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.30s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s)
20:36:56 [2020-09-10T20:36:56.119Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s)
20:36:56 [2020-09-10T20:36:56.119Z] === RUN   TestCgroupNamespacesRun
20:36:56 [2020-09-10T20:36:56.352Z] --- PASS: TestRenameLinkedContainer (2.84s)
20:36:56 [2020-09-10T20:36:56.352Z] === RUN   TestRenameStoppedContainer
20:36:57 [2020-09-10T20:36:57.289Z] --- PASS: TestRenameStoppedContainer (0.78s)
20:36:57 [2020-09-10T20:36:57.289Z] === RUN   TestRenameRunningContainerAndReuse
20:36:57 [2020-09-10T20:36:57.289Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
20:36:57 [2020-09-10T20:36:57.505Z] --- PASS: TestCgroupNamespacesRun (1.75s)
20:36:57 [2020-09-10T20:36:57.505Z] === RUN   TestCgroupNamespacesRunPrivileged
20:36:57 [2020-09-10T20:36:57.989Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
20:36:57 [2020-09-10T20:36:57.989Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
20:36:57 [2020-09-10T20:36:57.989Z] remote: Enumerating objects: 2, done.
20:36:57 [2020-09-10T20:36:57.989Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
20:36:57 [2020-09-10T20:36:57.989Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
20:36:57 [2020-09-10T20:36:57.989Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
20:36:57 [2020-09-10T20:36:57.989Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
20:36:57 [2020-09-10T20:36:57.989Z] Building: bundles/cross/windows/amd64/containerutility.exe
20:36:57 [2020-09-10T20:36:57.989Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
20:36:58 [2020-09-10T20:36:58.312Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/test/unit
20:36:58 [2020-09-10T20:36:58.668Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s)
20:36:58 [2020-09-10T20:36:58.668Z] === RUN   TestRenameInvalidName
20:36:58 [2020-09-10T20:36:58.861Z] latest: Pulling from library/busybox
20:36:58 [2020-09-10T20:36:58.861Z] df8698476c65: Pulling fs layer
20:36:58 [2020-09-10T20:36:58.861Z] df8698476c65: Verifying Checksum
20:36:58 [2020-09-10T20:36:58.861Z] df8698476c65: Download complete
20:36:58 [2020-09-10T20:36:58.861Z] df8698476c65: Pull complete
20:36:58 [2020-09-10T20:36:58.861Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
20:36:58 [2020-09-10T20:36:58.861Z] Status: Downloaded newer image for busybox:latest
20:36:58 [2020-09-10T20:36:58.927Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
20:36:59 [2020-09-10T20:36:59.421Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s)
20:36:59 [2020-09-10T20:36:59.421Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:36:59 [2020-09-10T20:36:59.479Z] time="2020-09-10T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:59 [2020-09-10T20:36:59.479Z] time="2020-09-10T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83d7f59729bcdebd2b6566cd0e9fc67b8bf47649b130e00a284759e24fcf28ec" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:59 [2020-09-10T20:36:59.479Z] time="2020-09-10T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:59 [2020-09-10T20:36:59.479Z] time="2020-09-10T20:36:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:83d7f59729bcdebd2b6566cd0e9fc67b8bf47649b130e00a284759e24fcf28ec" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:59 [2020-09-10T20:36:59.479Z] === RUN   TestPluginInstall/with_htpasswd
20:36:59 [2020-09-10T20:36:59.494Z] --- PASS: TestRenameInvalidName (0.83s)
20:36:59 [2020-09-10T20:36:59.494Z] === RUN   TestRenameAnonymousContainer
20:36:59 [2020-09-10T20:36:59.753Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
20:36:59 [2020-09-10T20:36:59.771Z] time="2020-09-10T20:36:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:59 [2020-09-10T20:36:59.771Z] time="2020-09-10T20:36:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb80e09c6eb872cbbfc5e82be42f5ad940e027d65a3170149461f6c7aed808e1" mediatype=application/vnd.docker.plugin.v1+json size=522
20:36:59 [2020-09-10T20:36:59.771Z] time="2020-09-10T20:36:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:36:59 [2020-09-10T20:36:59.771Z] time="2020-09-10T20:36:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb80e09c6eb872cbbfc5e82be42f5ad940e027d65a3170149461f6c7aed808e1" mediatype=application/vnd.docker.plugin.v1+json size=522
20:37:00 [2020-09-10T20:37:00.062Z] === RUN   TestPluginInstall/with_insecure
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:37:00 [2020-09-10T20:37:00.537Z] + bundleName=amd64-rootless
20:37:00 [2020-09-10T20:37:00.537Z] + echo Creating amd64-rootless-bundles.tar.gz
20:37:00 [2020-09-10T20:37:00.537Z] Creating amd64-rootless-bundles.tar.gz
20:37:00 [2020-09-10T20:37:00.537Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
20:37:00 [2020-09-10T20:37:00.537Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
20:37:00 [2020-09-10T20:37:00.549Z] Archiving artifacts
20:37:00 [2020-09-10T20:37:00.689Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
20:37:00 [2020-09-10T20:37:00.839Z] ?   	github.com/docker/docker/api	[no test files]
20:37:01 [2020-09-10T20:37:01.099Z] time="2020-09-10T20:37:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:37:01 [2020-09-10T20:37:01.099Z] time="2020-09-10T20:37:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d53027b6ec552655547926dc359541fd93e39fcd4a39ce2a13c74a5fd6e5df4b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:37:01 [2020-09-10T20:37:01.099Z] time="2020-09-10T20:37:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:37:01 [2020-09-10T20:37:01.099Z] time="2020-09-10T20:37:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d53027b6ec552655547926dc359541fd93e39fcd4a39ce2a13c74a5fd6e5df4b" mediatype=application/vnd.docker.plugin.v1+json size=522
20:37:01 [2020-09-10T20:37:01.338Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s)
20:37:01 [2020-09-10T20:37:01.339Z] === RUN   TestCgroupNamespacesRunHostMode
20:37:01 [2020-09-10T20:37:01.391Z] --- PASS: TestPluginInstall (6.96s)
20:37:01 [2020-09-10T20:37:01.391Z]     --- PASS: TestPluginInstall/no_auth (4.78s)
20:37:01 [2020-09-10T20:37:01.391Z]     --- PASS: TestPluginInstall/with_htpasswd (0.84s)
20:37:01 [2020-09-10T20:37:01.391Z]     --- PASS: TestPluginInstall/with_insecure (1.34s)
20:37:01 [2020-09-10T20:37:01.391Z]         plugin_test.go:157: [db5f32a4e7786] daemon is not started
20:37:01 [2020-09-10T20:37:01.391Z] PASS
20:37:01 [2020-09-10T20:37:01.391Z] 
20:37:01 [2020-09-10T20:37:01.391Z] DONE 6 tests in 7.091s
20:37:01 [2020-09-10T20:37:01.391Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:37:01 [2020-09-10T20:37:01.391Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:37:01 [2020-09-10T20:37:01.391Z] ++ set -e
20:37:01 [2020-09-10T20:37:01.391Z] ++ '[' -n 0 ']'
20:37:01 [2020-09-10T20:37:01.391Z] ++ set -x
20:37:01 [2020-09-10T20:37:01.391Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:37:01 [2020-09-10T20:37:01.685Z] INFO: Testing against a local daemon
20:37:01 [2020-09-10T20:37:01.685Z] === RUN   TestExternalGraphDriver
20:37:01 [2020-09-10T20:37:01.977Z] === RUN   TestExternalGraphDriver/json
20:37:02 [2020-09-10T20:37:02.265Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:37:02 [2020-09-10T20:37:02.577Z] + make clean
20:37:02 [2020-09-10T20:37:02.593Z] --- PASS: TestRenameAnonymousContainer (2.87s)
20:37:02 [2020-09-10T20:37:02.593Z] === RUN   TestRenameContainerWithSameName
20:37:02 [2020-09-10T20:37:02.836Z] docker volume rm -f docker-dev-cache
20:37:02 [2020-09-10T20:37:02.836Z] docker-dev-cache
[Pipeline] deleteDir
20:37:02 [2020-09-10T20:37:02.852Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
20:37:03 [2020-09-10T20:37:03.111Z] --- PASS: TestRenameContainerWithSameName (0.71s)
20:37:03 [2020-09-10T20:37:03.111Z] === RUN   TestRenameContainerWithLinkedContainer
20:37:03 [2020-09-10T20:37:03.254Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s)
20:37:03 [2020-09-10T20:37:03.254Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:37:03 [2020-09-10T20:37:03.369Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:37:04 [2020-09-10T20:37:04.047Z] === RUN   TestExternalGraphDriver/spec
20:37:04 [2020-09-10T20:37:04.310Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
20:37:04 [2020-09-10T20:37:04.568Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s)
20:37:04 [2020-09-10T20:37:04.568Z] === RUN   TestResize
20:37:04 [2020-09-10T20:37:04.640Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.85s)
20:37:04 [2020-09-10T20:37:04.640Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:37:05 [2020-09-10T20:37:05.136Z] --- PASS: TestResize (0.57s)
20:37:05 [2020-09-10T20:37:05.136Z] === RUN   TestResizeWithInvalidSize
20:37:05 [2020-09-10T20:37:05.734Z] --- PASS: TestResizeWithInvalidSize (0.59s)
20:37:05 [2020-09-10T20:37:05.734Z] === RUN   TestResizeWhenContainerNotStarted
20:37:05 [2020-09-10T20:37:05.961Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
20:37:05 [2020-09-10T20:37:05.961Z] 
20:37:05 [2020-09-10T20:37:05.961Z] ---> Making bundle: test-integration (in bundles/test-integration)
20:37:05 [2020-09-10T20:37:05.961Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
20:37:05 [2020-09-10T20:37:05.961Z] HOSTNAME=ade93cfb9ef9
20:37:05 [2020-09-10T20:37:05.961Z] TESTDEBUG=0
20:37:05 [2020-09-10T20:37:05.961Z] DEST=bundles/test-integration
20:37:05 [2020-09-10T20:37:05.961Z] PWD=/go/src/github.com/docker/docker
20:37:05 [2020-09-10T20:37:05.961Z] DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4
20:37:05 [2020-09-10T20:37:05.961Z] container=docker
20:37:05 [2020-09-10T20:37:05.961Z] HOME=/root
20:37:05 [2020-09-10T20:37:05.961Z] GOLANG_VERSION=1.13.15
20:37:05 [2020-09-10T20:37:05.961Z] VALIDATE_REPO=https://github.com/moby/moby.git
20:37:05 [2020-09-10T20:37:05.961Z] VALIDATE_BRANCH=master
20:37:05 [2020-09-10T20:37:05.961Z] TERM=xterm
20:37:05 [2020-09-10T20:37:05.961Z] DOCKER_PKG=github.com/docker/docker
20:37:05 [2020-09-10T20:37:05.961Z] SHLVL=1
20:37:05 [2020-09-10T20:37:05.961Z] TIMEOUT=120m
20:37:05 [2020-09-10T20:37:05.961Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
20:37:05 [2020-09-10T20:37:05.961Z] DOCKER_GRAPHDRIVER=overlay2
20:37:05 [2020-09-10T20:37:05.961Z] GO111MODULE=off
20:37:05 [2020-09-10T20:37:05.961Z] DOCKER_EXPERIMENTAL=1
20:37:05 [2020-09-10T20:37:05.961Z] TEST_SKIP_INTEGRATION_CLI=1
20:37:05 [2020-09-10T20:37:05.961Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20:37:05 [2020-09-10T20:37:05.961Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
20:37:05 [2020-09-10T20:37:05.961Z] GOPATH=/go
20:37:05 [2020-09-10T20:37:05.961Z] PKG_CONFIG=pkg-config
20:37:05 [2020-09-10T20:37:05.961Z] _=/usr/bin/env
20:37:05 [2020-09-10T20:37:05.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:37:06 [2020-09-10T20:37:06.119Z] === RUN   TestExternalGraphDriver/pull
20:37:06 [2020-09-10T20:37:06.331Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s)
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:37:06 [2020-09-10T20:37:06.332Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:37:06 [2020-09-10T20:37:06.555Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s)
20:37:06 [2020-09-10T20:37:06.555Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:37:06 [2020-09-10T20:37:06.595Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
20:37:06 [2020-09-10T20:37:06.861Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
20:37:07 [2020-09-10T20:37:07.121Z] === RUN   TestDockerSuite/TestBuildAddTar
20:37:07 [2020-09-10T20:37:07.499Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s)
20:37:07 [2020-09-10T20:37:07.499Z] === RUN   TestCgroupNamespacesRunOlderClient
20:37:08 [2020-09-10T20:37:08.189Z] --- PASS: TestExternalGraphDriver (6.57s)
20:37:08 [2020-09-10T20:37:08.189Z]     --- PASS: TestExternalGraphDriver/json (2.10s)
20:37:08 [2020-09-10T20:37:08.189Z]     --- PASS: TestExternalGraphDriver/spec (2.12s)
20:37:08 [2020-09-10T20:37:08.189Z]     --- PASS: TestExternalGraphDriver/pull (2.11s)
20:37:08 [2020-09-10T20:37:08.189Z] === RUN   TestGraphdriverPluginV2
20:37:08 [2020-09-10T20:37:08.480Z] --- SKIP: TestGraphdriverPluginV2 (0.24s)
20:37:08 [2020-09-10T20:37:08.480Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:08 [2020-09-10T20:37:08.480Z] PASS
20:37:08 [2020-09-10T20:37:08.480Z] 
20:37:08 [2020-09-10T20:37:08.480Z] === Skipped
20:37:08 [2020-09-10T20:37:08.480Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.24s)
20:37:08 [2020-09-10T20:37:08.480Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:08 [2020-09-10T20:37:08.480Z] 
20:37:08 [2020-09-10T20:37:08.480Z] 
20:37:08 [2020-09-10T20:37:08.480Z] DONE 5 tests, 1 skipped in 6.900s
20:37:08 [2020-09-10T20:37:08.480Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:37:08 [2020-09-10T20:37:08.480Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:37:08 [2020-09-10T20:37:08.480Z] ++ set -e
20:37:08 [2020-09-10T20:37:08.480Z] ++ '[' -n 0 ']'
20:37:08 [2020-09-10T20:37:08.480Z] ++ set -x
20:37:08 [2020-09-10T20:37:08.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:37:08 [2020-09-10T20:37:08.481Z] INFO: Testing against a local daemon
20:37:08 [2020-09-10T20:37:08.481Z] === RUN   TestContinueAfterPluginCrash
20:37:08 [2020-09-10T20:37:08.481Z] === PAUSE TestContinueAfterPluginCrash
20:37:08 [2020-09-10T20:37:08.481Z] === RUN   TestReadPluginNoRead
20:37:08 [2020-09-10T20:37:08.481Z] === PAUSE TestReadPluginNoRead
20:37:08 [2020-09-10T20:37:08.481Z] === RUN   TestDaemonStartWithLogOpt
20:37:08 [2020-09-10T20:37:08.481Z] === PAUSE TestDaemonStartWithLogOpt
20:37:08 [2020-09-10T20:37:08.481Z] === CONT  TestContinueAfterPluginCrash
20:37:08 [2020-09-10T20:37:08.481Z] === CONT  TestDaemonStartWithLogOpt
20:37:08 [2020-09-10T20:37:08.500Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:37:08 [2020-09-10T20:37:08.764Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:37:09 [2020-09-10T20:37:09.414Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s)
20:37:09 [2020-09-10T20:37:09.414Z] === RUN   TestKernelTCPMemory
20:37:09 [2020-09-10T20:37:09.986Z] --- PASS: TestKernelTCPMemory (0.87s)
20:37:09 [2020-09-10T20:37:09.986Z] === RUN   TestNISDomainname
20:37:10 [2020-09-10T20:37:10.142Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:37:10 [2020-09-10T20:37:10.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:37:10 [2020-09-10T20:37:10.929Z] --- PASS: TestNISDomainname (0.95s)
20:37:10 [2020-09-10T20:37:10.929Z] === RUN   TestHostnameDnsResolution
20:37:11 [2020-09-10T20:37:11.338Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:37:11 [2020-09-10T20:37:11.906Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:37:12 [2020-09-10T20:37:12.842Z] --- PASS: TestHostnameDnsResolution (1.72s)
20:37:12 [2020-09-10T20:37:12.842Z] === RUN   TestStats
20:37:12 [2020-09-10T20:37:12.937Z] --- PASS: TestDaemonStartWithLogOpt (4.04s)
20:37:12 [2020-09-10T20:37:12.937Z] === CONT  TestReadPluginNoRead
20:37:13 [2020-09-10T20:37:13.811Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
20:37:13 [2020-09-10T20:37:13.811Z] === RUN   TestDockerSuite/TestBuildAddTarXz
20:37:13 [2020-09-10T20:37:13.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:37:14 [2020-09-10T20:37:14.071Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:37:15 [2020-09-10T20:37:15.010Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
20:37:15 [2020-09-10T20:37:15.390Z] --- PASS: TestStats (2.81s)
20:37:15 [2020-09-10T20:37:15.390Z] === RUN   TestStopContainerWithTimeout
20:37:15 [2020-09-10T20:37:15.390Z] === RUN   TestStopContainerWithTimeout/0
20:37:15 [2020-09-10T20:37:15.390Z] === PAUSE TestStopContainerWithTimeout/0
20:37:15 [2020-09-10T20:37:15.390Z] === RUN   TestStopContainerWithTimeout/1
20:37:15 [2020-09-10T20:37:15.390Z] === PAUSE TestStopContainerWithTimeout/1
20:37:15 [2020-09-10T20:37:15.390Z] === RUN   TestStopContainerWithTimeout/3
20:37:15 [2020-09-10T20:37:15.390Z] === PAUSE TestStopContainerWithTimeout/3
20:37:15 [2020-09-10T20:37:15.390Z] === RUN   TestStopContainerWithTimeout/-1
20:37:15 [2020-09-10T20:37:15.390Z] === PAUSE TestStopContainerWithTimeout/-1
20:37:15 [2020-09-10T20:37:15.651Z] === CONT  TestStopContainerWithTimeout/0
20:37:15 [2020-09-10T20:37:15.651Z] === CONT  TestStopContainerWithTimeout/-1
20:37:15 [2020-09-10T20:37:15.651Z] === CONT  TestStopContainerWithTimeout/3
20:37:15 [2020-09-10T20:37:15.651Z] === CONT  TestStopContainerWithTimeout/1
20:37:15 [2020-09-10T20:37:15.674Z] === RUN   TestReadPluginNoRead/disabled_caching
20:37:15 [2020-09-10T20:37:15.692Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 9.0% of statements
20:37:16 [2020-09-10T20:37:16.389Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
20:37:17 [2020-09-10T20:37:17.325Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:37:17 [2020-09-10T20:37:17.349Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:37:17 [2020-09-10T20:37:17.641Z] --- PASS: TestContinueAfterPluginCrash (9.28s)
20:37:18 [2020-09-10T20:37:18.261Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:37:18 [2020-09-10T20:37:18.956Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:37:18 [2020-09-10T20:37:18.956Z]     --- PASS: TestStopContainerWithTimeout/0 (1.12s)
20:37:18 [2020-09-10T20:37:18.956Z]     --- PASS: TestStopContainerWithTimeout/1 (2.31s)
20:37:18 [2020-09-10T20:37:18.956Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.16s)
20:37:18 [2020-09-10T20:37:18.956Z]     --- PASS: TestStopContainerWithTimeout/3 (3.25s)
20:37:18 [2020-09-10T20:37:18.956Z] === RUN   TestDeleteDevicemapper
20:37:18 [2020-09-10T20:37:18.956Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:37:18 [2020-09-10T20:37:18.956Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:37:18 [2020-09-10T20:37:18.956Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:37:19 [2020-09-10T20:37:19.153Z] === RUN   TestReadPluginNoRead/default
20:37:21 [2020-09-10T20:37:21.224Z] --- PASS: TestReadPluginNoRead (8.72s)
20:37:21 [2020-09-10T20:37:21.224Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.95s)
20:37:21 [2020-09-10T20:37:21.224Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.95s)
20:37:21 [2020-09-10T20:37:21.224Z]     --- PASS: TestReadPluginNoRead/default (1.99s)
20:37:21 [2020-09-10T20:37:21.224Z]     read_test.go:92: [d5ab459ba5aad] daemon is not started
20:37:21 [2020-09-10T20:37:21.224Z] PASS
20:37:21 [2020-09-10T20:37:21.224Z] 
20:37:21 [2020-09-10T20:37:21.224Z] DONE 6 tests in 12.844s
20:37:21 [2020-09-10T20:37:21.224Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:37:21 [2020-09-10T20:37:21.224Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:37:21 [2020-09-10T20:37:21.224Z] ++ set -e
20:37:21 [2020-09-10T20:37:21.224Z] ++ '[' -n 0 ']'
20:37:21 [2020-09-10T20:37:21.224Z] ++ set -x
20:37:21 [2020-09-10T20:37:21.225Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:37:21 [2020-09-10T20:37:21.225Z] testing: warning: no tests to run
20:37:21 [2020-09-10T20:37:21.225Z] PASS
20:37:21 [2020-09-10T20:37:21.225Z] 
20:37:21 [2020-09-10T20:37:21.225Z] DONE 0 tests in 0.033s
20:37:21 [2020-09-10T20:37:21.225Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:37:21 [2020-09-10T20:37:21.225Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:37:21 [2020-09-10T20:37:21.225Z] ++ set -e
20:37:21 [2020-09-10T20:37:21.225Z] ++ '[' -n 0 ']'
20:37:21 [2020-09-10T20:37:21.225Z] ++ set -x
20:37:21 [2020-09-10T20:37:21.225Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:37:21 [2020-09-10T20:37:21.516Z] INFO: Testing against a local daemon
20:37:21 [2020-09-10T20:37:21.516Z] === RUN   TestPluginWithDevMounts
20:37:21 [2020-09-10T20:37:21.516Z] === PAUSE TestPluginWithDevMounts
20:37:21 [2020-09-10T20:37:21.516Z] === CONT  TestPluginWithDevMounts
20:37:21 [2020-09-10T20:37:21.548Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
20:37:21 [2020-09-10T20:37:21.548Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.36s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.62s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.53s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.17s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.19s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.82s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.10s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.43s)
20:37:21 [2020-09-10T20:37:21.548Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.91s)
20:37:21 [2020-09-10T20:37:21.548Z] === RUN   TestCgroupNamespacesRun
20:37:21 [2020-09-10T20:37:21.548Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
20:37:22 [2020-09-10T20:37:22.261Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.43s)
20:37:22 [2020-09-10T20:37:22.261Z] === RUN   TestUpdateMemory
20:37:22 [2020-09-10T20:37:22.261Z] --- SKIP: TestUpdateMemory (0.00s)
20:37:22 [2020-09-10T20:37:22.261Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:37:22 [2020-09-10T20:37:22.261Z] === RUN   TestUpdateCPUQuota
20:37:22 [2020-09-10T20:37:22.926Z] --- PASS: TestCgroupNamespacesRun (1.78s)
20:37:22 [2020-09-10T20:37:22.926Z] === RUN   TestCgroupNamespacesRunPrivileged
20:37:23 [2020-09-10T20:37:23.493Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
20:37:23 [2020-09-10T20:37:23.647Z] --- PASS: TestUpdateCPUQuota (1.33s)
20:37:23 [2020-09-10T20:37:23.647Z] === RUN   TestUpdatePidsLimit
20:37:23 [2020-09-10T20:37:23.647Z] === RUN   TestUpdatePidsLimit/update_from_none
20:37:23 [2020-09-10T20:37:23.715Z] --- PASS: TestPluginWithDevMounts (1.90s)
20:37:23 [2020-09-10T20:37:23.715Z] PASS
20:37:23 [2020-09-10T20:37:23.715Z] 
20:37:23 [2020-09-10T20:37:23.715Z] DONE 1 tests in 1.984s
20:37:23 [2020-09-10T20:37:23.715Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
20:37:23 [2020-09-10T20:37:23.715Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
20:37:23 [2020-09-10T20:37:23.715Z] ++ set -e
20:37:23 [2020-09-10T20:37:23.715Z] ++ '[' -n 0 ']'
20:37:23 [2020-09-10T20:37:23.715Z] ++ set -x
20:37:23 [2020-09-10T20:37:23.715Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
20:37:23 [2020-09-10T20:37:23.715Z] INFO: Testing against a local daemon
20:37:23 [2020-09-10T20:37:23.715Z] === RUN   TestSecretInspect
20:37:23 [2020-09-10T20:37:23.908Z] === RUN   TestUpdatePidsLimit/no_change
20:37:24 [2020-09-10T20:37:24.170Z] === RUN   TestUpdatePidsLimit/update_lower
20:37:24 [2020-09-10T20:37:24.431Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.58s)
20:37:24 [2020-09-10T20:37:24.431Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:37:24 [2020-09-10T20:37:24.742Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:37:25 [2020-09-10T20:37:25.003Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:37:25 [2020-09-10T20:37:25.575Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:37:25 [2020-09-10T20:37:25.836Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:37:26 [2020-09-10T20:37:26.968Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s)
20:37:26 [2020-09-10T20:37:26.968Z] === RUN   TestCgroupNamespacesRunHostMode
20:37:27 [2020-09-10T20:37:27.231Z] --- PASS: TestUpdatePidsLimit (3.55s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.38s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/no_change (0.36s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.37s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
20:37:27 [2020-09-10T20:37:27.231Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s)
20:37:27 [2020-09-10T20:37:27.231Z] === RUN   TestUpdateRestartPolicy
20:37:27 [2020-09-10T20:37:27.238Z] --- PASS: TestSecretInspect (3.68s)
20:37:27 [2020-09-10T20:37:27.238Z] === RUN   TestSecretList
20:37:27 [2020-09-10T20:37:27.906Z] === RUN   TestDockerSuite/TestBuildBlankName
20:37:28 [2020-09-10T20:37:28.474Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
20:37:28 [2020-09-10T20:37:28.474Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s)
20:37:28 [2020-09-10T20:37:28.474Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:37:30 [2020-09-10T20:37:30.753Z] --- PASS: TestSecretList (3.69s)
20:37:30 [2020-09-10T20:37:30.753Z] === RUN   TestSecretsCreateAndDelete
20:37:31 [2020-09-10T20:37:31.005Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s)
20:37:31 [2020-09-10T20:37:31.005Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:37:31 [2020-09-10T20:37:31.005Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
20:37:32 [2020-09-10T20:37:32.911Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.93s)
20:37:32 [2020-09-10T20:37:32.911Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:37:33 [2020-09-10T20:37:33.170Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
20:37:33 [2020-09-10T20:37:33.737Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.15s)
20:37:33 [2020-09-10T20:37:33.737Z] === RUN   TestCgroupNamespacesRunOlderClient
20:37:34 [2020-09-10T20:37:34.675Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
20:37:35 [2020-09-10T20:37:35.201Z] --- PASS: TestSecretsCreateAndDelete (3.79s)
20:37:35 [2020-09-10T20:37:35.201Z] === RUN   TestSecretsUpdate
20:37:35 [2020-09-10T20:37:35.612Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s)
20:37:35 [2020-09-10T20:37:35.612Z] === RUN   TestKernelTCPMemory
20:37:36 [2020-09-10T20:37:36.547Z] --- PASS: TestKernelTCPMemory (1.00s)
20:37:36 [2020-09-10T20:37:36.547Z] === RUN   TestNISDomainname
20:37:37 [2020-09-10T20:37:37.483Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
20:37:38 [2020-09-10T20:37:38.051Z] --- PASS: TestNISDomainname (1.56s)
20:37:38 [2020-09-10T20:37:38.051Z] === RUN   TestHostnameDnsResolution
20:37:38 [2020-09-10T20:37:38.051Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
20:37:38 [2020-09-10T20:37:38.718Z] --- PASS: TestSecretsUpdate (3.64s)
20:37:38 [2020-09-10T20:37:38.718Z] === RUN   TestTemplatedSecret
20:37:38 [2020-09-10T20:37:38.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:37:38 [2020-09-10T20:37:38.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:37:39 [2020-09-10T20:37:39.428Z] --- PASS: TestHostnameDnsResolution (1.17s)
20:37:39 [2020-09-10T20:37:39.428Z] === RUN   TestStats
20:37:39 [2020-09-10T20:37:39.428Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
20:37:39 [2020-09-10T20:37:39.478Z] --- PASS: TestUpdateRestartPolicy (12.38s)
20:37:39 [2020-09-10T20:37:39.478Z] === RUN   TestUpdateRestartWithAutoRemove
20:37:40 [2020-09-10T20:37:40.364Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
20:37:40 [2020-09-10T20:37:40.420Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s)
20:37:40 [2020-09-10T20:37:40.420Z] === RUN   TestWaitNonBlocked
20:37:40 [2020-09-10T20:37:40.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:37:40 [2020-09-10T20:37:40.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:37:40 [2020-09-10T20:37:40.420Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:37:40 [2020-09-10T20:37:40.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:37:40 [2020-09-10T20:37:40.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:37:40 [2020-09-10T20:37:40.420Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:37:40 [2020-09-10T20:37:40.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:37:41 [2020-09-10T20:37:41.301Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
20:37:41 [2020-09-10T20:37:41.364Z] --- PASS: TestWaitNonBlocked (0.02s)
20:37:41 [2020-09-10T20:37:41.364Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s)
20:37:41 [2020-09-10T20:37:41.364Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s)
20:37:41 [2020-09-10T20:37:41.364Z] === RUN   TestWaitBlocked
20:37:41 [2020-09-10T20:37:41.364Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:37:41 [2020-09-10T20:37:41.364Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:37:41 [2020-09-10T20:37:41.364Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:37:41 [2020-09-10T20:37:41.364Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:37:41 [2020-09-10T20:37:41.364Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:37:41 [2020-09-10T20:37:41.364Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:37:41 [2020-09-10T20:37:41.559Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
20:37:42 [2020-09-10T20:37:42.126Z] --- PASS: TestStats (2.75s)
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestStopContainerWithTimeout
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestStopContainerWithTimeout/0
20:37:42 [2020-09-10T20:37:42.126Z] === PAUSE TestStopContainerWithTimeout/0
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestStopContainerWithTimeout/1
20:37:42 [2020-09-10T20:37:42.126Z] === PAUSE TestStopContainerWithTimeout/1
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestStopContainerWithTimeout/3
20:37:42 [2020-09-10T20:37:42.126Z] === PAUSE TestStopContainerWithTimeout/3
20:37:42 [2020-09-10T20:37:42.126Z] === RUN   TestStopContainerWithTimeout/-1
20:37:42 [2020-09-10T20:37:42.126Z] === PAUSE TestStopContainerWithTimeout/-1
20:37:42 [2020-09-10T20:37:42.126Z] === CONT  TestStopContainerWithTimeout/0
20:37:42 [2020-09-10T20:37:42.126Z] === CONT  TestStopContainerWithTimeout/3
20:37:42 [2020-09-10T20:37:42.228Z] --- PASS: TestTemplatedSecret (3.63s)
20:37:42 [2020-09-10T20:37:42.228Z] === RUN   TestSecretCreateResolve
20:37:42 [2020-09-10T20:37:42.308Z] --- PASS: TestWaitBlocked (0.03s)
20:37:42 [2020-09-10T20:37:42.308Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s)
20:37:42 [2020-09-10T20:37:42.308Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s)
20:37:42 [2020-09-10T20:37:42.308Z] === CONT  TestContainerStartOnDaemonRestart
20:37:42 [2020-09-10T20:37:42.308Z] === CONT  TestIpcModeOlderClient
20:37:42 [2020-09-10T20:37:42.308Z] === CONT  TestDaemonHostGatewayIP
20:37:42 [2020-09-10T20:37:42.308Z] === CONT  TestContainerKillOnDaemonStart
20:37:42 [2020-09-10T20:37:42.308Z] --- PASS: TestIpcModeOlderClient (0.18s)
20:37:42 [2020-09-10T20:37:42.308Z] === CONT  TestDaemonRestartIpcMode
20:37:43 [2020-09-10T20:37:43.063Z] === CONT  TestStopContainerWithTimeout/-1
20:37:44 [2020-09-10T20:37:44.969Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
20:37:44 [2020-09-10T20:37:44.969Z] === CONT  TestStopContainerWithTimeout/1
20:37:45 [2020-09-10T20:37:45.740Z] --- PASS: TestSecretCreateResolve (3.59s)
20:37:45 [2020-09-10T20:37:45.740Z] PASS
20:37:45 [2020-09-10T20:37:45.740Z] 
20:37:45 [2020-09-10T20:37:45.740Z] DONE 6 tests in 22.098s
20:37:45 [2020-09-10T20:37:45.740Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
20:37:45 [2020-09-10T20:37:45.740Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
20:37:45 [2020-09-10T20:37:45.740Z] ++ set -e
20:37:45 [2020-09-10T20:37:45.740Z] ++ '[' -n 0 ']'
20:37:45 [2020-09-10T20:37:45.740Z] ++ set -x
20:37:45 [2020-09-10T20:37:45.740Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
20:37:45 [2020-09-10T20:37:45.740Z] INFO: Testing against a local daemon
20:37:45 [2020-09-10T20:37:45.740Z] === RUN   TestServiceCreateInit
20:37:45 [2020-09-10T20:37:45.740Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:37:46 [2020-09-10T20:37:46.347Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
20:37:46 [2020-09-10T20:37:46.525Z] --- PASS: TestContainerStartOnDaemonRestart (3.49s)
20:37:46 [2020-09-10T20:37:46.787Z] --- PASS: TestDaemonRestartIpcMode (4.48s)
20:37:46 [2020-09-10T20:37:46.915Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:37:46 [2020-09-10T20:37:46.915Z]     --- PASS: TestStopContainerWithTimeout/0 (1.14s)
20:37:46 [2020-09-10T20:37:46.915Z]     --- PASS: TestStopContainerWithTimeout/3 (3.07s)
20:37:46 [2020-09-10T20:37:46.915Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.67s)
20:37:46 [2020-09-10T20:37:46.915Z]     --- PASS: TestStopContainerWithTimeout/1 (1.78s)
20:37:46 [2020-09-10T20:37:46.915Z] === RUN   TestDeleteDevicemapper
20:37:46 [2020-09-10T20:37:46.915Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:37:46 [2020-09-10T20:37:46.915Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:37:46 [2020-09-10T20:37:46.915Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:37:47 [2020-09-10T20:37:47.360Z] --- PASS: TestDaemonHostGatewayIP (5.19s)
20:37:49 [2020-09-10T20:37:49.453Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
20:37:50 [2020-09-10T20:37:50.391Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.41s)
20:37:50 [2020-09-10T20:37:50.391Z] === RUN   TestUpdateMemory
20:37:50 [2020-09-10T20:37:50.391Z] --- SKIP: TestUpdateMemory (0.00s)
20:37:50 [2020-09-10T20:37:50.391Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:37:50 [2020-09-10T20:37:50.391Z] === RUN   TestUpdateCPUQuota
20:37:51 [2020-09-10T20:37:51.300Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:37:51 [2020-09-10T20:37:51.768Z] --- PASS: TestUpdateCPUQuota (1.39s)
20:37:51 [2020-09-10T20:37:51.768Z] === RUN   TestUpdatePidsLimit
20:37:51 [2020-09-10T20:37:51.768Z] === RUN   TestUpdatePidsLimit/update_from_none
20:37:52 [2020-09-10T20:37:52.028Z] === RUN   TestUpdatePidsLimit/no_change
20:37:52 [2020-09-10T20:37:52.287Z] === RUN   TestUpdatePidsLimit/update_lower
20:37:52 [2020-09-10T20:37:52.546Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:37:53 [2020-09-10T20:37:53.115Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:37:53 [2020-09-10T20:37:53.375Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:37:53 [2020-09-10T20:37:53.633Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:37:54 [2020-09-10T20:37:54.201Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
20:37:54 [2020-09-10T20:37:54.771Z] --- PASS: TestUpdatePidsLimit (3.09s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.31s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/no_change (0.30s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.33s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.30s)
20:37:54 [2020-09-10T20:37:54.771Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s)
20:37:54 [2020-09-10T20:37:54.771Z] === RUN   TestUpdateRestartPolicy
20:37:55 [2020-09-10T20:37:55.502Z] --- PASS: TestContainerKillOnDaemonStart (13.09s)
20:37:55 [2020-09-10T20:37:55.502Z] PASS
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === Skipped
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
20:37:55 [2020-09-10T20:37:55.502Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] 
20:37:55 [2020-09-10T20:37:55.502Z] DONE 192 tests, 6 skipped in 137.344s
20:37:55 [2020-09-10T20:37:55.502Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
20:37:55 [2020-09-10T20:37:55.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:37:55 [2020-09-10T20:37:55.502Z] ++ set -e
20:37:55 [2020-09-10T20:37:55.502Z] ++ '[' -n 0 ']'
20:37:55 [2020-09-10T20:37:55.502Z] ++ set -x
20:37:55 [2020-09-10T20:37:55.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
20:37:55 [2020-09-10T20:37:55.502Z] INFO: Testing against a local daemon
20:37:55 [2020-09-10T20:37:55.502Z] === RUN   TestCommitInheritsEnv
20:37:55 [2020-09-10T20:37:55.710Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
20:37:55 [2020-09-10T20:37:55.710Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
20:37:56 [2020-09-10T20:37:56.076Z] --- PASS: TestCommitInheritsEnv (0.57s)
20:37:56 [2020-09-10T20:37:56.076Z] === RUN   TestImportExtremelyLargeImageWorks
20:37:56 [2020-09-10T20:37:56.076Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
20:37:56 [2020-09-10T20:37:56.076Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:37:56 [2020-09-10T20:37:56.076Z] === RUN   TestImagesFilterMultiReference
20:37:56 [2020-09-10T20:37:56.337Z] --- PASS: TestImagesFilterMultiReference (0.09s)
20:37:56 [2020-09-10T20:37:56.337Z] === RUN   TestImagePullPlatformInvalid
20:37:56 [2020-09-10T20:37:56.337Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
20:37:56 [2020-09-10T20:37:56.337Z] === RUN   TestRemoveImageOrphaning
20:37:56 [2020-09-10T20:37:56.894Z] --- PASS: TestServiceCreateInit (10.72s)
20:37:56 [2020-09-10T20:37:56.894Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.29s)
20:37:56 [2020-09-10T20:37:56.894Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.42s)
20:37:56 [2020-09-10T20:37:56.894Z] === RUN   TestCreateServiceMultipleTimes
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestRemoveImageOrphaning (0.51s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestRemoveImageGarbageCollector
20:37:56 [2020-09-10T20:37:56.910Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:37:56 [2020-09-10T20:37:56.910Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagInvalidReference
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestTagInvalidReference (0.03s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagValidPrefixedRepo
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagExistedNameWithoutForce
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagOfficialNames
20:37:56 [2020-09-10T20:37:56.910Z] --- PASS: TestTagOfficialNames (0.08s)
20:37:56 [2020-09-10T20:37:56.910Z] === RUN   TestTagMatchesDigest
20:37:57 [2020-09-10T20:37:57.171Z] --- PASS: TestTagMatchesDigest (0.03s)
20:37:57 [2020-09-10T20:37:57.171Z] PASS
20:37:57 [2020-09-10T20:37:57.171Z] 
20:37:57 [2020-09-10T20:37:57.171Z] === Skipped
20:37:57 [2020-09-10T20:37:57.171Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
20:37:57 [2020-09-10T20:37:57.171Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
20:37:57 [2020-09-10T20:37:57.171Z] 
20:37:57 [2020-09-10T20:37:57.171Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
20:37:57 [2020-09-10T20:37:57.171Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:37:57 [2020-09-10T20:37:57.171Z] 
20:37:57 [2020-09-10T20:37:57.171Z] 
20:37:57 [2020-09-10T20:37:57.171Z] DONE 12 tests, 2 skipped in 1.679s
20:37:57 [2020-09-10T20:37:57.171Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
20:37:57 [2020-09-10T20:37:57.172Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:37:57 [2020-09-10T20:37:57.172Z] ++ set -e
20:37:57 [2020-09-10T20:37:57.172Z] ++ '[' -n 0 ']'
20:37:57 [2020-09-10T20:37:57.172Z] ++ set -x
20:37:57 [2020-09-10T20:37:57.172Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
20:37:57 [2020-09-10T20:37:57.172Z] INFO: Testing against a local daemon
20:37:57 [2020-09-10T20:37:57.172Z] === RUN   TestNetworkCreateDelete
20:37:57 [2020-09-10T20:37:57.746Z] --- PASS: TestNetworkCreateDelete (0.42s)
20:37:57 [2020-09-10T20:37:57.746Z] === RUN   TestDockerNetworkDeletePreferID
20:37:58 [2020-09-10T20:37:58.244Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
20:37:58 [2020-09-10T20:37:58.244Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
20:37:59 [2020-09-10T20:37:59.135Z] --- PASS: TestDockerNetworkDeletePreferID (1.21s)
20:37:59 [2020-09-10T20:37:59.135Z] === RUN   TestDaemonDNSFallback
20:38:00 [2020-09-10T20:38:00.205Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
20:38:00 [2020-09-10T20:38:00.464Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
20:38:02 [2020-09-10T20:38:02.375Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
20:38:04 [2020-09-10T20:38:04.274Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
20:38:05 [2020-09-10T20:38:05.650Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
20:38:07 [2020-09-10T20:38:07.277Z] --- PASS: TestDaemonDNSFallback (7.38s)
20:38:07 [2020-09-10T20:38:07.277Z] === RUN   TestInspectNetwork
20:38:07 [2020-09-10T20:38:07.553Z] --- PASS: TestUpdateRestartPolicy (12.51s)
20:38:07 [2020-09-10T20:38:07.553Z] === RUN   TestUpdateRestartWithAutoRemove
20:38:08 [2020-09-10T20:38:08.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:38:08 [2020-09-10T20:38:08.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:38:08 [2020-09-10T20:38:08.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:38:08 [2020-09-10T20:38:08.119Z] --- PASS: TestUpdateRestartWithAutoRemove (0.79s)
20:38:08 [2020-09-10T20:38:08.119Z] === RUN   TestWaitNonBlocked
20:38:08 [2020-09-10T20:38:08.119Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:08 [2020-09-10T20:38:08.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:08 [2020-09-10T20:38:08.119Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:08 [2020-09-10T20:38:08.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:08 [2020-09-10T20:38:08.119Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:38:08 [2020-09-10T20:38:08.119Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:38:08 [2020-09-10T20:38:08.377Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
20:38:08 [2020-09-10T20:38:08.944Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
20:38:09 [2020-09-10T20:38:09.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:38:09 [2020-09-10T20:38:09.202Z] --- PASS: TestWaitNonBlocked (0.03s)
20:38:09 [2020-09-10T20:38:09.202Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s)
20:38:09 [2020-09-10T20:38:09.202Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s)
20:38:09 [2020-09-10T20:38:09.202Z] === RUN   TestWaitBlocked
20:38:09 [2020-09-10T20:38:09.202Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:38:09 [2020-09-10T20:38:09.202Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:38:09 [2020-09-10T20:38:09.202Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:38:09 [2020-09-10T20:38:09.202Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:38:09 [2020-09-10T20:38:09.202Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:38:09 [2020-09-10T20:38:09.202Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:38:09 [2020-09-10T20:38:09.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:38:10 [2020-09-10T20:38:10.138Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
20:38:10 [2020-09-10T20:38:10.397Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
20:38:10 [2020-09-10T20:38:10.397Z] --- PASS: TestWaitBlocked (0.02s)
20:38:10 [2020-09-10T20:38:10.397Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s)
20:38:10 [2020-09-10T20:38:10.397Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.30s)
20:38:10 [2020-09-10T20:38:10.397Z] === CONT  TestContainerStartOnDaemonRestart
20:38:10 [2020-09-10T20:38:10.397Z] === CONT  TestContainerKillOnDaemonStart
20:38:11 [2020-09-10T20:38:11.490Z] === RUN   TestInspectNetwork/full_network_id
20:38:11 [2020-09-10T20:38:11.490Z] === RUN   TestInspectNetwork/partial_network_id
20:38:11 [2020-09-10T20:38:11.490Z] === RUN   TestInspectNetwork/network_name
20:38:11 [2020-09-10T20:38:11.490Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:38:11 [2020-09-10T20:38:11.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:38:11 [2020-09-10T20:38:11.775Z] === RUN   TestDockerSuite/TestBuildCacheAdd
20:38:12 [2020-09-10T20:38:12.712Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
20:38:12 [2020-09-10T20:38:12.712Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
20:38:13 [2020-09-10T20:38:13.649Z] === RUN   TestDockerSuite/TestBuildCacheFrom
20:38:13 [2020-09-10T20:38:13.909Z] --- PASS: TestContainerStartOnDaemonRestart (3.55s)
20:38:13 [2020-09-10T20:38:13.909Z] === CONT  TestIpcModeOlderClient
20:38:14 [2020-09-10T20:38:14.167Z] --- PASS: TestIpcModeOlderClient (0.09s)
20:38:14 [2020-09-10T20:38:14.167Z] === CONT  TestDaemonHostGatewayIP
20:38:15 [2020-09-10T20:38:15.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:38:15 [2020-09-10T20:38:15.545Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
20:38:15 [2020-09-10T20:38:15.545Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
20:38:15 [2020-09-10T20:38:15.545Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
20:38:15 [2020-09-10T20:38:15.695Z] --- PASS: TestInspectNetwork (9.42s)
20:38:15 [2020-09-10T20:38:15.696Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:38:15 [2020-09-10T20:38:15.696Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:38:15 [2020-09-10T20:38:15.696Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:38:15 [2020-09-10T20:38:15.696Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:38:15 [2020-09-10T20:38:15.696Z] === RUN   TestRunContainerWithBridgeNone
20:38:17 [2020-09-10T20:38:17.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:38:17 [2020-09-10T20:38:17.448Z] --- PASS: TestDaemonHostGatewayIP (3.29s)
20:38:17 [2020-09-10T20:38:17.448Z] === CONT  TestDaemonRestartIpcMode
20:38:18 [2020-09-10T20:38:18.242Z] --- PASS: TestRunContainerWithBridgeNone (2.45s)
20:38:18 [2020-09-10T20:38:18.242Z] === RUN   TestNetworkInvalidJSON
20:38:18 [2020-09-10T20:38:18.242Z] === RUN   TestNetworkInvalidJSON//networks/create
20:38:18 [2020-09-10T20:38:18.242Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:38:18 [2020-09-10T20:38:18.242Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:38:18 [2020-09-10T20:38:18.242Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:38:18 [2020-09-10T20:38:18.242Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:38:18 [2020-09-10T20:38:18.242Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:38:18 [2020-09-10T20:38:18.242Z] === CONT  TestNetworkInvalidJSON//networks/create
20:38:18 [2020-09-10T20:38:18.242Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:38:18 [2020-09-10T20:38:18.242Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:38:18 [2020-09-10T20:38:18.242Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:38:18 [2020-09-10T20:38:18.242Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:38:18 [2020-09-10T20:38:18.242Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:38:18 [2020-09-10T20:38:18.242Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:38:18 [2020-09-10T20:38:18.242Z] === RUN   TestHostIPv4BridgeLabel
20:38:18 [2020-09-10T20:38:18.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:38:18 [2020-09-10T20:38:18.815Z] --- PASS: TestHostIPv4BridgeLabel (0.77s)
20:38:18 [2020-09-10T20:38:18.815Z] === RUN   TestDaemonRestartWithLiveRestore
20:38:19 [2020-09-10T20:38:19.350Z] --- PASS: TestCreateServiceMultipleTimes (22.15s)
20:38:19 [2020-09-10T20:38:19.350Z] === RUN   TestCreateServiceConflict
20:38:19 [2020-09-10T20:38:19.352Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
20:38:19 [2020-09-10T20:38:19.352Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
20:38:19 [2020-09-10T20:38:19.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:38:20 [2020-09-10T20:38:20.201Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s)
20:38:20 [2020-09-10T20:38:20.201Z] === RUN   TestDaemonDefaultNetworkPools
20:38:20 [2020-09-10T20:38:20.730Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
20:38:20 [2020-09-10T20:38:20.730Z] --- PASS: TestDaemonRestartIpcMode (3.28s)
20:38:20 [2020-09-10T20:38:20.989Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
20:38:21 [2020-09-10T20:38:21.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:38:21 [2020-09-10T20:38:21.588Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s)
20:38:21 [2020-09-10T20:38:21.588Z] === RUN   TestDaemonRestartWithExistingNetwork
20:38:21 [2020-09-10T20:38:21.929Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
20:38:22 [2020-09-10T20:38:22.073Z] --- PASS: TestCreateServiceConflict (3.68s)
20:38:22 [2020-09-10T20:38:22.073Z] === RUN   TestCreateServiceMaxReplicas
20:38:22 [2020-09-10T20:38:22.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:38:23 [2020-09-10T20:38:23.312Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
20:38:23 [2020-09-10T20:38:23.312Z] --- PASS: TestContainerKillOnDaemonStart (12.93s)
20:38:23 [2020-09-10T20:38:23.312Z] PASS
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === Skipped
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
20:38:23 [2020-09-10T20:38:23.312Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] 
20:38:23 [2020-09-10T20:38:23.312Z] DONE 192 tests, 6 skipped in 139.344s
20:38:23 [2020-09-10T20:38:23.312Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
20:38:23 [2020-09-10T20:38:23.312Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
20:38:23 [2020-09-10T20:38:23.312Z] ++ set -e
20:38:23 [2020-09-10T20:38:23.312Z] ++ '[' -n 0 ']'
20:38:23 [2020-09-10T20:38:23.312Z] ++ set -x
20:38:23 [2020-09-10T20:38:23.312Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
20:38:23 [2020-09-10T20:38:23.503Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.95s)
20:38:23 [2020-09-10T20:38:23.503Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:38:23 [2020-09-10T20:38:23.880Z] INFO: Testing against a local daemon
20:38:23 [2020-09-10T20:38:23.880Z] === RUN   TestCommitInheritsEnv
20:38:24 [2020-09-10T20:38:24.448Z] --- PASS: TestCommitInheritsEnv (0.57s)
20:38:24 [2020-09-10T20:38:24.448Z] === RUN   TestImportExtremelyLargeImageWorks
20:38:24 [2020-09-10T20:38:24.448Z] === PAUSE TestImportExtremelyLargeImageWorks
20:38:24 [2020-09-10T20:38:24.448Z] === RUN   TestImagesFilterMultiReference
20:38:24 [2020-09-10T20:38:24.448Z] --- PASS: TestImagesFilterMultiReference (0.11s)
20:38:24 [2020-09-10T20:38:24.448Z] === RUN   TestImagePullPlatformInvalid
20:38:24 [2020-09-10T20:38:24.448Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
20:38:24 [2020-09-10T20:38:24.448Z] === RUN   TestRemoveImageOrphaning
20:38:24 [2020-09-10T20:38:24.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:38:25 [2020-09-10T20:38:25.016Z] --- PASS: TestRemoveImageOrphaning (0.43s)
20:38:25 [2020-09-10T20:38:25.016Z] === RUN   TestRemoveImageGarbageCollector
20:38:25 [2020-09-10T20:38:25.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:38:26 [2020-09-10T20:38:26.052Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.39s)
20:38:26 [2020-09-10T20:38:26.052Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:38:26 [2020-09-10T20:38:26.393Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
20:38:26 [2020-09-10T20:38:26.518Z] --- PASS: TestCreateServiceMaxReplicas (4.03s)
20:38:26 [2020-09-10T20:38:26.518Z] === RUN   TestCreateWithDuplicateNetworkNames
20:38:26 [2020-09-10T20:38:26.625Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s)
20:38:26 [2020-09-10T20:38:26.625Z] === RUN   TestServiceWithPredefinedNetwork
20:38:26 [2020-09-10T20:38:26.653Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
20:38:26 [2020-09-10T20:38:26.911Z] --- PASS: TestRemoveImageGarbageCollector (2.12s)
20:38:26 [2020-09-10T20:38:26.911Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:38:26 [2020-09-10T20:38:26.911Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
20:38:26 [2020-09-10T20:38:26.911Z] === RUN   TestTagInvalidReference
20:38:27 [2020-09-10T20:38:27.171Z] --- PASS: TestTagInvalidReference (0.02s)
20:38:27 [2020-09-10T20:38:27.171Z] === RUN   TestTagValidPrefixedRepo
20:38:27 [2020-09-10T20:38:27.171Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
20:38:27 [2020-09-10T20:38:27.171Z] === RUN   TestTagExistedNameWithoutForce
20:38:27 [2020-09-10T20:38:27.171Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
20:38:27 [2020-09-10T20:38:27.171Z] === RUN   TestTagOfficialNames
20:38:27 [2020-09-10T20:38:27.171Z] --- PASS: TestTagOfficialNames (0.12s)
20:38:27 [2020-09-10T20:38:27.171Z] === RUN   TestTagMatchesDigest
20:38:27 [2020-09-10T20:38:27.429Z] --- PASS: TestTagMatchesDigest (0.07s)
20:38:27 [2020-09-10T20:38:27.429Z] === CONT  TestImportExtremelyLargeImageWorks
20:38:27 [2020-09-10T20:38:27.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:38:29 [2020-09-10T20:38:29.001Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
20:38:29 [2020-09-10T20:38:29.001Z] Using test binary docker
20:38:29 [2020-09-10T20:38:29.001Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
20:38:29 [2020-09-10T20:38:29.001Z] +++ /etc/init.d/apparmor start
20:38:29 [2020-09-10T20:38:29.001Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
20:38:29 [2020-09-10T20:38:29.001Z] INFO: Waiting for daemon to start...
20:38:29 [2020-09-10T20:38:29.001Z] Starting dockerd
20:38:29 [2020-09-10T20:38:29.001Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
20:38:29 [2020-09-10T20:38:29.331Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
20:38:29 [2020-09-10T20:38:29.331Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
20:38:29 [2020-09-10T20:38:29.899Z] === RUN   TestDockerSuite/TestBuildClearCmd
20:38:29 [2020-09-10T20:38:29.927Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s)
20:38:29 [2020-09-10T20:38:29.927Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:38:29 [2020-09-10T20:38:29.927Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:38:29 [2020-09-10T20:38:29.927Z]     service_test.go:236: FLAKY_TEST
20:38:29 [2020-09-10T20:38:29.927Z] === RUN   TestServiceWithDataPathPortInit
20:38:30 [2020-09-10T20:38:30.465Z] === RUN   TestDockerSuite/TestBuildCmd
20:38:31 [2020-09-10T20:38:31.032Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
20:38:31 [2020-09-10T20:38:31.085Z] .
20:38:31 [2020-09-10T20:38:31.085Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
20:38:31 [2020-09-10T20:38:31.085Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
20:38:31 [2020-09-10T20:38:31.085Z] Error: No such image: emptyfs
20:38:31 [2020-09-10T20:38:31.085Z] ++++ tar -cC bundles/test-integration/emptyfs .
20:38:31 [2020-09-10T20:38:31.085Z] ++++ docker load
20:38:31 [2020-09-10T20:38:31.383Z] Running integration-test (iteration 1)
20:38:31 [2020-09-10T20:38:31.383Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
20:38:31 [2020-09-10T20:38:31.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
20:38:31 [2020-09-10T20:38:31.383Z] ++ set -e
20:38:31 [2020-09-10T20:38:31.383Z] ++ '[' -n 0 ']'
20:38:31 [2020-09-10T20:38:31.383Z] ++ set -x
20:38:31 [2020-09-10T20:38:31.383Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
20:38:31 [2020-09-10T20:38:31.599Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
20:38:31 [2020-09-10T20:38:31.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
20:38:31 [2020-09-10T20:38:31.857Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
20:38:31 [2020-09-10T20:38:31.857Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
20:38:33 [2020-09-10T20:38:33.763Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
20:38:35 [2020-09-10T20:38:35.811Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 14.7% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/container	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/events	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/types/strslice	0.006s	coverage: 90.0% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/image	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/network	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/builder/dockerignore	0.008s	coverage: 96.8% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/builder/remotecontext	0.085s	coverage: 13.6% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/builder/dockerfile	0.195s	coverage: 48.0% of statements
20:38:37 [2020-09-10T20:38:37.105Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
20:38:37 [2020-09-10T20:38:37.362Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.244s	coverage: 86.3% of statements
20:38:37 [2020-09-10T20:38:37.362Z] ?   	github.com/docker/docker/cli	[no test files]
20:38:37 [2020-09-10T20:38:37.362Z] ?   	github.com/docker/docker/cli/config	[no test files]
20:38:39 [2020-09-10T20:38:39.096Z] === RUN   TestDockerSuite/TestBuildConditionalCache
20:38:40 [2020-09-10T20:38:40.033Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
20:38:40 [2020-09-10T20:38:40.602Z] === RUN   TestDockerSuite/TestBuildContChar
20:38:41 [2020-09-10T20:38:41.540Z] ok  	github.com/docker/docker/client	0.194s	coverage: 75.4% of statements
20:38:41 [2020-09-10T20:38:41.843Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.75s)
20:38:41 [2020-09-10T20:38:41.843Z] === RUN   TestCreateServiceSecretFileMode
20:38:43 [2020-09-10T20:38:43.893Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
20:38:44 [2020-09-10T20:38:44.083Z] Loaded image: buildpack-deps:buster
20:38:44 [2020-09-10T20:38:44.083Z] Loaded image: busybox:latest
20:38:44 [2020-09-10T20:38:44.083Z] Loaded image: busybox:glibc
20:38:44 [2020-09-10T20:38:44.083Z] Loaded image: debian:buster
20:38:44 [2020-09-10T20:38:44.377Z] Loaded image: hello-world:latest
20:38:44 [2020-09-10T20:38:44.377Z] INFO: Testing against a local daemon
20:38:44 [2020-09-10T20:38:44.377Z] === RUN   TestCgroupNamespacesBuild
20:38:44 [2020-09-10T20:38:44.461Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
20:38:45 [2020-09-10T20:38:45.030Z] === RUN   TestDockerSuite/TestBuildContextCleanup
20:38:45 [2020-09-10T20:38:45.454Z] --- PASS: TestCreateServiceSecretFileMode (3.47s)
20:38:45 [2020-09-10T20:38:45.454Z] === RUN   TestCreateServiceConfigFileMode
20:38:45 [2020-09-10T20:38:45.599Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
20:38:45 [2020-09-10T20:38:45.858Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
20:38:45 [2020-09-10T20:38:45.894Z] --- PASS: TestCgroupNamespacesBuild (1.38s)
20:38:45 [2020-09-10T20:38:45.894Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
20:38:46 [2020-09-10T20:38:46.424Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
20:38:46 [2020-09-10T20:38:46.683Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
20:38:46 [2020-09-10T20:38:46.941Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
20:38:47 [2020-09-10T20:38:47.415Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s)
20:38:47 [2020-09-10T20:38:47.415Z] === RUN   TestBuildWithSession
20:38:47 [2020-09-10T20:38:47.415Z] --- SKIP: TestBuildWithSession (0.00s)
20:38:47 [2020-09-10T20:38:47.415Z]     build_session_test.go:25: TODO: BuildKit
20:38:47 [2020-09-10T20:38:47.415Z] === RUN   TestBuildSquashParent
20:38:48 [2020-09-10T20:38:48.170Z] --- PASS: TestServiceWithDataPathPortInit (17.71s)
20:38:48 [2020-09-10T20:38:48.171Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:38:49 [2020-09-10T20:38:49.017Z] --- PASS: TestCreateServiceConfigFileMode (3.57s)
20:38:49 [2020-09-10T20:38:49.017Z] === RUN   TestCreateServiceSysctls
20:38:50 [2020-09-10T20:38:50.230Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
20:38:51 [2020-09-10T20:38:51.914Z] --- PASS: TestBuildSquashParent (4.23s)
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:38:51 [2020-09-10T20:38:51.914Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:38:51 [2020-09-10T20:38:51.914Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:38:51 [2020-09-10T20:38:51.914Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
20:38:51 [2020-09-10T20:38:51.914Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
20:38:51 [2020-09-10T20:38:51.914Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
20:38:53 [2020-09-10T20:38:53.446Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
20:38:53 [2020-09-10T20:38:53.463Z] --- PASS: TestCreateServiceSysctls (4.53s)
20:38:53 [2020-09-10T20:38:53.463Z] === RUN   TestCreateServiceCapabilities
20:38:53 [2020-09-10T20:38:53.518Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
20:38:53 [2020-09-10T20:38:53.743Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
20:38:55 [2020-09-10T20:38:55.422Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
20:38:55 [2020-09-10T20:38:55.836Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.06s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.35s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.64s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.83s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s)
20:38:55 [2020-09-10T20:38:55.836Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.78s)
20:38:55 [2020-09-10T20:38:55.836Z] === RUN   TestBuildMultiStageCopy
20:38:55 [2020-09-10T20:38:55.837Z] === RUN   TestBuildMultiStageCopy/copy_to_root
20:38:57 [2020-09-10T20:38:57.044Z] --- PASS: TestCreateServiceCapabilities (3.71s)
20:38:57 [2020-09-10T20:38:57.044Z] === RUN   TestInspect
20:38:57 [2020-09-10T20:38:57.358Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
20:38:57 [2020-09-10T20:38:57.358Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
20:38:57 [2020-09-10T20:38:57.654Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
20:38:57 [2020-09-10T20:38:57.947Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
20:38:58 [2020-09-10T20:38:58.009Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
20:38:58 [2020-09-10T20:38:58.186Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.95s)
20:38:58 [2020-09-10T20:38:58.186Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:r5csza4r5uaphu2qu2gj4f3j5 Created:2020-09-10 20:38:49.369217288 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[ff7d9913149db8a3ff82e0073525d75c0478bdf0af32262b4216e45f3e0d4b61:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vod1z6ddmz5lk35su7zla3kj2 EndpointID:2a97a121a9178daea2d91199fbb695ad5d0658c62c8ebd8b95784114981d6123 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d554612797b436b17f7dc9c5fe83035ffedee055019005394f4984804e7a2c08 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:9ee111f21400 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vod1z6ddmz5lk35su7zla3kj2 EndpointID:2a97a121a9178daea2d91199fbb695ad5d0658c62c8ebd8b95784114981d6123 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:38:58 [2020-09-10T20:38:58.186Z] PASS
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] === Skipped
20:38:58 [2020-09-10T20:38:58.186Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:38:58 [2020-09-10T20:38:58.186Z]     service_test.go:236: FLAKY_TEST
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] DONE 23 tests, 1 skipped in 59.617s
20:38:58 [2020-09-10T20:38:58.186Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:38:58 [2020-09-10T20:38:58.186Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:38:58 [2020-09-10T20:38:58.186Z] ++ set -e
20:38:58 [2020-09-10T20:38:58.186Z] ++ '[' -n 0 ']'
20:38:58 [2020-09-10T20:38:58.186Z] ++ set -x
20:38:58 [2020-09-10T20:38:58.186Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:38:58 [2020-09-10T20:38:58.186Z] INFO: Testing against a local daemon
20:38:58 [2020-09-10T20:38:58.186Z] === RUN   TestDockerNetworkIpvlanPersistance
20:38:58 [2020-09-10T20:38:58.186Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
20:38:58 [2020-09-10T20:38:58.186Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:58 [2020-09-10T20:38:58.186Z] === RUN   TestDockerNetworkIpvlan
20:38:58 [2020-09-10T20:38:58.186Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:38:58 [2020-09-10T20:38:58.186Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:58 [2020-09-10T20:38:58.186Z] PASS
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] === Skipped
20:38:58 [2020-09-10T20:38:58.186Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
20:38:58 [2020-09-10T20:38:58.186Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:38:58 [2020-09-10T20:38:58.186Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] 
20:38:58 [2020-09-10T20:38:58.186Z] DONE 2 tests, 2 skipped in 0.143s
20:38:58 [2020-09-10T20:38:58.186Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:38:58 [2020-09-10T20:38:58.186Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:38:58 [2020-09-10T20:38:58.186Z] ++ set -e
20:38:58 [2020-09-10T20:38:58.186Z] ++ '[' -n 0 ']'
20:38:58 [2020-09-10T20:38:58.186Z] ++ set -x
20:38:58 [2020-09-10T20:38:58.186Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:38:58 [2020-09-10T20:38:58.186Z] INFO: Testing against a local daemon
20:38:58 [2020-09-10T20:38:58.186Z] === RUN   TestDockerNetworkMacvlanPersistance
20:38:58 [2020-09-10T20:38:58.244Z] --- PASS: TestBuildMultiStageCopy (2.88s)
20:38:58 [2020-09-10T20:38:58.244Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.61s)
20:38:58 [2020-09-10T20:38:58.245Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s)
20:38:58 [2020-09-10T20:38:58.245Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
20:38:58 [2020-09-10T20:38:58.245Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s)
20:38:58 [2020-09-10T20:38:58.245Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s)
20:38:58 [2020-09-10T20:38:58.245Z] === RUN   TestBuildMultiStageParentConfig
20:38:58 [2020-09-10T20:38:58.584Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
20:38:58 [2020-09-10T20:38:58.584Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
20:38:59 [2020-09-10T20:38:59.129Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.14s)
20:38:59 [2020-09-10T20:38:59.129Z] === RUN   TestDockerNetworkMacvlan
20:38:59 [2020-09-10T20:38:59.289Z] --- PASS: TestBuildMultiStageParentConfig (0.82s)
20:38:59 [2020-09-10T20:38:59.289Z] === RUN   TestBuildLabelWithTargets
20:38:59 [2020-09-10T20:38:59.525Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
20:39:00 [2020-09-10T20:39:00.515Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:39:00 [2020-09-10T20:39:00.808Z] --- PASS: TestBuildLabelWithTargets (1.32s)
20:39:00 [2020-09-10T20:39:00.809Z] === RUN   TestBuildWithEmptyLayers
20:39:01 [2020-09-10T20:39:01.102Z] --- PASS: TestBuildWithEmptyLayers (0.63s)
20:39:01 [2020-09-10T20:39:01.102Z] === RUN   TestBuildMultiStageOnBuild
20:39:01 [2020-09-10T20:39:01.459Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:39:01 [2020-09-10T20:39:01.529Z] --- PASS: TestInspect (3.80s)
20:39:01 [2020-09-10T20:39:01.529Z] === RUN   TestCreateJob
20:39:02 [2020-09-10T20:39:02.810Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
20:39:02 [2020-09-10T20:39:02.846Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:39:03 [2020-09-10T20:39:03.200Z] --- PASS: TestBuildMultiStageOnBuild (1.76s)
20:39:03 [2020-09-10T20:39:03.200Z] === RUN   TestBuildUncleanTarFilenames
20:39:03 [2020-09-10T20:39:03.747Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
20:39:03 [2020-09-10T20:39:03.841Z] --- PASS: TestBuildUncleanTarFilenames (0.91s)
20:39:03 [2020-09-10T20:39:03.841Z] === RUN   TestBuildMultiStageLayerLeak
20:39:05 [2020-09-10T20:39:05.123Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
20:39:05 [2020-09-10T20:39:05.381Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
20:39:05 [2020-09-10T20:39:05.925Z] --- PASS: TestBuildMultiStageLayerLeak (1.81s)
20:39:05 [2020-09-10T20:39:05.925Z] === RUN   TestBuildWithHugeFile
20:39:06 [2020-09-10T20:39:06.054Z] --- PASS: TestCreateJob (4.43s)
20:39:06 [2020-09-10T20:39:06.054Z] === RUN   TestReplicatedJob
20:39:06 [2020-09-10T20:39:06.148Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:39:06 [2020-09-10T20:39:06.318Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
20:39:06 [2020-09-10T20:39:06.318Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
20:39:07 [2020-09-10T20:39:07.694Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
20:39:07 [2020-09-10T20:39:07.694Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
20:39:07 [2020-09-10T20:39:07.694Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
20:39:07 [2020-09-10T20:39:07.694Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
20:39:07 [2020-09-10T20:39:07.952Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
20:39:09 [2020-09-10T20:39:09.450Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:39:11 [2020-09-10T20:39:11.239Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
20:39:11 [2020-09-10T20:39:11.239Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
20:39:12 [2020-09-10T20:39:12.615Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
20:39:12 [2020-09-10T20:39:12.874Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
20:39:13 [2020-09-10T20:39:13.075Z] --- PASS: TestReplicatedJob (7.36s)
20:39:13 [2020-09-10T20:39:13.075Z] === RUN   TestUpdateReplicatedJob
20:39:13 [2020-09-10T20:39:13.810Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
20:39:16 [2020-09-10T20:39:16.040Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:39:16 [2020-09-10T20:39:16.343Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
20:39:16 [2020-09-10T20:39:16.606Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
20:39:17 [2020-09-10T20:39:17.174Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
20:39:17 [2020-09-10T20:39:17.425Z] --- PASS: TestDockerNetworkMacvlan (18.21s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.11s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.76s)
20:39:17 [2020-09-10T20:39:17.425Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s)
20:39:17 [2020-09-10T20:39:17.425Z] PASS
20:39:17 [2020-09-10T20:39:17.425Z] 
20:39:17 [2020-09-10T20:39:17.426Z] DONE 8 tests in 20.482s
20:39:17 [2020-09-10T20:39:17.426Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
20:39:17 [2020-09-10T20:39:17.426Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:39:17 [2020-09-10T20:39:17.426Z] ++ set -e
20:39:17 [2020-09-10T20:39:17.426Z] ++ '[' -n 0 ']'
20:39:17 [2020-09-10T20:39:17.426Z] ++ set -x
20:39:17 [2020-09-10T20:39:17.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:39:17 [2020-09-10T20:39:17.426Z] testing: warning: no tests to run
20:39:17 [2020-09-10T20:39:17.426Z] PASS
20:39:17 [2020-09-10T20:39:17.426Z] 
20:39:17 [2020-09-10T20:39:17.426Z] DONE 0 tests in 0.025s
20:39:17 [2020-09-10T20:39:17.426Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:39:17 [2020-09-10T20:39:17.426Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:39:17 [2020-09-10T20:39:17.426Z] ++ set -e
20:39:17 [2020-09-10T20:39:17.426Z] ++ '[' -n 0 ']'
20:39:17 [2020-09-10T20:39:17.426Z] ++ set -x
20:39:17 [2020-09-10T20:39:17.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:39:17 [2020-09-10T20:39:17.615Z] --- PASS: TestUpdateReplicatedJob (4.38s)
20:39:17 [2020-09-10T20:39:17.615Z] === RUN   TestServiceListWithStatuses
20:39:17 [2020-09-10T20:39:17.615Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:39:17 [2020-09-10T20:39:17.615Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:39:17 [2020-09-10T20:39:17.615Z] === RUN   TestDockerNetworkConnectAlias
20:39:17 [2020-09-10T20:39:17.687Z] INFO: Testing against a local daemon
20:39:17 [2020-09-10T20:39:17.687Z] === RUN   TestAuthZPluginAllowRequest
20:39:19 [2020-09-10T20:39:19.606Z] --- PASS: TestAuthZPluginAllowRequest (1.76s)
20:39:19 [2020-09-10T20:39:19.606Z] === RUN   TestAuthZPluginTLS
20:39:19 [2020-09-10T20:39:19.707Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
20:39:19 [2020-09-10T20:39:19.707Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
20:39:20 [2020-09-10T20:39:20.178Z] --- PASS: TestAuthZPluginTLS (0.69s)
20:39:20 [2020-09-10T20:39:20.178Z] === RUN   TestAuthZPluginDenyRequest
20:39:20 [2020-09-10T20:39:20.220Z] ok  	github.com/docker/docker/cmd/dockerd	0.112s	coverage: 30.8% of statements
20:39:20 [2020-09-10T20:39:20.751Z] --- PASS: TestAuthZPluginDenyRequest (0.66s)
20:39:20 [2020-09-10T20:39:20.751Z] === RUN   TestAuthZPluginAPIDenyResponse
20:39:20 [2020-09-10T20:39:20.786Z] ok  	github.com/docker/docker/container	0.121s	coverage: 34.7% of statements
20:39:20 [2020-09-10T20:39:20.786Z] ?   	github.com/docker/docker/container/stream	[no test files]
20:39:20 [2020-09-10T20:39:20.786Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
20:39:20 [2020-09-10T20:39:20.786Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
20:39:20 [2020-09-10T20:39:20.786Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
20:39:21 [2020-09-10T20:39:21.083Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
20:39:21 [2020-09-10T20:39:21.323Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s)
20:39:21 [2020-09-10T20:39:21.323Z] === RUN   TestAuthZPluginDenyResponse
20:39:21 [2020-09-10T20:39:21.895Z] --- PASS: TestAuthZPluginDenyResponse (0.68s)
20:39:21 [2020-09-10T20:39:21.895Z] === RUN   TestAuthZPluginAllowEventStream
20:39:22 [2020-09-10T20:39:22.459Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
20:39:23 [2020-09-10T20:39:23.811Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s)
20:39:23 [2020-09-10T20:39:23.811Z] === RUN   TestAuthZPluginErrorResponse
20:39:24 [2020-09-10T20:39:24.384Z] --- PASS: TestAuthZPluginErrorResponse (0.68s)
20:39:24 [2020-09-10T20:39:24.384Z] === RUN   TestAuthZPluginErrorRequest
20:39:24 [2020-09-10T20:39:24.957Z] --- PASS: TestAuthZPluginErrorRequest (0.65s)
20:39:24 [2020-09-10T20:39:24.957Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:39:25 [2020-09-10T20:39:25.748Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
20:39:25 [2020-09-10T20:39:25.901Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s)
20:39:25 [2020-09-10T20:39:25.901Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:39:26 [2020-09-10T20:39:26.193Z] --- PASS: TestDockerNetworkConnectAlias (8.10s)
20:39:26 [2020-09-10T20:39:26.193Z] === RUN   TestDockerNetworkReConnect
20:39:26 [2020-09-10T20:39:26.687Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
20:39:28 [2020-09-10T20:39:28.064Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
20:39:28 [2020-09-10T20:39:28.449Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s)
20:39:28 [2020-09-10T20:39:28.450Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:39:30 [2020-09-10T20:39:30.364Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.31s)
20:39:30 [2020-09-10T20:39:30.364Z] === RUN   TestAuthZPluginHeader
20:39:30 [2020-09-10T20:39:30.788Z] ok  	github.com/docker/docker/daemon/cluster	0.059s	coverage: 0.5% of statements
20:39:31 [2020-09-10T20:39:31.307Z] --- PASS: TestAuthZPluginHeader (0.98s)
20:39:31 [2020-09-10T20:39:31.307Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:39:31 [2020-09-10T20:39:31.307Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:39:31 [2020-09-10T20:39:31.307Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:31 [2020-09-10T20:39:31.307Z] === RUN   TestAuthZPluginV2Disable
20:39:31 [2020-09-10T20:39:31.307Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:39:31 [2020-09-10T20:39:31.307Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:31 [2020-09-10T20:39:31.307Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:39:31 [2020-09-10T20:39:31.307Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:39:31 [2020-09-10T20:39:31.307Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:31 [2020-09-10T20:39:31.307Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:39:31 [2020-09-10T20:39:31.307Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:39:31 [2020-09-10T20:39:31.307Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:31 [2020-09-10T20:39:31.307Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:39:31 [2020-09-10T20:39:31.751Z] --- PASS: TestDockerNetworkReConnect (6.14s)
20:39:31 [2020-09-10T20:39:31.751Z] === RUN   TestServicePlugin
20:39:31 [2020-09-10T20:39:31.751Z] --- SKIP: TestServicePlugin (0.00s)
20:39:31 [2020-09-10T20:39:31.751Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:31 [2020-09-10T20:39:31.751Z] === RUN   TestServiceUpdateLabel
20:39:32 [2020-09-10T20:39:32.254Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
20:39:32 [2020-09-10T20:39:32.513Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
20:39:32 [2020-09-10T20:39:32.683Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
20:39:32 [2020-09-10T20:39:32.772Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
20:39:34 [2020-09-10T20:39:34.053Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
20:39:34 [2020-09-10T20:39:34.146Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
20:39:35 [2020-09-10T20:39:35.260Z] --- PASS: TestServiceUpdateLabel (3.73s)
20:39:35 [2020-09-10T20:39:35.260Z] === RUN   TestServiceUpdateSecrets
20:39:36 [2020-09-10T20:39:36.049Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
20:39:38 [2020-09-10T20:39:38.584Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
20:39:38 [2020-09-10T20:39:38.843Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
20:39:39 [2020-09-10T20:39:39.102Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
20:39:39 [2020-09-10T20:39:39.102Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
20:39:40 [2020-09-10T20:39:40.480Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
20:39:40 [2020-09-10T20:39:40.741Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
20:39:41 [2020-09-10T20:39:41.678Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
20:39:41 [2020-09-10T20:39:41.678Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
20:39:41 [2020-09-10T20:39:41.937Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
20:39:42 [2020-09-10T20:39:42.505Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
20:39:42 [2020-09-10T20:39:42.764Z] === RUN   TestDockerSuite/TestBuildDockerignore
20:39:44 [2020-09-10T20:39:44.006Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.435s	coverage: 14.1% of statements
20:39:44 [2020-09-10T20:39:44.006Z] ok  	github.com/docker/docker/daemon	12.167s	coverage: 17.4% of statements
20:39:44 [2020-09-10T20:39:44.006Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
20:39:44 [2020-09-10T20:39:44.006Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
20:39:44 [2020-09-10T20:39:44.569Z] ok  	github.com/docker/docker/daemon/config	0.048s	coverage: 81.8% of statements
20:39:44 [2020-09-10T20:39:44.670Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
20:39:44 [2020-09-10T20:39:44.670Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
20:39:45 [2020-09-10T20:39:45.501Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
20:39:45 [2020-09-10T20:39:45.501Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
20:39:45 [2020-09-10T20:39:45.501Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
20:39:45 [2020-09-10T20:39:45.501Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
20:39:46 [2020-09-10T20:39:46.573Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
20:39:47 [2020-09-10T20:39:47.397Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
20:39:48 [2020-09-10T20:39:48.475Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
20:39:48 [2020-09-10T20:39:48.768Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.415s	coverage: 73.1% of statements
20:39:49 [2020-09-10T20:39:49.423Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.06s)
20:39:49 [2020-09-10T20:39:49.423Z] PASS
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] === Skipped
20:39:49 [2020-09-10T20:39:49.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:39:49 [2020-09-10T20:39:49.423Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:39:49 [2020-09-10T20:39:49.423Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:39:49 [2020-09-10T20:39:49.423Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:39:49 [2020-09-10T20:39:49.423Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] 
20:39:49 [2020-09-10T20:39:49.423Z] DONE 17 tests, 4 skipped in 31.882s
20:39:49 [2020-09-10T20:39:49.423Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:39:49 [2020-09-10T20:39:49.423Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:39:49 [2020-09-10T20:39:49.423Z] ++ set -e
20:39:49 [2020-09-10T20:39:49.423Z] ++ '[' -n 0 ']'
20:39:49 [2020-09-10T20:39:49.423Z] ++ set -x
20:39:49 [2020-09-10T20:39:49.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:39:49 [2020-09-10T20:39:49.684Z] INFO: Testing against a local daemon
20:39:49 [2020-09-10T20:39:49.684Z] === RUN   TestPluginInvalidJSON
20:39:49 [2020-09-10T20:39:49.684Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:39:49 [2020-09-10T20:39:49.684Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:39:49 [2020-09-10T20:39:49.684Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:39:49 [2020-09-10T20:39:49.684Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:39:49 [2020-09-10T20:39:49.684Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:39:49 [2020-09-10T20:39:49.684Z] === RUN   TestPluginInstall
20:39:49 [2020-09-10T20:39:49.684Z] === RUN   TestPluginInstall/no_auth
20:39:49 [2020-09-10T20:39:49.700Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
20:39:50 [2020-09-10T20:39:50.586Z] --- PASS: TestServiceUpdateSecrets (15.65s)
20:39:50 [2020-09-10T20:39:50.586Z] === RUN   TestServiceUpdateConfigs
20:39:50 [2020-09-10T20:39:50.633Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.536s	coverage: 57.0% of statements
20:39:52 [2020-09-10T20:39:52.662Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
20:39:52 [2020-09-10T20:39:52.662Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
20:39:53 [2020-09-10T20:39:53.172Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.005s	coverage: 1.8% of statements
20:39:53 [2020-09-10T20:39:53.598Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
20:39:53 [2020-09-10T20:39:53.857Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
20:39:54 [2020-09-10T20:39:54.982Z] time="2020-09-10T20:39:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:54 [2020-09-10T20:39:54.982Z] time="2020-09-10T20:39:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bd358c4542b573ca590b073f57b8b1d30446c57de5f7a3b1031971cb571b83a0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:54 [2020-09-10T20:39:54.982Z] time="2020-09-10T20:39:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:54 [2020-09-10T20:39:54.982Z] time="2020-09-10T20:39:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bd358c4542b573ca590b073f57b8b1d30446c57de5f7a3b1031971cb571b83a0" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:55 [2020-09-10T20:39:55.065Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.352s	coverage: 49.5% of statements
20:39:55 [2020-09-10T20:39:55.065Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.821s	coverage: 46.3% of statements
20:39:55 [2020-09-10T20:39:55.065Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
20:39:55 [2020-09-10T20:39:55.244Z] === RUN   TestPluginInstall/with_htpasswd
20:39:55 [2020-09-10T20:39:55.763Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
20:39:56 [2020-09-10T20:39:56.187Z] time="2020-09-10T20:39:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:56 [2020-09-10T20:39:56.187Z] time="2020-09-10T20:39:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:faf7c36317f704dc1570071d340bfb0309cee992a7ae7e981ffd93fbb0446637" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:56 [2020-09-10T20:39:56.187Z] time="2020-09-10T20:39:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:56 [2020-09-10T20:39:56.187Z] time="2020-09-10T20:39:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:faf7c36317f704dc1570071d340bfb0309cee992a7ae7e981ffd93fbb0446637" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:56 [2020-09-10T20:39:56.448Z] === RUN   TestPluginInstall/with_insecure
20:39:57 [2020-09-10T20:39:57.142Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
20:39:57 [2020-09-10T20:39:57.587Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.532s	coverage: 57.7% of statements
20:39:57 [2020-09-10T20:39:57.587Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
20:39:57 [2020-09-10T20:39:57.587Z] ok  	github.com/docker/docker/daemon/graphdriver/quota	0.237s	coverage: 76.1% of statements
20:39:57 [2020-09-10T20:39:57.587Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
20:39:57 [2020-09-10T20:39:57.846Z] time="2020-09-10T20:39:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:57 [2020-09-10T20:39:57.847Z] time="2020-09-10T20:39:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8ac5953ae344f04f5b317fb2e4452136d49b118d86d966963f2fe6b387bbc83" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:57 [2020-09-10T20:39:57.847Z] time="2020-09-10T20:39:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:39:57 [2020-09-10T20:39:57.847Z] time="2020-09-10T20:39:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8ac5953ae344f04f5b317fb2e4452136d49b118d86d966963f2fe6b387bbc83" mediatype=application/vnd.docker.plugin.v1+json size=522
20:39:58 [2020-09-10T20:39:58.108Z] --- PASS: TestPluginInstall (8.57s)
20:39:58 [2020-09-10T20:39:58.108Z]     --- PASS: TestPluginInstall/no_auth (5.63s)
20:39:58 [2020-09-10T20:39:58.108Z]     --- PASS: TestPluginInstall/with_htpasswd (1.19s)
20:39:58 [2020-09-10T20:39:58.108Z]     --- PASS: TestPluginInstall/with_insecure (1.74s)
20:39:58 [2020-09-10T20:39:58.108Z]         plugin_test.go:157: [db7ef38eee607] daemon is not started
20:39:58 [2020-09-10T20:39:58.108Z] PASS
20:39:58 [2020-09-10T20:39:58.108Z] 
20:39:58 [2020-09-10T20:39:58.108Z] DONE 6 tests in 8.757s
20:39:58 [2020-09-10T20:39:58.108Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:39:58 [2020-09-10T20:39:58.108Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:39:58 [2020-09-10T20:39:58.108Z] ++ set -e
20:39:58 [2020-09-10T20:39:58.108Z] ++ '[' -n 0 ']'
20:39:58 [2020-09-10T20:39:58.108Z] ++ set -x
20:39:58 [2020-09-10T20:39:58.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:39:58 [2020-09-10T20:39:58.375Z] INFO: Testing against a local daemon
20:39:58 [2020-09-10T20:39:58.375Z] === RUN   TestExternalGraphDriver
20:39:58 [2020-09-10T20:39:58.636Z] === RUN   TestExternalGraphDriver/json
20:39:58 [2020-09-10T20:39:58.959Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.008s	coverage: 58.0% of statements
20:39:58 [2020-09-10T20:39:58.959Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
20:39:59 [2020-09-10T20:39:59.048Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
20:39:59 [2020-09-10T20:39:59.523Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
20:40:01 [2020-09-10T20:40:01.185Z] === RUN   TestExternalGraphDriver/spec
20:40:02 [2020-09-10T20:40:02.047Z] ok  	github.com/docker/docker/daemon/images	0.015s	coverage: 4.8% of statements
20:40:02 [2020-09-10T20:40:02.047Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
20:40:02 [2020-09-10T20:40:02.047Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
20:40:02 [2020-09-10T20:40:02.303Z] ok  	github.com/docker/docker/daemon/logger	0.233s	coverage: 41.0% of statements
20:40:02 [2020-09-10T20:40:02.394Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
20:40:03 [2020-09-10T20:40:03.150Z] --- PASS: TestBuildWithHugeFile (53.32s)
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildWithEmptyDockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
20:40:03 [2020-09-10T20:40:03.150Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
20:40:03 [2020-09-10T20:40:03.150Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
20:40:03 [2020-09-10T20:40:03.150Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s)
20:40:03 [2020-09-10T20:40:03.150Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s)
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildPreserveOwnership
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildPreserveOwnership/copy_from
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
20:40:03 [2020-09-10T20:40:03.150Z] --- PASS: TestBuildPreserveOwnership (3.74s)
20:40:03 [2020-09-10T20:40:03.150Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.43s)
20:40:03 [2020-09-10T20:40:03.150Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s)
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestBuildPlatformInvalid
20:40:03 [2020-09-10T20:40:03.150Z] --- PASS: TestBuildPlatformInvalid (0.11s)
20:40:03 [2020-09-10T20:40:03.150Z] PASS
20:40:03 [2020-09-10T20:40:03.150Z] 
20:40:03 [2020-09-10T20:40:03.150Z] === Skipped
20:40:03 [2020-09-10T20:40:03.150Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
20:40:03 [2020-09-10T20:40:03.150Z]     build_session_test.go:25: TODO: BuildKit
20:40:03 [2020-09-10T20:40:03.150Z] 
20:40:03 [2020-09-10T20:40:03.150Z] 
20:40:03 [2020-09-10T20:40:03.150Z] DONE 32 tests, 1 skipped in 91.746s
20:40:03 [2020-09-10T20:40:03.150Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
20:40:03 [2020-09-10T20:40:03.150Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
20:40:03 [2020-09-10T20:40:03.150Z] ++ set -e
20:40:03 [2020-09-10T20:40:03.150Z] ++ '[' -n 0 ']'
20:40:03 [2020-09-10T20:40:03.150Z] ++ set -x
20:40:03 [2020-09-10T20:40:03.150Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
20:40:03 [2020-09-10T20:40:03.150Z] INFO: Testing against a local daemon
20:40:03 [2020-09-10T20:40:03.150Z] === RUN   TestConfigInspect
20:40:03 [2020-09-10T20:40:03.732Z] === RUN   TestExternalGraphDriver/pull
20:40:04 [2020-09-10T20:40:04.198Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 67.0% of statements
20:40:04 [2020-09-10T20:40:04.198Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.162s	coverage: 77.4% of statements
20:40:04 [2020-09-10T20:40:04.198Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
20:40:04 [2020-09-10T20:40:04.198Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
20:40:05 [2020-09-10T20:40:05.129Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
20:40:05 [2020-09-10T20:40:05.238Z] --- PASS: TestConfigInspect (1.96s)
20:40:05 [2020-09-10T20:40:05.238Z] === RUN   TestConfigList
20:40:05 [2020-09-10T20:40:05.386Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
20:40:05 [2020-09-10T20:40:05.644Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.006s	coverage: 87.2% of statements
20:40:06 [2020-09-10T20:40:06.281Z] --- PASS: TestExternalGraphDriver (7.42s)
20:40:06 [2020-09-10T20:40:06.281Z]     --- PASS: TestExternalGraphDriver/json (2.39s)
20:40:06 [2020-09-10T20:40:06.281Z]     --- PASS: TestExternalGraphDriver/spec (2.60s)
20:40:06 [2020-09-10T20:40:06.281Z]     --- PASS: TestExternalGraphDriver/pull (2.14s)
20:40:06 [2020-09-10T20:40:06.281Z] === RUN   TestGraphdriverPluginV2
20:40:06 [2020-09-10T20:40:06.281Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
20:40:06 [2020-09-10T20:40:06.281Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:06 [2020-09-10T20:40:06.281Z] PASS
20:40:06 [2020-09-10T20:40:06.281Z] 
20:40:06 [2020-09-10T20:40:06.281Z] === Skipped
20:40:06 [2020-09-10T20:40:06.281Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
20:40:06 [2020-09-10T20:40:06.281Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:06 [2020-09-10T20:40:06.281Z] 
20:40:06 [2020-09-10T20:40:06.281Z] 
20:40:06 [2020-09-10T20:40:06.281Z] DONE 5 tests, 1 skipped in 7.601s
20:40:06 [2020-09-10T20:40:06.281Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:40:06 [2020-09-10T20:40:06.281Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:40:06 [2020-09-10T20:40:06.281Z] ++ set -e
20:40:06 [2020-09-10T20:40:06.281Z] ++ '[' -n 0 ']'
20:40:06 [2020-09-10T20:40:06.281Z] ++ set -x
20:40:06 [2020-09-10T20:40:06.281Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:40:06 [2020-09-10T20:40:06.281Z] INFO: Testing against a local daemon
20:40:06 [2020-09-10T20:40:06.281Z] === RUN   TestContinueAfterPluginCrash
20:40:06 [2020-09-10T20:40:06.281Z] === PAUSE TestContinueAfterPluginCrash
20:40:06 [2020-09-10T20:40:06.281Z] === RUN   TestReadPluginNoRead
20:40:06 [2020-09-10T20:40:06.281Z] === PAUSE TestReadPluginNoRead
20:40:06 [2020-09-10T20:40:06.281Z] === RUN   TestDaemonStartWithLogOpt
20:40:06 [2020-09-10T20:40:06.281Z] === PAUSE TestDaemonStartWithLogOpt
20:40:06 [2020-09-10T20:40:06.281Z] === CONT  TestContinueAfterPluginCrash
20:40:06 [2020-09-10T20:40:06.281Z] === CONT  TestDaemonStartWithLogOpt
20:40:06 [2020-09-10T20:40:06.281Z] === CONT  TestReadPluginNoRead
20:40:06 [2020-09-10T20:40:06.588Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
20:40:07 [2020-09-10T20:40:07.014Z] ok  	github.com/docker/docker/daemon/logger/local	0.016s	coverage: 75.2% of statements
20:40:07 [2020-09-10T20:40:07.014Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
20:40:07 [2020-09-10T20:40:07.271Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.040s	coverage: 37.7% of statements
20:40:07 [2020-09-10T20:40:07.318Z] --- PASS: TestConfigList (1.89s)
20:40:07 [2020-09-10T20:40:07.318Z] === RUN   TestConfigsCreateAndDelete
20:40:08 [2020-09-10T20:40:08.205Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.018s	coverage: 33.3% of statements
20:40:08 [2020-09-10T20:40:08.492Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
20:40:08 [2020-09-10T20:40:08.492Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
20:40:08 [2020-09-10T20:40:08.838Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
20:40:08 [2020-09-10T20:40:08.838Z] === RUN   TestConfigsUpdate
20:40:09 [2020-09-10T20:40:09.152Z] --- PASS: TestServiceUpdateConfigs (15.62s)
20:40:09 [2020-09-10T20:40:09.152Z] === RUN   TestServiceUpdateNetwork
20:40:09 [2020-09-10T20:40:09.427Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
20:40:09 [2020-09-10T20:40:09.427Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
20:40:09 [2020-09-10T20:40:09.685Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
20:40:10 [2020-09-10T20:40:10.115Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
20:40:10 [2020-09-10T20:40:10.373Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
20:40:10 [2020-09-10T20:40:10.497Z] === RUN   TestReadPluginNoRead/default
20:40:10 [2020-09-10T20:40:10.758Z] --- PASS: TestDaemonStartWithLogOpt (4.77s)
20:40:10 [2020-09-10T20:40:10.914Z] --- PASS: TestConfigsUpdate (1.91s)
20:40:10 [2020-09-10T20:40:10.914Z] === RUN   TestTemplatedConfig
20:40:11 [2020-09-10T20:40:11.061Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
20:40:11 [2020-09-10T20:40:11.303Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.698s	coverage: 82.5% of statements
20:40:11 [2020-09-10T20:40:11.303Z] ?   	github.com/docker/docker/daemon/names	[no test files]
20:40:11 [2020-09-10T20:40:11.303Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
20:40:11 [2020-09-10T20:40:11.303Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
20:40:12 [2020-09-10T20:40:12.144Z] === RUN   TestReadPluginNoRead/disabled_caching
20:40:13 [2020-09-10T20:40:13.197Z] ok  	github.com/docker/docker/distribution/metadata	0.047s	coverage: 48.2% of statements
20:40:13 [2020-09-10T20:40:13.664Z] --- PASS: TestTemplatedConfig (2.49s)
20:40:13 [2020-09-10T20:40:13.664Z] === RUN   TestConfigCreateResolve
20:40:14 [2020-09-10T20:40:14.059Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:40:14 [2020-09-10T20:40:14.348Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
20:40:14 [2020-09-10T20:40:14.348Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
20:40:14 [2020-09-10T20:40:14.566Z] ok  	github.com/docker/docker/distribution	0.518s	coverage: 21.9% of statements
20:40:14 [2020-09-10T20:40:14.566Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
20:40:15 [2020-09-10T20:40:15.131Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 49.4% of statements
20:40:15 [2020-09-10T20:40:15.186Z] --- PASS: TestConfigCreateResolve (1.86s)
20:40:15 [2020-09-10T20:40:15.186Z] === RUN   TestConfigDaemonLibtrustID
20:40:15 [2020-09-10T20:40:15.824Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
20:40:15 [2020-09-10T20:40:15.824Z] PASS
20:40:15 [2020-09-10T20:40:15.824Z] 
20:40:15 [2020-09-10T20:40:15.824Z] DONE 7 tests in 12.623s
20:40:15 [2020-09-10T20:40:15.824Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
20:40:15 [2020-09-10T20:40:15.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
20:40:15 [2020-09-10T20:40:15.824Z] ++ set -e
20:40:15 [2020-09-10T20:40:15.824Z] ++ '[' -n 0 ']'
20:40:15 [2020-09-10T20:40:15.824Z] ++ set -x
20:40:15 [2020-09-10T20:40:15.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
20:40:15 [2020-09-10T20:40:15.824Z] INFO: Testing against a local daemon
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestCheckpoint
20:40:15 [2020-09-10T20:40:15.824Z] --- SKIP: TestCheckpoint (0.00s)
20:40:15 [2020-09-10T20:40:15.824Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestContainerInvalidJSON
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
20:40:15 [2020-09-10T20:40:15.824Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
20:40:15 [2020-09-10T20:40:15.824Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
20:40:15 [2020-09-10T20:40:15.824Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
20:40:15 [2020-09-10T20:40:15.824Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
20:40:15 [2020-09-10T20:40:15.824Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
20:40:15 [2020-09-10T20:40:15.824Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
20:40:15 [2020-09-10T20:40:15.824Z] --- PASS: TestContainerInvalidJSON (0.02s)
20:40:15 [2020-09-10T20:40:15.824Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
20:40:15 [2020-09-10T20:40:15.824Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
20:40:15 [2020-09-10T20:40:15.824Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestCopyFromContainerPathDoesNotExist
20:40:15 [2020-09-10T20:40:15.824Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
20:40:15 [2020-09-10T20:40:15.824Z] === RUN   TestCopyFromContainerPathIsNotDir
20:40:15 [2020-09-10T20:40:15.975Z] --- PASS: TestReadPluginNoRead (9.67s)
20:40:15 [2020-09-10T20:40:15.976Z]     --- PASS: TestReadPluginNoRead/default (1.79s)
20:40:15 [2020-09-10T20:40:15.976Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.80s)
20:40:15 [2020-09-10T20:40:15.976Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s)
20:40:15 [2020-09-10T20:40:15.976Z]     read_test.go:92: [dca059818370e] daemon is not started
20:40:16 [2020-09-10T20:40:16.062Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.4% of statements
20:40:16 [2020-09-10T20:40:16.119Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
20:40:16 [2020-09-10T20:40:16.119Z] === RUN   TestCopyToContainerPathDoesNotExist
20:40:16 [2020-09-10T20:40:16.119Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
20:40:16 [2020-09-10T20:40:16.119Z] === RUN   TestCopyToContainerPathIsNotDir
20:40:16 [2020-09-10T20:40:16.119Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
20:40:16 [2020-09-10T20:40:16.119Z] === RUN   TestCopyFromContainer
20:40:16 [2020-09-10T20:40:16.241Z] --- PASS: TestContinueAfterPluginCrash (10.16s)
20:40:16 [2020-09-10T20:40:16.241Z] PASS
20:40:16 [2020-09-10T20:40:16.241Z] 
20:40:16 [2020-09-10T20:40:16.241Z] DONE 6 tests in 10.309s
20:40:16 [2020-09-10T20:40:16.241Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:40:16 [2020-09-10T20:40:16.241Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:40:16 [2020-09-10T20:40:16.241Z] ++ set -e
20:40:16 [2020-09-10T20:40:16.241Z] ++ '[' -n 0 ']'
20:40:16 [2020-09-10T20:40:16.241Z] ++ set -x
20:40:16 [2020-09-10T20:40:16.241Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:40:16 [2020-09-10T20:40:16.241Z] testing: warning: no tests to run
20:40:16 [2020-09-10T20:40:16.241Z] PASS
20:40:16 [2020-09-10T20:40:16.241Z] 
20:40:16 [2020-09-10T20:40:16.241Z] DONE 0 tests in 0.041s
20:40:16 [2020-09-10T20:40:16.241Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:40:16 [2020-09-10T20:40:16.241Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:40:16 [2020-09-10T20:40:16.241Z] ++ set -e
20:40:16 [2020-09-10T20:40:16.241Z] ++ '[' -n 0 ']'
20:40:16 [2020-09-10T20:40:16.241Z] ++ set -x
20:40:16 [2020-09-10T20:40:16.241Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:40:16 [2020-09-10T20:40:16.319Z] ok  	github.com/docker/docker/distribution/xfer	1.879s	coverage: 85.1% of statements
20:40:16 [2020-09-10T20:40:16.319Z] ?   	github.com/docker/docker/dockerversion	[no test files]
20:40:16 [2020-09-10T20:40:16.502Z] INFO: Testing against a local daemon
20:40:16 [2020-09-10T20:40:16.502Z] === RUN   TestPluginWithDevMounts
20:40:16 [2020-09-10T20:40:16.502Z] === PAUSE TestPluginWithDevMounts
20:40:16 [2020-09-10T20:40:16.502Z] === CONT  TestPluginWithDevMounts
20:40:16 [2020-09-10T20:40:16.883Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
20:40:17 [2020-09-10T20:40:17.250Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
20:40:17 [2020-09-10T20:40:17.250Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
20:40:17 [2020-09-10T20:40:17.508Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
20:40:17 [2020-09-10T20:40:17.508Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer//
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer//bar/root
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer//bar/root/
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer/bar/quux
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer/bar/quux/
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer/bar/quux/baz
20:40:17 [2020-09-10T20:40:17.633Z] === RUN   TestCopyFromContainer/bar/filesymlink
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCopyFromContainer/bar/dirsymlink
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCopyFromContainer/bar/notarget
20:40:17 [2020-09-10T20:40:17.943Z] --- PASS: TestCopyFromContainer (1.93s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer// (0.06s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
20:40:17 [2020-09-10T20:40:17.943Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:40:17 [2020-09-10T20:40:17.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:40:17 [2020-09-10T20:40:17.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:40:17 [2020-09-10T20:40:17.943Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
20:40:17 [2020-09-10T20:40:17.943Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
20:40:17 [2020-09-10T20:40:17.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
20:40:17 [2020-09-10T20:40:17.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
20:40:17 [2020-09-10T20:40:17.943Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
20:40:18 [2020-09-10T20:40:18.237Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
20:40:18 [2020-09-10T20:40:18.237Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
20:40:18 [2020-09-10T20:40:18.237Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
20:40:18 [2020-09-10T20:40:18.237Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
20:40:18 [2020-09-10T20:40:18.237Z] === RUN   TestCreateLinkToNonExistingContainer
20:40:18 [2020-09-10T20:40:18.237Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
20:40:18 [2020-09-10T20:40:18.237Z] === RUN   TestCreateWithInvalidEnv
20:40:18 [2020-09-10T20:40:18.237Z] === RUN   TestCreateWithInvalidEnv/0
20:40:18 [2020-09-10T20:40:18.237Z] === PAUSE TestCreateWithInvalidEnv/0
20:40:18 [2020-09-10T20:40:18.237Z] === RUN   TestCreateWithInvalidEnv/1
20:40:18 [2020-09-10T20:40:18.237Z] === PAUSE TestCreateWithInvalidEnv/1
20:40:18 [2020-09-10T20:40:18.237Z] === RUN   TestCreateWithInvalidEnv/2
20:40:18 [2020-09-10T20:40:18.237Z] === PAUSE TestCreateWithInvalidEnv/2
20:40:18 [2020-09-10T20:40:18.237Z] === CONT  TestCreateWithInvalidEnv/0
20:40:18 [2020-09-10T20:40:18.238Z] === CONT  TestCreateWithInvalidEnv/2
20:40:18 [2020-09-10T20:40:18.238Z] === CONT  TestCreateWithInvalidEnv/1
20:40:18 [2020-09-10T20:40:18.238Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
20:40:18 [2020-09-10T20:40:18.238Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
20:40:18 [2020-09-10T20:40:18.238Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
20:40:18 [2020-09-10T20:40:18.238Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
20:40:18 [2020-09-10T20:40:18.238Z] === RUN   TestCreateTmpfsMountsTarget
20:40:18 [2020-09-10T20:40:18.238Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
20:40:18 [2020-09-10T20:40:18.238Z] === RUN   TestCreateWithCustomMaskedPaths
20:40:18 [2020-09-10T20:40:18.420Z] --- PASS: TestPluginWithDevMounts (2.17s)
20:40:18 [2020-09-10T20:40:18.420Z] PASS
20:40:18 [2020-09-10T20:40:18.420Z] 
20:40:18 [2020-09-10T20:40:18.420Z] DONE 1 tests in 2.318s
20:40:18 [2020-09-10T20:40:18.440Z] ok  	github.com/docker/docker/libcontainerd/queue	0.028s	coverage: 100.0% of statements
20:40:18 [2020-09-10T20:40:18.682Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
20:40:18 [2020-09-10T20:40:18.682Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:40:18 [2020-09-10T20:40:18.682Z] ++ set -e
20:40:18 [2020-09-10T20:40:18.682Z] ++ '[' -n 0 ']'
20:40:18 [2020-09-10T20:40:18.682Z] ++ set -x
20:40:18 [2020-09-10T20:40:18.682Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:40:18 [2020-09-10T20:40:18.682Z] INFO: Testing against a local daemon
20:40:18 [2020-09-10T20:40:18.682Z] === RUN   TestSecretInspect
20:40:19 [2020-09-10T20:40:19.415Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
20:40:19 [2020-09-10T20:40:19.759Z] --- PASS: TestCreateWithCustomMaskedPaths (1.42s)
20:40:19 [2020-09-10T20:40:19.759Z] === RUN   TestCreateWithCustomReadonlyPaths
20:40:19 [2020-09-10T20:40:19.810Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
20:40:20 [2020-09-10T20:40:20.067Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 50.0% of statements
20:40:21 [2020-09-10T20:40:21.276Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s)
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:40:21 [2020-09-10T20:40:21.276Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:40:21 [2020-09-10T20:40:21.276Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
20:40:21 [2020-09-10T20:40:21.276Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
20:40:21 [2020-09-10T20:40:21.276Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
20:40:21 [2020-09-10T20:40:21.276Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
20:40:21 [2020-09-10T20:40:21.276Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
20:40:21 [2020-09-10T20:40:21.276Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
20:40:21 [2020-09-10T20:40:21.276Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
20:40:21 [2020-09-10T20:40:21.276Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
20:40:21 [2020-09-10T20:40:21.276Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
20:40:21 [2020-09-10T20:40:21.276Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
20:40:21 [2020-09-10T20:40:21.570Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s)
20:40:21 [2020-09-10T20:40:21.570Z] === RUN   TestCreateDifferentPlatform
20:40:21 [2020-09-10T20:40:21.570Z] === RUN   TestCreateDifferentPlatform/different_os
20:40:21 [2020-09-10T20:40:21.570Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
20:40:21 [2020-09-10T20:40:21.570Z] --- PASS: TestCreateDifferentPlatform (0.02s)
20:40:21 [2020-09-10T20:40:21.570Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
20:40:21 [2020-09-10T20:40:21.570Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
20:40:21 [2020-09-10T20:40:21.570Z] === RUN   TestCreateVolumesFromNonExistingContainer
20:40:21 [2020-09-10T20:40:21.863Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
20:40:21 [2020-09-10T20:40:21.863Z] === RUN   TestContainerStartOnDaemonRestart
20:40:21 [2020-09-10T20:40:21.863Z] === PAUSE TestContainerStartOnDaemonRestart
20:40:21 [2020-09-10T20:40:21.863Z] === RUN   TestDaemonRestartIpcMode
20:40:21 [2020-09-10T20:40:21.863Z] === PAUSE TestDaemonRestartIpcMode
20:40:21 [2020-09-10T20:40:21.863Z] === RUN   TestDaemonHostGatewayIP
20:40:21 [2020-09-10T20:40:21.863Z] === PAUSE TestDaemonHostGatewayIP
20:40:21 [2020-09-10T20:40:21.863Z] === RUN   TestContainerKillOnDaemonStart
20:40:21 [2020-09-10T20:40:21.863Z] === PAUSE TestContainerKillOnDaemonStart
20:40:21 [2020-09-10T20:40:21.863Z] === RUN   TestDiff
20:40:21 [2020-09-10T20:40:21.947Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
20:40:21 [2020-09-10T20:40:21.963Z] ok  	github.com/docker/docker/pkg/archive	0.301s	coverage: 76.9% of statements
20:40:21 [2020-09-10T20:40:21.986Z] --- PASS: TestSecretInspect (2.68s)
20:40:21 [2020-09-10T20:40:21.986Z] === RUN   TestSecretList
20:40:22 [2020-09-10T20:40:22.157Z] --- PASS: TestDiff (0.52s)
20:40:22 [2020-09-10T20:40:22.157Z] === RUN   TestExecWithCloseStdin
20:40:22 [2020-09-10T20:40:22.526Z] ok  	github.com/docker/docker/pkg/authorization	0.114s	coverage: 68.3% of statements
20:40:22 [2020-09-10T20:40:22.783Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
20:40:22 [2020-09-10T20:40:22.798Z] --- PASS: TestExecWithCloseStdin (0.57s)
20:40:22 [2020-09-10T20:40:22.798Z] === RUN   TestExec
20:40:23 [2020-09-10T20:40:23.040Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
20:40:23 [2020-09-10T20:40:23.437Z] --- PASS: TestExec (0.62s)
20:40:23 [2020-09-10T20:40:23.437Z] === RUN   TestExecUser
20:40:24 [2020-09-10T20:40:24.079Z] --- PASS: TestExecUser (0.58s)
20:40:24 [2020-09-10T20:40:24.079Z] === RUN   TestExportContainerAndImportImage
20:40:24 [2020-09-10T20:40:24.518Z] --- PASS: TestServiceUpdateNetwork (16.02s)
20:40:24 [2020-09-10T20:40:24.518Z] === RUN   TestServiceUpdatePidsLimit
20:40:24 [2020-09-10T20:40:24.518Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:40:24 [2020-09-10T20:40:24.518Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:40:24 [2020-09-10T20:40:24.535Z] --- PASS: TestSecretList (3.23s)
20:40:24 [2020-09-10T20:40:24.535Z] === RUN   TestSecretsCreateAndDelete
20:40:24 [2020-09-10T20:40:24.719Z] --- PASS: TestExportContainerAndImportImage (0.81s)
20:40:24 [2020-09-10T20:40:24.719Z] === RUN   TestExportContainerAfterDaemonRestart
20:40:25 [2020-09-10T20:40:25.235Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
20:40:26 [2020-09-10T20:40:26.241Z] --- PASS: TestExportContainerAfterDaemonRestart (1.40s)
20:40:26 [2020-09-10T20:40:26.241Z] === RUN   TestHealthCheckWorkdir
20:40:26 [2020-09-10T20:40:26.312Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.483s	coverage: 43.2% of statements
20:40:26 [2020-09-10T20:40:26.312Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
20:40:26 [2020-09-10T20:40:26.877Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
20:40:26 [2020-09-10T20:40:26.878Z] --- PASS: TestHealthCheckWorkdir (0.74s)
20:40:26 [2020-09-10T20:40:26.878Z] === RUN   TestHealthKillContainer
20:40:27 [2020-09-10T20:40:27.134Z] ok  	github.com/docker/docker/layer	7.561s	coverage: 68.8% of statements
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/oci	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/oci/caps	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
20:40:27 [2020-09-10T20:40:27.134Z] ok  	github.com/docker/docker/pkg/discovery/file	0.013s	coverage: 92.9% of statements
20:40:27 [2020-09-10T20:40:27.141Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
20:40:27 [2020-09-10T20:40:27.840Z] --- PASS: TestSecretsCreateAndDelete (2.73s)
20:40:27 [2020-09-10T20:40:27.840Z] === RUN   TestSecretsUpdate
20:40:28 [2020-09-10T20:40:28.066Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.005s	coverage: 92.3% of statements
20:40:28 [2020-09-10T20:40:28.630Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.012s	coverage: 93.8% of statements
20:40:28 [2020-09-10T20:40:28.888Z] ok  	github.com/docker/docker/pkg/dmesg	0.018s	coverage: 83.3% of statements
20:40:29 [2020-09-10T20:40:29.048Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
20:40:29 [2020-09-10T20:40:29.625Z] --- PASS: TestHealthKillContainer (2.60s)
20:40:29 [2020-09-10T20:40:29.625Z] === RUN   TestInspectCpusetInConfigPre120
20:40:30 [2020-09-10T20:40:30.258Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
20:40:30 [2020-09-10T20:40:30.266Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s)
20:40:30 [2020-09-10T20:40:30.266Z] === RUN   TestIpcModeNone
20:40:30 [2020-09-10T20:40:30.389Z] --- PASS: TestSecretsUpdate (2.72s)
20:40:30 [2020-09-10T20:40:30.389Z] === RUN   TestTemplatedSecret
20:40:30 [2020-09-10T20:40:30.427Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
20:40:30 [2020-09-10T20:40:30.560Z] --- PASS: TestIpcModeNone (0.58s)
20:40:30 [2020-09-10T20:40:30.560Z] === RUN   TestIpcModePrivate
20:40:30 [2020-09-10T20:40:30.823Z] ok  	github.com/docker/docker/pkg/fileutils	0.008s	coverage: 89.5% of statements
20:40:31 [2020-09-10T20:40:31.199Z] --- PASS: TestIpcModePrivate (0.57s)
20:40:31 [2020-09-10T20:40:31.199Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
20:40:31 [2020-09-10T20:40:31.199Z] === RUN   TestIpcModeShareable
20:40:31 [2020-09-10T20:40:31.754Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.063s	coverage: 84.1% of statements
20:40:31 [2020-09-10T20:40:31.754Z] ok  	github.com/docker/docker/pkg/fsutils	0.187s	coverage: 85.1% of statements
20:40:31 [2020-09-10T20:40:31.839Z] --- PASS: TestIpcModeShareable (0.61s)
20:40:31 [2020-09-10T20:40:31.839Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
20:40:31 [2020-09-10T20:40:31.839Z] === RUN   TestAPIIpcModeShareableAndContainer
20:40:32 [2020-09-10T20:40:32.012Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
20:40:32 [2020-09-10T20:40:32.943Z] ok  	github.com/docker/docker/pkg/idtools	0.442s	coverage: 70.1% of statements
20:40:32 [2020-09-10T20:40:32.989Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:40:33 [2020-09-10T20:40:33.507Z] ok  	github.com/docker/docker/pkg/ioutils	0.559s	coverage: 70.6% of statements
20:40:33 [2020-09-10T20:40:33.507Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
20:40:33 [2020-09-10T20:40:33.507Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
20:40:33 [2020-09-10T20:40:33.695Z] --- PASS: TestTemplatedSecret (3.48s)
20:40:33 [2020-09-10T20:40:33.695Z] === RUN   TestSecretCreateResolve
20:40:33 [2020-09-10T20:40:33.716Z] === RUN   TestDockerDaemonSuite/TestShmSize
20:40:33 [2020-09-10T20:40:33.764Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
20:40:33 [2020-09-10T20:40:33.764Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
20:40:33 [2020-09-10T20:40:33.764Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
20:40:34 [2020-09-10T20:40:34.001Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.75s)
20:40:34 [2020-09-10T20:40:34.001Z] === RUN   TestAPIIpcModeHost
20:40:34 [2020-09-10T20:40:34.001Z] --- PASS: TestAPIIpcModeHost (0.48s)
20:40:34 [2020-09-10T20:40:34.001Z] === RUN   TestDaemonIpcModeShareable
20:40:34 [2020-09-10T20:40:34.021Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
20:40:34 [2020-09-10T20:40:34.022Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
20:40:34 [2020-09-10T20:40:34.279Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
20:40:34 [2020-09-10T20:40:34.536Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
20:40:34 [2020-09-10T20:40:34.793Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.013s	coverage: 86.7% of statements
20:40:34 [2020-09-10T20:40:34.793Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
20:40:34 [2020-09-10T20:40:34.793Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
20:40:34 [2020-09-10T20:40:34.793Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
20:40:35 [2020-09-10T20:40:35.094Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
20:40:35 [2020-09-10T20:40:35.522Z] --- PASS: TestDaemonIpcModeShareable (1.39s)
20:40:35 [2020-09-10T20:40:35.522Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:40:35 [2020-09-10T20:40:35.522Z] === RUN   TestDaemonIpcModePrivate
20:40:35 [2020-09-10T20:40:35.724Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.018s	coverage: 56.8% of statements
20:40:36 [2020-09-10T20:40:36.656Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
20:40:36 [2020-09-10T20:40:36.914Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
20:40:37 [2020-09-10T20:40:37.000Z] --- PASS: TestSecretCreateResolve (3.19s)
20:40:37 [2020-09-10T20:40:37.000Z] PASS
20:40:37 [2020-09-10T20:40:37.000Z] 
20:40:37 [2020-09-10T20:40:37.000Z] DONE 6 tests in 18.171s
20:40:37 [2020-09-10T20:40:37.000Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
20:40:37 [2020-09-10T20:40:37.000Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:40:37 [2020-09-10T20:40:37.000Z] ++ set -e
20:40:37 [2020-09-10T20:40:37.000Z] ++ '[' -n 0 ']'
20:40:37 [2020-09-10T20:40:37.000Z] ++ set -x
20:40:37 [2020-09-10T20:40:37.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
20:40:37 [2020-09-10T20:40:37.000Z] INFO: Testing against a local daemon
20:40:37 [2020-09-10T20:40:37.000Z] === RUN   TestServiceCreateInit
20:40:37 [2020-09-10T20:40:37.000Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:40:37 [2020-09-10T20:40:37.039Z] --- PASS: TestDaemonIpcModePrivate (1.42s)
20:40:37 [2020-09-10T20:40:37.039Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:40:37 [2020-09-10T20:40:37.039Z] === RUN   TestDaemonIpcModePrivateFromConfig
20:40:37 [2020-09-10T20:40:37.171Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
20:40:38 [2020-09-10T20:40:38.382Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
20:40:38 [2020-09-10T20:40:38.382Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
20:40:38 [2020-09-10T20:40:38.538Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 73.9% of statements
20:40:38 [2020-09-10T20:40:38.559Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.35s)
20:40:38 [2020-09-10T20:40:38.559Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
20:40:38 [2020-09-10T20:40:38.559Z] === RUN   TestDaemonIpcModeShareableFromConfig
20:40:38 [2020-09-10T20:40:38.795Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
20:40:39 [2020-09-10T20:40:39.604Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.36s)
20:40:39 [2020-09-10T20:40:39.604Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
20:40:39 [2020-09-10T20:40:39.604Z] === RUN   TestIpcModeOlderClient
20:40:39 [2020-09-10T20:40:39.604Z] === PAUSE TestIpcModeOlderClient
20:40:39 [2020-09-10T20:40:39.604Z] === RUN   TestKillContainerInvalidSignal
20:40:40 [2020-09-10T20:40:40.244Z] --- PASS: TestKillContainerInvalidSignal (0.54s)
20:40:40 [2020-09-10T20:40:40.244Z] === RUN   TestKillContainer
20:40:40 [2020-09-10T20:40:40.244Z] === RUN   TestKillContainer/no_signal
20:40:40 [2020-09-10T20:40:40.885Z] === RUN   TestKillContainer/non_killing_signal
20:40:41 [2020-09-10T20:40:41.178Z] === RUN   TestKillContainer/killing_signal
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestServiceUpdatePidsLimit (17.90s)
20:40:41 [2020-09-10T20:40:41.617Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s)
20:40:41 [2020-09-10T20:40:41.617Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.25s)
20:40:41 [2020-09-10T20:40:41.617Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s)
20:40:41 [2020-09-10T20:40:41.617Z] PASS
20:40:41 [2020-09-10T20:40:41.617Z] 
20:40:41 [2020-09-10T20:40:41.617Z] === Skipped
20:40:41 [2020-09-10T20:40:41.617Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
20:40:41 [2020-09-10T20:40:41.617Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:40:41 [2020-09-10T20:40:41.617Z] 
20:40:41 [2020-09-10T20:40:41.617Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
20:40:41 [2020-09-10T20:40:41.617Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:40:41 [2020-09-10T20:40:41.617Z] 
20:40:41 [2020-09-10T20:40:41.617Z] 
20:40:41 [2020-09-10T20:40:41.617Z] DONE 27 tests, 2 skipped in 174.837s
20:40:41 [2020-09-10T20:40:41.617Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
20:40:41 [2020-09-10T20:40:41.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
20:40:41 [2020-09-10T20:40:41.617Z] ++ set -e
20:40:41 [2020-09-10T20:40:41.617Z] ++ '[' -n 0 ']'
20:40:41 [2020-09-10T20:40:41.617Z] ++ set -x
20:40:41 [2020-09-10T20:40:41.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
20:40:41 [2020-09-10T20:40:41.617Z] INFO: Testing against a local daemon
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestSessionCreate
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestSessionCreate (0.02s)
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestSessionCreateWithBadUpgrade
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
20:40:41 [2020-09-10T20:40:41.617Z] PASS
20:40:41 [2020-09-10T20:40:41.617Z] 
20:40:41 [2020-09-10T20:40:41.617Z] DONE 2 tests in 0.246s
20:40:41 [2020-09-10T20:40:41.617Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
20:40:41 [2020-09-10T20:40:41.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
20:40:41 [2020-09-10T20:40:41.617Z] ++ set -e
20:40:41 [2020-09-10T20:40:41.617Z] ++ '[' -n 0 ']'
20:40:41 [2020-09-10T20:40:41.617Z] ++ set -x
20:40:41 [2020-09-10T20:40:41.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
20:40:41 [2020-09-10T20:40:41.617Z] INFO: Testing against a local daemon
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:40:41 [2020-09-10T20:40:41.617Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:40:41 [2020-09-10T20:40:41.617Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestEventsExecDie
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestEventsExecDie (0.93s)
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestEventsBackwardsCompatible
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestEventsBackwardsCompatible (0.10s)
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestInfoBinaryCommits
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestInfoBinaryCommits (0.01s)
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestInfoAPIVersioned
20:40:41 [2020-09-10T20:40:41.617Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:40:41 [2020-09-10T20:40:41.617Z] === RUN   TestInfoDiscoveryBackend
20:40:41 [2020-09-10T20:40:41.817Z] --- PASS: TestKillContainer (1.66s)
20:40:41 [2020-09-10T20:40:41.817Z]     --- PASS: TestKillContainer/no_signal (0.55s)
20:40:41 [2020-09-10T20:40:41.817Z]     --- PASS: TestKillContainer/non_killing_signal (0.39s)
20:40:41 [2020-09-10T20:40:41.817Z]     --- PASS: TestKillContainer/killing_signal (0.51s)
20:40:41 [2020-09-10T20:40:41.817Z] === RUN   TestKillWithStopSignalAndRestartPolicies
20:40:41 [2020-09-10T20:40:41.817Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
20:40:42 [2020-09-10T20:40:42.067Z] ok  	github.com/docker/docker/pkg/signal	2.418s	coverage: 61.0% of statements
20:40:42 [2020-09-10T20:40:42.067Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
20:40:42 [2020-09-10T20:40:42.248Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
20:40:42 [2020-09-10T20:40:42.248Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:40:42 [2020-09-10T20:40:42.294Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:40:42 [2020-09-10T20:40:42.324Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
20:40:42 [2020-09-10T20:40:42.452Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
20:40:42 [2020-09-10T20:40:42.581Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
20:40:42 [2020-09-10T20:40:42.750Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s)
20:40:42 [2020-09-10T20:40:42.750Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
20:40:42 [2020-09-10T20:40:42.750Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s)
20:40:42 [2020-09-10T20:40:42.750Z] === RUN   TestKillStoppedContainer
20:40:42 [2020-09-10T20:40:42.872Z] ok  	github.com/docker/docker/pkg/symlink	0.007s	coverage: 87.7% of statements
20:40:43 [2020-09-10T20:40:43.047Z] --- PASS: TestKillStoppedContainer (0.06s)
20:40:43 [2020-09-10T20:40:43.047Z] === RUN   TestKillStoppedContainerAPIPre120
20:40:43 [2020-09-10T20:40:43.047Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
20:40:43 [2020-09-10T20:40:43.047Z] === RUN   TestKillDifferentUserContainer
20:40:43 [2020-09-10T20:40:43.280Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:40:43 [2020-09-10T20:40:43.280Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:40:43 [2020-09-10T20:40:43.436Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.6% of statements
20:40:43 [2020-09-10T20:40:43.655Z] --- PASS: TestDockerDaemonSuite (321.17s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.37s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.03s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.66s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.36s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:1449: [da630e24b22ae] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d3595ed3ab1c8] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.67s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.14s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [dd90319460b90] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.45s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.84s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.31s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.70s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.05s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.08s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.28s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d31609a011b3d] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d5905d73a08f5] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d29280c287a26] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.22s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.50s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.40s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.73s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d0fb145d4d386] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.76s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.61s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.69s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d2950ec7ce842] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.11s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.14s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.62s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.81s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [deb0d41813712] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.98s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d83a4989b6ec4] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.65s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_plugins_test.go:79: [d1831d942751f] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.81s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_plugins_test.go:169: [d4d5e9aaa9043] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.59s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [df341645385a0] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.61s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.72s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.62s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.72s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.67s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.77s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.13s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.58s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d54a32e5b7c30] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.41s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.68s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.58s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.11s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.06s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [da5f93b83addd] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.17s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.73s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.70s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.42s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.10s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d1c1fbfbc5667] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d56b324c49a44] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.39s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d69c42b69e997] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.12s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.01s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.17s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.30s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.97s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.23s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.52s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.49s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [db234452bca90] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.12s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.52s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.68s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [da40d89781d47] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.17s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.24s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode private set from config
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode host set from config
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d4617cddc1983] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d526b202586b5] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.59s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d25f62ca47fc7] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.78s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.16s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d4c028980077d] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.62s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.41s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.95s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.10s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d0226094349ab] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.81s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d40be2befad62] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.10s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.76s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.64s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.55s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.04s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.23s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.43s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.46s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.13s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.87s)
20:40:43 [2020-09-10T20:40:43.655Z]         docker_cli_daemon_test.go:2544: [d3fe08ba00d9f] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.74s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.73s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.92s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.76s)
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
20:40:43 [2020-09-10T20:40:43.655Z]         check_test.go:309: [d7584e29508f7] daemon is not started
20:40:43 [2020-09-10T20:40:43.655Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.89s)
20:40:43 [2020-09-10T20:40:43.655Z] === RUN   TestDockerSwarmSuite
20:40:43 [2020-09-10T20:40:43.655Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
20:40:43 [2020-09-10T20:40:43.684Z] --- PASS: TestKillDifferentUserContainer (0.52s)
20:40:43 [2020-09-10T20:40:43.684Z] === RUN   TestInspectOomKilledTrue
20:40:43 [2020-09-10T20:40:43.911Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
20:40:43 [2020-09-10T20:40:43.911Z] === RUN   TestInfoAPI
20:40:43 [2020-09-10T20:40:43.911Z] --- PASS: TestInfoAPI (0.01s)
20:40:43 [2020-09-10T20:40:43.911Z] === RUN   TestInfoAPIWarnings
20:40:44 [2020-09-10T20:40:44.019Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
20:40:44 [2020-09-10T20:40:44.202Z] --- PASS: TestInfoAPIWarnings (0.52s)
20:40:44 [2020-09-10T20:40:44.202Z] === RUN   TestInfoDebug
20:40:44 [2020-09-10T20:40:44.327Z] --- PASS: TestInspectOomKilledTrue (0.94s)
20:40:44 [2020-09-10T20:40:44.327Z] === RUN   TestInspectOomKilledFalse
20:40:44 [2020-09-10T20:40:44.582Z] ok  	github.com/docker/docker/pkg/tailfile	0.051s	coverage: 88.6% of statements
20:40:44 [2020-09-10T20:40:44.834Z] --- PASS: TestInfoDebug (0.52s)
20:40:44 [2020-09-10T20:40:44.834Z] === RUN   TestInfoInsecureRegistries
20:40:44 [2020-09-10T20:40:44.969Z] --- PASS: TestInspectOomKilledFalse (0.54s)
20:40:44 [2020-09-10T20:40:44.969Z] === RUN   TestLinksEtcHostsContentMatch
20:40:45 [2020-09-10T20:40:45.032Z] === RUN   TestDockerSuite/TestBuildDotDotFile
20:40:45 [2020-09-10T20:40:45.145Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
20:40:45 [2020-09-10T20:40:45.145Z] testing: warning: no tests to run
20:40:45 [2020-09-10T20:40:45.145Z] coverage: [no statements]
20:40:45 [2020-09-10T20:40:45.145Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
20:40:45 [2020-09-10T20:40:45.263Z] --- PASS: TestLinksEtcHostsContentMatch (0.37s)
20:40:45 [2020-09-10T20:40:45.263Z] === RUN   TestLinksContainerNames
20:40:45 [2020-09-10T20:40:45.290Z] === RUN   TestDockerSuite/TestBuildEOLInLine
20:40:45 [2020-09-10T20:40:45.465Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:40:45 [2020-09-10T20:40:45.465Z] === RUN   TestInfoRegistryMirrors
20:40:45 [2020-09-10T20:40:45.710Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
20:40:45 [2020-09-10T20:40:45.756Z] --- PASS: TestInfoRegistryMirrors (0.52s)
20:40:45 [2020-09-10T20:40:45.756Z] === RUN   TestLoginFailsWithBadCredentials
20:40:45 [2020-09-10T20:40:45.967Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
20:40:45 [2020-09-10T20:40:45.967Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
20:40:46 [2020-09-10T20:40:46.226Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
20:40:46 [2020-09-10T20:40:46.306Z] --- PASS: TestLinksContainerNames (1.04s)
20:40:46 [2020-09-10T20:40:46.306Z] === RUN   TestLogsFollowTailEmpty
20:40:46 [2020-09-10T20:40:46.387Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s)
20:40:46 [2020-09-10T20:40:46.387Z] === RUN   TestPingCacheHeaders
20:40:46 [2020-09-10T20:40:46.387Z] --- PASS: TestPingCacheHeaders (0.01s)
20:40:46 [2020-09-10T20:40:46.387Z] === RUN   TestPingGet
20:40:46 [2020-09-10T20:40:46.387Z] --- PASS: TestPingGet (0.01s)
20:40:46 [2020-09-10T20:40:46.387Z] === RUN   TestPingHead
20:40:46 [2020-09-10T20:40:46.387Z] --- PASS: TestPingHead (0.01s)
20:40:46 [2020-09-10T20:40:46.387Z] === RUN   TestVersion
20:40:46 [2020-09-10T20:40:46.387Z] --- PASS: TestVersion (0.02s)
20:40:46 [2020-09-10T20:40:46.387Z] PASS
20:40:46 [2020-09-10T20:40:46.387Z] 
20:40:46 [2020-09-10T20:40:46.387Z] === Skipped
20:40:46 [2020-09-10T20:40:46.387Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:40:46 [2020-09-10T20:40:46.387Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:40:46 [2020-09-10T20:40:46.387Z] 
20:40:46 [2020-09-10T20:40:46.387Z] 
20:40:46 [2020-09-10T20:40:46.387Z] DONE 18 tests, 1 skipped in 5.852s
20:40:46 [2020-09-10T20:40:46.387Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
20:40:46 [2020-09-10T20:40:46.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
20:40:46 [2020-09-10T20:40:46.387Z] ++ set -e
20:40:46 [2020-09-10T20:40:46.387Z] ++ '[' -n 0 ']'
20:40:46 [2020-09-10T20:40:46.387Z] ++ set -x
20:40:46 [2020-09-10T20:40:46.387Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
20:40:46 [2020-09-10T20:40:46.506Z] --- PASS: TestServiceCreateInit (9.62s)
20:40:46 [2020-09-10T20:40:46.506Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.04s)
20:40:46 [2020-09-10T20:40:46.506Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.55s)
20:40:46 [2020-09-10T20:40:46.506Z] === RUN   TestCreateServiceMultipleTimes
20:40:46 [2020-09-10T20:40:46.678Z] INFO: Testing against a local daemon
20:40:46 [2020-09-10T20:40:46.678Z] === RUN   TestVolumesCreateAndList
20:40:46 [2020-09-10T20:40:46.678Z] --- PASS: TestVolumesCreateAndList (0.02s)
20:40:46 [2020-09-10T20:40:46.678Z] === RUN   TestVolumesRemove
20:40:46 [2020-09-10T20:40:46.678Z] --- PASS: TestVolumesRemove (0.13s)
20:40:46 [2020-09-10T20:40:46.678Z] === RUN   TestVolumesInspect
20:40:46 [2020-09-10T20:40:46.678Z] --- PASS: TestVolumesInspect (0.01s)
20:40:46 [2020-09-10T20:40:46.678Z] === RUN   TestVolumesInvalidJSON
20:40:46 [2020-09-10T20:40:46.678Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:40:46 [2020-09-10T20:40:46.678Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:40:46 [2020-09-10T20:40:46.678Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:40:46 [2020-09-10T20:40:46.678Z] --- PASS: TestVolumesInvalidJSON (0.01s)
20:40:46 [2020-09-10T20:40:46.678Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:40:46 [2020-09-10T20:40:46.678Z] PASS
20:40:46 [2020-09-10T20:40:46.678Z] 
20:40:46 [2020-09-10T20:40:46.678Z] DONE 5 tests in 0.339s
20:40:46 [2020-09-10T20:40:46.678Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:40:46 [2020-09-10T20:40:46.960Z] --- PASS: TestLogsFollowTailEmpty (0.51s)
20:40:46 [2020-09-10T20:40:46.960Z] === RUN   TestContainerNetworkMountsNoChown
20:40:46 [2020-09-10T20:40:46.968Z] ++++ cat bundles/test-integration/docker.pid
20:40:46 [2020-09-10T20:40:46.968Z] +++ kill 12062
20:40:47 [2020-09-10T20:40:47.599Z] --- PASS: TestContainerNetworkMountsNoChown (0.56s)
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/default
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/default
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/private
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/private
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rprivate
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rprivate
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/slave
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/slave
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rslave
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rslave
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/shared
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/shared
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rshared
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rshared
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/default
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/default/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/default/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/default/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/default/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/default/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/default/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/default/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rprivate
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/shared
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/shared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/shared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/shared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/shared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/default/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rshared
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rshared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rshared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/private
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/private/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/private/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/private/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/private/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/private/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/private/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/default/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rslave
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rslave/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/rslave/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/default/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/slave
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/slave/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/slave/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/slave/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/slave/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/shared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/shared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/private/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/private/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/private/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rshared/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rshared/mount_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/private/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rslave/bind_root
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
20:40:47 [2020-09-10T20:40:47.599Z] === CONT  TestMountDaemonRoot/rslave/mount_root
20:40:47 [2020-09-10T20:40:47.861Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.1% of statements
20:40:47 [2020-09-10T20:40:47.894Z] === CONT  TestMountDaemonRoot/slave/bind_root
20:40:47 [2020-09-10T20:40:47.895Z] === CONT  TestMountDaemonRoot/slave/mount_root
20:40:47 [2020-09-10T20:40:47.895Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
20:40:47 [2020-09-10T20:40:47.895Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
20:40:47 [2020-09-10T20:40:47.895Z] --- PASS: TestMountDaemonRoot (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
20:40:47 [2020-09-10T20:40:47.895Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
20:40:47 [2020-09-10T20:40:47.895Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
20:40:47 [2020-09-10T20:40:47.895Z] === RUN   TestContainerBindMountNonRecursive
20:40:48 [2020-09-10T20:40:48.473Z] +++ /etc/init.d/apparmor stop
20:40:48 [2020-09-10T20:40:48.473Z] Leaving: AppArmorNo profiles have been unloaded.
20:40:48 [2020-09-10T20:40:48.473Z] 
20:40:48 [2020-09-10T20:40:48.473Z] Unloading profiles will leave already running processes permanently
20:40:48 [2020-09-10T20:40:48.473Z] unconfined, which can lead to unexpected situations.
20:40:48 [2020-09-10T20:40:48.473Z] 
20:40:48 [2020-09-10T20:40:48.473Z] To set a process to complain mode, use the command line tool
20:40:48 [2020-09-10T20:40:48.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:40:48 [2020-09-10T20:40:48.473Z] +++ true
20:40:48 [2020-09-10T20:40:48.473Z] exiting test-integration
20:40:48 [2020-09-10T20:40:48.473Z] ++ exit 0
20:40:48 [2020-09-10T20:40:48.473Z] 
20:40:48 [2020-09-10T20:40:48.790Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
20:40:49 [2020-09-10T20:40:49.426Z] --- PASS: TestContainerBindMountNonRecursive (1.33s)
20:40:49 [2020-09-10T20:40:49.426Z] === RUN   TestNetworkNat
20:40:49 [2020-09-10T20:40:49.515Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
Post stage
[Pipeline] junit
20:40:49 [2020-09-10T20:40:49.557Z] Recording test results
20:40:49 [2020-09-10T20:40:49.721Z] ok  	github.com/docker/docker/profiles/seccomp	0.004s	coverage: 73.8% of statements
20:40:49 [2020-09-10T20:40:49.722Z] --- PASS: TestNetworkNat (0.58s)
20:40:49 [2020-09-10T20:40:49.722Z] === RUN   TestNetworkLocalhostTCPNat
20:40:49 [2020-09-10T20:40:49.774Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
20:40:49 [2020-09-10T20:40:49.979Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
Post stage
[Pipeline] sh
20:40:50 [2020-09-10T20:40:50.339Z] + echo Ensuring container killed.
20:40:50 [2020-09-10T20:40:50.339Z] Ensuring container killed.
20:40:50 [2020-09-10T20:40:50.339Z] + docker rm -vf docker-pr1
20:40:50 [2020-09-10T20:40:50.339Z] Error: No such container: docker-pr1
20:40:50 [2020-09-10T20:40:50.339Z] + true
20:40:50 [2020-09-10T20:40:50.343Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
20:40:50 [2020-09-10T20:40:50.362Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s)
20:40:50 [2020-09-10T20:40:50.362Z] === RUN   TestNetworkLoopbackNat
[Pipeline] sh
20:40:50 [2020-09-10T20:40:50.602Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
20:40:50 [2020-09-10T20:40:50.718Z] + echo Chowning /workspace to jenkins user
20:40:50 [2020-09-10T20:40:50.718Z] Chowning /workspace to jenkins user
20:40:50 [2020-09-10T20:40:50.718Z] + id -u
20:40:50 [2020-09-10T20:40:50.718Z] + id -g
20:40:50 [2020-09-10T20:40:50.718Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41436:/workspace busybox chown -R 1001:1001 /workspace
20:40:50 [2020-09-10T20:40:50.718Z] Unable to find image 'busybox:latest' locally
20:40:51 [2020-09-10T20:40:51.012Z] latest: Pulling from library/busybox
20:40:51 [2020-09-10T20:40:51.012Z] d2a291f672b2: Pulling fs layer
20:40:51 [2020-09-10T20:40:51.012Z] d2a291f672b2: Verifying Checksum
20:40:51 [2020-09-10T20:40:51.012Z] d2a291f672b2: Download complete
20:40:51 [2020-09-10T20:40:51.351Z] ok  	github.com/docker/docker/registry	0.078s	coverage: 56.3% of statements
20:40:51 [2020-09-10T20:40:51.539Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
20:40:51 [2020-09-10T20:40:51.539Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
20:40:51 [2020-09-10T20:40:51.647Z] d2a291f672b2: Pull complete
20:40:51 [2020-09-10T20:40:51.647Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
20:40:51 [2020-09-10T20:40:51.647Z] Status: Downloaded newer image for busybox:latest
20:40:51 [2020-09-10T20:40:51.915Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
20:40:52 [2020-09-10T20:40:52.107Z] === RUN   TestDockerSuite/TestBuildEntrypoint
20:40:52 [2020-09-10T20:40:52.171Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
20:40:52 [2020-09-10T20:40:52.675Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
20:40:53 [2020-09-10T20:40:53.104Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
20:40:53 [2020-09-10T20:40:53.104Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
20:40:53 [2020-09-10T20:40:53.118Z] --- PASS: TestNetworkLoopbackNat (2.74s)
20:40:53 [2020-09-10T20:40:53.118Z] === RUN   TestPause
[Pipeline] catchError
[Pipeline] {
20:40:53 [2020-09-10T20:40:53.756Z] --- PASS: TestPause (0.57s)
20:40:53 [2020-09-10T20:40:53.756Z] === RUN   TestPauseFailsOnWindowsServerContainers
20:40:53 [2020-09-10T20:40:53.756Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
20:40:53 [2020-09-10T20:40:53.756Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:40:53 [2020-09-10T20:40:53.756Z] === RUN   TestPauseStopPausedContainer
[Pipeline] sh
20:40:54 [2020-09-10T20:40:54.051Z] --- PASS: TestPauseStopPausedContainer (0.56s)
20:40:54 [2020-09-10T20:40:54.051Z] === RUN   TestPsFilter
20:40:54 [2020-09-10T20:40:54.103Z] + bundleName=s390x-integration
20:40:54 [2020-09-10T20:40:54.103Z] + echo Creating s390x-integration-bundles.tar.gz
20:40:54 [2020-09-10T20:40:54.103Z] Creating s390x-integration-bundles.tar.gz
20:40:54 [2020-09-10T20:40:54.103Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:40:54 [2020-09-10T20:40:54.103Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:40:54 [2020-09-10T20:40:54.147Z] Archiving artifacts
20:40:54 [2020-09-10T20:40:54.347Z] --- PASS: TestPsFilter (0.15s)
20:40:54 [2020-09-10T20:40:54.347Z] === RUN   TestRemoveContainerWithRemovedVolume
20:40:54 [2020-09-10T20:40:54.459Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:40:54 [2020-09-10T20:40:54.839Z] + make clean
20:40:54 [2020-09-10T20:40:54.982Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s)
20:40:54 [2020-09-10T20:40:54.982Z] === RUN   TestRemoveContainerWithVolume
20:40:55 [2020-09-10T20:40:55.131Z] docker volume rm -f docker-dev-cache
20:40:55 [2020-09-10T20:40:55.131Z] docker-dev-cache
[Pipeline] deleteDir
20:40:55 [2020-09-10T20:40:55.208Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
20:40:55 [2020-09-10T20:40:55.208Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
20:40:55 [2020-09-10T20:40:55.276Z] --- PASS: TestRemoveContainerWithVolume (0.56s)
20:40:55 [2020-09-10T20:40:55.276Z] === RUN   TestRemoveContainerRunning
20:40:55 [2020-09-10T20:40:55.919Z] --- PASS: TestRemoveContainerRunning (0.52s)
20:40:55 [2020-09-10T20:40:55.919Z] === RUN   TestRemoveContainerForceRemoveRunning
20:40:56 [2020-09-10T20:40:56.380Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
20:40:56 [2020-09-10T20:40:56.380Z] ok  	github.com/docker/docker/volume/local	0.006s	coverage: 73.0% of statements
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:40:56 [2020-09-10T20:40:56.569Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s)
20:40:56 [2020-09-10T20:40:56.569Z] === RUN   TestRemoveInvalidContainer
20:40:56 [2020-09-10T20:40:56.569Z] --- PASS: TestRemoveInvalidContainer (0.01s)
20:40:56 [2020-09-10T20:40:56.569Z] === RUN   TestRenameLinkedContainer
20:40:56 [2020-09-10T20:40:56.943Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
20:40:57 [2020-09-10T20:40:57.114Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
20:40:58 [2020-09-10T20:40:58.312Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
20:40:58 [2020-09-10T20:40:58.491Z] === RUN   TestDockerSuite/TestBuildEnv
20:40:58 [2020-09-10T20:40:58.655Z] --- PASS: TestRenameLinkedContainer (2.11s)
20:40:58 [2020-09-10T20:40:58.655Z] === RUN   TestRenameStoppedContainer
20:40:58 [2020-09-10T20:40:58.950Z] --- PASS: TestRenameStoppedContainer (0.54s)
20:40:58 [2020-09-10T20:40:58.950Z] === RUN   TestRenameRunningContainerAndReuse
20:40:59 [2020-09-10T20:40:59.868Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
20:40:59 [2020-09-10T20:40:59.995Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s)
20:40:59 [2020-09-10T20:40:59.995Z] === RUN   TestRenameInvalidName
20:41:00 [2020-09-10T20:41:00.436Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
20:41:00 [2020-09-10T20:41:00.634Z] --- PASS: TestRenameInvalidName (0.51s)
20:41:00 [2020-09-10T20:41:00.634Z] === RUN   TestRenameAnonymousContainer
20:41:01 [2020-09-10T20:41:01.374Z] === RUN   TestDockerSuite/TestBuildEnvUsage
20:41:02 [2020-09-10T20:41:02.717Z] --- PASS: TestRenameAnonymousContainer (1.93s)
20:41:02 [2020-09-10T20:41:02.717Z] === RUN   TestRenameContainerWithSameName
20:41:03 [2020-09-10T20:41:03.010Z] --- PASS: TestRenameContainerWithSameName (0.54s)
20:41:03 [2020-09-10T20:41:03.010Z] === RUN   TestRenameContainerWithLinkedContainer
20:41:04 [2020-09-10T20:41:04.070Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s)
20:41:04 [2020-09-10T20:41:04.070Z] === RUN   TestResize
20:41:04 [2020-09-10T20:41:04.710Z] --- PASS: TestResize (0.53s)
20:41:04 [2020-09-10T20:41:04.710Z] === RUN   TestResizeWithInvalidSize
20:41:05 [2020-09-10T20:41:05.345Z] --- PASS: TestResizeWithInvalidSize (0.55s)
20:41:05 [2020-09-10T20:41:05.345Z] === RUN   TestResizeWhenContainerNotStarted
20:41:05 [2020-09-10T20:41:05.648Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s)
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
20:41:05 [2020-09-10T20:41:05.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
20:41:07 [2020-09-10T20:41:07.755Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
20:41:07 [2020-09-10T20:41:07.940Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
20:41:07 [2020-09-10T20:41:07.940Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
20:41:08 [2020-09-10T20:41:08.444Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
20:41:08 [2020-09-10T20:41:08.444Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
20:41:08 [2020-09-10T20:41:08.484Z] --- PASS: TestCreateServiceMultipleTimes (18.96s)
20:41:08 [2020-09-10T20:41:08.484Z] === RUN   TestCreateServiceConflict
20:41:08 [2020-09-10T20:41:08.507Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
20:41:08 [2020-09-10T20:41:08.744Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
20:41:08 [2020-09-10T20:41:08.748Z] --- PASS: TestCreateServiceConflict (3.26s)
20:41:08 [2020-09-10T20:41:08.748Z] === RUN   TestCreateServiceMaxReplicas
20:41:09 [2020-09-10T20:41:09.397Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
20:41:10 [2020-09-10T20:41:10.064Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
20:41:10 [2020-09-10T20:41:10.361Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
20:41:10 [2020-09-10T20:41:10.485Z] ok  	github.com/docker/docker/pkg/plugins	33.622s	coverage: 76.6% of statements
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/pkg/term	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/rootless	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/testutil/request	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/volume	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === Skipped
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     exec_linux_test.go:18: requires AppArmor to be enabled
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     exec_linux_test.go:38: requires AppArmor to be enabled
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver btrfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver btrfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver btrfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver btrfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver btrfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:73: No driver to put!
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z] time="2020-09-10T20:39:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z] time="2020-09-10T20:39:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z] time="2020-09-10T20:39:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z] time="2020-09-10T20:39:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z] time="2020-09-10T20:39:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: driver not supported
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:73: No driver to put!
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     overlay_test.go:49: Fails to compute changes intermittently
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     overlay_test.go:65: Cannot run test with naive change algorithm
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver zfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver zfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver zfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver zfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:46: Driver zfs not supported
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     graphtest_unix.go:73: No driver to put!
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
20:41:10 [2020-09-10T20:41:10.485Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] 
20:41:10 [2020-09-10T20:41:10.485Z] DONE 2138 tests, 26 skipped in 250.277s
Post stage
[Pipeline] junit
20:41:10 [2020-09-10T20:41:10.496Z] Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
20:41:11 [2020-09-10T20:41:11.007Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
20:41:11 [2020-09-10T20:41:11.095Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41436/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5ca758199d77a66f7186450f2e78b0a915d443c4 hack/validate/vendor
20:41:12 [2020-09-10T20:41:12.026Z] 2020/09/10 20:41:11 Collecting initial packages
20:41:12 [2020-09-10T20:41:12.026Z] 2020/09/10 20:41:11 Download dependencies
20:41:12 [2020-09-10T20:41:12.958Z] --- PASS: TestCreateServiceMaxReplicas (3.50s)
20:41:12 [2020-09-10T20:41:12.958Z] === RUN   TestCreateWithDuplicateNetworkNames
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:13 Starting whole vndr cycle because no package specified
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:13 	Ignoring paths matching "^archive/tar"
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/Microsoft/go-winio, revision 6c72808b55902eae4c5943626030429ff20f3b63, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/moby/term, revision 73f35e472e8f0a3f91347164138ce6bd73b756a9, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/creack/pty, revision 3a6a957789163cacdfe0e291617a1c8e80612c11, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/konsorten/go-windows-terminal-sequences, revision edb144dfd453055e1e49a3d8b410a660b5a87613, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/sirupsen/logrus, revision 60c74ad9be0d874af0ab0daef6ab07c5c5911f0d, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
20:41:14 [2020-09-10T20:41:14.549Z] 2020/09/10 20:41:14 	Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20
20:41:14 [2020-09-10T20:41:14.555Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.83s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.60s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.81s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.73s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.55s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.10s)
20:41:14 [2020-09-10T20:41:14.555Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.81s)
20:41:14 [2020-09-10T20:41:14.555Z] === RUN   TestCgroupNamespacesRun
20:41:15 [2020-09-10T20:41:15.195Z] --- PASS: TestCgroupNamespacesRun (1.37s)
20:41:15 [2020-09-10T20:41:15.195Z] === RUN   TestCgroupNamespacesRunPrivileged
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Finished clone github.com/docker/libtrust
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Clone golang.org/x/sys, revision ed371f2e16b4b305ee99df548828de367527b76b, attempt 1/20
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Finished clone github.com/Azure/go-ansiterm
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Finished clone github.com/moby/locker
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Finished clone github.com/konsorten/go-windows-terminal-sequences
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Clone github.com/moby/sys, revision 6154f11e6840c0d6b0dbb23f4125a6134b3013c9, attempt 1/20
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Finished clone github.com/google/uuid
20:41:15 [2020-09-10T20:41:15.482Z] 2020/09/10 20:41:15 	Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Finished clone github.com/creack/pty
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Clone gotest.tools/v3, revision bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3, attempt 1/20
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Finished clone github.com/tchap/go-patricia
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Finished clone github.com/willf/bitset
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Clone github.com/syndtr/gocapability, revision d98352740cb2c55f81556b63d4a1ec64c5a319c2, attempt 1/20
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Finished clone github.com/moby/term
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Finished clone github.com/Microsoft/go-winio
20:41:15 [2020-09-10T20:41:15.740Z] 2020/09/10 20:41:15 	Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20
20:41:15 [2020-09-10T20:41:15.997Z] 2020/09/10 20:41:15 	Finished clone github.com/gorilla/mux
20:41:15 [2020-09-10T20:41:15.997Z] 2020/09/10 20:41:15 	Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20
20:41:16 [2020-09-10T20:41:16.256Z] 2020/09/10 20:41:16 	Finished clone github.com/sirupsen/logrus
20:41:16 [2020-09-10T20:41:16.256Z] 2020/09/10 20:41:16 	Clone github.com/moby/buildkit, revision 4d1f260e8490ec438ab66e08bb105577aca0ce06, attempt 1/20
20:41:16 [2020-09-10T20:41:16.720Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.34s)
20:41:16 [2020-09-10T20:41:16.720Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Finished clone github.com/docker/go-units
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Clone github.com/tonistiigi/fsutil, revision ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3, attempt 1/20
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Finished clone github.com/syndtr/gocapability
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Finished clone github.com/RackSec/srslog
20:41:16 [2020-09-10T20:41:16.821Z] 2020/09/10 20:41:16 	Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20
20:41:17 [2020-09-10T20:41:17.079Z] 2020/09/10 20:41:16 	Finished clone github.com/moby/sys
20:41:17 [2020-09-10T20:41:17.079Z] 2020/09/10 20:41:16 	Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20
20:41:17 [2020-09-10T20:41:17.079Z] 2020/09/10 20:41:17 	Finished clone github.com/imdario/mergo
20:41:17 [2020-09-10T20:41:17.079Z] 2020/09/10 20:41:17 	Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20
20:41:17 [2020-09-10T20:41:17.337Z] 2020/09/10 20:41:17 	Finished clone gotest.tools/v3
20:41:17 [2020-09-10T20:41:17.337Z] 2020/09/10 20:41:17 	Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20
20:41:17 [2020-09-10T20:41:17.595Z] 2020/09/10 20:41:17 	Finished clone golang.org/x/sync
20:41:17 [2020-09-10T20:41:17.595Z] 2020/09/10 20:41:17 	Clone github.com/gofrs/flock, revision 392e7fae8f1b0bdbd67dad7237d23f618feb6dbb, attempt 1/20
20:41:17 [2020-09-10T20:41:17.595Z] 2020/09/10 20:41:17 	Finished clone github.com/google/go-cmp
20:41:17 [2020-09-10T20:41:17.595Z] 2020/09/10 20:41:17 	Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20
20:41:18 [2020-09-10T20:41:18.190Z] 2020/09/10 20:41:18 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
20:41:18 [2020-09-10T20:41:18.190Z] 2020/09/10 20:41:18 	Clone github.com/docker/libnetwork, revision 9e99af28df21367340c95a3863e31808d689c92a, attempt 1/20
20:41:18 [2020-09-10T20:41:18.239Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s)
20:41:18 [2020-09-10T20:41:18.239Z] === RUN   TestCgroupNamespacesRunHostMode
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Finished clone github.com/docker/go-connections
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Finished clone github.com/google/shlex
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Finished clone github.com/opentracing-contrib/go-stdlib
20:41:18 [2020-09-10T20:41:18.507Z] 2020/09/10 20:41:18 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Finished clone github.com/opentracing/opentracing-go
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Finished clone github.com/mitchellh/hashstructure
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Finished clone github.com/gofrs/flock
20:41:18 [2020-09-10T20:41:18.766Z] 2020/09/10 20:41:18 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
20:41:19 [2020-09-10T20:41:19.288Z] --- PASS: TestCgroupNamespacesRunHostMode (1.36s)
20:41:19 [2020-09-10T20:41:19.289Z] === RUN   TestCgroupNamespacesRunPrivateMode
20:41:19 [2020-09-10T20:41:19.696Z] 2020/09/10 20:41:19 	Finished clone github.com/armon/go-radix
20:41:19 [2020-09-10T20:41:19.696Z] 2020/09/10 20:41:19 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
20:41:19 [2020-09-10T20:41:19.953Z] 2020/09/10 20:41:19 	Finished clone github.com/docker/go-events
20:41:19 [2020-09-10T20:41:19.953Z] 2020/09/10 20:41:19 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
20:41:19 [2020-09-10T20:41:19.953Z] 2020/09/10 20:41:19 	Finished clone github.com/sean-/seed
20:41:19 [2020-09-10T20:41:19.953Z] 2020/09/10 20:41:19 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
20:41:20 [2020-09-10T20:41:20.210Z] 2020/09/10 20:41:20 	Finished clone github.com/armon/go-metrics
20:41:20 [2020-09-10T20:41:20.210Z] 2020/09/10 20:41:20 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
20:41:20 [2020-09-10T20:41:20.811Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s)
20:41:20 [2020-09-10T20:41:20.811Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
20:41:21 [2020-09-10T20:41:21.141Z] 2020/09/10 20:41:21 	Finished clone github.com/hashicorp/errwrap
20:41:21 [2020-09-10T20:41:21.142Z] 2020/09/10 20:41:21 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Finished clone github.com/hashicorp/memberlist
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Finished clone github.com/tonistiigi/fsutil
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Finished clone github.com/hashicorp/go-multierror
20:41:21 [2020-09-10T20:41:21.399Z] 2020/09/10 20:41:21 	Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20
20:41:22 [2020-09-10T20:41:22.331Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s)
20:41:22 [2020-09-10T20:41:22.331Z] === RUN   TestCgroupNamespacesRunInvalidMode
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Finished clone github.com/vishvananda/netns
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Finished clone github.com/hashicorp/go-sockaddr
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Finished clone github.com/docker/libkv
20:41:22 [2020-09-10T20:41:22.770Z] 2020/09/10 20:41:22 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
20:41:22 [2020-09-10T20:41:22.984Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s)
20:41:22 [2020-09-10T20:41:22.984Z] === RUN   TestCgroupNamespacesRunOlderClient
20:41:23 [2020-09-10T20:41:23.335Z] 2020/09/10 20:41:23 	Finished clone github.com/golang/gddo
20:41:23 [2020-09-10T20:41:23.336Z] 2020/09/10 20:41:23 	Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20
20:41:23 [2020-09-10T20:41:23.592Z] 2020/09/10 20:41:23 	Finished clone golang.org/x/net
20:41:23 [2020-09-10T20:41:23.592Z] 2020/09/10 20:41:23 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
20:41:23 [2020-09-10T20:41:23.850Z] 2020/09/10 20:41:23 	Finished clone github.com/moby/ipvs
20:41:23 [2020-09-10T20:41:23.850Z] 2020/09/10 20:41:23 	Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Finished clone github.com/vishvananda/netlink
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Finished clone github.com/BurntSushi/toml
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Finished clone github.com/deckarep/golang-set
20:41:24 [2020-09-10T20:41:24.414Z] 2020/09/10 20:41:24 	Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20
20:41:24 [2020-09-10T20:41:24.520Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s)
20:41:24 [2020-09-10T20:41:24.520Z] === RUN   TestKernelTCPMemory
20:41:24 [2020-09-10T20:41:24.671Z] 2020/09/10 20:41:24 	Finished clone github.com/samuel/go-zookeeper
20:41:24 [2020-09-10T20:41:24.671Z] 2020/09/10 20:41:24 	Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20
20:41:24 [2020-09-10T20:41:24.814Z] --- PASS: TestKernelTCPMemory (0.62s)
20:41:24 [2020-09-10T20:41:24.814Z] === RUN   TestNISDomainname
20:41:24 [2020-09-10T20:41:24.928Z] 2020/09/10 20:41:24 	Finished clone github.com/coreos/go-semver
20:41:24 [2020-09-10T20:41:24.928Z] 2020/09/10 20:41:24 	Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20
20:41:25 [2020-09-10T20:41:25.185Z] 2020/09/10 20:41:24 	Finished clone github.com/hashicorp/go-msgpack
20:41:25 [2020-09-10T20:41:25.185Z] 2020/09/10 20:41:24 	Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20
20:41:25 [2020-09-10T20:41:25.456Z] --- PASS: TestNISDomainname (0.70s)
20:41:25 [2020-09-10T20:41:25.456Z] === RUN   TestHostnameDnsResolution
20:41:25 [2020-09-10T20:41:25.750Z] 2020/09/10 20:41:25 	Finished clone github.com/ishidawataru/sctp
20:41:25 [2020-09-10T20:41:25.750Z] 2020/09/10 20:41:25 	Clone github.com/opencontainers/go-digest, revision 279bed98673dd5bef374d3b6e4b09e2af76183bf, attempt 1/20
20:41:26 [2020-09-10T20:41:26.503Z] --- PASS: TestHostnameDnsResolution (0.84s)
20:41:26 [2020-09-10T20:41:26.503Z] === RUN   TestStats
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Finished clone github.com/opencontainers/go-digest
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Finished clone go.etcd.io/bbolt
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Finished clone github.com/vbatts/tar-split
20:41:27 [2020-09-10T20:41:27.648Z] 2020/09/10 20:41:27 	Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20
20:41:27 [2020-09-10T20:41:27.872Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.99s)
20:41:27 [2020-09-10T20:41:27.872Z] === RUN   TestCreateServiceSecretFileMode
20:41:28 [2020-09-10T20:41:28.581Z] 2020/09/10 20:41:28 	Finished clone github.com/grpc-ecosystem/go-grpc-middleware
20:41:28 [2020-09-10T20:41:28.581Z] 2020/09/10 20:41:28 	Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20
20:41:28 [2020-09-10T20:41:28.838Z] 2020/09/10 20:41:28 	Finished clone github.com/mistifyio/go-zfs
20:41:28 [2020-09-10T20:41:28.838Z] 2020/09/10 20:41:28 	Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20
20:41:29 [2020-09-10T20:41:29.251Z] --- PASS: TestStats (2.53s)
20:41:29 [2020-09-10T20:41:29.251Z] === RUN   TestStopContainerWithTimeout
20:41:29 [2020-09-10T20:41:29.251Z] === RUN   TestStopContainerWithTimeout/0
20:41:29 [2020-09-10T20:41:29.251Z] === PAUSE TestStopContainerWithTimeout/0
20:41:29 [2020-09-10T20:41:29.251Z] === RUN   TestStopContainerWithTimeout/1
20:41:29 [2020-09-10T20:41:29.251Z] === PAUSE TestStopContainerWithTimeout/1
20:41:29 [2020-09-10T20:41:29.251Z] === RUN   TestStopContainerWithTimeout/3
20:41:29 [2020-09-10T20:41:29.251Z] === PAUSE TestStopContainerWithTimeout/3
20:41:29 [2020-09-10T20:41:29.251Z] === RUN   TestStopContainerWithTimeout/-1
20:41:29 [2020-09-10T20:41:29.251Z] === PAUSE TestStopContainerWithTimeout/-1
20:41:29 [2020-09-10T20:41:29.251Z] === CONT  TestStopContainerWithTimeout/0
20:41:29 [2020-09-10T20:41:29.251Z] === CONT  TestStopContainerWithTimeout/-1
20:41:29 [2020-09-10T20:41:29.251Z] === CONT  TestStopContainerWithTimeout/3
20:41:29 [2020-09-10T20:41:29.251Z] === CONT  TestStopContainerWithTimeout/1
20:41:29 [2020-09-10T20:41:29.405Z] 2020/09/10 20:41:29 	Finished clone github.com/Microsoft/opengcs
20:41:29 [2020-09-10T20:41:29.405Z] 2020/09/10 20:41:29 	Clone github.com/seccomp/libseccomp-golang, revision 689e3c1541a84461afc49c1c87352a6cedf72e9c, attempt 1/20
20:41:30 [2020-09-10T20:41:30.421Z] --- PASS: TestCreateServiceSecretFileMode (2.92s)
20:41:30 [2020-09-10T20:41:30.421Z] === RUN   TestCreateServiceConfigFileMode
20:41:30 [2020-09-10T20:41:30.477Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
20:41:30 [2020-09-10T20:41:30.477Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
20:41:31 [2020-09-10T20:41:31.302Z] 2020/09/10 20:41:30 	Finished clone github.com/seccomp/libseccomp-golang
20:41:31 [2020-09-10T20:41:31.303Z] 2020/09/10 20:41:30 	Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20
20:41:31 [2020-09-10T20:41:31.303Z] 2020/09/10 20:41:31 	Finished clone github.com/hashicorp/serf
20:41:31 [2020-09-10T20:41:31.303Z] 2020/09/10 20:41:31 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
20:41:31 [2020-09-10T20:41:31.997Z] --- PASS: TestStopContainerWithTimeout (0.02s)
20:41:31 [2020-09-10T20:41:31.997Z]     --- PASS: TestStopContainerWithTimeout/0 (0.76s)
20:41:31 [2020-09-10T20:41:31.997Z]     --- PASS: TestStopContainerWithTimeout/1 (2.04s)
20:41:31 [2020-09-10T20:41:31.997Z]     --- PASS: TestStopContainerWithTimeout/3 (2.78s)
20:41:31 [2020-09-10T20:41:31.997Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.02s)
20:41:31 [2020-09-10T20:41:31.997Z] === RUN   TestDeleteDevicemapper
20:41:31 [2020-09-10T20:41:31.997Z] --- SKIP: TestDeleteDevicemapper (0.00s)
20:41:31 [2020-09-10T20:41:31.997Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:41:31 [2020-09-10T20:41:31.997Z] === RUN   TestStopContainerWithRestartPolicyAlways
20:41:32 [2020-09-10T20:41:32.233Z] 2020/09/10 20:41:31 	Finished clone github.com/opencontainers/runtime-spec
20:41:32 [2020-09-10T20:41:32.233Z] 2020/09/10 20:41:31 	Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20
20:41:32 [2020-09-10T20:41:32.491Z] 2020/09/10 20:41:32 	Finished clone github.com/cyphar/filepath-securejoin
20:41:32 [2020-09-10T20:41:32.491Z] 2020/09/10 20:41:32 	Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20
20:41:33 [2020-09-10T20:41:33.056Z] 2020/09/10 20:41:32 	Finished clone github.com/opencontainers/image-spec
20:41:33 [2020-09-10T20:41:33.056Z] 2020/09/10 20:41:32 	Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20
20:41:33 [2020-09-10T20:41:33.621Z] 2020/09/10 20:41:33 	Finished clone github.com/ugorji/go
20:41:33 [2020-09-10T20:41:33.621Z] 2020/09/10 20:41:33 	Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20
20:41:33 [2020-09-10T20:41:33.621Z] 2020/09/10 20:41:33 	Finished clone github.com/coreos/go-systemd
20:41:33 [2020-09-10T20:41:33.621Z] 2020/09/10 20:41:33 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
20:41:33 [2020-09-10T20:41:33.724Z] --- PASS: TestCreateServiceConfigFileMode (3.25s)
20:41:33 [2020-09-10T20:41:33.724Z] === RUN   TestCreateServiceSysctls
20:41:34 [2020-09-10T20:41:34.088Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.92s)
20:41:34 [2020-09-10T20:41:34.088Z] === RUN   TestUpdateMemory
20:41:34 [2020-09-10T20:41:34.187Z] 2020/09/10 20:41:33 	Finished clone github.com/Microsoft/hcsshim
20:41:34 [2020-09-10T20:41:34.187Z] 2020/09/10 20:41:33 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
20:41:34 [2020-09-10T20:41:34.187Z] 2020/09/10 20:41:33 	Finished clone github.com/coreos/go-systemd/v22
20:41:34 [2020-09-10T20:41:34.187Z] 2020/09/10 20:41:33 	Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20
20:41:34 [2020-09-10T20:41:34.445Z] 2020/09/10 20:41:34 	Finished clone github.com/Graylog2/go-gelf
20:41:34 [2020-09-10T20:41:34.445Z] 2020/09/10 20:41:34 	Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20
20:41:34 [2020-09-10T20:41:34.702Z] 2020/09/10 20:41:34 	Finished clone github.com/godbus/dbus/v5
20:41:34 [2020-09-10T20:41:34.702Z] 2020/09/10 20:41:34 	Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20
20:41:34 [2020-09-10T20:41:34.728Z] --- PASS: TestUpdateMemory (0.78s)
20:41:34 [2020-09-10T20:41:34.728Z] === RUN   TestUpdateCPUQuota
20:41:34 [2020-09-10T20:41:34.960Z] 2020/09/10 20:41:34 	Finished clone github.com/philhofer/fwd
20:41:34 [2020-09-10T20:41:34.960Z] 2020/09/10 20:41:34 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
20:41:34 [2020-09-10T20:41:34.960Z] 2020/09/10 20:41:34 	Finished clone github.com/fluent/fluent-logger-golang
20:41:34 [2020-09-10T20:41:34.960Z] 2020/09/10 20:41:34 	Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20
20:41:35 [2020-09-10T20:41:35.773Z] --- PASS: TestUpdateCPUQuota (0.84s)
20:41:35 [2020-09-10T20:41:35.773Z] === RUN   TestUpdatePidsLimit
20:41:35 [2020-09-10T20:41:35.773Z] === RUN   TestUpdatePidsLimit/update_from_none
20:41:35 [2020-09-10T20:41:35.773Z] === RUN   TestUpdatePidsLimit/no_change
20:41:35 [2020-09-10T20:41:35.892Z] 2020/09/10 20:41:35 	Finished clone golang.org/x/sys
20:41:35 [2020-09-10T20:41:35.892Z] 2020/09/10 20:41:35 	Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5, attempt 1/20
20:41:35 [2020-09-10T20:41:35.892Z] 2020/09/10 20:41:35 	Finished clone github.com/fsnotify/fsnotify
20:41:35 [2020-09-10T20:41:35.892Z] 2020/09/10 20:41:35 	Clone go.opencensus.io, revision c3ed530f775d85e577ca652cb052a52c078aad26, attempt 1/20
20:41:36 [2020-09-10T20:41:36.067Z] === RUN   TestUpdatePidsLimit/update_lower
20:41:36 [2020-09-10T20:41:36.150Z] 2020/09/10 20:41:36 	Finished clone github.com/bsphere/le_go
20:41:36 [2020-09-10T20:41:36.150Z] 2020/09/10 20:41:36 	Clone cloud.google.com/go, revision 0fd7230b2a7505833d5f69b75cbd6c9582401479, attempt 1/20
20:41:36 [2020-09-10T20:41:36.361Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
20:41:36 [2020-09-10T20:41:36.408Z] 2020/09/10 20:41:36 	Finished clone github.com/jmespath/go-jmespath
20:41:36 [2020-09-10T20:41:36.408Z] 2020/09/10 20:41:36 	Clone github.com/googleapis/gax-go, revision 317e0006254c44a0ac427cc52a0e083ff0b9622f, attempt 1/20
20:41:36 [2020-09-10T20:41:36.655Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
20:41:36 [2020-09-10T20:41:36.948Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
20:41:36 [2020-09-10T20:41:36.948Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
20:41:36 [2020-09-10T20:41:36.974Z] 2020/09/10 20:41:36 	Finished clone golang.org/x/oauth2
20:41:36 [2020-09-10T20:41:36.974Z] 2020/09/10 20:41:36 	Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20
20:41:37 [2020-09-10T20:41:37.041Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
20:41:37 [2020-09-10T20:41:37.041Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
20:41:37 [2020-09-10T20:41:37.301Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
20:41:37 [2020-09-10T20:41:37.301Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
20:41:37 [2020-09-10T20:41:37.868Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
20:41:37 [2020-09-10T20:41:37.906Z] 2020/09/10 20:41:37 	Finished clone github.com/docker/libnetwork
20:41:37 [2020-09-10T20:41:37.906Z] 2020/09/10 20:41:37 	Clone github.com/containerd/containerd, revision e9f94064b9616ab36a8a51d632a63f97f7783c3d, attempt 1/20
20:41:37 [2020-09-10T20:41:37.906Z] 2020/09/10 20:41:37 	Finished clone github.com/googleapis/gax-go
20:41:37 [2020-09-10T20:41:37.906Z] 2020/09/10 20:41:37 	Clone github.com/containerd/fifo, revision f15a3290365b9d2627d189e619ab4008e0069caf, attempt 1/20
20:41:37 [2020-09-10T20:41:37.932Z] --- PASS: TestCreateServiceSysctls (4.02s)
20:41:37 [2020-09-10T20:41:37.932Z] === RUN   TestCreateServiceCapabilities
20:41:37 [2020-09-10T20:41:37.991Z] --- PASS: TestUpdatePidsLimit (2.44s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.27s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/no_change (0.28s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
20:41:37 [2020-09-10T20:41:37.992Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s)
20:41:37 [2020-09-10T20:41:37.992Z] === RUN   TestUpdateRestartPolicy
20:41:38 [2020-09-10T20:41:38.164Z] 2020/09/10 20:41:38 	Finished clone github.com/tinylib/msgp
20:41:38 [2020-09-10T20:41:38.164Z] 2020/09/10 20:41:38 	Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20
20:41:38 [2020-09-10T20:41:38.434Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
20:41:39 [2020-09-10T20:41:39.096Z] 2020/09/10 20:41:39 	Clone github.com/containerd/cgroups, revision 318312a373405e5e91134d8063d04d59768a1bff, attempt 1/20
20:41:39 [2020-09-10T20:41:39.354Z] 2020/09/10 20:41:39 	Finished clone github.com/moby/buildkit
20:41:39 [2020-09-10T20:41:39.354Z] 2020/09/10 20:41:39 	Finished clone github.com/containerd/fifo
20:41:39 [2020-09-10T20:41:39.354Z] 2020/09/10 20:41:39 	Clone github.com/containerd/console, revision 8375c3424e4d7b114e8a90a4a40c8e1b40d1d4e6, attempt 1/20
20:41:39 [2020-09-10T20:41:39.811Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
20:41:39 [2020-09-10T20:41:39.811Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
20:41:39 [2020-09-10T20:41:39.919Z] 2020/09/10 20:41:39 	Finished clone go.opencensus.io
20:41:39 [2020-09-10T20:41:39.919Z] 2020/09/10 20:41:39 	Clone github.com/containerd/go-runc, revision 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c, attempt 1/20
20:41:39 [2020-09-10T20:41:39.919Z] 2020/09/10 20:41:39 	Finished clone golang.org/x/text
20:41:39 [2020-09-10T20:41:39.919Z] 2020/09/10 20:41:39 	Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20
20:41:40 [2020-09-10T20:41:40.379Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
20:41:40 [2020-09-10T20:41:40.484Z] 2020/09/10 20:41:40 	Finished clone github.com/miekg/dns
20:41:40 [2020-09-10T20:41:40.484Z] 2020/09/10 20:41:40 	Clone github.com/containerd/ttrpc, revision 72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6, attempt 1/20
20:41:41 [2020-09-10T20:41:41.049Z] 2020/09/10 20:41:41 	Finished clone github.com/containerd/typeurl
20:41:41 [2020-09-10T20:41:41.049Z] 2020/09/10 20:41:41 	Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20
20:41:41 [2020-09-10T20:41:41.237Z] --- PASS: TestCreateServiceCapabilities (3.31s)
20:41:41 [2020-09-10T20:41:41.237Z] === RUN   TestInspect
20:41:41 [2020-09-10T20:41:41.306Z] 2020/09/10 20:41:41 	Finished clone github.com/containerd/go-runc
20:41:41 [2020-09-10T20:41:41.306Z] 2020/09/10 20:41:41 	Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20
20:41:41 [2020-09-10T20:41:41.306Z] 2020/09/10 20:41:41 	Finished clone github.com/containerd/cgroups
20:41:41 [2020-09-10T20:41:41.306Z] 2020/09/10 20:41:41 	Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Finished clone github.com/containerd/continuity
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Finished clone github.com/opencontainers/runc
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Finished clone github.com/containerd/ttrpc
20:41:41 [2020-09-10T20:41:41.871Z] 2020/09/10 20:41:41 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
20:41:42 [2020-09-10T20:41:42.803Z] 2020/09/10 20:41:42 	Finished clone github.com/containerd/console
20:41:42 [2020-09-10T20:41:42.803Z] 2020/09/10 20:41:42 	Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20
20:41:42 [2020-09-10T20:41:42.803Z] 2020/09/10 20:41:42 	Finished clone github.com/gogo/googleapis
20:41:42 [2020-09-10T20:41:42.803Z] 2020/09/10 20:41:42 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
20:41:43 [2020-09-10T20:41:43.367Z] 2020/09/10 20:41:43 	Finished clone google.golang.org/grpc
20:41:43 [2020-09-10T20:41:43.367Z] 2020/09/10 20:41:43 	Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20
20:41:43 [2020-09-10T20:41:43.932Z] 2020/09/10 20:41:43 	Finished clone github.com/fernet/fernet-go
20:41:43 [2020-09-10T20:41:43.932Z] 2020/09/10 20:41:43 	Clone golang.org/x/crypto, revision 75b288015ac94e66e3d6715fb68a9b41bf046ec2, attempt 1/20
20:41:44 [2020-09-10T20:41:44.190Z] 2020/09/10 20:41:43 	Finished clone github.com/docker/distribution
20:41:44 [2020-09-10T20:41:44.190Z] 2020/09/10 20:41:43 	Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20
20:41:44 [2020-09-10T20:41:44.541Z] --- PASS: TestInspect (3.52s)
20:41:44 [2020-09-10T20:41:44.541Z] === RUN   TestCreateJob
20:41:45 [2020-09-10T20:41:45.122Z] 2020/09/10 20:41:44 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
20:41:45 [2020-09-10T20:41:45.122Z] 2020/09/10 20:41:44 	Finished clone github.com/cilium/ebpf
20:41:45 [2020-09-10T20:41:45.689Z] 2020/09/10 20:41:45 	Finished clone golang.org/x/time
20:41:45 [2020-09-10T20:41:45.689Z] 2020/09/10 20:41:45 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
20:41:46 [2020-09-10T20:41:46.254Z] 2020/09/10 20:41:46 	Finished clone github.com/prometheus/common
20:41:46 [2020-09-10T20:41:46.254Z] 2020/09/10 20:41:46 	Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20
20:41:46 [2020-09-10T20:41:46.511Z] 2020/09/10 20:41:46 	Finished clone github.com/hashicorp/go-memdb
20:41:46 [2020-09-10T20:41:46.512Z] 2020/09/10 20:41:46 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
20:41:46 [2020-09-10T20:41:46.512Z] 2020/09/10 20:41:46 	Finished clone github.com/hashicorp/go-immutable-radix
20:41:46 [2020-09-10T20:41:46.512Z] 2020/09/10 20:41:46 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
20:41:47 [2020-09-10T20:41:47.846Z] --- PASS: TestCreateJob (3.61s)
20:41:47 [2020-09-10T20:41:47.846Z] === RUN   TestReplicatedJob
20:41:47 [2020-09-10T20:41:47.887Z] 2020/09/10 20:41:47 	Finished clone github.com/hashicorp/golang-lru
20:41:47 [2020-09-10T20:41:47.887Z] 2020/09/10 20:41:47 	Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20
20:41:47 [2020-09-10T20:41:47.887Z] 2020/09/10 20:41:47 	Finished clone github.com/coreos/pkg
20:41:47 [2020-09-10T20:41:47.887Z] 2020/09/10 20:41:47 	Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20
20:41:48 [2020-09-10T20:41:48.144Z] 2020/09/10 20:41:47 	Finished clone code.cloudfoundry.org/clock
20:41:48 [2020-09-10T20:41:48.144Z] 2020/09/10 20:41:47 	Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20
20:41:48 [2020-09-10T20:41:48.498Z] --- PASS: TestImportExtremelyLargeImageWorks (200.83s)
20:41:48 [2020-09-10T20:41:48.498Z] PASS
20:41:48 [2020-09-10T20:41:48.498Z] 
20:41:48 [2020-09-10T20:41:48.498Z] DONE 12 tests in 204.775s
20:41:48 [2020-09-10T20:41:48.498Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
20:41:48 [2020-09-10T20:41:48.498Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
20:41:48 [2020-09-10T20:41:48.498Z] ++ set -e
20:41:48 [2020-09-10T20:41:48.498Z] ++ '[' -n 0 ']'
20:41:48 [2020-09-10T20:41:48.498Z] ++ set -x
20:41:48 [2020-09-10T20:41:48.498Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
20:41:48 [2020-09-10T20:41:48.498Z] INFO: Testing against a local daemon
20:41:48 [2020-09-10T20:41:48.498Z] === RUN   TestNetworkCreateDelete
20:41:48 [2020-09-10T20:41:48.498Z] --- PASS: TestNetworkCreateDelete (0.18s)
20:41:48 [2020-09-10T20:41:48.498Z] === RUN   TestDockerNetworkDeletePreferID
20:41:48 [2020-09-10T20:41:48.757Z] === RUN   TestDockerSuite/TestBuildExpose
20:41:49 [2020-09-10T20:41:49.015Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
20:41:49 [2020-09-10T20:41:49.015Z] === RUN   TestDaemonDNSFallback
20:41:49 [2020-09-10T20:41:49.015Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
20:41:49 [2020-09-10T20:41:49.517Z] 2020/09/10 20:41:49 	Finished clone github.com/beorn7/perks
20:41:49 [2020-09-10T20:41:49.517Z] 2020/09/10 20:41:49 	Clone github.com/spf13/cobra, revision a684a6d7f5e37385d954dd3b5a14fc6912c6ab9d, attempt 1/20
20:41:49 [2020-09-10T20:41:49.517Z] 2020/09/10 20:41:49 	Finished clone github.com/prometheus/client_model
20:41:49 [2020-09-10T20:41:49.517Z] 2020/09/10 20:41:49 	Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20
20:41:49 [2020-09-10T20:41:49.581Z] === RUN   TestDockerSuite/TestBuildExposeOrder
20:41:50 [2020-09-10T20:41:50.082Z] 2020/09/10 20:41:49 	Finished clone golang.org/x/crypto
20:41:50 [2020-09-10T20:41:50.082Z] 2020/09/10 20:41:49 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
20:41:50 [2020-09-10T20:41:50.148Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
20:41:50 [2020-09-10T20:41:50.368Z] 2020/09/10 20:41:50 	Finished clone github.com/golang/protobuf
20:41:50 [2020-09-10T20:41:50.368Z] 2020/09/10 20:41:50 	Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20
20:41:50 [2020-09-10T20:41:50.407Z] === RUN   TestDockerSuite/TestBuildFails
20:41:50 [2020-09-10T20:41:50.671Z] --- PASS: TestUpdateRestartPolicy (11.22s)
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestUpdateRestartWithAutoRemove
20:41:50 [2020-09-10T20:41:50.671Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s)
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitNonBlocked
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:50 [2020-09-10T20:41:50.671Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:50 [2020-09-10T20:41:50.671Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:50 [2020-09-10T20:41:50.671Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
20:41:50 [2020-09-10T20:41:50.671Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
20:41:50 [2020-09-10T20:41:50.671Z] --- PASS: TestWaitNonBlocked (0.02s)
20:41:50 [2020-09-10T20:41:50.671Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s)
20:41:50 [2020-09-10T20:41:50.671Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitBlocked
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
20:41:50 [2020-09-10T20:41:50.671Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
20:41:50 [2020-09-10T20:41:50.671Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
20:41:50 [2020-09-10T20:41:50.671Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
20:41:50 [2020-09-10T20:41:50.671Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
20:41:50 [2020-09-10T20:41:50.671Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
20:41:50 [2020-09-10T20:41:50.975Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
20:41:50 [2020-09-10T20:41:50.975Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
20:41:51 [2020-09-10T20:41:51.314Z] 2020/09/10 20:41:51 	Finished clone github.com/matttproud/golang_protobuf_extensions
20:41:51 [2020-09-10T20:41:51.314Z] 2020/09/10 20:41:51 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
20:41:51 [2020-09-10T20:41:51.314Z] 2020/09/10 20:41:51 	Finished clone github.com/prometheus/client_golang
20:41:51 [2020-09-10T20:41:51.314Z] 2020/09/10 20:41:51 	Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20
20:41:51 [2020-09-10T20:41:51.317Z] --- PASS: TestWaitBlocked (0.02s)
20:41:51 [2020-09-10T20:41:51.317Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.82s)
20:41:51 [2020-09-10T20:41:51.317Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.85s)
20:41:51 [2020-09-10T20:41:51.317Z] === CONT  TestContainerStartOnDaemonRestart
20:41:51 [2020-09-10T20:41:51.317Z] === CONT  TestIpcModeOlderClient
20:41:51 [2020-09-10T20:41:51.317Z] === CONT  TestDaemonHostGatewayIP
20:41:51 [2020-09-10T20:41:51.317Z] === CONT  TestContainerKillOnDaemonStart
20:41:51 [2020-09-10T20:41:51.317Z] --- PASS: TestIpcModeOlderClient (0.16s)
20:41:51 [2020-09-10T20:41:51.317Z] === CONT  TestDaemonRestartIpcMode
20:41:51 [2020-09-10T20:41:51.984Z] 2020/09/10 20:41:51 	Finished clone github.com/pkg/errors
20:41:51 [2020-09-10T20:41:51.984Z] 2020/09/10 20:41:51 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
20:41:52 [2020-09-10T20:41:52.551Z] 2020/09/10 20:41:52 	Finished clone github.com/prometheus/procfs
20:41:52 [2020-09-10T20:41:52.551Z] 2020/09/10 20:41:52 	Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20
20:41:52 [2020-09-10T20:41:52.809Z] 2020/09/10 20:41:52 	Finished clone github.com/spf13/cobra
20:41:52 [2020-09-10T20:41:52.809Z] 2020/09/10 20:41:52 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
20:41:52 [2020-09-10T20:41:52.809Z] 2020/09/10 20:41:52 	Finished clone github.com/cespare/xxhash/v2
20:41:52 [2020-09-10T20:41:52.809Z] 2020/09/10 20:41:52 	Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20
20:41:52 [2020-09-10T20:41:52.879Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
20:41:53 [2020-09-10T20:41:53.068Z] 2020/09/10 20:41:52 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
20:41:53 [2020-09-10T20:41:53.068Z] 2020/09/10 20:41:52 	Clone github.com/opencontainers/selinux, revision 25504e34a9826d481f6e2903963ecaa881749124, attempt 1/20
20:41:53 [2020-09-10T20:41:53.068Z] 2020/09/10 20:41:53 	Finished clone github.com/morikuni/aec
20:41:54 [2020-09-10T20:41:54.004Z] 2020/09/10 20:41:53 	Finished clone github.com/inconshreveable/mousetrap
20:41:54 [2020-09-10T20:41:54.004Z] 2020/09/10 20:41:53 	Finished clone github.com/docker/go-metrics
20:41:54 [2020-09-10T20:41:54.257Z] === RUN   TestDockerSuite/TestBuildForceRm
20:41:54 [2020-09-10T20:41:54.262Z] 2020/09/10 20:41:54 	Finished clone github.com/spf13/pflag
20:41:54 [2020-09-10T20:41:54.438Z] --- PASS: TestReplicatedJob (6.27s)
20:41:54 [2020-09-10T20:41:54.438Z] === RUN   TestUpdateReplicatedJob
20:41:54 [2020-09-10T20:41:54.882Z] --- PASS: TestContainerStartOnDaemonRestart (3.58s)
20:41:55 [2020-09-10T20:41:55.176Z] --- PASS: TestDaemonHostGatewayIP (3.95s)
20:41:55 [2020-09-10T20:41:55.194Z] === RUN   TestDockerSuite/TestBuildFromGit
20:41:55 [2020-09-10T20:41:55.471Z] --- PASS: TestDaemonRestartIpcMode (4.06s)
20:41:55 [2020-09-10T20:41:55.636Z] 2020/09/10 20:41:55 	Finished clone github.com/google/certificate-transparency-go
20:41:55 [2020-09-10T20:41:55.761Z] --- PASS: TestDaemonDNSFallback (6.69s)
20:41:55 [2020-09-10T20:41:55.761Z] === RUN   TestInspectNetwork
20:41:55 [2020-09-10T20:41:55.894Z] 2020/09/10 20:41:55 	Finished clone github.com/opencontainers/selinux
20:41:56 [2020-09-10T20:41:56.328Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
20:41:56 [2020-09-10T20:41:56.586Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
20:41:57 [2020-09-10T20:41:57.153Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
20:41:57 [2020-09-10T20:41:57.721Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
20:41:57 [2020-09-10T20:41:57.743Z] --- PASS: TestUpdateReplicatedJob (3.67s)
20:41:57 [2020-09-10T20:41:57.744Z] === RUN   TestServiceListWithStatuses
20:41:57 [2020-09-10T20:41:57.744Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:41:57 [2020-09-10T20:41:57.744Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:41:57 [2020-09-10T20:41:57.744Z] === RUN   TestDockerNetworkConnectAlias
20:41:59 [2020-09-10T20:41:59.098Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
20:41:59 [2020-09-10T20:41:59.175Z] 2020/09/10 20:41:59 	Finished clone github.com/cloudflare/cfssl
20:41:59 [2020-09-10T20:41:59.357Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
20:41:59 [2020-09-10T20:41:59.924Z] === RUN   TestInspectNetwork/full_network_id
20:41:59 [2020-09-10T20:41:59.924Z] === RUN   TestInspectNetwork/partial_network_id
20:41:59 [2020-09-10T20:41:59.924Z] === RUN   TestInspectNetwork/network_name
20:41:59 [2020-09-10T20:41:59.924Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:42:00 [2020-09-10T20:42:00.183Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
20:42:00 [2020-09-10T20:42:00.442Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
20:42:02 [2020-09-10T20:42:02.344Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
20:42:03 [2020-09-10T20:42:03.720Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
20:42:04 [2020-09-10T20:42:04.288Z] --- PASS: TestInspectNetwork (8.37s)
20:42:04 [2020-09-10T20:42:04.288Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:42:04 [2020-09-10T20:42:04.288Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:42:04 [2020-09-10T20:42:04.288Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:42:04 [2020-09-10T20:42:04.288Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:42:04 [2020-09-10T20:42:04.288Z] === RUN   TestRunContainerWithBridgeNone
20:42:04 [2020-09-10T20:42:04.336Z] --- PASS: TestDockerNetworkConnectAlias (6.47s)
20:42:04 [2020-09-10T20:42:04.336Z] === RUN   TestDockerNetworkReConnect
20:42:04 [2020-09-10T20:42:04.547Z] === RUN   TestDockerSuite/TestBuildHistory
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestContainerKillOnDaemonStart (12.90s)
20:42:05 [2020-09-10T20:42:05.866Z] PASS
20:42:05 [2020-09-10T20:42:05.866Z] 
20:42:05 [2020-09-10T20:42:05.866Z] === Skipped
20:42:05 [2020-09-10T20:42:05.866Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
20:42:05 [2020-09-10T20:42:05.866Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
20:42:05 [2020-09-10T20:42:05.866Z] 
20:42:05 [2020-09-10T20:42:05.866Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
20:42:05 [2020-09-10T20:42:05.866Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
20:42:05 [2020-09-10T20:42:05.866Z] 
20:42:05 [2020-09-10T20:42:05.866Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
20:42:05 [2020-09-10T20:42:05.866Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
20:42:05 [2020-09-10T20:42:05.866Z] 
20:42:05 [2020-09-10T20:42:05.866Z] 
20:42:05 [2020-09-10T20:42:05.866Z] DONE 192 tests, 3 skipped in 108.444s
20:42:05 [2020-09-10T20:42:05.866Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
20:42:05 [2020-09-10T20:42:05.866Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
20:42:05 [2020-09-10T20:42:05.866Z] ++ set -e
20:42:05 [2020-09-10T20:42:05.866Z] ++ '[' -n 0 ']'
20:42:05 [2020-09-10T20:42:05.866Z] ++ set -x
20:42:05 [2020-09-10T20:42:05.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
20:42:05 [2020-09-10T20:42:05.866Z] INFO: Testing against a local daemon
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestCommitInheritsEnv
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestCommitInheritsEnv (0.34s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestImportExtremelyLargeImageWorks
20:42:05 [2020-09-10T20:42:05.866Z] === PAUSE TestImportExtremelyLargeImageWorks
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestImagesFilterMultiReference
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestImagesFilterMultiReference (0.05s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestImagePullPlatformInvalid
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestRemoveImageOrphaning
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestRemoveImageOrphaning (0.31s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestRemoveImageGarbageCollector
20:42:05 [2020-09-10T20:42:05.866Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
20:42:05 [2020-09-10T20:42:05.866Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagUnprefixedRepoByNameOrName
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagInvalidReference
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagInvalidReference (0.03s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagValidPrefixedRepo
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagExistedNameWithoutForce
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagOfficialNames
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagOfficialNames (0.03s)
20:42:05 [2020-09-10T20:42:05.866Z] === RUN   TestTagMatchesDigest
20:42:05 [2020-09-10T20:42:05.866Z] --- PASS: TestTagMatchesDigest (0.02s)
20:42:05 [2020-09-10T20:42:05.866Z] === CONT  TestImportExtremelyLargeImageWorks
20:42:05 [2020-09-10T20:42:05.929Z] --- PASS: TestRunContainerWithBridgeNone (1.87s)
20:42:05 [2020-09-10T20:42:05.929Z] === RUN   TestNetworkInvalidJSON
20:42:05 [2020-09-10T20:42:05.929Z] === RUN   TestNetworkInvalidJSON//networks/create
20:42:05 [2020-09-10T20:42:05.929Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:42:05 [2020-09-10T20:42:05.929Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:42:05 [2020-09-10T20:42:05.929Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:42:05 [2020-09-10T20:42:05.929Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:05 [2020-09-10T20:42:05.929Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:05 [2020-09-10T20:42:05.929Z] === CONT  TestNetworkInvalidJSON//networks/create
20:42:05 [2020-09-10T20:42:05.929Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:42:05 [2020-09-10T20:42:05.929Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:42:05 [2020-09-10T20:42:05.929Z] --- PASS: TestNetworkInvalidJSON (0.03s)
20:42:05 [2020-09-10T20:42:05.929Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:42:05 [2020-09-10T20:42:05.929Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:42:05 [2020-09-10T20:42:05.929Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:42:05 [2020-09-10T20:42:05.929Z] === RUN   TestHostIPv4BridgeLabel
20:42:06 [2020-09-10T20:42:06.499Z] --- PASS: TestHostIPv4BridgeLabel (0.60s)
20:42:06 [2020-09-10T20:42:06.499Z] === RUN   TestDaemonRestartWithLiveRestore
20:42:07 [2020-09-10T20:42:07.876Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
20:42:07 [2020-09-10T20:42:07.876Z] === RUN   TestDaemonDefaultNetworkPools
20:42:08 [2020-09-10T20:42:08.135Z] === RUN   TestDockerSuite/TestBuildIidFile
20:42:08 [2020-09-10T20:42:08.393Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
20:42:08 [2020-09-10T20:42:08.393Z] === RUN   TestDaemonRestartWithExistingNetwork
20:42:08 [2020-09-10T20:42:08.652Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
20:42:08 [2020-09-10T20:42:08.911Z] === RUN   TestDockerSuite/TestBuildInheritance
20:42:09 [2020-09-10T20:42:09.140Z] 2020/09/10 20:42:08 	Finished clone cloud.google.com/go
20:42:09 [2020-09-10T20:42:09.140Z] 2020/09/10 20:42:09 	Finished clone github.com/docker/swarmkit
20:42:09 [2020-09-10T20:42:09.479Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
20:42:09 [2020-09-10T20:42:09.479Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
20:42:09 [2020-09-10T20:42:09.479Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:42:09 [2020-09-10T20:42:09.632Z] --- PASS: TestDockerNetworkReConnect (4.47s)
20:42:09 [2020-09-10T20:42:09.632Z] === RUN   TestServicePlugin
20:42:09 [2020-09-10T20:42:09.632Z] --- SKIP: TestServicePlugin (0.00s)
20:42:09 [2020-09-10T20:42:09.632Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:42:09 [2020-09-10T20:42:09.632Z] === RUN   TestServiceUpdateLabel
20:42:09 [2020-09-10T20:42:09.738Z] === RUN   TestDockerSuite/TestBuildInvalidTag
20:42:09 [2020-09-10T20:42:09.738Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
20:42:10 [2020-09-10T20:42:10.675Z] === RUN   TestDockerSuite/TestBuildLabel
20:42:10 [2020-09-10T20:42:10.934Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
20:42:10 [2020-09-10T20:42:10.934Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:42:10 [2020-09-10T20:42:10.934Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
20:42:11 [2020-09-10T20:42:11.502Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
20:42:11 [2020-09-10T20:42:11.502Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
20:42:11 [2020-09-10T20:42:11.502Z] === RUN   TestServiceWithPredefinedNetwork
20:42:11 [2020-09-10T20:42:11.549Z] --- PASS: TestServiceUpdateLabel (2.75s)
20:42:11 [2020-09-10T20:42:11.549Z] === RUN   TestServiceUpdateSecrets
20:42:11 [2020-09-10T20:42:11.762Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
20:42:12 [2020-09-10T20:42:12.021Z] === RUN   TestDockerSuite/TestBuildLabels
20:42:12 [2020-09-10T20:42:12.587Z] === RUN   TestDockerSuite/TestBuildLabelsCache
20:42:13 [2020-09-10T20:42:13.524Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
20:42:14 [2020-09-10T20:42:14.401Z] 2020/09/10 20:42:14 	Finished clone github.com/containerd/containerd
20:42:14 [2020-09-10T20:42:14.458Z] --- PASS: TestServiceWithPredefinedNetwork (2.76s)
20:42:14 [2020-09-10T20:42:14.458Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:42:14 [2020-09-10T20:42:14.458Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:42:14 [2020-09-10T20:42:14.458Z]     service_test.go:236: FLAKY_TEST
20:42:14 [2020-09-10T20:42:14.458Z] === RUN   TestServiceWithDataPathPortInit
20:42:14 [2020-09-10T20:42:14.659Z] 2020/09/10 20:42:14 	Finished clone github.com/coreos/etcd
20:42:15 [2020-09-10T20:42:15.834Z] === RUN   TestDockerSuite/TestBuildLastModified
20:42:20 [2020-09-10T20:42:20.022Z] === RUN   TestDockerSuite/TestBuildLineBreak
20:42:22 [2020-09-10T20:42:22.557Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
20:42:22 [2020-09-10T20:42:22.817Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
20:42:22 [2020-09-10T20:42:22.817Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
20:42:22 [2020-09-10T20:42:22.817Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
20:42:23 [2020-09-10T20:42:23.076Z] === RUN   TestDockerSuite/TestBuildMaintainer
20:42:23 [2020-09-10T20:42:23.076Z] === RUN   TestDockerSuite/TestBuildMissingArgs
20:42:25 [2020-09-10T20:42:25.011Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
20:42:25 [2020-09-10T20:42:25.949Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
20:42:28 [2020-09-10T20:42:28.480Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
20:42:28 [2020-09-10T20:42:28.480Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
20:42:29 [2020-09-10T20:42:29.048Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
20:42:29 [2020-09-10T20:42:29.526Z] 2020/09/10 20:42:27 	Finished clone google.golang.org/genproto
20:42:29 [2020-09-10T20:42:29.676Z] --- PASS: TestServiceUpdateSecrets (15.27s)
20:42:29 [2020-09-10T20:42:29.676Z] === RUN   TestServiceUpdateConfigs
20:42:30 [2020-09-10T20:42:30.036Z] --- PASS: TestServiceWithDataPathPortInit (15.81s)
20:42:30 [2020-09-10T20:42:30.036Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:42:32 [2020-09-10T20:42:32.807Z] 2020/09/10 20:42:32 	Finished clone github.com/gogo/protobuf
20:42:36 [2020-09-10T20:42:36.629Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
20:42:38 [2020-09-10T20:42:38.005Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.96s)
20:42:38 [2020-09-10T20:42:38.005Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:f5hrfzyak6pqo37w21m5dh0vt Created:2020-09-10 20:42:31.520435811 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[ea7219c73a78450b6627151560e601800c1f470e03cad6c79de979aa0c3d88f1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tyei0et6ijoxj7svjnknrbnrm EndpointID:c6378e0b55f60f15071c0962e58064fc25cf89f60def5483de7010ea24afa62e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2136d935b38e7ab160c663ebf7a118917502f66ffccf8f52d27ba7b513087886 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:a6c4ba618d00 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tyei0et6ijoxj7svjnknrbnrm EndpointID:c6378e0b55f60f15071c0962e58064fc25cf89f60def5483de7010ea24afa62e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:42:38 [2020-09-10T20:42:38.005Z] PASS
20:42:38 [2020-09-10T20:42:38.005Z] 
20:42:38 [2020-09-10T20:42:38.005Z] === Skipped
20:42:38 [2020-09-10T20:42:38.005Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:42:38 [2020-09-10T20:42:38.005Z]     service_test.go:236: FLAKY_TEST
20:42:38 [2020-09-10T20:42:38.005Z] 
20:42:38 [2020-09-10T20:42:38.005Z] 
20:42:38 [2020-09-10T20:42:38.005Z] DONE 23 tests, 1 skipped in 49.842s
20:42:38 [2020-09-10T20:42:38.005Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:42:38 [2020-09-10T20:42:38.005Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:42:38 [2020-09-10T20:42:38.005Z] ++ set -e
20:42:38 [2020-09-10T20:42:38.005Z] ++ '[' -n 0 ']'
20:42:38 [2020-09-10T20:42:38.005Z] ++ set -x
20:42:38 [2020-09-10T20:42:38.005Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:42:38 [2020-09-10T20:42:38.263Z] INFO: Testing against a local daemon
20:42:38 [2020-09-10T20:42:38.263Z] === RUN   TestDockerNetworkIpvlanPersistance
20:42:38 [2020-09-10T20:42:38.263Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:42:38 [2020-09-10T20:42:38.263Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:42:38 [2020-09-10T20:42:38.263Z] === RUN   TestDockerNetworkIpvlan
20:42:38 [2020-09-10T20:42:38.263Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:42:38 [2020-09-10T20:42:38.263Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:42:38 [2020-09-10T20:42:38.263Z] PASS
20:42:38 [2020-09-10T20:42:38.263Z] 
20:42:38 [2020-09-10T20:42:38.263Z] === Skipped
20:42:38 [2020-09-10T20:42:38.263Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:42:38 [2020-09-10T20:42:38.263Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:42:38 [2020-09-10T20:42:38.263Z] 
20:42:38 [2020-09-10T20:42:38.263Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:42:38 [2020-09-10T20:42:38.263Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:42:38 [2020-09-10T20:42:38.263Z] 
20:42:38 [2020-09-10T20:42:38.263Z] 
20:42:38 [2020-09-10T20:42:38.263Z] DONE 2 tests, 2 skipped in 0.234s
20:42:38 [2020-09-10T20:42:38.263Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:42:38 [2020-09-10T20:42:38.263Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:42:38 [2020-09-10T20:42:38.263Z] ++ set -e
20:42:38 [2020-09-10T20:42:38.263Z] ++ '[' -n 0 ']'
20:42:38 [2020-09-10T20:42:38.263Z] ++ set -x
20:42:38 [2020-09-10T20:42:38.263Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:42:38 [2020-09-10T20:42:38.521Z] INFO: Testing against a local daemon
20:42:38 [2020-09-10T20:42:38.521Z] === RUN   TestDockerNetworkMacvlanPersistance
20:42:38 [2020-09-10T20:42:38.521Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
20:42:39 [2020-09-10T20:42:39.457Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
20:42:40 [2020-09-10T20:42:40.024Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
20:42:40 [2020-09-10T20:42:40.024Z] === RUN   TestDockerNetworkMacvlan
20:42:40 [2020-09-10T20:42:40.591Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:42:41 [2020-09-10T20:42:41.158Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
20:42:41 [2020-09-10T20:42:41.158Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
20:42:41 [2020-09-10T20:42:41.416Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:42:41 [2020-09-10T20:42:41.915Z] --- PASS: TestServiceUpdateConfigs (15.26s)
20:42:41 [2020-09-10T20:42:41.915Z] === RUN   TestServiceUpdateNetwork
20:42:42 [2020-09-10T20:42:42.353Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:42:42 [2020-09-10T20:42:42.771Z] 2020/09/10 20:42:41 	Finished clone github.com/hashicorp/consul
20:42:44 [2020-09-10T20:42:44.886Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
20:42:44 [2020-09-10T20:42:44.886Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:42:44 [2020-09-10T20:42:44.886Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
20:42:46 [2020-09-10T20:42:46.790Z] === RUN   TestDockerSuite/TestBuildMultipleTags
20:42:46 [2020-09-10T20:42:46.790Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:42:47 [2020-09-10T20:42:47.051Z] === RUN   TestDockerSuite/TestBuildNetContainer
20:42:47 [2020-09-10T20:42:47.619Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
20:42:48 [2020-09-10T20:42:48.995Z] === RUN   TestDockerSuite/TestBuildNetNone
20:42:49 [2020-09-10T20:42:49.932Z] === RUN   TestDockerSuite/TestBuildNoContext
20:42:50 [2020-09-10T20:42:50.872Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
20:42:52 [2020-09-10T20:42:52.251Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
20:42:52 [2020-09-10T20:42:52.511Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:42:53 [2020-09-10T20:42:53.449Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
20:42:53 [2020-09-10T20:42:53.449Z] --- PASS: TestDockerNetworkMacvlan (13.69s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.10s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.14s)
20:42:53 [2020-09-10T20:42:53.449Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s)
20:42:53 [2020-09-10T20:42:53.449Z] PASS
20:42:53 [2020-09-10T20:42:53.449Z] 
20:42:53 [2020-09-10T20:42:53.449Z] DONE 8 tests in 15.257s
20:42:53 [2020-09-10T20:42:53.449Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
20:42:53 [2020-09-10T20:42:53.449Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:42:53 [2020-09-10T20:42:53.449Z] ++ set -e
20:42:53 [2020-09-10T20:42:53.449Z] ++ '[' -n 0 ']'
20:42:53 [2020-09-10T20:42:53.449Z] ++ set -x
20:42:53 [2020-09-10T20:42:53.449Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:42:53 [2020-09-10T20:42:53.709Z] testing: warning: no tests to run
20:42:53 [2020-09-10T20:42:53.709Z] PASS
20:42:53 [2020-09-10T20:42:53.709Z] 
20:42:53 [2020-09-10T20:42:53.709Z] DONE 0 tests in 0.060s
20:42:53 [2020-09-10T20:42:53.709Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:42:53 [2020-09-10T20:42:53.709Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:42:53 [2020-09-10T20:42:53.709Z] ++ set -e
20:42:53 [2020-09-10T20:42:53.709Z] ++ '[' -n 0 ']'
20:42:53 [2020-09-10T20:42:53.709Z] ++ set -x
20:42:53 [2020-09-10T20:42:53.709Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:42:53 [2020-09-10T20:42:53.967Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
20:42:53 [2020-09-10T20:42:53.968Z] INFO: Testing against a local daemon
20:42:53 [2020-09-10T20:42:53.968Z] === RUN   TestAuthZPluginAllowRequest
20:42:53 [2020-09-10T20:42:53.968Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
20:42:54 [2020-09-10T20:42:54.535Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
20:42:54 [2020-09-10T20:42:54.794Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
20:42:55 [2020-09-10T20:42:55.363Z] --- PASS: TestAuthZPluginAllowRequest (1.45s)
20:42:55 [2020-09-10T20:42:55.363Z] === RUN   TestAuthZPluginTLS
20:42:55 [2020-09-10T20:42:55.622Z] === RUN   TestDockerSuite/TestBuildOnBuild
20:42:55 [2020-09-10T20:42:55.881Z] --- PASS: TestAuthZPluginTLS (0.55s)
20:42:55 [2020-09-10T20:42:55.881Z] === RUN   TestAuthZPluginDenyRequest
20:42:56 [2020-09-10T20:42:56.447Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
20:42:56 [2020-09-10T20:42:56.447Z] === RUN   TestAuthZPluginAPIDenyResponse
20:42:56 [2020-09-10T20:42:56.827Z] --- PASS: TestServiceUpdateNetwork (14.83s)
20:42:56 [2020-09-10T20:42:56.827Z] === RUN   TestServiceUpdatePidsLimit
20:42:57 [2020-09-10T20:42:57.016Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
20:42:57 [2020-09-10T20:42:57.016Z] === RUN   TestAuthZPluginDenyResponse
20:42:57 [2020-09-10T20:42:57.016Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
20:42:57 [2020-09-10T20:42:57.584Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
20:42:57 [2020-09-10T20:42:57.584Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
20:42:57 [2020-09-10T20:42:57.584Z] === RUN   TestAuthZPluginAllowEventStream
20:42:58 [2020-09-10T20:42:58.744Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:42:58 [2020-09-10T20:42:58.961Z] --- PASS: TestAuthZPluginAllowEventStream (1.53s)
20:42:58 [2020-09-10T20:42:58.962Z] === RUN   TestAuthZPluginErrorResponse
20:42:59 [2020-09-10T20:42:59.530Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
20:42:59 [2020-09-10T20:42:59.530Z] === RUN   TestAuthZPluginErrorRequest
20:42:59 [2020-09-10T20:42:59.687Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:42:59 [2020-09-10T20:42:59.789Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
20:43:00 [2020-09-10T20:43:00.358Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
20:43:00 [2020-09-10T20:43:00.358Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:43:00 [2020-09-10T20:43:00.619Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
20:43:00 [2020-09-10T20:43:00.619Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:43:00 [2020-09-10T20:43:00.879Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
20:43:02 [2020-09-10T20:43:02.786Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s)
20:43:02 [2020-09-10T20:43:02.786Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:43:02 [2020-09-10T20:43:02.786Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
20:43:03 [2020-09-10T20:43:03.814Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
20:43:04 [2020-09-10T20:43:04.381Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.95s)
20:43:04 [2020-09-10T20:43:04.381Z] === RUN   TestAuthZPluginHeader
20:43:04 [2020-09-10T20:43:04.692Z] 2020/09/10 20:43:02 	Finished clone github.com/aws/aws-sdk-go
20:43:04 [2020-09-10T20:43:04.949Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
20:43:05 [2020-09-10T20:43:05.208Z] --- PASS: TestAuthZPluginHeader (0.84s)
20:43:05 [2020-09-10T20:43:05.208Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:43:05 [2020-09-10T20:43:05.468Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
20:43:07 [2020-09-10T20:43:07.832Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:43:08 [2020-09-10T20:43:08.004Z] === RUN   TestDockerSuite/TestBuildPATH
20:43:09 [2020-09-10T20:43:09.914Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.46s)
20:43:09 [2020-09-10T20:43:09.914Z] === RUN   TestAuthZPluginV2Disable
20:43:10 [2020-09-10T20:43:10.173Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
20:43:10 [2020-09-10T20:43:10.743Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
20:43:11 [2020-09-10T20:43:11.312Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
20:43:13 [2020-09-10T20:43:13.217Z] --- PASS: TestAuthZPluginV2Disable (3.32s)
20:43:13 [2020-09-10T20:43:13.217Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:43:14 [2020-09-10T20:43:14.421Z] --- PASS: TestServiceUpdatePidsLimit (17.62s)
20:43:14 [2020-09-10T20:43:14.421Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.15s)
20:43:14 [2020-09-10T20:43:14.421Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
20:43:14 [2020-09-10T20:43:14.421Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
20:43:14 [2020-09-10T20:43:14.421Z] PASS
20:43:14 [2020-09-10T20:43:14.421Z] 
20:43:14 [2020-09-10T20:43:14.421Z] === Skipped
20:43:14 [2020-09-10T20:43:14.421Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
20:43:14 [2020-09-10T20:43:14.422Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:43:14 [2020-09-10T20:43:14.422Z] 
20:43:14 [2020-09-10T20:43:14.422Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
20:43:14 [2020-09-10T20:43:14.422Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:43:14 [2020-09-10T20:43:14.422Z] 
20:43:14 [2020-09-10T20:43:14.422Z] 
20:43:14 [2020-09-10T20:43:14.422Z] DONE 27 tests, 2 skipped in 157.724s
20:43:14 [2020-09-10T20:43:14.422Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
20:43:14 [2020-09-10T20:43:14.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:43:14 [2020-09-10T20:43:14.422Z] ++ set -e
20:43:14 [2020-09-10T20:43:14.422Z] ++ '[' -n 0 ']'
20:43:14 [2020-09-10T20:43:14.422Z] ++ set -x
20:43:14 [2020-09-10T20:43:14.422Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
20:43:14 [2020-09-10T20:43:14.683Z] INFO: Testing against a local daemon
20:43:14 [2020-09-10T20:43:14.683Z] === RUN   TestSessionCreate
20:43:14 [2020-09-10T20:43:14.683Z] --- PASS: TestSessionCreate (0.05s)
20:43:14 [2020-09-10T20:43:14.683Z] === RUN   TestSessionCreateWithBadUpgrade
20:43:14 [2020-09-10T20:43:14.683Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
20:43:14 [2020-09-10T20:43:14.683Z] PASS
20:43:14 [2020-09-10T20:43:14.683Z] 
20:43:14 [2020-09-10T20:43:14.683Z] DONE 2 tests in 0.233s
20:43:14 [2020-09-10T20:43:14.683Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
20:43:14 [2020-09-10T20:43:14.683Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:43:14 [2020-09-10T20:43:14.683Z] ++ set -e
20:43:14 [2020-09-10T20:43:14.683Z] ++ '[' -n 0 ']'
20:43:14 [2020-09-10T20:43:14.683Z] ++ set -x
20:43:14 [2020-09-10T20:43:14.683Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
20:43:14 [2020-09-10T20:43:14.944Z] INFO: Testing against a local daemon
20:43:14 [2020-09-10T20:43:14.944Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:43:14 [2020-09-10T20:43:14.944Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:43:14 [2020-09-10T20:43:14.944Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:43:14 [2020-09-10T20:43:14.944Z] === RUN   TestEventsExecDie
20:43:15 [2020-09-10T20:43:15.890Z] --- PASS: TestEventsExecDie (0.88s)
20:43:15 [2020-09-10T20:43:15.890Z] === RUN   TestEventsBackwardsCompatible
20:43:15 [2020-09-10T20:43:15.890Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
20:43:15 [2020-09-10T20:43:15.890Z] === RUN   TestInfoBinaryCommits
20:43:15 [2020-09-10T20:43:15.890Z] --- PASS: TestInfoBinaryCommits (0.05s)
20:43:15 [2020-09-10T20:43:15.890Z] === RUN   TestInfoAPIVersioned
20:43:15 [2020-09-10T20:43:15.890Z] --- PASS: TestInfoAPIVersioned (0.02s)
20:43:15 [2020-09-10T20:43:15.890Z] === RUN   TestInfoDiscoveryBackend
20:43:16 [2020-09-10T20:43:16.464Z] --- PASS: TestInfoDiscoveryBackend (0.62s)
20:43:16 [2020-09-10T20:43:16.464Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:43:16 [2020-09-10T20:43:16.510Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.99s)
20:43:16 [2020-09-10T20:43:16.510Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:43:17 [2020-09-10T20:43:17.851Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:43:17 [2020-09-10T20:43:17.852Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:43:18 [2020-09-10T20:43:18.113Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.64s)
20:43:18 [2020-09-10T20:43:18.113Z] === RUN   TestInfoAPI
20:43:18 [2020-09-10T20:43:18.375Z] --- PASS: TestInfoAPI (0.05s)
20:43:18 [2020-09-10T20:43:18.375Z] === RUN   TestInfoAPIWarnings
20:43:18 [2020-09-10T20:43:18.424Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
20:43:18 [2020-09-10T20:43:18.948Z] --- PASS: TestInfoAPIWarnings (0.61s)
20:43:18 [2020-09-10T20:43:18.948Z] === RUN   TestInfoDebug
20:43:19 [2020-09-10T20:43:19.522Z] --- PASS: TestInfoDebug (0.61s)
20:43:19 [2020-09-10T20:43:19.522Z] === RUN   TestInfoInsecureRegistries
20:43:20 [2020-09-10T20:43:20.096Z] --- PASS: TestInfoInsecureRegistries (0.63s)
20:43:20 [2020-09-10T20:43:20.096Z] === RUN   TestInfoRegistryMirrors
20:43:20 [2020-09-10T20:43:20.669Z] --- PASS: TestInfoRegistryMirrors (0.61s)
20:43:20 [2020-09-10T20:43:20.669Z] === RUN   TestLoginFailsWithBadCredentials
20:43:21 [2020-09-10T20:43:21.242Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s)
20:43:21 [2020-09-10T20:43:21.242Z] === RUN   TestPingCacheHeaders
20:43:21 [2020-09-10T20:43:21.242Z] --- PASS: TestPingCacheHeaders (0.05s)
20:43:21 [2020-09-10T20:43:21.242Z] === RUN   TestPingGet
20:43:21 [2020-09-10T20:43:21.242Z] --- PASS: TestPingGet (0.03s)
20:43:21 [2020-09-10T20:43:21.242Z] === RUN   TestPingHead
20:43:21 [2020-09-10T20:43:21.242Z] --- PASS: TestPingHead (0.05s)
20:43:21 [2020-09-10T20:43:21.242Z] === RUN   TestVersion
20:43:21 [2020-09-10T20:43:21.242Z] --- PASS: TestVersion (0.05s)
20:43:21 [2020-09-10T20:43:21.242Z] PASS
20:43:21 [2020-09-10T20:43:21.242Z] 
20:43:21 [2020-09-10T20:43:21.242Z] === Skipped
20:43:21 [2020-09-10T20:43:21.242Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:43:21 [2020-09-10T20:43:21.242Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:43:21 [2020-09-10T20:43:21.242Z] 
20:43:21 [2020-09-10T20:43:21.242Z] 
20:43:21 [2020-09-10T20:43:21.242Z] DONE 18 tests, 1 skipped in 6.472s
20:43:21 [2020-09-10T20:43:21.242Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
20:43:21 [2020-09-10T20:43:21.242Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:43:21 [2020-09-10T20:43:21.242Z] ++ set -e
20:43:21 [2020-09-10T20:43:21.242Z] ++ '[' -n 0 ']'
20:43:21 [2020-09-10T20:43:21.242Z] ++ set -x
20:43:21 [2020-09-10T20:43:21.242Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:43:21 [2020-09-10T20:43:21.504Z] INFO: Testing against a local daemon
20:43:21 [2020-09-10T20:43:21.504Z] === RUN   TestVolumesCreateAndList
20:43:21 [2020-09-10T20:43:21.504Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:43:21 [2020-09-10T20:43:21.504Z] === RUN   TestVolumesRemove
20:43:21 [2020-09-10T20:43:21.504Z] --- PASS: TestVolumesRemove (0.11s)
20:43:21 [2020-09-10T20:43:21.504Z] === RUN   TestVolumesInspect
20:43:21 [2020-09-10T20:43:21.504Z] --- PASS: TestVolumesInspect (0.03s)
20:43:21 [2020-09-10T20:43:21.504Z] === RUN   TestVolumesInvalidJSON
20:43:21 [2020-09-10T20:43:21.504Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:43:21 [2020-09-10T20:43:21.504Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:43:21 [2020-09-10T20:43:21.504Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:43:21 [2020-09-10T20:43:21.504Z] --- PASS: TestVolumesInvalidJSON (0.03s)
20:43:21 [2020-09-10T20:43:21.504Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:43:21 [2020-09-10T20:43:21.504Z] PASS
20:43:21 [2020-09-10T20:43:21.504Z] 
20:43:21 [2020-09-10T20:43:21.504Z] DONE 5 tests in 0.333s
20:43:21 [2020-09-10T20:43:21.504Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:43:22 [2020-09-10T20:43:22.076Z] ++++ cat bundles/test-integration/docker.pid
20:43:22 [2020-09-10T20:43:22.076Z] +++ kill 13548
20:43:23 [2020-09-10T20:43:23.462Z] +++ /etc/init.d/apparmor stop
20:43:23 [2020-09-10T20:43:23.462Z] Leaving: AppArmorNo profiles have been unloaded.
20:43:23 [2020-09-10T20:43:23.462Z] 
20:43:23 [2020-09-10T20:43:23.462Z] Unloading profiles will leave already running processes permanently
20:43:23 [2020-09-10T20:43:23.462Z] unconfined, which can lead to unexpected situations.
20:43:23 [2020-09-10T20:43:23.462Z] 
20:43:23 [2020-09-10T20:43:23.462Z] To set a process to complain mode, use the command line tool
20:43:23 [2020-09-10T20:43:23.462Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:43:23 [2020-09-10T20:43:23.462Z] +++ true
20:43:23 [2020-09-10T20:43:23.462Z] exiting test-integration
20:43:23 [2020-09-10T20:43:23.462Z] ++ exit 0
20:43:23 [2020-09-10T20:43:23.462Z] 
20:43:23 [2020-09-10T20:43:23.696Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
20:43:24 [2020-09-10T20:43:24.635Z] === RUN   TestDockerSuite/TestBuildRm
20:43:25 [2020-09-10T20:43:25.203Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
Post stage
[Pipeline] junit
20:43:25 [2020-09-10T20:43:25.395Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:43:26 [2020-09-10T20:43:26.347Z] + echo Ensuring container killed.
20:43:26 [2020-09-10T20:43:26.347Z] Ensuring container killed.
20:43:26 [2020-09-10T20:43:26.347Z] + docker rm -vf docker-pr1
20:43:26 [2020-09-10T20:43:26.347Z] Error: No such container: docker-pr1
20:43:26 [2020-09-10T20:43:26.347Z] + true
[Pipeline] sh
20:43:26 [2020-09-10T20:43:26.581Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.53s)
20:43:26 [2020-09-10T20:43:26.581Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:43:26 [2020-09-10T20:43:26.646Z] + echo Chowning /workspace to jenkins user
20:43:26 [2020-09-10T20:43:26.646Z] Chowning /workspace to jenkins user
20:43:26 [2020-09-10T20:43:26.646Z] + id -u
20:43:26 [2020-09-10T20:43:26.646Z] + id -g
20:43:26 [2020-09-10T20:43:26.646Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace busybox chown -R 1000:1000 /workspace
20:43:26 [2020-09-10T20:43:26.646Z] Unable to find image 'busybox:latest' locally
20:43:26 [2020-09-10T20:43:26.646Z] latest: Pulling from library/busybox
20:43:26 [2020-09-10T20:43:26.839Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
20:43:26 [2020-09-10T20:43:26.910Z] 590851f7c68b: Pulling fs layer
20:43:26 [2020-09-10T20:43:26.910Z] 590851f7c68b: Verifying Checksum
20:43:26 [2020-09-10T20:43:26.910Z] 590851f7c68b: Download complete
20:43:27 [2020-09-10T20:43:27.176Z] 590851f7c68b: Pull complete
20:43:27 [2020-09-10T20:43:27.176Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
20:43:27 [2020-09-10T20:43:27.176Z] Status: Downloaded newer image for busybox:latest
20:43:28 [2020-09-10T20:43:28.217Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
20:43:29 [2020-09-10T20:43:29.153Z] === RUN   TestDockerSuite/TestBuildScratchCopy
20:43:29 [2020-09-10T20:43:29.720Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
20:43:29 [2020-09-10T20:43:29.979Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:43:30 [2020-09-10T20:43:30.789Z] + bundleName=arm64-integration
20:43:30 [2020-09-10T20:43:30.789Z] + echo Creating arm64-integration-bundles.tar.gz
20:43:30 [2020-09-10T20:43:30.790Z] Creating arm64-integration-bundles.tar.gz
20:43:30 [2020-09-10T20:43:30.790Z] + + find bundlesxargs -path */root/*overlay2 tar -prune -czf -o arm64-integration-bundles.tar.gz -type
20:43:30 [2020-09-10T20:43:30.790Z]  f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:43:30 [2020-09-10T20:43:30.916Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
[Pipeline] archiveArtifacts
20:43:31 [2020-09-10T20:43:31.066Z] Archiving artifacts
20:43:31 [2020-09-10T20:43:31.485Z] === RUN   TestDockerSuite/TestBuildShellInherited
20:43:32 [2020-09-10T20:43:32.054Z] === RUN   TestDockerSuite/TestBuildShellMultiple
20:43:32 [2020-09-10T20:43:32.928Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:43:33 [2020-09-10T20:43:33.261Z] + make clean
20:43:33 [2020-09-10T20:43:33.841Z] docker volume rm -f docker-dev-cache
20:43:34 [2020-09-10T20:43:34.103Z] docker-dev-cache
[Pipeline] deleteDir
20:43:34 [2020-09-10T20:43:34.585Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
20:43:34 [2020-09-10T20:43:34.585Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
20:43:34 [2020-09-10T20:43:34.844Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
20:43:34 [2020-09-10T20:43:34.844Z] === RUN   TestDockerSuite/TestBuildSpaces
20:43:35 [2020-09-10T20:43:35.102Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
20:43:35 [2020-09-10T20:43:35.672Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
20:43:35 [2020-09-10T20:43:35.672Z] === RUN   TestDockerSuite/TestBuildStderr
20:43:36 [2020-09-10T20:43:36.241Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:43:38 [2020-09-10T20:43:38.774Z] === RUN   TestDockerSuite/TestBuildStopSignal
20:43:39 [2020-09-10T20:43:39.600Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
20:43:40 [2020-09-10T20:43:40.167Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
20:43:40 [2020-09-10T20:43:40.425Z] === RUN   TestDockerSuite/TestBuildTagEvent
20:43:40 [2020-09-10T20:43:40.995Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
20:43:42 [2020-09-10T20:43:42.371Z] === RUN   TestDockerSuite/TestBuildUser
20:43:43 [2020-09-10T20:43:43.307Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
20:43:43 [2020-09-10T20:43:43.567Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.94s)
20:43:43 [2020-09-10T20:43:43.567Z] PASS
20:43:43 [2020-09-10T20:43:43.567Z] 
20:43:43 [2020-09-10T20:43:43.567Z] DONE 17 tests in 49.868s
20:43:43 [2020-09-10T20:43:43.567Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:43:43 [2020-09-10T20:43:43.567Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:43:43 [2020-09-10T20:43:43.567Z] ++ set -e
20:43:43 [2020-09-10T20:43:43.567Z] ++ '[' -n 0 ']'
20:43:43 [2020-09-10T20:43:43.567Z] ++ set -x
20:43:43 [2020-09-10T20:43:43.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:43:43 [2020-09-10T20:43:43.827Z] INFO: Testing against a local daemon
20:43:43 [2020-09-10T20:43:43.827Z] === RUN   TestPluginInvalidJSON
20:43:43 [2020-09-10T20:43:43.827Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:43:43 [2020-09-10T20:43:43.827Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:43:43 [2020-09-10T20:43:43.827Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:43:43 [2020-09-10T20:43:43.827Z] --- PASS: TestPluginInvalidJSON (0.03s)
20:43:43 [2020-09-10T20:43:43.827Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:43:43 [2020-09-10T20:43:43.827Z] === RUN   TestPluginInstall
20:43:43 [2020-09-10T20:43:43.827Z] === RUN   TestPluginInstall/no_auth
20:43:46 [2020-09-10T20:43:46.364Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
20:43:50 [2020-09-10T20:43:50.558Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
20:43:52 [2020-09-10T20:43:52.464Z] time="2020-09-10T20:43:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:52 [2020-09-10T20:43:52.464Z] time="2020-09-10T20:43:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88adc1292d827b47c9a68427033c266a8159a564b9735a58898948a28ace92d4" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:52 [2020-09-10T20:43:52.464Z] time="2020-09-10T20:43:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:52 [2020-09-10T20:43:52.464Z] time="2020-09-10T20:43:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88adc1292d827b47c9a68427033c266a8159a564b9735a58898948a28ace92d4" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:52 [2020-09-10T20:43:52.724Z] === RUN   TestPluginInstall/with_htpasswd
20:43:54 [2020-09-10T20:43:54.102Z] time="2020-09-10T20:43:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:54 [2020-09-10T20:43:54.102Z] time="2020-09-10T20:43:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8fb6eaafbb6565e44954a7b9964471b21f09aac61eacaea51afedc2fe295f96" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:54 [2020-09-10T20:43:54.102Z] time="2020-09-10T20:43:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:54 [2020-09-10T20:43:54.102Z] time="2020-09-10T20:43:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8fb6eaafbb6565e44954a7b9964471b21f09aac61eacaea51afedc2fe295f96" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:54 [2020-09-10T20:43:54.361Z] === RUN   TestPluginInstall/with_insecure
20:43:55 [2020-09-10T20:43:55.736Z] time="2020-09-10T20:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:55 [2020-09-10T20:43:55.736Z] time="2020-09-10T20:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a073514ef9aaa12bbaa79867c0a00390784791b5a88625d78b43b75510b71503" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:55 [2020-09-10T20:43:55.736Z] time="2020-09-10T20:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:43:55 [2020-09-10T20:43:55.736Z] time="2020-09-10T20:43:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a073514ef9aaa12bbaa79867c0a00390784791b5a88625d78b43b75510b71503" mediatype=application/vnd.docker.plugin.v1+json size=522
20:43:55 [2020-09-10T20:43:55.995Z] --- PASS: TestPluginInstall (12.07s)
20:43:55 [2020-09-10T20:43:55.995Z]     --- PASS: TestPluginInstall/no_auth (8.99s)
20:43:55 [2020-09-10T20:43:55.995Z]     --- PASS: TestPluginInstall/with_htpasswd (1.54s)
20:43:55 [2020-09-10T20:43:55.995Z]     --- PASS: TestPluginInstall/with_insecure (1.54s)
20:43:55 [2020-09-10T20:43:55.995Z]         plugin_test.go:157: [dff2f624c83c7] daemon is not started
20:43:55 [2020-09-10T20:43:55.995Z] PASS
20:43:55 [2020-09-10T20:43:55.995Z] 
20:43:55 [2020-09-10T20:43:55.995Z] DONE 6 tests in 12.356s
20:43:55 [2020-09-10T20:43:55.995Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:43:55 [2020-09-10T20:43:55.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:43:55 [2020-09-10T20:43:55.995Z] ++ set -e
20:43:55 [2020-09-10T20:43:55.995Z] ++ '[' -n 0 ']'
20:43:55 [2020-09-10T20:43:55.995Z] ++ set -x
20:43:55 [2020-09-10T20:43:55.996Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:43:56 [2020-09-10T20:43:56.257Z] INFO: Testing against a local daemon
20:43:56 [2020-09-10T20:43:56.257Z] === RUN   TestExternalGraphDriver
20:43:56 [2020-09-10T20:43:56.825Z] === RUN   TestExternalGraphDriver/json
20:43:58 [2020-09-10T20:43:58.731Z] === RUN   TestExternalGraphDriver/spec
20:44:00 [2020-09-10T20:44:00.642Z] === RUN   TestDockerSuite/TestBuildVerboseOut
20:44:00 [2020-09-10T20:44:00.642Z] === RUN   TestExternalGraphDriver/pull
20:44:00 [2020-09-10T20:44:00.905Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
20:44:01 [2020-09-10T20:44:01.164Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
20:44:02 [2020-09-10T20:44:02.100Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
20:44:02 [2020-09-10T20:44:02.358Z] --- PASS: TestExternalGraphDriver (6.20s)
20:44:02 [2020-09-10T20:44:02.358Z]     --- PASS: TestExternalGraphDriver/json (1.85s)
20:44:02 [2020-09-10T20:44:02.358Z]     --- PASS: TestExternalGraphDriver/spec (1.85s)
20:44:02 [2020-09-10T20:44:02.358Z]     --- PASS: TestExternalGraphDriver/pull (1.73s)
20:44:02 [2020-09-10T20:44:02.358Z] === RUN   TestGraphdriverPluginV2
20:44:02 [2020-09-10T20:44:02.616Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
20:44:03 [2020-09-10T20:44:03.992Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
20:44:03 [2020-09-10T20:44:03.992Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
20:44:03 [2020-09-10T20:44:03.992Z] === RUN   TestDockerSuite/TestBuildWindowsUser
20:44:03 [2020-09-10T20:44:03.992Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
20:44:03 [2020-09-10T20:44:03.992Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
20:44:05 [2020-09-10T20:44:05.369Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
20:44:05 [2020-09-10T20:44:05.369Z] === RUN   TestDockerSuite/TestBuildWithFailure
20:44:05 [2020-09-10T20:44:05.941Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
20:44:06 [2020-09-10T20:44:06.508Z] --- PASS: TestGraphdriverPluginV2 (4.09s)
20:44:06 [2020-09-10T20:44:06.508Z] PASS
20:44:06 [2020-09-10T20:44:06.508Z] 
20:44:06 [2020-09-10T20:44:06.508Z] DONE 5 tests in 10.515s
20:44:06 [2020-09-10T20:44:06.508Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:44:06 [2020-09-10T20:44:06.508Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:44:06 [2020-09-10T20:44:06.508Z] ++ set -e
20:44:06 [2020-09-10T20:44:06.508Z] ++ '[' -n 0 ']'
20:44:06 [2020-09-10T20:44:06.508Z] ++ set -x
20:44:06 [2020-09-10T20:44:06.508Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:44:06 [2020-09-10T20:44:06.508Z] === RUN   TestDockerSuite/TestBuildWithTabs
20:44:06 [2020-09-10T20:44:06.508Z] INFO: Testing against a local daemon
20:44:06 [2020-09-10T20:44:06.508Z] === RUN   TestContinueAfterPluginCrash
20:44:06 [2020-09-10T20:44:06.508Z] === PAUSE TestContinueAfterPluginCrash
20:44:06 [2020-09-10T20:44:06.508Z] === RUN   TestReadPluginNoRead
20:44:06 [2020-09-10T20:44:06.508Z] === PAUSE TestReadPluginNoRead
20:44:06 [2020-09-10T20:44:06.508Z] === RUN   TestDaemonStartWithLogOpt
20:44:06 [2020-09-10T20:44:06.508Z] === PAUSE TestDaemonStartWithLogOpt
20:44:06 [2020-09-10T20:44:06.508Z] === CONT  TestContinueAfterPluginCrash
20:44:06 [2020-09-10T20:44:06.508Z] === CONT  TestDaemonStartWithLogOpt
20:44:07 [2020-09-10T20:44:07.446Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
20:44:07 [2020-09-10T20:44:07.446Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
20:44:10 [2020-09-10T20:44:10.733Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
20:44:11 [2020-09-10T20:44:11.668Z] === RUN   TestDockerSuite/TestBuildWithVolumes
20:44:11 [2020-09-10T20:44:11.927Z] --- PASS: TestDaemonStartWithLogOpt (5.19s)
20:44:11 [2020-09-10T20:44:11.927Z] === CONT  TestReadPluginNoRead
20:44:12 [2020-09-10T20:44:12.863Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
20:44:13 [2020-09-10T20:44:13.122Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
20:44:13 [2020-09-10T20:44:13.690Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
20:44:13 [2020-09-10T20:44:13.690Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
20:44:14 [2020-09-10T20:44:14.625Z] === RUN   TestDockerSuite/TestBuildXZHost
20:44:14 [2020-09-10T20:44:14.884Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
20:44:15 [2020-09-10T20:44:15.143Z] === RUN   TestReadPluginNoRead/default
20:44:17 [2020-09-10T20:44:17.045Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
20:44:17 [2020-09-10T20:44:17.045Z] --- PASS: TestContinueAfterPluginCrash (10.28s)
20:44:17 [2020-09-10T20:44:17.045Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
20:44:17 [2020-09-10T20:44:17.045Z] === RUN   TestReadPluginNoRead/disabled_caching
20:44:17 [2020-09-10T20:44:17.045Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
20:44:17 [2020-09-10T20:44:17.980Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
20:44:18 [2020-09-10T20:44:18.915Z] === RUN   TestDockerSuite/TestCommitChange
20:44:18 [2020-09-10T20:44:18.915Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
20:44:18 [2020-09-10T20:44:18.915Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:44:19 [2020-09-10T20:44:19.859Z] === RUN   TestDockerSuite/TestCommitChangeLabels
20:44:20 [2020-09-10T20:44:20.425Z] --- PASS: TestReadPluginNoRead (8.72s)
20:44:20 [2020-09-10T20:44:20.425Z]     --- PASS: TestReadPluginNoRead/default (1.96s)
20:44:20 [2020-09-10T20:44:20.425Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.87s)
20:44:20 [2020-09-10T20:44:20.425Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.62s)
20:44:20 [2020-09-10T20:44:20.425Z]     read_test.go:92: [daa5e0ec4a3f1] daemon is not started
20:44:20 [2020-09-10T20:44:20.425Z] PASS
20:44:20 [2020-09-10T20:44:20.425Z] 
20:44:20 [2020-09-10T20:44:20.425Z] DONE 6 tests in 14.087s
20:44:20 [2020-09-10T20:44:20.684Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:44:20 [2020-09-10T20:44:20.684Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:44:20 [2020-09-10T20:44:20.684Z] ++ set -e
20:44:20 [2020-09-10T20:44:20.684Z] ++ '[' -n 0 ']'
20:44:20 [2020-09-10T20:44:20.684Z] ++ set -x
20:44:20 [2020-09-10T20:44:20.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:44:20 [2020-09-10T20:44:20.684Z] testing: warning: no tests to run
20:44:20 [2020-09-10T20:44:20.684Z] PASS
20:44:20 [2020-09-10T20:44:20.684Z] 
20:44:20 [2020-09-10T20:44:20.684Z] DONE 0 tests in 0.078s
20:44:20 [2020-09-10T20:44:20.684Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:44:20 [2020-09-10T20:44:20.684Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:44:20 [2020-09-10T20:44:20.684Z] ++ set -e
20:44:20 [2020-09-10T20:44:20.684Z] ++ '[' -n 0 ']'
20:44:20 [2020-09-10T20:44:20.684Z] ++ set -x
20:44:20 [2020-09-10T20:44:20.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:44:20 [2020-09-10T20:44:20.684Z] === RUN   TestDockerSuite/TestCommitHardlink
20:44:20 [2020-09-10T20:44:20.943Z] INFO: Testing against a local daemon
20:44:20 [2020-09-10T20:44:20.943Z] === RUN   TestPluginWithDevMounts
20:44:20 [2020-09-10T20:44:20.943Z] === PAUSE TestPluginWithDevMounts
20:44:20 [2020-09-10T20:44:20.943Z] === CONT  TestPluginWithDevMounts
20:44:22 [2020-09-10T20:44:22.847Z] === RUN   TestDockerSuite/TestCommitNewFile
20:44:23 [2020-09-10T20:44:23.105Z] --- PASS: TestPluginWithDevMounts (2.16s)
20:44:23 [2020-09-10T20:44:23.105Z] PASS
20:44:23 [2020-09-10T20:44:23.105Z] 
20:44:23 [2020-09-10T20:44:23.105Z] DONE 1 tests in 2.368s
20:44:23 [2020-09-10T20:44:23.105Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
20:44:23 [2020-09-10T20:44:23.105Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:44:23 [2020-09-10T20:44:23.105Z] ++ set -e
20:44:23 [2020-09-10T20:44:23.105Z] ++ '[' -n 0 ']'
20:44:23 [2020-09-10T20:44:23.105Z] ++ set -x
20:44:23 [2020-09-10T20:44:23.105Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
20:44:23 [2020-09-10T20:44:23.364Z] INFO: Testing against a local daemon
20:44:23 [2020-09-10T20:44:23.364Z] === RUN   TestSecretInspect
20:44:23 [2020-09-10T20:44:23.624Z] === RUN   TestDockerSuite/TestCommitPausedContainer
20:44:24 [2020-09-10T20:44:24.561Z] === RUN   TestDockerSuite/TestCommitTTY
20:44:25 [2020-09-10T20:44:25.939Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
20:44:25 [2020-09-10T20:44:25.939Z] --- PASS: TestSecretInspect (2.69s)
20:44:25 [2020-09-10T20:44:25.939Z] === RUN   TestSecretList
20:44:26 [2020-09-10T20:44:26.161Z] 2020/09/10 20:44:22 	Finished clone google.golang.org/api
20:44:26 [2020-09-10T20:44:26.161Z] 2020/09/10 20:44:22 Dependencies downloaded. Download time: 3m8.299249619s
20:44:26 [2020-09-10T20:44:26.161Z] 2020/09/10 20:44:22 Collecting all dependencies
20:44:26 [2020-09-10T20:44:26.199Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
20:44:27 [2020-09-10T20:44:27.575Z] === RUN   TestDockerSuite/TestCommitWithoutPause
20:44:28 [2020-09-10T20:44:28.141Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
20:44:28 [2020-09-10T20:44:28.141Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
20:44:28 [2020-09-10T20:44:28.141Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
20:44:28 [2020-09-10T20:44:28.141Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
20:44:28 [2020-09-10T20:44:28.400Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
20:44:28 [2020-09-10T20:44:28.400Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
20:44:28 [2020-09-10T20:44:28.400Z] === RUN   TestDockerSuite/TestContainerAPICommit
20:44:28 [2020-09-10T20:44:28.400Z] --- PASS: TestSecretList (2.54s)
20:44:28 [2020-09-10T20:44:28.400Z] === RUN   TestSecretsCreateAndDelete
20:44:29 [2020-09-10T20:44:29.777Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
20:44:30 [2020-09-10T20:44:30.715Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
20:44:30 [2020-09-10T20:44:30.715Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
20:44:31 [2020-09-10T20:44:31.282Z] --- PASS: TestSecretsCreateAndDelete (2.77s)
20:44:31 [2020-09-10T20:44:31.282Z] === RUN   TestSecretsUpdate
20:44:31 [2020-09-10T20:44:31.282Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
20:44:31 [2020-09-10T20:44:31.850Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
20:44:32 [2020-09-10T20:44:32.417Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
20:44:32 [2020-09-10T20:44:32.986Z] === RUN   TestDockerSuite/TestContainerAPICreate
20:44:33 [2020-09-10T20:44:33.245Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
20:44:33 [2020-09-10T20:44:33.504Z] --- PASS: TestSecretsUpdate (2.13s)
20:44:33 [2020-09-10T20:44:33.504Z] === RUN   TestTemplatedSecret
20:44:33 [2020-09-10T20:44:33.763Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
20:44:33 [2020-09-10T20:44:33.763Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
20:44:33 [2020-09-10T20:44:33.763Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
20:44:34 [2020-09-10T20:44:34.263Z] 2020/09/10 20:44:32 Clean vendor dir from unused packages
20:44:34 [2020-09-10T20:44:34.263Z] 2020/09/10 20:44:32 	Ignoring paths matching "^archive/tar"
20:44:34 [2020-09-10T20:44:34.263Z] 2020/09/10 20:44:33 Success
20:44:34 [2020-09-10T20:44:34.263Z] 2020/09/10 20:44:33 Running time: 3m22.093816329s
20:44:34 [2020-09-10T20:44:34.263Z] Congratulations! All vendoring changes are done the right way.
20:44:34 [2020-09-10T20:44:34.334Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
20:44:34 [2020-09-10T20:44:34.334Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
20:44:34 [2020-09-10T20:44:34.334Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
20:44:34 [2020-09-10T20:44:34.593Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
20:44:34 [2020-09-10T20:44:34.593Z] === RUN   TestDockerSuite/TestContainerAPIDelete
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build e2e image)
[Pipeline] sh
20:44:35 [2020-09-10T20:44:35.152Z] + echo Building e2e image
20:44:35 [2020-09-10T20:44:35.152Z] Building e2e image
20:44:35 [2020-09-10T20:44:35.152Z] + docker build --build-arg DOCKER_GITCOMMIT=5ca758199d77a66f7186450f2e78b0a915d443c4 -t moby-e2e-test -f Dockerfile.e2e .
20:44:35 [2020-09-10T20:44:35.152Z] #2 [internal] load .dockerignore
20:44:35 [2020-09-10T20:44:35.152Z] #2 transferring context: 34B done
20:44:35 [2020-09-10T20:44:35.152Z] #2 DONE 0.0s
20:44:35 [2020-09-10T20:44:35.152Z] 
20:44:35 [2020-09-10T20:44:35.152Z] #1 [internal] load build definition from Dockerfile.e2e
20:44:35 [2020-09-10T20:44:35.152Z] #1 transferring dockerfile: 3.21kB done
20:44:35 [2020-09-10T20:44:35.152Z] #1 DONE 0.0s
20:44:35 [2020-09-10T20:44:35.152Z] 
20:44:35 [2020-09-10T20:44:35.152Z] #4 [internal] load metadata for docker.io/library/alpine:3.10
20:44:35 [2020-09-10T20:44:35.162Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
20:44:35 [2020-09-10T20:44:35.410Z] #4 DONE 0.4s
20:44:35 [2020-09-10T20:44:35.410Z] 
20:44:35 [2020-09-10T20:44:35.410Z] #3 [internal] load metadata for docker.io/library/golang:1.13.15-alpine
20:44:35 [2020-09-10T20:44:35.667Z] #3 DONE 0.4s
20:44:35 [2020-09-10T20:44:35.667Z] 
20:44:35 [2020-09-10T20:44:35.667Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:44:35 [2020-09-10T20:44:35.667Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done
20:44:35 [2020-09-10T20:44:35.667Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 573.99kB / 127.34MB 0.2s
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done
20:44:35 [2020-09-10T20:44:35.667Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done
20:44:35 [2020-09-10T20:44:35.928Z] #14 ...
20:44:35 [2020-09-10T20:44:35.928Z] 
20:44:35 [2020-09-10T20:44:35.928Z] #8 [internal] load build context
20:44:35 [2020-09-10T20:44:35.928Z] #8 transferring context: 853.42kB 0.3s done
20:44:35 [2020-09-10T20:44:35.928Z] #8 DONE 0.4s
20:44:35 [2020-09-10T20:44:35.928Z] 
20:44:35 [2020-09-10T20:44:35.928Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:44:35 [2020-09-10T20:44:35.928Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done
20:44:35 [2020-09-10T20:44:35.928Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 12.79MB / 127.34MB 0.4s
20:44:36 [2020-09-10T20:44:36.099Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
20:44:36 [2020-09-10T20:44:36.190Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 20.56MB / 127.34MB 0.5s
20:44:36 [2020-09-10T20:44:36.190Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done
20:44:36 [2020-09-10T20:44:36.190Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 32.78MB / 127.34MB 0.7s
20:44:36 [2020-09-10T20:44:36.448Z] #14 ...
20:44:36 [2020-09-10T20:44:36.448Z] 
20:44:36 [2020-09-10T20:44:36.448Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013...
20:44:36 [2020-09-10T20:44:36.448Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done
20:44:36 [2020-09-10T20:44:36.448Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done
20:44:36 [2020-09-10T20:44:36.448Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done
20:44:36 [2020-09-10T20:44:36.448Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done
20:44:36 [2020-09-10T20:44:36.448Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.2s done
20:44:36 [2020-09-10T20:44:36.448Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done
20:44:36 [2020-09-10T20:44:36.448Z] #5 DONE 0.7s
20:44:36 [2020-09-10T20:44:36.448Z] 
20:44:36 [2020-09-10T20:44:36.448Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:44:36 [2020-09-10T20:44:36.448Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 46.09MB / 127.34MB 0.9s
20:44:36 [2020-09-10T20:44:36.705Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 58.30MB / 127.34MB 1.0s
20:44:36 [2020-09-10T20:44:36.705Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 84.23MB / 127.34MB 1.2s
20:44:36 [2020-09-10T20:44:36.962Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 110.76MB / 127.34MB 1.4s
20:44:36 [2020-09-10T20:44:36.962Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 124.46MB / 127.34MB 1.5s
20:44:37 [2020-09-10T20:44:37.048Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
20:44:37 [2020-09-10T20:44:37.048Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
20:44:37 [2020-09-10T20:44:37.048Z] --- PASS: TestTemplatedSecret (3.69s)
20:44:37 [2020-09-10T20:44:37.048Z] === RUN   TestSecretCreateResolve
20:44:37 [2020-09-10T20:44:37.527Z] #14 ...
20:44:37 [2020-09-10T20:44:37.527Z] 
20:44:37 [2020-09-10T20:44:37.527Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus...
20:44:37 [2020-09-10T20:44:37.527Z] #6 DONE 1.2s
20:44:37 [2020-09-10T20:44:37.527Z] 
20:44:37 [2020-09-10T20:44:37.527Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:44:37 [2020-09-10T20:44:37.527Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s done
20:44:37 [2020-09-10T20:44:37.527Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b
20:44:38 [2020-09-10T20:44:38.953Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
20:44:39 [2020-09-10T20:44:39.522Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
20:44:39 [2020-09-10T20:44:39.522Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
20:44:40 [2020-09-10T20:44:40.089Z] --- PASS: TestSecretCreateResolve (3.01s)
20:44:40 [2020-09-10T20:44:40.089Z] PASS
20:44:40 [2020-09-10T20:44:40.089Z] 
20:44:40 [2020-09-10T20:44:40.089Z] DONE 6 tests in 17.054s
20:44:40 [2020-09-10T20:44:40.089Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
20:44:40 [2020-09-10T20:44:40.089Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:44:40 [2020-09-10T20:44:40.089Z] ++ set -e
20:44:40 [2020-09-10T20:44:40.089Z] ++ '[' -n 0 ']'
20:44:40 [2020-09-10T20:44:40.089Z] ++ set -x
20:44:40 [2020-09-10T20:44:40.089Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
20:44:40 [2020-09-10T20:44:40.348Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
20:44:40 [2020-09-10T20:44:40.348Z] INFO: Testing against a local daemon
20:44:40 [2020-09-10T20:44:40.348Z] === RUN   TestServiceCreateInit
20:44:40 [2020-09-10T20:44:40.348Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:44:40 [2020-09-10T20:44:40.914Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
20:44:41 [2020-09-10T20:44:41.573Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
20:44:42 [2020-09-10T20:44:42.140Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
20:44:42 [2020-09-10T20:44:42.140Z] === RUN   TestDockerSuite/TestContainerAPIKill
20:44:42 [2020-09-10T20:44:42.709Z] === RUN   TestDockerSuite/TestContainerAPIPause
20:44:42 [2020-09-10T20:44:42.796Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.2s
20:44:43 [2020-09-10T20:44:43.362Z] #14 ...
20:44:43 [2020-09-10T20:44:43.362Z] 
20:44:43 [2020-09-10T20:44:43.362Z] #7 [runner 3/12] RUN apk --no-cache add     bash     ca-certificates     g+...
20:44:43 [2020-09-10T20:44:43.362Z] #7 0.691 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.785 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.886 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.894 (2/30) Installing ncurses-libs (6.1_p20190518-r2)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.903 (3/30) Installing readline (8.0.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.910 (4/30) Installing bash (5.0.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.924 Executing bash-5.0.0-r0.post-install
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.928 (5/30) Installing ca-certificates (20191127-r2)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.947 (6/30) Installing libgcc (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.953 (7/30) Installing libstdc++ (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 1.968 (8/30) Installing binutils (2.32-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.079 (9/30) Installing gmp (6.1.2-r1)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.087 (10/30) Installing isl (0.18-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.109 (11/30) Installing libgomp (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.113 (12/30) Installing libatomic (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.116 (13/30) Installing mpfr3 (3.1.5-r1)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.123 (14/30) Installing mpc1 (1.1.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 2.127 (15/30) Installing gcc (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.046 (16/30) Installing musl-dev (1.1.22-r3)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.146 (17/30) Installing libc-dev (0.7.1-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.147 (18/30) Installing g++ (8.3.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.709 (19/30) Installing nghttp2-libs (1.39.2-r1)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.716 (20/30) Installing libcurl (7.66.0-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.723 (21/30) Installing expat (2.2.8-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.729 (22/30) Installing pcre2 (10.33-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.740 (23/30) Installing git (2.22.4-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.957 (24/30) Installing libmnl (1.0.4-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.959 (25/30) Installing libnftnl-libs (1.1.3-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.963 (26/30) Installing iptables (1.8.3-r1)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.988 (27/30) Installing pigz (2.4-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 3.994 (28/30) Installing tar (1.32-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 4.003 (29/30) Installing xz-libs (5.2.4-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 4.008 (30/30) Installing xz (5.2.4-r0)
20:44:43 [2020-09-10T20:44:43.362Z] #7 4.013 Executing busybox-1.30.1-r3.trigger
20:44:43 [2020-09-10T20:44:43.362Z] #7 4.017 Executing ca-certificates-20191127-r2.trigger
20:44:43 [2020-09-10T20:44:43.362Z] #7 4.074 OK: 179 MiB in 44 packages
20:44:43 [2020-09-10T20:44:43.362Z] #7 DONE 6.0s
20:44:43 [2020-09-10T20:44:43.362Z] 
20:44:43 [2020-09-10T20:44:43.362Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh       /scripts/run.sh
20:44:43 [2020-09-10T20:44:43.362Z] #9 DONE 0.1s
20:44:43 [2020-09-10T20:44:43.619Z] 
20:44:43 [2020-09-10T20:44:43.619Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs  /scripts/ensure-emptyfs.sh
20:44:43 [2020-09-10T20:44:43.619Z] #10 DONE 0.0s
20:44:43 [2020-09-10T20:44:43.619Z] 
20:44:43 [2020-09-10T20:44:43.619Z] #11 [runner 6/12] COPY integration/testdata       /tests/integration/testdat...
20:44:43 [2020-09-10T20:44:43.619Z] #11 DONE 0.0s
20:44:43 [2020-09-10T20:44:43.619Z] 
20:44:43 [2020-09-10T20:44:43.619Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t...
20:44:43 [2020-09-10T20:44:43.647Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
20:44:43 [2020-09-10T20:44:43.875Z] #12 DONE 0.1s
20:44:43 [2020-09-10T20:44:43.875Z] 
20:44:43 [2020-09-10T20:44:43.876Z] #13 [runner 8/12] COPY integration-cli/fixtures   /tests/integration-cli/fix...
20:44:43 [2020-09-10T20:44:43.876Z] #13 DONE 0.0s
20:44:43 [2020-09-10T20:44:43.876Z] 
20:44:43 [2020-09-10T20:44:43.876Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94...
20:44:43 [2020-09-10T20:44:43.876Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.1s done
20:44:43 [2020-09-10T20:44:43.876Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done
20:44:43 [2020-09-10T20:44:43.876Z] #14 DONE 8.3s
20:44:43 [2020-09-10T20:44:43.876Z] 
20:44:43 [2020-09-10T20:44:43.876Z] #15 [base 2/5] RUN apk --no-cache add     bash     btrfs-progs-dev     build...
20:44:43 [2020-09-10T20:44:43.906Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
20:44:44 [2020-09-10T20:44:44.132Z] #15 0.408 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
20:44:44 [2020-09-10T20:44:44.166Z] === RUN   TestDockerSuite/TestContainerAPIRename
20:44:45 [2020-09-10T20:44:45.102Z] === RUN   TestDockerSuite/TestContainerAPIRestart
20:44:45 [2020-09-10T20:44:45.102Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.472 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.582 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.586 (2/54) Installing ncurses-libs (6.2_p20200523-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.593 (3/54) Installing readline (8.0.4-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.597 (4/54) Installing bash (5.0.17-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.608 Executing bash-5.0.17-r0.post-install
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.611 (5/54) Installing linux-headers (5.4.5-r1)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.687 (6/54) Installing libblkid (2.35.2-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.692 (7/54) Installing libuuid (2.35.2-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.693 (8/54) Installing btrfs-progs-libs (5.6.1-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.699 (9/54) Installing btrfs-progs-dev (5.6.1-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.703 (10/54) Installing libgcc (9.3.0-r2)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.705 (11/54) Installing libstdc++ (9.3.0-r2)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.719 (12/54) Installing binutils (2.34-r1)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.785 (13/54) Installing libmagic (5.38-r0)
20:44:45 [2020-09-10T20:44:45.500Z] #15 1.807 (14/54) Installing file (5.38-r0)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.809 (15/54) Installing gmp (6.2.0-r0)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.815 (16/54) Installing isl (0.18-r0)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.829 (17/54) Installing libgomp (9.3.0-r2)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.832 (18/54) Installing libatomic (9.3.0-r2)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.833 (19/54) Installing libgphobos (9.3.0-r2)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.876 (20/54) Installing mpfr4 (4.0.2-r4)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.881 (21/54) Installing mpc1 (1.1.0-r1)
20:44:45 [2020-09-10T20:44:45.757Z] #15 1.883 (22/54) Installing gcc (9.3.0-r2)
20:44:46 [2020-09-10T20:44:46.040Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
20:44:46 [2020-09-10T20:44:46.689Z] #15 2.718 (23/54) Installing musl-dev (1.1.24-r9)
20:44:46 [2020-09-10T20:44:46.689Z] #15 2.791 (24/54) Installing libc-dev (0.7.2-r3)
20:44:46 [2020-09-10T20:44:46.689Z] #15 2.792 (25/54) Installing g++ (9.3.0-r2)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.212 (26/54) Installing make (4.3-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.216 (27/54) Installing fortify-headers (1.1-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.218 (28/54) Installing patch (2.7.6-r6)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.221 (29/54) Installing build-base (0.5-r2)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.223 (30/54) Installing nghttp2-libs (1.41.0-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.225 (31/54) Installing libcurl (7.69.1-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.231 (32/54) Installing curl (7.69.1-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.234 (33/54) Installing oniguruma (6.9.5-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.240 (34/54) Installing jq (1.6-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.247 (35/54) Installing device-mapper-libs (2.02.186-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.252 (36/54) Installing device-mapper-event-libs (2.02.186-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.254 (37/54) Installing libaio (0.3.112-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.256 (38/54) Installing lvm2-libs (2.02.186-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.286 (39/54) Installing blkid (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.289 (40/54) Installing libcap-ng (0.7.10-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.291 (41/54) Installing setpriv (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.293 (42/54) Installing libmount (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.298 (43/54) Installing libsmartcols (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.301 (44/54) Installing findmnt (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.304 (45/54) Installing mcookie (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.306 (46/54) Installing hexdump (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.308 (47/54) Installing lsblk (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.311 (48/54) Installing libfdisk (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.316 (49/54) Installing sfdisk (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.319 (50/54) Installing cfdisk (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.321 (51/54) Installing util-linux (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.356 (52/54) Installing pkgconf (1.7.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.359 (53/54) Installing util-linux-dev (2.35.2-r0)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.379 (54/54) Installing lvm2-dev (2.02.186-r1)
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.384 Executing busybox-1.31.1-r16.trigger
20:44:47 [2020-09-10T20:44:47.253Z] #15 3.392 OK: 230 MiB in 69 packages
20:44:47 [2020-09-10T20:44:47.417Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
20:44:47 [2020-09-10T20:44:47.417Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
20:44:47 [2020-09-10T20:44:47.417Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
20:44:47 [2020-09-10T20:44:47.417Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
20:44:47 [2020-09-10T20:44:47.417Z] === RUN   TestDockerSuite/TestContainerAPIStart
20:44:47 [2020-09-10T20:44:47.816Z] #15 DONE 4.0s
20:44:47 [2020-09-10T20:44:47.816Z] 
20:44:47 [2020-09-10T20:44:47.816Z] #16 [base 3/5] RUN mkdir -p /build/
20:44:47 [2020-09-10T20:44:47.984Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
20:44:48 [2020-09-10T20:44:48.380Z] #16 DONE 0.5s
20:44:48 [2020-09-10T20:44:48.380Z] 
20:44:48 [2020-09-10T20:44:48.380Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/
20:44:48 [2020-09-10T20:44:48.943Z] #17 DONE 0.5s
20:44:48 [2020-09-10T20:44:48.943Z] 
20:44:48 [2020-09-10T20:44:48.943Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/
20:44:48 [2020-09-10T20:44:48.943Z] #18 DONE 0.0s
20:44:48 [2020-09-10T20:44:48.943Z] 
20:44:48 [2020-09-10T20:44:48.943Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh
20:44:48 [2020-09-10T20:44:48.943Z] #22 DONE 0.1s
20:44:48 [2020-09-10T20:44:48.943Z] 
20:44:48 [2020-09-10T20:44:48.943Z] #26 [contrib 1/4] COPY contrib/syscall-test           /build/syscall-test
20:44:48 [2020-09-10T20:44:48.943Z] #26 DONE 0.1s
20:44:48 [2020-09-10T20:44:48.943Z] 
20:44:48 [2020-09-10T20:44:48.943Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh /
20:44:48 [2020-09-10T20:44:48.943Z] #19 DONE 0.1s
20:44:48 [2020-09-10T20:44:48.943Z] 
20:44:48 [2020-09-10T20:44:48.943Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:44:49 [2020-09-10T20:44:49.203Z] #20 ...
20:44:49 [2020-09-10T20:44:49.203Z] 
20:44:49 [2020-09-10T20:44:49.203Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./
20:44:49 [2020-09-10T20:44:49.203Z] #23 DONE 0.2s
20:44:49 [2020-09-10T20:44:49.203Z] 
20:44:49 [2020-09-10T20:44:49.203Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile  /build/httpserver/Dock...
20:44:49 [2020-09-10T20:44:49.203Z] #27 DONE 0.2s
20:44:49 [2020-09-10T20:44:49.359Z] --- PASS: TestServiceCreateInit (9.10s)
20:44:49 [2020-09-10T20:44:49.359Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.59s)
20:44:49 [2020-09-10T20:44:49.359Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.49s)
20:44:49 [2020-09-10T20:44:49.359Z] === RUN   TestCreateServiceMultipleTimes
20:44:49 [2020-09-10T20:44:49.460Z] 
20:44:49 [2020-09-10T20:44:49.460Z] #28 [contrib 3/4] COPY contrib/httpserver             contrib/httpserver
20:44:49 [2020-09-10T20:44:49.460Z] #28 DONE 0.1s
20:44:49 [2020-09-10T20:44:49.460Z] 
20:44:49 [2020-09-10T20:44:49.460Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:44:50 [2020-09-10T20:44:50.830Z] #29 ...
20:44:50 [2020-09-10T20:44:50.830Z] 
20:44:50 [2020-09-10T20:44:50.830Z] #31 [builder 1/4] COPY . .
20:44:50 [2020-09-10T20:44:50.830Z] #31 DONE 1.6s
20:44:50 [2020-09-10T20:44:50.830Z] 
20:44:50 [2020-09-10T20:44:50.830Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-...
20:44:51 [2020-09-10T20:44:51.761Z] #32 DONE 1.1s
20:44:51 [2020-09-10T20:44:51.761Z] 
20:44:51 [2020-09-10T20:44:51.761Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:44:52 [2020-09-10T20:44:52.646Z] === RUN   TestDockerSuite/TestContainerAPIStop
20:44:52 [2020-09-10T20:44:52.691Z] #33 0.839 
20:44:52 [2020-09-10T20:44:52.691Z] #33 0.971 Removing bundles/
20:44:52 [2020-09-10T20:44:52.691Z] #33 0.972 
20:44:52 [2020-09-10T20:44:52.691Z] #33 0.979 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary)
20:44:53 [2020-09-10T20:44:53.214Z] === RUN   TestDockerSuite/TestContainerAPITop
20:44:53 [2020-09-10T20:44:53.623Z] #33 ...
20:44:53 [2020-09-10T20:44:53.623Z] 
20:44:53 [2020-09-10T20:44:53.623Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + RM_GOPATH=0
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + TMP_GOPATH=
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + : /build
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + '[' -z '' ']'
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 ++ mktemp -d
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + export GOPATH=/tmp/tmp.PbfNfa
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + GOPATH=/tmp/tmp.PbfNfa
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + RM_GOPATH=1
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 + case "$(go env GOARCH)" in
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.944 ++ go env GOARCH
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + export GO_BUILDMODE=-buildmode=pie
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + GO_BUILDMODE=-buildmode=pie
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 ++ dirname ./install.sh
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + dir=.
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + bin=dockercli
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + shift
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + '[' '!' -f ./dockercli.installer ']'
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + . ./dockercli.installer
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 ++ : stable
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 ++ : 17.06.2-ce
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + install_dockercli
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 + echo 'Install docker/cli version 17.06.2-ce from stable'
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.949 ++ uname -m
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.951 Install docker/cli version 17.06.2-ce from stable
20:44:53 [2020-09-10T20:44:53.623Z] #24 0.951 + arch=x86_64
20:44:53 [2020-09-10T20:44:53.624Z] #24 0.951 + '[' x86_64 '!=' x86_64 ']'
20:44:53 [2020-09-10T20:44:53.624Z] #24 0.951 + url=https://download.docker.com/linux/static
20:44:53 [2020-09-10T20:44:53.624Z] #24 0.951 + tar -xz docker/docker
20:44:53 [2020-09-10T20:44:53.624Z] #24 0.951 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
20:44:53 [2020-09-10T20:44:53.624Z] #24 4.185 + mkdir -p /build
20:44:53 [2020-09-10T20:44:53.624Z] #24 4.188 + mv docker/docker /build/
20:44:53 [2020-09-10T20:44:53.624Z] #24 4.190 + rmdir docker
20:44:53 [2020-09-10T20:44:53.624Z] #24 DONE 4.3s
20:44:53 [2020-09-10T20:44:53.624Z] 
20:44:53 [2020-09-10T20:44:53.624Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:44:53 [2020-09-10T20:44:53.624Z] #20 2.597 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
20:44:53 [2020-09-10T20:44:53.624Z] #20 3.290 
20:44:53 [2020-09-10T20:44:53.624Z] #20 3.520 #=#=#                                                                         

                                                                           0.0%
########                                                                  12.0%
###################                                                       26.7%
###############################                                           43.4%
##############################################                            65.2%
##########################################################                80.7%
#######################################################################   98.9%
######################################################################## 100.0%
20:44:53 [2020-09-10T20:44:53.782Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
20:44:53 [2020-09-10T20:44:53.782Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
20:44:53 [2020-09-10T20:44:53.782Z] === RUN   TestDockerSuite/TestContainerAPIWait
20:44:54 [2020-09-10T20:44:54.555Z] #20 5.423 
20:44:54 [2020-09-10T20:44:54.555Z] #20 5.536 
####################                                                      28.1%
######################################################################## 100.0%
20:44:55 [2020-09-10T20:44:55.121Z] #20 6.041 
20:44:55 [2020-09-10T20:44:55.378Z] #20 6.164 
############                                                              16.9%
######################################################################## 100.0%
20:44:55 [2020-09-10T20:44:55.943Z] #20 6.793 
20:44:56 [2020-09-10T20:44:56.322Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
20:44:56 [2020-09-10T20:44:56.458Z] #20 6.917 
#                                                                          2.6%
#############                                                             18.3%
############################                                              39.4%
#############################################                             63.3%
##########################################################                81.0%
######################################################################## 100.0%
20:44:56 [2020-09-10T20:44:56.892Z] === RUN   TestDockerSuite/TestContainerNetworkMode
20:44:57 [2020-09-10T20:44:57.024Z] #20 7.867 
20:44:57 [2020-09-10T20:44:57.829Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
20:44:58 [2020-09-10T20:44:58.827Z] #20 7.984 
                                                                           0.7%
#####                                                                      7.2%
#######                                                                   11.0%
#############                                                             18.4%
###################                                                       26.6%
########################                                                  33.9%
############################                                              39.1%
##############################                                            42.5%
###################################                                       49.2%
########################################                                  56.1%
############################################                              61.4%
#############################################                             63.7%
####################################################                      72.4%
########################################################                  78.9%
#############################################################             86.1%
###################################################################       94.1%
######################################################################## 100.0%
20:44:59 [2020-09-10T20:44:59.084Z] #20 10.26 
20:45:00 [2020-09-10T20:45:00.454Z] #20 11.35 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
20:45:00 [2020-09-10T20:45:00.712Z] #20 11.88 
20:45:00 [2020-09-10T20:45:00.981Z] #20 12.00 
#                                                                          2.2%
######################################################################## 100.0%
20:45:01 [2020-09-10T20:45:01.113Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
20:45:01 [2020-09-10T20:45:01.565Z] #20 12.50 
20:45:02 [2020-09-10T20:45:02.050Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
20:45:02 [2020-09-10T20:45:02.934Z] #20 13.69 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
20:45:02 [2020-09-10T20:45:02.935Z] #20 14.08 
20:45:02 [2020-09-10T20:45:02.989Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
20:45:03 [2020-09-10T20:45:03.449Z] #20 14.30 #=#=#                                                                         

######################################################################## 100.0%
20:45:03 [2020-09-10T20:45:03.707Z] #20 14.70 
20:45:03 [2020-09-10T20:45:03.925Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
20:45:04 [2020-09-10T20:45:04.493Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
20:45:04 [2020-09-10T20:45:04.639Z] #20 ...
20:45:04 [2020-09-10T20:45:04.639Z] 
20:45:04 [2020-09-10T20:45:04.639Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:45:04 [2020-09-10T20:45:04.639Z] #33 2.942 Building test suite binary ./integration-cli/test.main
20:45:04 [2020-09-10T20:45:04.897Z] #33 ...
20:45:04 [2020-09-10T20:45:04.897Z] 
20:45:04 [2020-09-10T20:45:04.897Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build 	buildpack-d...
20:45:04 [2020-09-10T20:45:04.897Z] #20 15.79 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
20:45:04 [2020-09-10T20:45:04.897Z] #20 15.98 skipping existing c35d46ef359f
20:45:05 [2020-09-10T20:45:05.059Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
20:45:05 [2020-09-10T20:45:05.462Z] #20 16.43 
20:45:05 [2020-09-10T20:45:05.994Z] --- PASS: TestCreateServiceMultipleTimes (16.52s)
20:45:05 [2020-09-10T20:45:05.994Z] === RUN   TestCreateServiceConflict
20:45:06 [2020-09-10T20:45:06.252Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
20:45:06 [2020-09-10T20:45:06.833Z] #20 17.68 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
20:45:07 [2020-09-10T20:45:07.090Z] #20 18.11 
20:45:07 [2020-09-10T20:45:07.347Z] #20 18.19 
######################################################################## 100.0%
20:45:07 [2020-09-10T20:45:07.609Z] #20 18.64 
20:45:07 [2020-09-10T20:45:07.609Z] #20 18.74 Download of images into '/build' complete.
20:45:07 [2020-09-10T20:45:07.627Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
20:45:07 [2020-09-10T20:45:07.866Z] #20 18.74 Use something like the following to load the result into a Docker daemon:
20:45:07 [2020-09-10T20:45:07.866Z] #20 18.74   tar -cC '/build' . | docker load
20:45:08 [2020-09-10T20:45:08.560Z] --- PASS: TestCreateServiceConflict (2.42s)
20:45:08 [2020-09-10T20:45:08.560Z] === RUN   TestCreateServiceMaxReplicas
20:45:08 [2020-09-10T20:45:08.798Z] #20 DONE 19.5s
20:45:08 [2020-09-10T20:45:08.798Z] 
20:45:08 [2020-09-10T20:45:08.798Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:45:09 [2020-09-10T20:45:09.126Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0008b2420_<nil>}
20:45:10 [2020-09-10T20:45:10.499Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1085394558_/foo_false__<nil>_<nil>_<nil>}
20:45:11 [2020-09-10T20:45:11.433Z] --- PASS: TestCreateServiceMaxReplicas (2.93s)
20:45:11 [2020-09-10T20:45:11.433Z] === RUN   TestCreateWithDuplicateNetworkNames
20:45:11 [2020-09-10T20:45:11.999Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1085394558_/foo_true__<nil>_<nil>_<nil>}
20:45:12 [2020-09-10T20:45:12.077Z] #29 ...
20:45:12 [2020-09-10T20:45:12.077Z] 
20:45:12 [2020-09-10T20:45:12.077Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images
20:45:13 [2020-09-10T20:45:13.008Z] #21 DONE 1.5s
20:45:13 [2020-09-10T20:45:13.008Z] 
20:45:13 [2020-09-10T20:45:13.008Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:45:13 [2020-09-10T20:45:13.008Z] #29 ...
20:45:13 [2020-09-10T20:45:13.008Z] 
20:45:13 [2020-09-10T20:45:13.008Z] #25 [runner 10/12] COPY --from=dockercli     /build/ /usr/bin/
20:45:13 [2020-09-10T20:45:13.008Z] #25 DONE 0.1s
20:45:13 [2020-09-10T20:45:13.265Z] 
20:45:13 [2020-09-10T20:45:13.265Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:45:13 [2020-09-10T20:45:13.373Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_false__<nil>_<nil>_<nil>}
20:45:14 [2020-09-10T20:45:14.758Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_true__<nil>_<nil>_<nil>}
20:45:16 [2020-09-10T20:45:16.131Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_true__0xc0008b2480_<nil>_<nil>}
20:45:17 [2020-09-10T20:45:17.505Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0008b24a0_<nil>}
20:45:18 [2020-09-10T20:45:18.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0008b24c0_<nil>}
20:45:20 [2020-09-10T20:45:20.256Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0008b24e0_<nil>}
20:45:21 [2020-09-10T20:45:21.629Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0008b2500_<nil>}
20:45:21 [2020-09-10T20:45:21.889Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
20:45:22 [2020-09-10T20:45:22.823Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
20:45:23 [2020-09-10T20:45:23.223Z] #33 ...
20:45:23 [2020-09-10T20:45:23.223Z] 
20:45:23 [2020-09-10T20:45:23.223Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse...
20:45:23 [2020-09-10T20:45:23.223Z] #29 32.65 # github.com/docker/docker/contrib/httpserver
20:45:23 [2020-09-10T20:45:23.223Z] #29 32.65 loadinternal: cannot find runtime/cgo
20:45:23 [2020-09-10T20:45:23.223Z] #29 DONE 32.9s
20:45:23 [2020-09-10T20:45:23.223Z] 
20:45:23 [2020-09-10T20:45:23.223Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:45:23 [2020-09-10T20:45:23.223Z] #33 ...
20:45:23 [2020-09-10T20:45:23.223Z] 
20:45:23 [2020-09-10T20:45:23.223Z] #30 [runner 11/12] COPY --from=contrib       /build/ /tests/contrib/
20:45:23 [2020-09-10T20:45:23.223Z] #30 DONE 0.1s
20:45:23 [2020-09-10T20:45:23.223Z] 
20:45:23 [2020-09-10T20:45:23.223Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
20:45:23 [2020-09-10T20:45:23.759Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
20:45:24 [2020-09-10T20:45:24.017Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
20:45:24 [2020-09-10T20:45:24.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
20:45:24 [2020-09-10T20:45:24.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
20:45:24 [2020-09-10T20:45:24.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
20:45:24 [2020-09-10T20:45:24.276Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
20:45:25 [2020-09-10T20:45:25.211Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.68s)
20:45:25 [2020-09-10T20:45:25.211Z] === RUN   TestCreateServiceSecretFileMode
20:45:26 [2020-09-10T20:45:26.590Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
20:45:28 [2020-09-10T20:45:28.482Z] --- PASS: TestImportExtremelyLargeImageWorks (196.26s)
20:45:28 [2020-09-10T20:45:28.482Z] PASS
20:45:28 [2020-09-10T20:45:28.482Z] 
20:45:28 [2020-09-10T20:45:28.482Z] === Skipped
20:45:28 [2020-09-10T20:45:28.482Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
20:45:28 [2020-09-10T20:45:28.482Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:45:28 [2020-09-10T20:45:28.482Z] 
20:45:28 [2020-09-10T20:45:28.482Z] 
20:45:28 [2020-09-10T20:45:28.482Z] DONE 12 tests, 1 skipped in 197.247s
20:45:28 [2020-09-10T20:45:28.482Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
20:45:28 [2020-09-10T20:45:28.482Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
20:45:28 [2020-09-10T20:45:28.482Z] ++ set -e
20:45:28 [2020-09-10T20:45:28.482Z] ++ '[' -n 0 ']'
20:45:28 [2020-09-10T20:45:28.482Z] ++ set -x
20:45:28 [2020-09-10T20:45:28.482Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
20:45:28 [2020-09-10T20:45:28.482Z] INFO: Testing against a local daemon
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestNetworkCreateDelete
20:45:28 [2020-09-10T20:45:28.482Z] --- PASS: TestNetworkCreateDelete (0.16s)
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestDockerNetworkDeletePreferID
20:45:28 [2020-09-10T20:45:28.482Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestDaemonDNSFallback
20:45:28 [2020-09-10T20:45:28.482Z] --- PASS: TestDaemonDNSFallback (1.51s)
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestInspectNetwork
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestInspectNetwork/full_network_id
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestInspectNetwork/partial_network_id
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestInspectNetwork/network_name
20:45:28 [2020-09-10T20:45:28.482Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
20:45:28 [2020-09-10T20:45:28.493Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
20:45:28 [2020-09-10T20:45:28.754Z] --- PASS: TestCreateServiceSecretFileMode (3.72s)
20:45:28 [2020-09-10T20:45:28.754Z] === RUN   TestCreateServiceConfigFileMode
20:45:30 [2020-09-10T20:45:30.574Z] --- PASS: TestInspectNetwork (6.93s)
20:45:30 [2020-09-10T20:45:30.574Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
20:45:30 [2020-09-10T20:45:30.574Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
20:45:30 [2020-09-10T20:45:30.574Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
20:45:30 [2020-09-10T20:45:30.574Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
20:45:30 [2020-09-10T20:45:30.574Z] === RUN   TestRunContainerWithBridgeNone
20:45:31 [2020-09-10T20:45:31.288Z] === RUN   TestDockerSuite/TestCopyAndRestart
20:45:32 [2020-09-10T20:45:32.224Z] --- PASS: TestCreateServiceConfigFileMode (3.56s)
20:45:32 [2020-09-10T20:45:32.224Z] === RUN   TestCreateServiceSysctls
20:45:32 [2020-09-10T20:45:32.653Z] --- PASS: TestRunContainerWithBridgeNone (1.78s)
20:45:32 [2020-09-10T20:45:32.653Z] === RUN   TestNetworkInvalidJSON
20:45:32 [2020-09-10T20:45:32.653Z] === RUN   TestNetworkInvalidJSON//networks/create
20:45:32 [2020-09-10T20:45:32.653Z] === PAUSE TestNetworkInvalidJSON//networks/create
20:45:32 [2020-09-10T20:45:32.653Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
20:45:32 [2020-09-10T20:45:32.653Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
20:45:32 [2020-09-10T20:45:32.653Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:32 [2020-09-10T20:45:32.653Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:32 [2020-09-10T20:45:32.653Z] === CONT  TestNetworkInvalidJSON//networks/create
20:45:32 [2020-09-10T20:45:32.653Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
20:45:32 [2020-09-10T20:45:32.653Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
20:45:32 [2020-09-10T20:45:32.653Z] --- PASS: TestNetworkInvalidJSON (0.02s)
20:45:32 [2020-09-10T20:45:32.653Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
20:45:32 [2020-09-10T20:45:32.653Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
20:45:32 [2020-09-10T20:45:32.653Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
20:45:32 [2020-09-10T20:45:32.653Z] === RUN   TestHostIPv4BridgeLabel
20:45:32 [2020-09-10T20:45:32.947Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
20:45:32 [2020-09-10T20:45:32.947Z] === RUN   TestDaemonRestartWithLiveRestore
20:45:33 [2020-09-10T20:45:33.172Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
20:45:33 [2020-09-10T20:45:33.172Z] === RUN   TestDockerSuite/TestCpAbsolutePath
20:45:33 [2020-09-10T20:45:33.994Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
20:45:33 [2020-09-10T20:45:33.995Z] === RUN   TestDaemonDefaultNetworkPools
20:45:34 [2020-09-10T20:45:34.131Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
20:45:34 [2020-09-10T20:45:34.697Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
20:45:35 [2020-09-10T20:45:35.035Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
20:45:35 [2020-09-10T20:45:35.035Z] === RUN   TestDaemonRestartWithExistingNetwork
20:45:35 [2020-09-10T20:45:35.633Z] === RUN   TestDockerSuite/TestCpFromCaseA
20:45:35 [2020-09-10T20:45:35.892Z] --- PASS: TestCreateServiceSysctls (3.70s)
20:45:35 [2020-09-10T20:45:35.892Z] === RUN   TestCreateServiceCapabilities
20:45:36 [2020-09-10T20:45:36.082Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
20:45:36 [2020-09-10T20:45:36.082Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
20:45:36 [2020-09-10T20:45:36.151Z] === RUN   TestDockerSuite/TestCpFromCaseB
20:45:36 [2020-09-10T20:45:36.718Z] === RUN   TestDockerSuite/TestCpFromCaseC
20:45:37 [2020-09-10T20:45:37.141Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s)
20:45:37 [2020-09-10T20:45:37.141Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
20:45:37 [2020-09-10T20:45:37.285Z] === RUN   TestDockerSuite/TestCpFromCaseD
20:45:37 [2020-09-10T20:45:37.780Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
20:45:37 [2020-09-10T20:45:37.781Z] === RUN   TestServiceWithPredefinedNetwork
20:45:38 [2020-09-10T20:45:38.662Z] === RUN   TestDockerSuite/TestCpFromCaseE
20:45:38 [2020-09-10T20:45:38.662Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
20:45:38 [2020-09-10T20:45:38.920Z] --- PASS: TestCreateServiceCapabilities (3.04s)
20:45:38 [2020-09-10T20:45:38.920Z] === RUN   TestInspect
20:45:39 [2020-09-10T20:45:39.487Z] === RUN   TestDockerSuite/TestCpFromCaseF
20:45:39 [2020-09-10T20:45:39.866Z] --- PASS: TestServiceWithPredefinedNetwork (2.05s)
20:45:39 [2020-09-10T20:45:39.866Z] === RUN   TestServiceRemoveKeepsIngressNetwork
20:45:39 [2020-09-10T20:45:39.866Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
20:45:39 [2020-09-10T20:45:39.866Z]     service_test.go:236: FLAKY_TEST
20:45:39 [2020-09-10T20:45:39.866Z] === RUN   TestServiceWithDataPathPortInit
20:45:40 [2020-09-10T20:45:40.053Z] === RUN   TestDockerSuite/TestCpFromCaseG
20:45:41 [2020-09-10T20:45:41.430Z] === RUN   TestDockerSuite/TestCpFromCaseH
20:45:42 [2020-09-10T20:45:42.367Z] === RUN   TestDockerSuite/TestCpFromCaseI
20:45:42 [2020-09-10T20:45:42.933Z] --- PASS: TestInspect (3.94s)
20:45:42 [2020-09-10T20:45:42.933Z] === RUN   TestCreateJob
20:45:43 [2020-09-10T20:45:43.192Z] === RUN   TestDockerSuite/TestCpFromCaseJ
20:45:43 [2020-09-10T20:45:43.759Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
20:45:44 [2020-09-10T20:45:44.696Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
20:45:45 [2020-09-10T20:45:45.631Z] === RUN   TestDockerSuite/TestCpGarbagePath
20:45:46 [2020-09-10T20:45:46.565Z] === RUN   TestDockerSuite/TestCpLocalOnly
20:45:46 [2020-09-10T20:45:46.565Z] === RUN   TestDockerSuite/TestCpNameHasColon
20:45:46 [2020-09-10T20:45:46.565Z] --- PASS: TestCreateJob (3.66s)
20:45:46 [2020-09-10T20:45:46.565Z] === RUN   TestReplicatedJob
20:45:47 [2020-09-10T20:45:47.130Z] === RUN   TestDockerSuite/TestCpRelativePath
20:45:47 [2020-09-10T20:45:47.697Z] === RUN   TestDockerSuite/TestCpSpecialFiles
20:45:48 [2020-09-10T20:45:48.632Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
20:45:49 [2020-09-10T20:45:49.569Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
20:45:50 [2020-09-10T20:45:50.516Z] === RUN   TestDockerSuite/TestCpToCaseA
20:45:51 [2020-09-10T20:45:51.890Z] === RUN   TestDockerSuite/TestCpToCaseB
20:45:52 [2020-09-10T20:45:52.458Z] === RUN   TestDockerSuite/TestCpToCaseC
20:45:53 [2020-09-10T20:45:53.393Z] --- PASS: TestReplicatedJob (6.60s)
20:45:53 [2020-09-10T20:45:53.393Z] === RUN   TestUpdateReplicatedJob
20:45:53 [2020-09-10T20:45:53.960Z] === RUN   TestDockerSuite/TestCpToCaseD
20:45:55 [2020-09-10T20:45:55.243Z] --- PASS: TestServiceWithDataPathPortInit (13.61s)
20:45:55 [2020-09-10T20:45:55.243Z] === RUN   TestServiceWithDefaultAddressPoolInit
20:45:57 [2020-09-10T20:45:57.253Z] --- PASS: TestUpdateReplicatedJob (3.78s)
20:45:57 [2020-09-10T20:45:57.253Z] === RUN   TestServiceListWithStatuses
20:45:57 [2020-09-10T20:45:57.253Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:45:57 [2020-09-10T20:45:57.253Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:45:57 [2020-09-10T20:45:57.253Z] === RUN   TestDockerNetworkConnectAlias
20:45:57 [2020-09-10T20:45:57.513Z] === RUN   TestDockerSuite/TestCpToCaseE
20:46:00 [2020-09-10T20:46:00.048Z] === RUN   TestDockerSuite/TestCpToCaseF
20:46:00 [2020-09-10T20:46:00.307Z] === RUN   TestDockerSuite/TestCpToCaseG
20:46:00 [2020-09-10T20:46:00.820Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s)
20:46:00 [2020-09-10T20:46:00.820Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uqzm4l0mlarutqf3kz7m8kl1y Created:2020-09-10 20:45:54.516753406 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[6acf206f2878d2a38e86f1c8258175519be0008f8e35659e6e522d2201a0c1d2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y0mh520qgvas6dzudy4fleuk9 EndpointID:6b7cc9775bddd66138097cdaccf0572a5027620561f09e58df5fb4384dd993c4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4522cf956c41a01a68f20ebaf4f317891dbc4ad7a70ec1493aa18a89ab8818de MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:c68f840f063e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y0mh520qgvas6dzudy4fleuk9 EndpointID:6b7cc9775bddd66138097cdaccf0572a5027620561f09e58df5fb4384dd993c4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
20:46:00 [2020-09-10T20:46:00.820Z] PASS
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] === Skipped
20:46:00 [2020-09-10T20:46:00.820Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
20:46:00 [2020-09-10T20:46:00.820Z]     service_test.go:236: FLAKY_TEST
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] DONE 23 tests, 1 skipped in 38.868s
20:46:00 [2020-09-10T20:46:00.820Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
20:46:00 [2020-09-10T20:46:00.820Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:46:00 [2020-09-10T20:46:00.820Z] ++ set -e
20:46:00 [2020-09-10T20:46:00.820Z] ++ '[' -n 0 ']'
20:46:00 [2020-09-10T20:46:00.820Z] ++ set -x
20:46:00 [2020-09-10T20:46:00.820Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
20:46:00 [2020-09-10T20:46:00.820Z] INFO: Testing against a local daemon
20:46:00 [2020-09-10T20:46:00.820Z] === RUN   TestDockerNetworkIpvlanPersistance
20:46:00 [2020-09-10T20:46:00.820Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
20:46:00 [2020-09-10T20:46:00.820Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:00 [2020-09-10T20:46:00.820Z] === RUN   TestDockerNetworkIpvlan
20:46:00 [2020-09-10T20:46:00.820Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
20:46:00 [2020-09-10T20:46:00.820Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:00 [2020-09-10T20:46:00.820Z] PASS
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] === Skipped
20:46:00 [2020-09-10T20:46:00.820Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
20:46:00 [2020-09-10T20:46:00.820Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
20:46:00 [2020-09-10T20:46:00.820Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] 
20:46:00 [2020-09-10T20:46:00.820Z] DONE 2 tests, 2 skipped in 0.101s
20:46:00 [2020-09-10T20:46:00.820Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
20:46:00 [2020-09-10T20:46:00.820Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:46:00 [2020-09-10T20:46:00.820Z] ++ set -e
20:46:00 [2020-09-10T20:46:00.820Z] ++ '[' -n 0 ']'
20:46:00 [2020-09-10T20:46:00.820Z] ++ set -x
20:46:00 [2020-09-10T20:46:00.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
20:46:00 [2020-09-10T20:46:00.821Z] INFO: Testing against a local daemon
20:46:00 [2020-09-10T20:46:00.821Z] === RUN   TestDockerNetworkMacvlanPersistance
20:46:01 [2020-09-10T20:46:01.879Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s)
20:46:01 [2020-09-10T20:46:01.879Z] === RUN   TestDockerNetworkMacvlan
20:46:02 [2020-09-10T20:46:02.210Z] --- PASS: TestDockerNetworkConnectAlias (5.11s)
20:46:02 [2020-09-10T20:46:02.210Z] === RUN   TestDockerNetworkReConnect
20:46:02 [2020-09-10T20:46:02.924Z] === RUN   TestDockerNetworkMacvlan/Subinterface
20:46:03 [2020-09-10T20:46:03.569Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
20:46:04 [2020-09-10T20:46:04.111Z] === RUN   TestDockerSuite/TestCpToCaseH
20:46:04 [2020-09-10T20:46:04.620Z] === RUN   TestDockerNetworkMacvlan/NilParent
20:46:06 [2020-09-10T20:46:06.643Z] --- PASS: TestDockerNetworkReConnect (4.25s)
20:46:06 [2020-09-10T20:46:06.643Z] === RUN   TestServicePlugin
20:46:06 [2020-09-10T20:46:06.643Z] === RUN   TestDockerSuite/TestCpToCaseI
20:46:06 [2020-09-10T20:46:06.721Z] === RUN   TestDockerNetworkMacvlan/InternalMode
20:46:06 [2020-09-10T20:46:06.903Z] === RUN   TestDockerSuite/TestCpToCaseJ
20:46:08 [2020-09-10T20:46:08.805Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
20:46:11 [2020-09-10T20:46:11.093Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
20:46:11 [2020-09-10T20:46:11.351Z] === RUN   TestDockerSuite/TestCpToDot
20:46:11 [2020-09-10T20:46:11.918Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
20:46:12 [2020-09-10T20:46:12.349Z] === RUN   TestDockerNetworkMacvlan/Addressing
20:46:12 [2020-09-10T20:46:12.879Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
20:46:12 [2020-09-10T20:46:12.990Z] --- PASS: TestDockerNetworkMacvlan (10.96s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.24s)
20:46:12 [2020-09-10T20:46:12.990Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
20:46:12 [2020-09-10T20:46:12.990Z] PASS
20:46:12 [2020-09-10T20:46:12.990Z] 
20:46:12 [2020-09-10T20:46:12.990Z] DONE 8 tests in 12.483s
20:46:12 [2020-09-10T20:46:12.991Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
20:46:12 [2020-09-10T20:46:12.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:46:12 [2020-09-10T20:46:12.991Z] ++ set -e
20:46:12 [2020-09-10T20:46:12.991Z] ++ '[' -n 0 ']'
20:46:12 [2020-09-10T20:46:12.991Z] ++ set -x
20:46:12 [2020-09-10T20:46:12.991Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
20:46:12 [2020-09-10T20:46:12.991Z] testing: warning: no tests to run
20:46:12 [2020-09-10T20:46:12.991Z] PASS
20:46:12 [2020-09-10T20:46:12.991Z] 
20:46:12 [2020-09-10T20:46:12.991Z] DONE 0 tests in 0.018s
20:46:12 [2020-09-10T20:46:12.991Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
20:46:12 [2020-09-10T20:46:12.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:46:12 [2020-09-10T20:46:12.991Z] ++ set -e
20:46:12 [2020-09-10T20:46:12.991Z] ++ '[' -n 0 ']'
20:46:12 [2020-09-10T20:46:12.991Z] ++ set -x
20:46:12 [2020-09-10T20:46:12.991Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
20:46:12 [2020-09-10T20:46:12.991Z] INFO: Testing against a local daemon
20:46:12 [2020-09-10T20:46:12.991Z] === RUN   TestAuthZPluginAllowRequest
20:46:14 [2020-09-10T20:46:14.254Z] === RUN   TestDockerSuite/TestCpToStdout
20:46:14 [2020-09-10T20:46:14.521Z] --- PASS: TestAuthZPluginAllowRequest (1.35s)
20:46:14 [2020-09-10T20:46:14.521Z] === RUN   TestAuthZPluginTLS
20:46:14 [2020-09-10T20:46:14.821Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
20:46:14 [2020-09-10T20:46:14.821Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
20:46:15 [2020-09-10T20:46:15.159Z] --- PASS: TestAuthZPluginTLS (0.57s)
20:46:15 [2020-09-10T20:46:15.159Z] === RUN   TestAuthZPluginDenyRequest
20:46:15 [2020-09-10T20:46:15.453Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
20:46:15 [2020-09-10T20:46:15.453Z] === RUN   TestAuthZPluginAPIDenyResponse
20:46:15 [2020-09-10T20:46:15.758Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
20:46:16 [2020-09-10T20:46:16.016Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
20:46:16 [2020-09-10T20:46:16.091Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
20:46:16 [2020-09-10T20:46:16.091Z] === RUN   TestAuthZPluginDenyResponse
20:46:16 [2020-09-10T20:46:16.731Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
20:46:16 [2020-09-10T20:46:16.731Z] === RUN   TestAuthZPluginAllowEventStream
20:46:16 [2020-09-10T20:46:16.950Z] === RUN   TestDockerSuite/TestCpVolumePath
20:46:17 [2020-09-10T20:46:17.885Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
20:46:17 [2020-09-10T20:46:17.885Z] === RUN   TestDockerSuite/TestCreateArgs
20:46:17 [2020-09-10T20:46:17.885Z] === RUN   TestDockerSuite/TestCreateByImageID
20:46:18 [2020-09-10T20:46:18.143Z] === RUN   TestDockerSuite/TestCreateEchoStdout
20:46:18 [2020-09-10T20:46:18.253Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s)
20:46:18 [2020-09-10T20:46:18.253Z] === RUN   TestAuthZPluginErrorResponse
20:46:18 [2020-09-10T20:46:18.556Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
20:46:18 [2020-09-10T20:46:18.556Z] === RUN   TestAuthZPluginErrorRequest
20:46:18 [2020-09-10T20:46:18.709Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
20:46:18 [2020-09-10T20:46:18.709Z] === RUN   TestDockerSuite/TestCreateHostConfig
20:46:18 [2020-09-10T20:46:18.709Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
20:46:19 [2020-09-10T20:46:19.191Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
20:46:19 [2020-09-10T20:46:19.191Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
20:46:19 [2020-09-10T20:46:19.275Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
20:46:19 [2020-09-10T20:46:19.485Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
20:46:19 [2020-09-10T20:46:19.485Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
20:46:19 [2020-09-10T20:46:19.533Z] === RUN   TestDockerSuite/TestCreateLabels
20:46:19 [2020-09-10T20:46:19.534Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
20:46:19 [2020-09-10T20:46:19.534Z] === RUN   TestDockerSuite/TestCreateRM
20:46:19 [2020-09-10T20:46:19.792Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
20:46:19 [2020-09-10T20:46:19.792Z] === RUN   TestDockerSuite/TestCreateStopSignal
20:46:19 [2020-09-10T20:46:19.792Z] === RUN   TestDockerSuite/TestCreateStopTimeout
20:46:19 [2020-09-10T20:46:19.792Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
20:46:21 [2020-09-10T20:46:21.166Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
20:46:21 [2020-09-10T20:46:21.424Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
20:46:21 [2020-09-10T20:46:21.424Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
20:46:21 [2020-09-10T20:46:21.424Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
20:46:21 [2020-09-10T20:46:21.566Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s)
20:46:21 [2020-09-10T20:46:21.567Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
20:46:23 [2020-09-10T20:46:23.090Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s)
20:46:23 [2020-09-10T20:46:23.090Z] === RUN   TestAuthZPluginHeader
20:46:23 [2020-09-10T20:46:23.732Z] --- PASS: TestAuthZPluginHeader (0.84s)
20:46:23 [2020-09-10T20:46:23.732Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
20:46:23 [2020-09-10T20:46:23.732Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:46:23 [2020-09-10T20:46:23.732Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:23 [2020-09-10T20:46:23.732Z] === RUN   TestAuthZPluginV2Disable
20:46:23 [2020-09-10T20:46:23.732Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
20:46:23 [2020-09-10T20:46:23.732Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:23 [2020-09-10T20:46:23.732Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
20:46:23 [2020-09-10T20:46:23.732Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:46:23 [2020-09-10T20:46:23.732Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:23 [2020-09-10T20:46:23.732Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
20:46:23 [2020-09-10T20:46:23.732Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:46:23 [2020-09-10T20:46:23.732Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:23 [2020-09-10T20:46:23.732Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
20:46:26 [2020-09-10T20:46:26.697Z] === RUN   TestDockerSuite/TestCreateWithPortRange
20:46:26 [2020-09-10T20:46:26.697Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
20:46:26 [2020-09-10T20:46:26.697Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
20:46:26 [2020-09-10T20:46:26.956Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
20:46:26 [2020-09-10T20:46:26.956Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
20:46:26 [2020-09-10T20:46:26.956Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
20:46:27 [2020-09-10T20:46:27.523Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
20:46:28 [2020-09-10T20:46:28.461Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
20:46:28 [2020-09-10T20:46:28.719Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
20:46:30 [2020-09-10T20:46:30.095Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
20:46:31 [2020-09-10T20:46:31.032Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
20:46:31 [2020-09-10T20:46:31.599Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
20:46:31 [2020-09-10T20:46:31.864Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
20:46:31 [2020-09-10T20:46:31.864Z] === RUN   TestDockerSuite/TestDevicePermissions
20:46:32 [2020-09-10T20:46:32.439Z] === RUN   TestDockerSuite/TestDockerFails
20:46:32 [2020-09-10T20:46:32.439Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
20:46:32 [2020-09-10T20:46:32.439Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
20:46:32 [2020-09-10T20:46:32.439Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
20:46:33 [2020-09-10T20:46:33.373Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
20:46:33 [2020-09-10T20:46:33.633Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
20:46:34 [2020-09-10T20:46:34.568Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
20:46:34 [2020-09-10T20:46:34.827Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
20:46:34 [2020-09-10T20:46:34.827Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
20:46:34 [2020-09-10T20:46:34.827Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
20:46:40 [2020-09-10T20:46:40.093Z] --- PASS: TestServicePlugin (33.34s)
20:46:40 [2020-09-10T20:46:40.093Z]     plugin_test.go:62: [d69a060faf89a] joining swarm manager [d7d6c0fc74d89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
20:46:40 [2020-09-10T20:46:40.093Z]     plugin_test.go:65: [da5f94267bab6] joining swarm manager [d7d6c0fc74d89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
20:46:40 [2020-09-10T20:46:40.093Z] === RUN   TestServiceUpdateLabel
20:46:40 [2020-09-10T20:46:40.093Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
20:46:40 [2020-09-10T20:46:40.660Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
20:46:42 [2020-09-10T20:46:42.348Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s)
20:46:42 [2020-09-10T20:46:42.348Z] PASS
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] === Skipped
20:46:42 [2020-09-10T20:46:42.348Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
20:46:42 [2020-09-10T20:46:42.348Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
20:46:42 [2020-09-10T20:46:42.348Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
20:46:42 [2020-09-10T20:46:42.348Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
20:46:42 [2020-09-10T20:46:42.348Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] 
20:46:42 [2020-09-10T20:46:42.348Z] DONE 17 tests, 4 skipped in 27.532s
20:46:42 [2020-09-10T20:46:42.348Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
20:46:42 [2020-09-10T20:46:42.348Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:46:42 [2020-09-10T20:46:42.348Z] ++ set -e
20:46:42 [2020-09-10T20:46:42.348Z] ++ '[' -n 0 ']'
20:46:42 [2020-09-10T20:46:42.348Z] ++ set -x
20:46:42 [2020-09-10T20:46:42.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
20:46:42 [2020-09-10T20:46:42.348Z] INFO: Testing against a local daemon
20:46:42 [2020-09-10T20:46:42.348Z] === RUN   TestPluginInvalidJSON
20:46:42 [2020-09-10T20:46:42.348Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
20:46:42 [2020-09-10T20:46:42.348Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
20:46:42 [2020-09-10T20:46:42.348Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
20:46:42 [2020-09-10T20:46:42.348Z] --- PASS: TestPluginInvalidJSON (0.02s)
20:46:42 [2020-09-10T20:46:42.348Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
20:46:42 [2020-09-10T20:46:42.348Z] === RUN   TestPluginInstall
20:46:42 [2020-09-10T20:46:42.348Z] === RUN   TestPluginInstall/no_auth
20:46:42 [2020-09-10T20:46:42.563Z] --- PASS: TestServiceUpdateLabel (2.92s)
20:46:42 [2020-09-10T20:46:42.563Z] === RUN   TestServiceUpdateSecrets
20:46:42 [2020-09-10T20:46:42.823Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
20:46:45 [2020-09-10T20:46:45.356Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
20:46:45 [2020-09-10T20:46:45.903Z] time="2020-09-10T20:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:45 [2020-09-10T20:46:45.903Z] time="2020-09-10T20:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:485f43f9b34b9f1503314c74d5e6eeec1a75b86682b18beb86f5bfe0d942485d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:45 [2020-09-10T20:46:45.903Z] time="2020-09-10T20:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:45 [2020-09-10T20:46:45.903Z] time="2020-09-10T20:46:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:485f43f9b34b9f1503314c74d5e6eeec1a75b86682b18beb86f5bfe0d942485d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:45 [2020-09-10T20:46:45.903Z] === RUN   TestPluginInstall/with_htpasswd
20:46:46 [2020-09-10T20:46:46.544Z] time="2020-09-10T20:46:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:46 [2020-09-10T20:46:46.544Z] time="2020-09-10T20:46:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:485f43f9b34b9f1503314c74d5e6eeec1a75b86682b18beb86f5bfe0d942485d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:46 [2020-09-10T20:46:46.544Z] time="2020-09-10T20:46:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:46 [2020-09-10T20:46:46.544Z] time="2020-09-10T20:46:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:485f43f9b34b9f1503314c74d5e6eeec1a75b86682b18beb86f5bfe0d942485d" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:46 [2020-09-10T20:46:46.732Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
20:46:46 [2020-09-10T20:46:46.840Z] === RUN   TestPluginInstall/with_insecure
20:46:47 [2020-09-10T20:46:47.298Z] === RUN   TestDockerSuite/TestEventsAttach
20:46:47 [2020-09-10T20:46:47.866Z] === RUN   TestDockerSuite/TestEventsCommit
20:46:48 [2020-09-10T20:46:48.359Z] time="2020-09-10T20:46:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:48 [2020-09-10T20:46:48.359Z] time="2020-09-10T20:46:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c58244ab3500c4e1e4464e7164476740c408c9fa9fc9e84ac9e23b1c344e40b6" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:48 [2020-09-10T20:46:48.359Z] time="2020-09-10T20:46:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
20:46:48 [2020-09-10T20:46:48.359Z] time="2020-09-10T20:46:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c58244ab3500c4e1e4464e7164476740c408c9fa9fc9e84ac9e23b1c344e40b6" mediatype=application/vnd.docker.plugin.v1+json size=522
20:46:48 [2020-09-10T20:46:48.359Z] --- PASS: TestPluginInstall (7.69s)
20:46:48 [2020-09-10T20:46:48.359Z]     --- PASS: TestPluginInstall/no_auth (5.39s)
20:46:48 [2020-09-10T20:46:48.359Z]     --- PASS: TestPluginInstall/with_htpasswd (0.94s)
20:46:48 [2020-09-10T20:46:48.359Z]     --- PASS: TestPluginInstall/with_insecure (1.36s)
20:46:48 [2020-09-10T20:46:48.359Z]         plugin_test.go:157: [d297ab9f677be] daemon is not started
20:46:48 [2020-09-10T20:46:48.359Z] PASS
20:46:48 [2020-09-10T20:46:48.359Z] 
20:46:48 [2020-09-10T20:46:48.359Z] DONE 6 tests in 7.793s
20:46:48 [2020-09-10T20:46:48.359Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
20:46:48 [2020-09-10T20:46:48.359Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:46:48 [2020-09-10T20:46:48.359Z] ++ set -e
20:46:48 [2020-09-10T20:46:48.359Z] ++ '[' -n 0 ']'
20:46:48 [2020-09-10T20:46:48.359Z] ++ set -x
20:46:48 [2020-09-10T20:46:48.359Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
20:46:48 [2020-09-10T20:46:48.359Z] INFO: Testing against a local daemon
20:46:48 [2020-09-10T20:46:48.359Z] === RUN   TestExternalGraphDriver
20:46:48 [2020-09-10T20:46:48.434Z] === RUN   TestDockerSuite/TestEventsContainerEvents
20:46:48 [2020-09-10T20:46:48.655Z] === RUN   TestExternalGraphDriver/json
20:46:49 [2020-09-10T20:46:49.000Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
20:46:49 [2020-09-10T20:46:49.259Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
20:46:49 [2020-09-10T20:46:49.825Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
20:46:50 [2020-09-10T20:46:50.736Z] === RUN   TestExternalGraphDriver/spec
20:46:51 [2020-09-10T20:46:51.199Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
20:46:52 [2020-09-10T20:46:52.274Z] === RUN   TestExternalGraphDriver/pull
20:46:52 [2020-09-10T20:46:52.584Z] === RUN   TestDockerSuite/TestEventsContainerRestart
20:46:53 [2020-09-10T20:46:53.792Z] --- PASS: TestExternalGraphDriver (5.48s)
20:46:53 [2020-09-10T20:46:53.792Z]     --- PASS: TestExternalGraphDriver/json (1.81s)
20:46:53 [2020-09-10T20:46:53.792Z]     --- PASS: TestExternalGraphDriver/spec (1.82s)
20:46:53 [2020-09-10T20:46:53.792Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
20:46:53 [2020-09-10T20:46:53.792Z] === RUN   TestGraphdriverPluginV2
20:46:54 [2020-09-10T20:46:54.089Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
20:46:54 [2020-09-10T20:46:54.089Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:54 [2020-09-10T20:46:54.089Z] PASS
20:46:54 [2020-09-10T20:46:54.089Z] 
20:46:54 [2020-09-10T20:46:54.089Z] === Skipped
20:46:54 [2020-09-10T20:46:54.089Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
20:46:54 [2020-09-10T20:46:54.089Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:46:54 [2020-09-10T20:46:54.089Z] 
20:46:54 [2020-09-10T20:46:54.089Z] 
20:46:54 [2020-09-10T20:46:54.089Z] DONE 5 tests, 1 skipped in 5.617s
20:46:54 [2020-09-10T20:46:54.089Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
20:46:54 [2020-09-10T20:46:54.089Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:46:54 [2020-09-10T20:46:54.089Z] ++ set -e
20:46:54 [2020-09-10T20:46:54.089Z] ++ '[' -n 0 ']'
20:46:54 [2020-09-10T20:46:54.089Z] ++ set -x
20:46:54 [2020-09-10T20:46:54.089Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
20:46:54 [2020-09-10T20:46:54.089Z] INFO: Testing against a local daemon
20:46:54 [2020-09-10T20:46:54.089Z] === RUN   TestContinueAfterPluginCrash
20:46:54 [2020-09-10T20:46:54.089Z] === PAUSE TestContinueAfterPluginCrash
20:46:54 [2020-09-10T20:46:54.089Z] === RUN   TestReadPluginNoRead
20:46:54 [2020-09-10T20:46:54.089Z] === PAUSE TestReadPluginNoRead
20:46:54 [2020-09-10T20:46:54.089Z] === RUN   TestDaemonStartWithLogOpt
20:46:54 [2020-09-10T20:46:54.089Z] === PAUSE TestDaemonStartWithLogOpt
20:46:54 [2020-09-10T20:46:54.089Z] === CONT  TestContinueAfterPluginCrash
20:46:54 [2020-09-10T20:46:54.089Z] === CONT  TestDaemonStartWithLogOpt
20:46:54 [2020-09-10T20:46:54.089Z] === CONT  TestReadPluginNoRead
20:46:54 [2020-09-10T20:46:54.487Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
20:46:56 [2020-09-10T20:46:56.385Z] === RUN   TestDockerSuite/TestEventsCopy
20:46:57 [2020-09-10T20:46:57.320Z] === RUN   TestDockerSuite/TestEventsFilterContainer
20:46:57 [2020-09-10T20:46:57.579Z] --- PASS: TestServiceUpdateSecrets (15.11s)
20:46:57 [2020-09-10T20:46:57.579Z] === RUN   TestServiceUpdateConfigs
20:46:58 [2020-09-10T20:46:58.517Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
20:46:59 [2020-09-10T20:46:59.722Z] === RUN   TestReadPluginNoRead/default
20:46:59 [2020-09-10T20:46:59.722Z] --- PASS: TestDaemonStartWithLogOpt (5.37s)
20:47:00 [2020-09-10T20:47:00.367Z] === RUN   TestReadPluginNoRead/disabled_caching
20:47:01 [2020-09-10T20:47:01.893Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
20:47:03 [2020-09-10T20:47:03.425Z] --- PASS: TestReadPluginNoRead (9.45s)
20:47:03 [2020-09-10T20:47:03.425Z]     --- PASS: TestReadPluginNoRead/default (1.46s)
20:47:03 [2020-09-10T20:47:03.425Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.53s)
20:47:03 [2020-09-10T20:47:03.425Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.48s)
20:47:03 [2020-09-10T20:47:03.425Z]     read_test.go:92: [d21ac81779959] daemon is not started
20:47:03 [2020-09-10T20:47:03.786Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
20:47:04 [2020-09-10T20:47:04.353Z] === RUN   TestDockerSuite/TestEventsFilterImageName
20:47:04 [2020-09-10T20:47:04.467Z] --- PASS: TestContinueAfterPluginCrash (10.52s)
20:47:04 [2020-09-10T20:47:04.467Z] PASS
20:47:04 [2020-09-10T20:47:04.468Z] 
20:47:04 [2020-09-10T20:47:04.468Z] DONE 6 tests in 10.597s
20:47:04 [2020-09-10T20:47:04.468Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
20:47:04 [2020-09-10T20:47:04.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:47:04 [2020-09-10T20:47:04.468Z] ++ set -e
20:47:04 [2020-09-10T20:47:04.468Z] ++ '[' -n 0 ']'
20:47:04 [2020-09-10T20:47:04.468Z] ++ set -x
20:47:04 [2020-09-10T20:47:04.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
20:47:04 [2020-09-10T20:47:04.765Z] testing: warning: no tests to run
20:47:04 [2020-09-10T20:47:04.765Z] PASS
20:47:04 [2020-09-10T20:47:04.765Z] 
20:47:04 [2020-09-10T20:47:04.765Z] DONE 0 tests in 0.018s
20:47:04 [2020-09-10T20:47:04.765Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
20:47:04 [2020-09-10T20:47:04.765Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:47:04 [2020-09-10T20:47:04.765Z] ++ set -e
20:47:04 [2020-09-10T20:47:04.765Z] ++ '[' -n 0 ']'
20:47:04 [2020-09-10T20:47:04.765Z] ++ set -x
20:47:04 [2020-09-10T20:47:04.765Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
20:47:04 [2020-09-10T20:47:04.765Z] INFO: Testing against a local daemon
20:47:04 [2020-09-10T20:47:04.765Z] === RUN   TestPluginWithDevMounts
20:47:04 [2020-09-10T20:47:04.765Z] === PAUSE TestPluginWithDevMounts
20:47:04 [2020-09-10T20:47:04.765Z] === CONT  TestPluginWithDevMounts
20:47:05 [2020-09-10T20:47:05.290Z] === RUN   TestDockerSuite/TestEventsFilterLabels
20:47:06 [2020-09-10T20:47:06.225Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
20:47:06 [2020-09-10T20:47:06.225Z] === RUN   TestDockerSuite/TestEventsFilterType
20:47:06 [2020-09-10T20:47:06.484Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
20:47:06 [2020-09-10T20:47:06.742Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
20:47:06 [2020-09-10T20:47:06.742Z] === RUN   TestDockerSuite/TestEventsFilters
20:47:06 [2020-09-10T20:47:06.855Z] --- PASS: TestPluginWithDevMounts (1.84s)
20:47:06 [2020-09-10T20:47:06.855Z] PASS
20:47:06 [2020-09-10T20:47:06.855Z] 
20:47:06 [2020-09-10T20:47:06.855Z] DONE 1 tests in 1.912s
20:47:06 [2020-09-10T20:47:06.855Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
20:47:06 [2020-09-10T20:47:06.855Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
20:47:06 [2020-09-10T20:47:06.855Z] ++ set -e
20:47:06 [2020-09-10T20:47:06.855Z] ++ '[' -n 0 ']'
20:47:06 [2020-09-10T20:47:06.855Z] ++ set -x
20:47:06 [2020-09-10T20:47:06.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
20:47:06 [2020-09-10T20:47:06.855Z] INFO: Testing against a local daemon
20:47:06 [2020-09-10T20:47:06.855Z] === RUN   TestSecretInspect
20:47:08 [2020-09-10T20:47:08.119Z] === RUN   TestDockerSuite/TestEventsFormat
20:47:08 [2020-09-10T20:47:08.377Z] --- PASS: TestSecretInspect (1.86s)
20:47:08 [2020-09-10T20:47:08.378Z] === RUN   TestSecretList
20:47:08 [2020-09-10T20:47:08.686Z] === RUN   TestDockerSuite/TestEventsFormatBadField
20:47:08 [2020-09-10T20:47:08.686Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
20:47:08 [2020-09-10T20:47:08.686Z] === RUN   TestDockerSuite/TestEventsImageImport
20:47:09 [2020-09-10T20:47:09.254Z] === RUN   TestDockerSuite/TestEventsImageLoad
20:47:09 [2020-09-10T20:47:09.513Z] === RUN   TestDockerSuite/TestEventsImagePull
20:47:09 [2020-09-10T20:47:09.772Z] === RUN   TestDockerSuite/TestEventsImageTag
20:47:10 [2020-09-10T20:47:10.467Z] --- PASS: TestSecretList (1.96s)
20:47:10 [2020-09-10T20:47:10.467Z] === RUN   TestSecretsCreateAndDelete
20:47:11 [2020-09-10T20:47:11.147Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
20:47:11 [2020-09-10T20:47:11.147Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
20:47:11 [2020-09-10T20:47:11.147Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
20:47:11 [2020-09-10T20:47:11.147Z] === RUN   TestDockerSuite/TestEventsPluginOps
20:47:12 [2020-09-10T20:47:12.522Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
20:47:12 [2020-09-10T20:47:12.522Z] --- PASS: TestServiceUpdateConfigs (14.85s)
20:47:12 [2020-09-10T20:47:12.522Z] === RUN   TestServiceUpdateNetwork
20:47:12 [2020-09-10T20:47:12.558Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
20:47:12 [2020-09-10T20:47:12.558Z] === RUN   TestSecretsUpdate
20:47:12 [2020-09-10T20:47:12.781Z] === RUN   TestDockerSuite/TestEventsRename
20:47:13 [2020-09-10T20:47:13.375Z] === RUN   TestDockerSuite/TestEventsResize
20:47:13 [2020-09-10T20:47:13.945Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
20:47:14 [2020-09-10T20:47:14.084Z] --- PASS: TestSecretsUpdate (1.89s)
20:47:14 [2020-09-10T20:47:14.084Z] === RUN   TestTemplatedSecret
20:47:14 [2020-09-10T20:47:14.646Z] #33 140.2 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
20:47:14 [2020-09-10T20:47:14.646Z] #33 142.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
20:47:15 [2020-09-10T20:47:15.579Z] #33 143.9 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
20:47:16 [2020-09-10T20:47:16.834Z] --- PASS: TestTemplatedSecret (2.39s)
20:47:16 [2020-09-10T20:47:16.834Z] === RUN   TestSecretCreateResolve
20:47:17 [2020-09-10T20:47:17.477Z] #33 146.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
20:47:18 [2020-09-10T20:47:18.929Z] --- PASS: TestSecretCreateResolve (1.96s)
20:47:18 [2020-09-10T20:47:18.929Z] PASS
20:47:18 [2020-09-10T20:47:18.929Z] 
20:47:18 [2020-09-10T20:47:18.929Z] DONE 6 tests in 12.011s
20:47:18 [2020-09-10T20:47:18.929Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
20:47:18 [2020-09-10T20:47:18.929Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
20:47:18 [2020-09-10T20:47:18.929Z] ++ set -e
20:47:18 [2020-09-10T20:47:18.929Z] ++ '[' -n 0 ']'
20:47:18 [2020-09-10T20:47:18.929Z] ++ set -x
20:47:18 [2020-09-10T20:47:18.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
20:47:18 [2020-09-10T20:47:18.929Z] INFO: Testing against a local daemon
20:47:18 [2020-09-10T20:47:18.929Z] === RUN   TestServiceCreateInit
20:47:18 [2020-09-10T20:47:18.929Z] === RUN   TestServiceCreateInit/daemonInitDisabled
20:47:20 [2020-09-10T20:47:20.507Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
20:47:20 [2020-09-10T20:47:20.507Z] === RUN   TestDockerSuite/TestEventsStreaming
20:47:20 [2020-09-10T20:47:20.507Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
20:47:20 [2020-09-10T20:47:20.750Z] #33 148.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
20:47:22 [2020-09-10T20:47:22.121Z] #33 150.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
20:47:22 [2020-09-10T20:47:22.470Z] === RUN   TestServiceCreateInit/daemonInitEnabled
20:47:23 [2020-09-10T20:47:23.491Z] #33 151.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
20:47:23 [2020-09-10T20:47:23.790Z] === RUN   TestDockerSuite/TestEventsTop
20:47:23 [2020-09-10T20:47:23.790Z] === RUN   TestDockerSuite/TestEventsUntag
20:47:24 [2020-09-10T20:47:24.423Z] #33 153.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
20:47:24 [2020-09-10T20:47:24.987Z] #33 153.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
20:47:25 [2020-09-10T20:47:25.691Z] --- PASS: TestServiceUpdateNetwork (13.07s)
20:47:25 [2020-09-10T20:47:25.691Z] === RUN   TestServiceUpdatePidsLimit
20:47:26 [2020-09-10T20:47:26.027Z] --- PASS: TestServiceCreateInit (7.46s)
20:47:26 [2020-09-10T20:47:26.027Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s)
20:47:26 [2020-09-10T20:47:26.027Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.70s)
20:47:26 [2020-09-10T20:47:26.027Z] === RUN   TestCreateServiceMultipleTimes
20:47:26 [2020-09-10T20:47:26.258Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
20:47:26 [2020-09-10T20:47:26.826Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:47:26 [2020-09-10T20:47:26.885Z] #33 154.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
20:47:27 [2020-09-10T20:47:27.763Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:47:28 [2020-09-10T20:47:28.255Z] #33 156.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
20:47:30 [2020-09-10T20:47:30.152Z] #33 158.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
20:47:32 [2020-09-10T20:47:32.050Z] #33 160.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
20:47:32 [2020-09-10T20:47:32.616Z] #33 160.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
20:47:33 [2020-09-10T20:47:33.031Z] === RUN   TestDockerSuite/TestExec
20:47:33 [2020-09-10T20:47:33.031Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
20:47:33 [2020-09-10T20:47:33.290Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
20:47:33 [2020-09-10T20:47:33.857Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
20:47:34 [2020-09-10T20:47:34.424Z] === RUN   TestDockerSuite/TestExecAPIStart
20:47:34 [2020-09-10T20:47:34.424Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:47:34 [2020-09-10T20:47:34.541Z] #33 162.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
20:47:35 [2020-09-10T20:47:35.360Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
20:47:35 [2020-09-10T20:47:35.471Z] #33 163.9 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
20:47:35 [2020-09-10T20:47:35.929Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
20:47:36 [2020-09-10T20:47:36.499Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
20:47:37 [2020-09-10T20:47:37.067Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
20:47:37 [2020-09-10T20:47:37.365Z] #33 165.8 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
20:47:37 [2020-09-10T20:47:37.658Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
20:47:38 [2020-09-10T20:47:38.228Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
20:47:38 [2020-09-10T20:47:38.735Z] #33 167.0 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
20:47:38 [2020-09-10T20:47:38.797Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
20:47:39 [2020-09-10T20:47:39.733Z] === RUN   TestDockerSuite/TestExecCgroup
20:47:40 [2020-09-10T20:47:40.106Z] #33 168.5 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
20:47:40 [2020-09-10T20:47:40.300Z] === RUN   TestDockerSuite/TestExecEnv
20:47:40 [2020-09-10T20:47:40.869Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
20:47:41 [2020-09-10T20:47:41.424Z] --- PASS: TestCreateServiceMultipleTimes (15.23s)
20:47:41 [2020-09-10T20:47:41.424Z] === RUN   TestCreateServiceConflict
20:47:41 [2020-09-10T20:47:41.477Z] #33 169.9 
20:47:41 [2020-09-10T20:47:41.737Z] #33 DONE 170.2s
20:47:41 [2020-09-10T20:47:41.995Z] 
20:47:41 [2020-09-10T20:47:41.995Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ...
20:47:42 [2020-09-10T20:47:42.247Z] --- PASS: TestServiceUpdatePidsLimit (16.36s)
20:47:42 [2020-09-10T20:47:42.247Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
20:47:42 [2020-09-10T20:47:42.247Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
20:47:42 [2020-09-10T20:47:42.247Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s)
20:47:42 [2020-09-10T20:47:42.247Z] PASS
20:47:42 [2020-09-10T20:47:42.247Z] 
20:47:42 [2020-09-10T20:47:42.247Z] === Skipped
20:47:42 [2020-09-10T20:47:42.247Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
20:47:42 [2020-09-10T20:47:42.247Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:47:42 [2020-09-10T20:47:42.247Z] 
20:47:42 [2020-09-10T20:47:42.247Z] 
20:47:42 [2020-09-10T20:47:42.247Z] DONE 27 tests, 1 skipped in 181.864s
20:47:42 [2020-09-10T20:47:42.247Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
20:47:42 [2020-09-10T20:47:42.248Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:47:42 [2020-09-10T20:47:42.248Z] ++ set -e
20:47:42 [2020-09-10T20:47:42.248Z] ++ '[' -n 0 ']'
20:47:42 [2020-09-10T20:47:42.248Z] ++ set -x
20:47:42 [2020-09-10T20:47:42.248Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
20:47:42 [2020-09-10T20:47:42.248Z] === RUN   TestDockerSuite/TestExecExitStatus
20:47:42 [2020-09-10T20:47:42.248Z] INFO: Testing against a local daemon
20:47:42 [2020-09-10T20:47:42.248Z] === RUN   TestSessionCreate
20:47:42 [2020-09-10T20:47:42.248Z] --- PASS: TestSessionCreate (0.04s)
20:47:42 [2020-09-10T20:47:42.248Z] === RUN   TestSessionCreateWithBadUpgrade
20:47:42 [2020-09-10T20:47:42.248Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
20:47:42 [2020-09-10T20:47:42.248Z] PASS
20:47:42 [2020-09-10T20:47:42.248Z] 
20:47:42 [2020-09-10T20:47:42.248Z] DONE 2 tests in 0.282s
20:47:42 [2020-09-10T20:47:42.248Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
20:47:42 [2020-09-10T20:47:42.248Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:47:42 [2020-09-10T20:47:42.248Z] ++ set -e
20:47:42 [2020-09-10T20:47:42.248Z] ++ '[' -n 0 ']'
20:47:42 [2020-09-10T20:47:42.248Z] ++ set -x
20:47:42 [2020-09-10T20:47:42.248Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
20:47:42 [2020-09-10T20:47:42.507Z] INFO: Testing against a local daemon
20:47:42 [2020-09-10T20:47:42.507Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:47:42 [2020-09-10T20:47:42.507Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s)
20:47:42 [2020-09-10T20:47:42.507Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:47:42 [2020-09-10T20:47:42.507Z] === RUN   TestEventsExecDie
20:47:42 [2020-09-10T20:47:42.507Z] === RUN   TestDockerSuite/TestExecInspectID
20:47:43 [2020-09-10T20:47:43.443Z] --- PASS: TestEventsExecDie (0.81s)
20:47:43 [2020-09-10T20:47:43.443Z] === RUN   TestEventsBackwardsCompatible
20:47:43 [2020-09-10T20:47:43.443Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
20:47:43 [2020-09-10T20:47:43.443Z] === RUN   TestInfoBinaryCommits
20:47:43 [2020-09-10T20:47:43.443Z] --- PASS: TestInfoBinaryCommits (0.02s)
20:47:43 [2020-09-10T20:47:43.443Z] === RUN   TestInfoAPIVersioned
20:47:43 [2020-09-10T20:47:43.443Z] --- PASS: TestInfoAPIVersioned (0.02s)
20:47:43 [2020-09-10T20:47:43.443Z] === RUN   TestInfoDiscoveryBackend
20:47:43 [2020-09-10T20:47:43.519Z] --- PASS: TestCreateServiceConflict (1.96s)
20:47:43 [2020-09-10T20:47:43.519Z] === RUN   TestCreateServiceMaxReplicas
20:47:43 [2020-09-10T20:47:43.892Z] #34 DONE 1.7s
20:47:44 [2020-09-10T20:47:44.009Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:47:44 [2020-09-10T20:47:44.009Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:47:44 [2020-09-10T20:47:44.268Z] === RUN   TestDockerSuite/TestExecInteractive
20:47:44 [2020-09-10T20:47:44.836Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
20:47:45 [2020-09-10T20:47:45.096Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:47:45 [2020-09-10T20:47:45.096Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:47:45 [2020-09-10T20:47:45.268Z] 
20:47:45 [2020-09-10T20:47:45.268Z] #35 [runner 12/12] COPY --from=builder       /build/ /
20:47:45 [2020-09-10T20:47:45.355Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
20:47:45 [2020-09-10T20:47:45.614Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
20:47:45 [2020-09-10T20:47:45.614Z] === RUN   TestInfoAPI
20:47:45 [2020-09-10T20:47:45.614Z] --- PASS: TestInfoAPI (0.03s)
20:47:45 [2020-09-10T20:47:45.614Z] === RUN   TestInfoAPIWarnings
20:47:46 [2020-09-10T20:47:46.180Z] --- PASS: TestInfoAPIWarnings (0.53s)
20:47:46 [2020-09-10T20:47:46.180Z] === RUN   TestInfoDebug
20:47:46 [2020-09-10T20:47:46.181Z] === RUN   TestDockerSuite/TestExecParseError
20:47:46 [2020-09-10T20:47:46.197Z] #35 DONE 1.1s
20:47:46 [2020-09-10T20:47:46.197Z] 
20:47:46 [2020-09-10T20:47:46.198Z] #36 exporting to image
20:47:46 [2020-09-10T20:47:46.198Z] #36 exporting layers
20:47:46 [2020-09-10T20:47:46.290Z] --- PASS: TestCreateServiceMaxReplicas (2.63s)
20:47:46 [2020-09-10T20:47:46.290Z] === RUN   TestCreateWithDuplicateNetworkNames
20:47:46 [2020-09-10T20:47:46.750Z] --- PASS: TestInfoDebug (0.53s)
20:47:46 [2020-09-10T20:47:46.750Z] === RUN   TestInfoInsecureRegistries
20:47:46 [2020-09-10T20:47:46.750Z] === RUN   TestDockerSuite/TestExecPausedContainer
20:47:47 [2020-09-10T20:47:47.008Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:47:47 [2020-09-10T20:47:47.008Z] === RUN   TestInfoRegistryMirrors
20:47:47 [2020-09-10T20:47:47.267Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
20:47:47 [2020-09-10T20:47:47.834Z] --- PASS: TestInfoRegistryMirrors (0.54s)
20:47:47 [2020-09-10T20:47:47.834Z] === RUN   TestLoginFailsWithBadCredentials
20:47:47 [2020-09-10T20:47:47.834Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
20:47:47 [2020-09-10T20:47:47.834Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
20:47:48 [2020-09-10T20:47:48.093Z] --- PASS: TestLoginFailsWithBadCredentials (0.36s)
20:47:48 [2020-09-10T20:47:48.093Z] === RUN   TestPingCacheHeaders
20:47:48 [2020-09-10T20:47:48.093Z] --- PASS: TestPingCacheHeaders (0.04s)
20:47:48 [2020-09-10T20:47:48.093Z] === RUN   TestPingGet
20:47:48 [2020-09-10T20:47:48.093Z] --- PASS: TestPingGet (0.02s)
20:47:48 [2020-09-10T20:47:48.093Z] === RUN   TestPingHead
20:47:48 [2020-09-10T20:47:48.093Z] --- PASS: TestPingHead (0.03s)
20:47:48 [2020-09-10T20:47:48.093Z] === RUN   TestVersion
20:47:48 [2020-09-10T20:47:48.093Z] --- PASS: TestVersion (0.03s)
20:47:48 [2020-09-10T20:47:48.093Z] PASS
20:47:48 [2020-09-10T20:47:48.093Z] 
20:47:48 [2020-09-10T20:47:48.093Z] === Skipped
20:47:48 [2020-09-10T20:47:48.093Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s)
20:47:48 [2020-09-10T20:47:48.093Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:47:48 [2020-09-10T20:47:48.093Z] 
20:47:48 [2020-09-10T20:47:48.093Z] 
20:47:48 [2020-09-10T20:47:48.093Z] DONE 18 tests, 1 skipped in 5.801s
20:47:48 [2020-09-10T20:47:48.093Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
20:47:48 [2020-09-10T20:47:48.093Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:47:48 [2020-09-10T20:47:48.093Z] ++ set -e
20:47:48 [2020-09-10T20:47:48.093Z] ++ '[' -n 0 ']'
20:47:48 [2020-09-10T20:47:48.093Z] ++ set -x
20:47:48 [2020-09-10T20:47:48.093Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
20:47:48 [2020-09-10T20:47:48.352Z] INFO: Testing against a local daemon
20:47:48 [2020-09-10T20:47:48.352Z] === RUN   TestVolumesCreateAndList
20:47:48 [2020-09-10T20:47:48.611Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:47:48 [2020-09-10T20:47:48.611Z] === RUN   TestVolumesRemove
20:47:48 [2020-09-10T20:47:48.611Z] --- PASS: TestVolumesRemove (0.16s)
20:47:48 [2020-09-10T20:47:48.611Z] === RUN   TestVolumesInspect
20:47:48 [2020-09-10T20:47:48.611Z] --- PASS: TestVolumesInspect (0.05s)
20:47:48 [2020-09-10T20:47:48.611Z] === RUN   TestVolumesInvalidJSON
20:47:48 [2020-09-10T20:47:48.611Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:47:48 [2020-09-10T20:47:48.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:47:48 [2020-09-10T20:47:48.611Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:47:48 [2020-09-10T20:47:48.611Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:47:48 [2020-09-10T20:47:48.611Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:47:48 [2020-09-10T20:47:48.611Z] PASS
20:47:48 [2020-09-10T20:47:48.611Z] 
20:47:48 [2020-09-10T20:47:48.611Z] DONE 5 tests in 0.570s
20:47:48 [2020-09-10T20:47:48.611Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:47:49 [2020-09-10T20:47:49.180Z] ++++ cat bundles/test-integration/docker.pid
20:47:49 [2020-09-10T20:47:49.180Z] +++ kill 5605
20:47:49 [2020-09-10T20:47:49.180Z] === RUN   TestDockerSuite/TestExecSetEnv
20:47:49 [2020-09-10T20:47:49.472Z] #36 exporting layers 3.0s done
20:47:49 [2020-09-10T20:47:49.472Z] #36 writing image sha256:b26fbb5feaccffc2e82199478292ee541ffc2d3c78e663636616a4e41a65e142 done
20:47:49 [2020-09-10T20:47:49.472Z] #36 naming to docker.io/library/moby-e2e-test done
20:47:49 [2020-09-10T20:47:49.472Z] #36 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:47:49 [2020-09-10T20:47:49.776Z] + echo Ensuring container killed.
20:47:49 [2020-09-10T20:47:49.776Z] Ensuring container killed.
20:47:49 [2020-09-10T20:47:49.776Z] + docker rm -vf docker-pr1
20:47:49 [2020-09-10T20:47:49.776Z] Error: No such container: docker-pr1
20:47:49 [2020-09-10T20:47:49.776Z] + true
[Pipeline] sh
20:47:50 [2020-09-10T20:47:50.052Z] + echo Chowning /workspace to jenkins user
20:47:50 [2020-09-10T20:47:50.052Z] Chowning /workspace to jenkins user
20:47:50 [2020-09-10T20:47:50.052Z] + id -u
20:47:50 [2020-09-10T20:47:50.052Z] + id -g
20:47:50 [2020-09-10T20:47:50.052Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace busybox chown -R 1000:1000 /workspace
20:47:50 [2020-09-10T20:47:50.117Z] === RUN   TestDockerSuite/TestExecStartFails
20:47:50 [2020-09-10T20:47:50.117Z] +++ /etc/init.d/apparmor stop
20:47:50 [2020-09-10T20:47:50.117Z] Leaving: AppArmorNo profiles have been unloaded.
20:47:50 [2020-09-10T20:47:50.117Z] 
20:47:50 [2020-09-10T20:47:50.117Z] Unloading profiles will leave already running processes permanently
20:47:50 [2020-09-10T20:47:50.117Z] unconfined, which can lead to unexpected situations.
20:47:50 [2020-09-10T20:47:50.117Z] 
20:47:50 [2020-09-10T20:47:50.117Z] To set a process to complain mode, use the command line tool
20:47:50 [2020-09-10T20:47:50.117Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:47:50 [2020-09-10T20:47:50.117Z] +++ true
20:47:50 [2020-09-10T20:47:50.117Z] exiting test-integration
20:47:50 [2020-09-10T20:47:50.117Z] ++ exit 0
20:47:50 [2020-09-10T20:47:50.117Z] 
20:47:50 [2020-09-10T20:47:50.689Z] === RUN   TestDockerSuite/TestExecStateCleanup
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:47:51 [2020-09-10T20:47:51.285Z] + bundleName=unit
20:47:51 [2020-09-10T20:47:51.285Z] + echo Creating unit-bundles.tar.gz
20:47:51 [2020-09-10T20:47:51.285Z] Creating unit-bundles.tar.gz
20:47:51 [2020-09-10T20:47:51.285Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
20:47:51 [2020-09-10T20:47:51.285Z] bundles/junit-report.xml
20:47:51 [2020-09-10T20:47:51.285Z] bundles/go-test-report.json
20:47:51 [2020-09-10T20:47:51.285Z] bundles/profile.out
[Pipeline] archiveArtifacts
20:47:51 [2020-09-10T20:47:51.295Z] Archiving artifacts
20:47:51 [2020-09-10T20:47:51.627Z] + for job in $(jobs -p)
20:47:51 [2020-09-10T20:47:51.627Z] + wait 5254
20:47:51 [2020-09-10T20:47:51.711Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:47:52 [2020-09-10T20:47:52.014Z] + make clean
20:47:52 [2020-09-10T20:47:52.014Z] docker volume rm -f docker-dev-cache
20:47:52 [2020-09-10T20:47:52.270Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:47:58 [2020-09-10T20:47:58.969Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.68s)
20:47:58 [2020-09-10T20:47:58.969Z] === RUN   TestCreateServiceSecretFileMode
20:48:01 [2020-09-10T20:48:01.048Z] --- PASS: TestCreateServiceSecretFileMode (2.16s)
20:48:01 [2020-09-10T20:48:01.048Z] === RUN   TestCreateServiceConfigFileMode
20:48:01 [2020-09-10T20:48:01.616Z] === RUN   TestDockerSuite/TestExecStopNotHanging
20:48:02 [2020-09-10T20:48:02.181Z] === RUN   TestDockerSuite/TestExecTTY
20:48:02 [2020-09-10T20:48:02.747Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
20:48:03 [2020-09-10T20:48:03.142Z] --- PASS: TestCreateServiceConfigFileMode (2.26s)
20:48:03 [2020-09-10T20:48:03.142Z] === RUN   TestCreateServiceSysctls
20:48:03 [2020-09-10T20:48:03.315Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
20:48:03 [2020-09-10T20:48:03.574Z] === RUN   TestDockerSuite/TestExecUlimits
20:48:04 [2020-09-10T20:48:04.142Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
20:48:04 [2020-09-10T20:48:04.142Z] === RUN   TestDockerSuite/TestExecWithImageUser
20:48:05 [2020-09-10T20:48:05.520Z] === RUN   TestDockerSuite/TestExecWithNoTERM
20:48:05 [2020-09-10T20:48:05.902Z] --- PASS: TestCreateServiceSysctls (2.96s)
20:48:05 [2020-09-10T20:48:05.902Z] === RUN   TestCreateServiceCapabilities
20:48:06 [2020-09-10T20:48:06.089Z] === RUN   TestDockerSuite/TestExecWithPrivileged
20:48:06 [2020-09-10T20:48:06.656Z] === RUN   TestDockerSuite/TestExecWithTERM
20:48:07 [2020-09-10T20:48:07.224Z] === RUN   TestDockerSuite/TestExecWithUser
20:48:07 [2020-09-10T20:48:07.791Z] === RUN   TestDockerSuite/TestGetContainerStats
20:48:08 [2020-09-10T20:48:08.652Z] --- PASS: TestCreateServiceCapabilities (2.31s)
20:48:08 [2020-09-10T20:48:08.652Z] === RUN   TestInspect
20:48:10 [2020-09-10T20:48:10.754Z] --- PASS: TestInspect (2.41s)
20:48:10 [2020-09-10T20:48:10.754Z] === RUN   TestCreateJob
20:48:13 [2020-09-10T20:48:13.057Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
20:48:14 [2020-09-10T20:48:14.291Z] --- PASS: TestCreateJob (2.98s)
20:48:14 [2020-09-10T20:48:14.291Z] === RUN   TestReplicatedJob
20:48:17 [2020-09-10T20:48:17.243Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
20:48:18 [2020-09-10T20:48:18.178Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
20:48:18 [2020-09-10T20:48:18.773Z] --- PASS: TestReplicatedJob (4.72s)
20:48:18 [2020-09-10T20:48:18.773Z] === RUN   TestUpdateReplicatedJob
20:48:21 [2020-09-10T20:48:21.531Z] --- PASS: TestUpdateReplicatedJob (3.02s)
20:48:21 [2020-09-10T20:48:21.531Z] === RUN   TestServiceListWithStatuses
20:48:21 [2020-09-10T20:48:21.531Z] --- SKIP: TestServiceListWithStatuses (0.00s)
20:48:21 [2020-09-10T20:48:21.531Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:48:21 [2020-09-10T20:48:21.531Z] === RUN   TestDockerNetworkConnectAlias
20:48:23 [2020-09-10T20:48:23.445Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
20:48:23 [2020-09-10T20:48:23.445Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
20:48:23 [2020-09-10T20:48:23.445Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
20:48:23 [2020-09-10T20:48:23.445Z] === RUN   TestDockerSuite/TestHealth
20:48:26 [2020-09-10T20:48:26.017Z] --- PASS: TestDockerNetworkConnectAlias (3.94s)
20:48:26 [2020-09-10T20:48:26.017Z] === RUN   TestDockerNetworkReConnect
20:48:28 [2020-09-10T20:48:28.771Z] --- PASS: TestDockerNetworkReConnect (3.21s)
20:48:28 [2020-09-10T20:48:28.771Z] === RUN   TestServicePlugin
20:48:28 [2020-09-10T20:48:28.771Z] --- SKIP: TestServicePlugin (0.00s)
20:48:28 [2020-09-10T20:48:28.771Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:48:28 [2020-09-10T20:48:28.771Z] === RUN   TestServiceUpdateLabel
20:48:30 [2020-09-10T20:48:30.855Z] --- PASS: TestServiceUpdateLabel (1.93s)
20:48:30 [2020-09-10T20:48:30.855Z] === RUN   TestServiceUpdateSecrets
20:48:41 [2020-09-10T20:48:41.548Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
20:48:41 [2020-09-10T20:48:41.806Z] === RUN   TestDockerSuite/TestHistoryExistentImage
20:48:41 [2020-09-10T20:48:41.806Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
20:48:42 [2020-09-10T20:48:42.064Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
20:48:42 [2020-09-10T20:48:42.064Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
20:48:42 [2020-09-10T20:48:42.631Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
20:48:42 [2020-09-10T20:48:42.631Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
20:48:43 [2020-09-10T20:48:43.199Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
20:48:43 [2020-09-10T20:48:43.199Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
20:48:43 [2020-09-10T20:48:43.199Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
20:48:43 [2020-09-10T20:48:43.199Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
20:48:43 [2020-09-10T20:48:43.458Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
20:48:43 [2020-09-10T20:48:43.717Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
20:48:43 [2020-09-10T20:48:43.976Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
20:48:43 [2020-09-10T20:48:43.976Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
20:48:44 [2020-09-10T20:48:44.543Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
20:48:44 [2020-09-10T20:48:44.543Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
20:48:45 [2020-09-10T20:48:45.492Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
20:48:46 [2020-09-10T20:48:46.059Z] === RUN   TestDockerSuite/TestImagesFormat
20:48:46 [2020-09-10T20:48:46.060Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
20:48:46 [2020-09-10T20:48:46.237Z] --- PASS: TestServiceUpdateSecrets (14.31s)
20:48:46 [2020-09-10T20:48:46.237Z] === RUN   TestServiceUpdateConfigs
20:48:46 [2020-09-10T20:48:46.627Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
20:48:49 [2020-09-10T20:48:49.156Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
20:48:49 [2020-09-10T20:48:49.156Z] === RUN   TestDockerSuite/TestImportBadURL
20:48:49 [2020-09-10T20:48:49.156Z] === RUN   TestDockerSuite/TestImportDisplay
20:48:50 [2020-09-10T20:48:50.533Z] === RUN   TestDockerSuite/TestImportFile
20:48:51 [2020-09-10T20:48:51.469Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
20:48:51 [2020-09-10T20:48:51.469Z] === RUN   TestDockerSuite/TestImportFileWithMessage
20:48:52 [2020-09-10T20:48:52.406Z] === RUN   TestDockerSuite/TestImportGzipped
20:48:53 [2020-09-10T20:48:53.783Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
20:48:54 [2020-09-10T20:48:54.741Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
20:48:55 [2020-09-10T20:48:55.309Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
20:48:55 [2020-09-10T20:48:55.874Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
20:48:56 [2020-09-10T20:48:56.132Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
20:48:56 [2020-09-10T20:48:56.132Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
20:48:56 [2020-09-10T20:48:56.132Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
20:48:56 [2020-09-10T20:48:56.699Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
20:48:57 [2020-09-10T20:48:57.266Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
20:48:57 [2020-09-10T20:48:57.831Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
20:48:58 [2020-09-10T20:48:58.090Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
20:48:58 [2020-09-10T20:48:58.657Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
20:48:58 [2020-09-10T20:48:58.915Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
20:48:59 [2020-09-10T20:48:59.174Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
20:48:59 [2020-09-10T20:48:59.740Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
20:49:00 [2020-09-10T20:49:00.306Z] === RUN   TestDockerSuite/TestInspectAmpersand
20:49:00 [2020-09-10T20:49:00.871Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
20:49:01 [2020-09-10T20:49:01.130Z] === RUN   TestDockerSuite/TestInspectByPrefix
20:49:01 [2020-09-10T20:49:01.130Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
20:49:01 [2020-09-10T20:49:01.599Z] --- PASS: TestServiceUpdateConfigs (14.19s)
20:49:01 [2020-09-10T20:49:01.599Z] === RUN   TestServiceUpdateNetwork
20:49:02 [2020-09-10T20:49:02.068Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
20:49:02 [2020-09-10T20:49:02.068Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
20:49:03 [2020-09-10T20:49:03.002Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
20:49:03 [2020-09-10T20:49:03.571Z] === RUN   TestDockerSuite/TestInspectDefault
20:49:04 [2020-09-10T20:49:04.506Z] === RUN   TestDockerSuite/TestInspectHistory
20:49:04 [2020-09-10T20:49:04.506Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
20:49:05 [2020-09-10T20:49:05.073Z] === RUN   TestDockerSuite/TestInspectImage
20:49:05 [2020-09-10T20:49:05.073Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
20:49:05 [2020-09-10T20:49:05.073Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
20:49:05 [2020-09-10T20:49:05.073Z] === RUN   TestDockerSuite/TestInspectInt64
20:49:05 [2020-09-10T20:49:05.641Z] === RUN   TestDockerSuite/TestInspectJSONFields
20:49:06 [2020-09-10T20:49:06.208Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
20:49:06 [2020-09-10T20:49:06.208Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
20:49:07 [2020-09-10T20:49:07.144Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
20:49:07 [2020-09-10T20:49:07.403Z] === RUN   TestDockerSuite/TestInspectPlugin
20:49:09 [2020-09-10T20:49:09.305Z] === RUN   TestDockerSuite/TestInspectRootFS
20:49:09 [2020-09-10T20:49:09.305Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
20:49:09 [2020-09-10T20:49:09.564Z] === RUN   TestDockerSuite/TestInspectStatus
20:49:10 [2020-09-10T20:49:10.505Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
20:49:11 [2020-09-10T20:49:11.898Z] === RUN   TestDockerSuite/TestInspectTemplateError
20:49:11 [2020-09-10T20:49:11.991Z] --- PASS: TestServiceUpdateNetwork (12.29s)
20:49:11 [2020-09-10T20:49:11.991Z] === RUN   TestServiceUpdatePidsLimit
20:49:12 [2020-09-10T20:49:12.292Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
20:49:12 [2020-09-10T20:49:12.467Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
20:49:12 [2020-09-10T20:49:12.931Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
20:49:13 [2020-09-10T20:49:13.034Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
20:49:13 [2020-09-10T20:49:13.602Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
20:49:14 [2020-09-10T20:49:14.168Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
20:49:14 [2020-09-10T20:49:14.426Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
20:49:14 [2020-09-10T20:49:14.993Z] === RUN   TestDockerSuite/TestInspectUnknownObject
20:49:14 [2020-09-10T20:49:14.993Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
20:49:16 [2020-09-10T20:49:16.895Z] === RUN   TestDockerSuite/TestLinkShortDefinition
20:49:17 [2020-09-10T20:49:17.830Z] === RUN   TestDockerSuite/TestLinksEnvs
20:49:18 [2020-09-10T20:49:18.766Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
20:49:18 [2020-09-10T20:49:18.766Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
20:49:19 [2020-09-10T20:49:19.850Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
20:49:20 [2020-09-10T20:49:20.142Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
20:49:21 [2020-09-10T20:49:21.515Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
20:49:22 [2020-09-10T20:49:22.890Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
20:49:22 [2020-09-10T20:49:22.890Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
20:49:22 [2020-09-10T20:49:22.890Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
20:49:24 [2020-09-10T20:49:24.268Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
20:49:24 [2020-09-10T20:49:24.268Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
20:49:25 [2020-09-10T20:49:25.204Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestServiceUpdatePidsLimit (15.87s)
20:49:28 [2020-09-10T20:49:28.345Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
20:49:28 [2020-09-10T20:49:28.345Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
20:49:28 [2020-09-10T20:49:28.345Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
20:49:28 [2020-09-10T20:49:28.345Z] PASS
20:49:28 [2020-09-10T20:49:28.345Z] 
20:49:28 [2020-09-10T20:49:28.345Z] === Skipped
20:49:28 [2020-09-10T20:49:28.345Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
20:49:28 [2020-09-10T20:49:28.345Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
20:49:28 [2020-09-10T20:49:28.345Z] 
20:49:28 [2020-09-10T20:49:28.345Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
20:49:28 [2020-09-10T20:49:28.345Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
20:49:28 [2020-09-10T20:49:28.345Z] 
20:49:28 [2020-09-10T20:49:28.345Z] 
20:49:28 [2020-09-10T20:49:28.345Z] DONE 27 tests, 2 skipped in 128.638s
20:49:28 [2020-09-10T20:49:28.345Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
20:49:28 [2020-09-10T20:49:28.345Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
20:49:28 [2020-09-10T20:49:28.345Z] ++ set -e
20:49:28 [2020-09-10T20:49:28.345Z] ++ '[' -n 0 ']'
20:49:28 [2020-09-10T20:49:28.345Z] ++ set -x
20:49:28 [2020-09-10T20:49:28.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
20:49:28 [2020-09-10T20:49:28.345Z] INFO: Testing against a local daemon
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestSessionCreate
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestSessionCreate (0.04s)
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestSessionCreateWithBadUpgrade
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
20:49:28 [2020-09-10T20:49:28.345Z] PASS
20:49:28 [2020-09-10T20:49:28.345Z] 
20:49:28 [2020-09-10T20:49:28.345Z] DONE 2 tests in 0.154s
20:49:28 [2020-09-10T20:49:28.345Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
20:49:28 [2020-09-10T20:49:28.345Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
20:49:28 [2020-09-10T20:49:28.345Z] ++ set -e
20:49:28 [2020-09-10T20:49:28.345Z] ++ '[' -n 0 ']'
20:49:28 [2020-09-10T20:49:28.345Z] ++ set -x
20:49:28 [2020-09-10T20:49:28.345Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
20:49:28 [2020-09-10T20:49:28.345Z] INFO: Testing against a local daemon
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestCgroupDriverSystemdMemoryLimit
20:49:28 [2020-09-10T20:49:28.345Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
20:49:28 [2020-09-10T20:49:28.345Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestEventsExecDie
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestEventsExecDie (0.60s)
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestEventsBackwardsCompatible
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestInfoBinaryCommits
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestInfoBinaryCommits (0.03s)
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestInfoAPIVersioned
20:49:28 [2020-09-10T20:49:28.345Z] --- PASS: TestInfoAPIVersioned (0.01s)
20:49:28 [2020-09-10T20:49:28.345Z] === RUN   TestInfoDiscoveryBackend
20:49:28 [2020-09-10T20:49:28.639Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
20:49:28 [2020-09-10T20:49:28.639Z] === RUN   TestInfoDiscoveryInvalidAdvertise
20:49:29 [2020-09-10T20:49:29.679Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
20:49:29 [2020-09-10T20:49:29.679Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
20:49:30 [2020-09-10T20:49:30.317Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
20:49:30 [2020-09-10T20:49:30.317Z] === RUN   TestInfoAPI
20:49:30 [2020-09-10T20:49:30.317Z] --- PASS: TestInfoAPI (0.04s)
20:49:30 [2020-09-10T20:49:30.317Z] === RUN   TestInfoAPIWarnings
20:49:30 [2020-09-10T20:49:30.956Z] --- PASS: TestInfoAPIWarnings (0.53s)
20:49:30 [2020-09-10T20:49:30.956Z] === RUN   TestInfoDebug
20:49:31 [2020-09-10T20:49:31.251Z] --- PASS: TestInfoDebug (0.53s)
20:49:31 [2020-09-10T20:49:31.252Z] === RUN   TestInfoInsecureRegistries
20:49:31 [2020-09-10T20:49:31.889Z] --- PASS: TestInfoInsecureRegistries (0.53s)
20:49:31 [2020-09-10T20:49:31.889Z] === RUN   TestInfoRegistryMirrors
20:49:32 [2020-09-10T20:49:32.524Z] --- PASS: TestInfoRegistryMirrors (0.53s)
20:49:32 [2020-09-10T20:49:32.524Z] === RUN   TestLoginFailsWithBadCredentials
20:49:32 [2020-09-10T20:49:32.818Z] --- PASS: TestLoginFailsWithBadCredentials (0.50s)
20:49:32 [2020-09-10T20:49:32.818Z] === RUN   TestPingCacheHeaders
20:49:32 [2020-09-10T20:49:32.818Z] --- PASS: TestPingCacheHeaders (0.03s)
20:49:32 [2020-09-10T20:49:32.818Z] === RUN   TestPingGet
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestPingGet (0.02s)
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestPingHead
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestPingHead (0.03s)
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestVersion
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestVersion (0.03s)
20:49:33 [2020-09-10T20:49:33.112Z] PASS
20:49:33 [2020-09-10T20:49:33.112Z] 
20:49:33 [2020-09-10T20:49:33.112Z] === Skipped
20:49:33 [2020-09-10T20:49:33.112Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
20:49:33 [2020-09-10T20:49:33.112Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
20:49:33 [2020-09-10T20:49:33.112Z] 
20:49:33 [2020-09-10T20:49:33.112Z] 
20:49:33 [2020-09-10T20:49:33.112Z] DONE 18 tests, 1 skipped in 5.636s
20:49:33 [2020-09-10T20:49:33.112Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
20:49:33 [2020-09-10T20:49:33.112Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
20:49:33 [2020-09-10T20:49:33.112Z] ++ set -e
20:49:33 [2020-09-10T20:49:33.112Z] ++ '[' -n 0 ']'
20:49:33 [2020-09-10T20:49:33.112Z] ++ set -x
20:49:33 [2020-09-10T20:49:33.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
20:49:33 [2020-09-10T20:49:33.112Z] INFO: Testing against a local daemon
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestVolumesCreateAndList
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestVolumesCreateAndList (0.04s)
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestVolumesRemove
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestVolumesRemove (0.07s)
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestVolumesInspect
20:49:33 [2020-09-10T20:49:33.112Z] --- PASS: TestVolumesInspect (0.02s)
20:49:33 [2020-09-10T20:49:33.112Z] === RUN   TestVolumesInvalidJSON
20:49:33 [2020-09-10T20:49:33.351Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
20:49:33 [2020-09-10T20:49:33.406Z] === RUN   TestVolumesInvalidJSON//volumes/create
20:49:33 [2020-09-10T20:49:33.406Z] === PAUSE TestVolumesInvalidJSON//volumes/create
20:49:33 [2020-09-10T20:49:33.406Z] === CONT  TestVolumesInvalidJSON//volumes/create
20:49:33 [2020-09-10T20:49:33.406Z] --- PASS: TestVolumesInvalidJSON (0.02s)
20:49:33 [2020-09-10T20:49:33.406Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
20:49:33 [2020-09-10T20:49:33.406Z] PASS
20:49:33 [2020-09-10T20:49:33.406Z] 
20:49:33 [2020-09-10T20:49:33.406Z] DONE 5 tests in 0.220s
20:49:33 [2020-09-10T20:49:33.406Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:49:33 [2020-09-10T20:49:33.406Z] ++++ cat bundles/test-integration/docker.pid
20:49:33 [2020-09-10T20:49:33.406Z] +++ kill 13787
20:49:34 [2020-09-10T20:49:34.728Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
20:49:34 [2020-09-10T20:49:34.917Z] +++ /etc/init.d/apparmor stop
20:49:34 [2020-09-10T20:49:34.917Z] Leaving: AppArmorNo profiles have been unloaded.
20:49:34 [2020-09-10T20:49:34.917Z] 
20:49:34 [2020-09-10T20:49:34.917Z] Unloading profiles will leave already running processes permanently
20:49:34 [2020-09-10T20:49:34.917Z] unconfined, which can lead to unexpected situations.
20:49:34 [2020-09-10T20:49:34.917Z] 
20:49:34 [2020-09-10T20:49:34.917Z] To set a process to complain mode, use the command line tool
20:49:34 [2020-09-10T20:49:34.917Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:49:34 [2020-09-10T20:49:34.917Z] +++ true
20:49:34 [2020-09-10T20:49:34.917Z] exiting test-integration
20:49:34 [2020-09-10T20:49:34.917Z] ++ exit 0
20:49:34 [2020-09-10T20:49:34.917Z] 
20:49:35 [2020-09-10T20:49:35.663Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
20:49:36 [2020-09-10T20:49:36.230Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
Post stage
[Pipeline] junit
20:49:36 [2020-09-10T20:49:36.498Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:49:37 [2020-09-10T20:49:37.555Z] + echo Ensuring container killed.
20:49:37 [2020-09-10T20:49:37.555Z] Ensuring container killed.
20:49:37 [2020-09-10T20:49:37.555Z] + docker rm -vf docker-pr1
20:49:37 [2020-09-10T20:49:37.555Z] Error: No such container: docker-pr1
20:49:37 [2020-09-10T20:49:37.555Z] + true
[Pipeline] sh
20:49:37 [2020-09-10T20:49:37.607Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
20:49:37 [2020-09-10T20:49:37.607Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
20:49:37 [2020-09-10T20:49:37.866Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
20:49:37 [2020-09-10T20:49:37.866Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
20:49:37 [2020-09-10T20:49:37.866Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
20:49:37 [2020-09-10T20:49:37.945Z] + echo Chowning /workspace to jenkins user
20:49:37 [2020-09-10T20:49:37.945Z] Chowning /workspace to jenkins user
20:49:37 [2020-09-10T20:49:37.945Z] + id -u
20:49:37 [2020-09-10T20:49:37.945Z] + id -g
20:49:37 [2020-09-10T20:49:37.945Z] + docker run --rm -v /home/docker/workspace/moby_PR-41436:/workspace busybox chown -R 1001:1001 /workspace
20:49:37 [2020-09-10T20:49:37.945Z] Unable to find image 'busybox:latest' locally
20:49:38 [2020-09-10T20:49:38.241Z] latest: Pulling from library/busybox
20:49:38 [2020-09-10T20:49:38.241Z] d997fe81ee23: Pulling fs layer
20:49:38 [2020-09-10T20:49:38.241Z] d997fe81ee23: Verifying Checksum
20:49:38 [2020-09-10T20:49:38.241Z] d997fe81ee23: Download complete
20:49:38 [2020-09-10T20:49:38.434Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
20:49:38 [2020-09-10T20:49:38.540Z] d997fe81ee23: Pull complete
20:49:38 [2020-09-10T20:49:38.540Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
20:49:38 [2020-09-10T20:49:38.540Z] Status: Downloaded newer image for busybox:latest
20:49:39 [2020-09-10T20:49:39.000Z] === RUN   TestDockerSuite/TestLogsAPIUntil
20:49:39 [2020-09-10T20:49:39.933Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:49:40 [2020-09-10T20:49:40.472Z] + bundleName=ppc64le-integration
20:49:40 [2020-09-10T20:49:40.472Z] + echo Creating ppc64le-integration-bundles.tar.gz
20:49:40 [2020-09-10T20:49:40.472Z] Creating ppc64le-integration-bundles.tar.gz
20:49:40 [2020-09-10T20:49:40.473Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+  -o -name *-report.xml )xargs -print tar
20:49:40 [2020-09-10T20:49:40.473Z]  -czf ppc64le-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
20:49:40 [2020-09-10T20:49:40.519Z] Archiving artifacts
20:49:42 [2020-09-10T20:49:42.462Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
20:49:42 [2020-09-10T20:49:42.721Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
20:49:43 [2020-09-10T20:49:43.025Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:49:43 [2020-09-10T20:49:43.426Z] + make clean
20:49:43 [2020-09-10T20:49:43.720Z] make: command: Command not found
20:49:43 [2020-09-10T20:49:43.720Z] make: command: Command not found
20:49:43 [2020-09-10T20:49:43.720Z] docker volume rm -f docker-dev-cache
20:49:43 [2020-09-10T20:49:43.720Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:49:47 [2020-09-10T20:49:47.984Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
20:49:47 [2020-09-10T20:49:47.984Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
20:49:47 [2020-09-10T20:49:47.984Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
20:49:48 [2020-09-10T20:49:48.552Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
20:49:49 [2020-09-10T20:49:49.487Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
20:49:50 [2020-09-10T20:49:50.423Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
20:49:51 [2020-09-10T20:49:51.356Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
20:49:51 [2020-09-10T20:49:51.924Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
20:49:53 [2020-09-10T20:49:53.849Z] === RUN   TestDockerSuite/TestLogsFollowStopped
20:49:54 [2020-09-10T20:49:54.108Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
20:49:54 [2020-09-10T20:49:54.675Z] === RUN   TestDockerSuite/TestLogsSince
20:49:55 [2020-09-10T20:49:55.242Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
20:50:00 [2020-09-10T20:50:00.508Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
20:50:01 [2020-09-10T20:50:01.074Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
20:50:07 [2020-09-10T20:50:07.637Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
20:50:07 [2020-09-10T20:50:07.637Z] === RUN   TestDockerSuite/TestLogsTail
20:50:07 [2020-09-10T20:50:07.637Z] === RUN   TestDockerSuite/TestLogsTimestamps
20:50:08 [2020-09-10T20:50:08.203Z] === RUN   TestDockerSuite/TestLogsWithDetails
20:50:08 [2020-09-10T20:50:08.771Z] === RUN   TestDockerSuite/TestMountIntoProc
20:50:08 [2020-09-10T20:50:08.771Z] === RUN   TestDockerSuite/TestMountIntoSys
20:50:09 [2020-09-10T20:50:09.343Z] === RUN   TestDockerSuite/TestNetHostname
20:50:10 [2020-09-10T20:50:10.719Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
20:50:10 [2020-09-10T20:50:10.719Z] === RUN   TestDockerSuite/TestNetworkEvents
20:50:17 [2020-09-10T20:50:17.274Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
20:50:17 [2020-09-10T20:50:17.840Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
20:50:18 [2020-09-10T20:50:18.407Z] === RUN   TestDockerSuite/TestPluginActive
20:50:19 [2020-09-10T20:50:19.810Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
20:50:25 [2020-09-10T20:50:25.074Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
20:50:25 [2020-09-10T20:50:25.074Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
20:50:26 [2020-09-10T20:50:26.007Z] === RUN   TestDockerSuite/TestPluginLogDriver
20:50:27 [2020-09-10T20:50:27.910Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
20:50:27 [2020-09-10T20:50:27.910Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
20:50:29 [2020-09-10T20:50:29.286Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
20:50:30 [2020-09-10T20:50:30.220Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
20:50:31 [2020-09-10T20:50:31.595Z] === RUN   TestDockerSuite/TestPluginUpgrade
20:50:35 [2020-09-10T20:50:35.782Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
20:50:37 [2020-09-10T20:50:37.158Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
20:50:38 [2020-09-10T20:50:38.094Z] === RUN   TestDockerSuite/TestPortHostBinding
20:50:38 [2020-09-10T20:50:38.661Z] === RUN   TestDockerSuite/TestPortList
20:50:46 [2020-09-10T20:50:46.809Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
20:50:46 [2020-09-10T20:50:46.809Z] === RUN   TestDockerSuite/TestPostContainersAttach
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
20:50:53 [2020-09-10T20:50:53.368Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
20:50:53 [2020-09-10T20:50:53.936Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
20:50:53 [2020-09-10T20:50:53.936Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
20:50:55 [2020-09-10T20:50:55.314Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
20:50:55 [2020-09-10T20:50:55.314Z] === RUN   TestDockerSuite/TestPruneContainerLabel
20:50:57 [2020-09-10T20:50:57.215Z] === RUN   TestDockerSuite/TestPruneContainerUntil
20:50:58 [2020-09-10T20:50:58.595Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
20:50:59 [2020-09-10T20:50:59.533Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
20:50:59 [2020-09-10T20:50:59.533Z] === RUN   TestDockerSuite/TestPsByOrder
20:51:02 [2020-09-10T20:51:02.065Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
20:51:02 [2020-09-10T20:51:02.325Z] === RUN   TestDockerSuite/TestPsListContainersBase
20:51:04 [2020-09-10T20:51:04.857Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
20:51:08 [2020-09-10T20:51:08.145Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
20:51:08 [2020-09-10T20:51:08.145Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
20:51:10 [2020-09-10T20:51:10.076Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
20:51:16 [2020-09-10T20:51:16.640Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
20:51:17 [2020-09-10T20:51:17.575Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
20:51:18 [2020-09-10T20:51:18.952Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
20:51:19 [2020-09-10T20:51:19.212Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
20:51:19 [2020-09-10T20:51:19.779Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
20:51:20 [2020-09-10T20:51:20.717Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
20:51:22 [2020-09-10T20:51:22.622Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
20:51:24 [2020-09-10T20:51:24.529Z] === RUN   TestDockerSuite/TestPsListContainersSize
20:51:25 [2020-09-10T20:51:25.908Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
20:51:26 [2020-09-10T20:51:26.167Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
20:51:27 [2020-09-10T20:51:27.105Z] === RUN   TestDockerSuite/TestPsRightTagName
20:51:29 [2020-09-10T20:51:29.009Z] === RUN   TestDockerSuite/TestPsShowMounts
20:51:30 [2020-09-10T20:51:30.388Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
20:51:30 [2020-09-10T20:51:30.974Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
20:51:30 [2020-09-10T20:51:30.974Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
20:51:31 [2020-09-10T20:51:31.232Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
20:51:31 [2020-09-10T20:51:31.232Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
20:51:31 [2020-09-10T20:51:31.232Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
20:51:31 [2020-09-10T20:51:31.799Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
20:51:32 [2020-09-10T20:51:32.733Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
20:51:33 [2020-09-10T20:51:33.669Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
20:51:34 [2020-09-10T20:51:34.234Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
20:51:40 [2020-09-10T20:51:40.805Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
20:51:41 [2020-09-10T20:51:41.064Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
20:51:41 [2020-09-10T20:51:41.998Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
20:51:42 [2020-09-10T20:51:42.565Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
20:51:42 [2020-09-10T20:51:42.565Z] === RUN   TestDockerSuite/TestRestartPolicyNO
20:51:42 [2020-09-10T20:51:42.565Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
20:51:42 [2020-09-10T20:51:42.824Z] === RUN   TestDockerSuite/TestRestartRunningContainer
20:51:45 [2020-09-10T20:51:45.354Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
20:51:46 [2020-09-10T20:51:46.730Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
20:51:49 [2020-09-10T20:51:49.262Z] === RUN   TestDockerSuite/TestRestartWithVolumes
20:51:49 [2020-09-10T20:51:49.828Z] === RUN   TestDockerSuite/TestRmiBlank
20:51:49 [2020-09-10T20:51:49.828Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
20:51:49 [2020-09-10T20:51:49.828Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
20:51:52 [2020-09-10T20:51:52.359Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
20:51:52 [2020-09-10T20:51:52.638Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
20:51:52 [2020-09-10T20:51:52.902Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
20:51:54 [2020-09-10T20:51:54.282Z] === RUN   TestDockerSuite/TestRmiImgIDForce
20:51:55 [2020-09-10T20:51:55.217Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
20:51:56 [2020-09-10T20:51:56.152Z] === RUN   TestDockerSuite/TestRmiParentImageFail
20:51:56 [2020-09-10T20:51:56.720Z] === RUN   TestDockerSuite/TestRmiTag
20:51:56 [2020-09-10T20:51:56.720Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
20:51:57 [2020-09-10T20:51:57.289Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
20:51:59 [2020-09-10T20:51:59.821Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
20:52:00 [2020-09-10T20:52:00.388Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
20:52:00 [2020-09-10T20:52:00.956Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
20:52:01 [2020-09-10T20:52:01.215Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
20:52:02 [2020-09-10T20:52:02.591Z] === RUN   TestDockerSuite/TestRunAddHost
20:52:03 [2020-09-10T20:52:03.159Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
20:52:03 [2020-09-10T20:52:03.159Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
20:52:03 [2020-09-10T20:52:03.725Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
20:52:03 [2020-09-10T20:52:03.725Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
20:52:04 [2020-09-10T20:52:04.293Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
20:52:05 [2020-09-10T20:52:05.227Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
20:52:05 [2020-09-10T20:52:05.486Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
20:52:06 [2020-09-10T20:52:06.420Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
20:52:06 [2020-09-10T20:52:06.679Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
20:52:07 [2020-09-10T20:52:07.612Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
20:52:08 [2020-09-10T20:52:08.547Z] === RUN   TestDockerSuite/TestRunAttachDetach
20:52:09 [2020-09-10T20:52:09.484Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
20:52:10 [2020-09-10T20:52:10.430Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
20:52:10 [2020-09-10T20:52:10.995Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
20:52:11 [2020-09-10T20:52:11.253Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
20:52:11 [2020-09-10T20:52:11.819Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
20:52:12 [2020-09-10T20:52:12.754Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
20:52:13 [2020-09-10T20:52:13.322Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
20:52:13 [2020-09-10T20:52:13.888Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
20:52:14 [2020-09-10T20:52:14.146Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
20:52:14 [2020-09-10T20:52:14.715Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
20:52:14 [2020-09-10T20:52:14.715Z] === RUN   TestDockerSuite/TestRunBindMounts
20:52:16 [2020-09-10T20:52:16.089Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
20:52:16 [2020-09-10T20:52:16.657Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
20:52:16 [2020-09-10T20:52:16.915Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
20:52:17 [2020-09-10T20:52:17.482Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
20:52:17 [2020-09-10T20:52:17.741Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
20:52:17 [2020-09-10T20:52:17.741Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
20:52:18 [2020-09-10T20:52:18.307Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
20:52:18 [2020-09-10T20:52:18.876Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
20:52:19 [2020-09-10T20:52:19.134Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
20:52:19 [2020-09-10T20:52:19.701Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
20:52:19 [2020-09-10T20:52:19.961Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
20:52:19 [2020-09-10T20:52:19.961Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
20:52:20 [2020-09-10T20:52:20.526Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
20:52:20 [2020-09-10T20:52:20.526Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
20:52:20 [2020-09-10T20:52:20.526Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
20:52:21 [2020-09-10T20:52:21.461Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
20:52:22 [2020-09-10T20:52:22.028Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
20:52:22 [2020-09-10T20:52:22.595Z] === RUN   TestDockerSuite/TestRunContainerNetwork
20:52:23 [2020-09-10T20:52:23.532Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
20:52:23 [2020-09-10T20:52:23.532Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
20:52:24 [2020-09-10T20:52:24.098Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
20:52:25 [2020-09-10T20:52:25.474Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
20:52:26 [2020-09-10T20:52:26.433Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
20:52:27 [2020-09-10T20:52:27.367Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
20:52:27 [2020-09-10T20:52:27.626Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
20:52:28 [2020-09-10T20:52:28.194Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
20:52:28 [2020-09-10T20:52:28.763Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
20:52:29 [2020-09-10T20:52:29.021Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
20:52:29 [2020-09-10T20:52:29.588Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
20:52:30 [2020-09-10T20:52:30.966Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
20:52:33 [2020-09-10T20:52:33.503Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
20:52:33 [2020-09-10T20:52:33.503Z] === RUN   TestDockerSuite/TestRunCreateVolume
20:52:33 [2020-09-10T20:52:33.761Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
20:52:35 [2020-09-10T20:52:35.136Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
20:52:36 [2020-09-10T20:52:36.512Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
20:52:37 [2020-09-10T20:52:37.888Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
20:52:40 [2020-09-10T20:52:40.422Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
20:52:40 [2020-09-10T20:52:40.422Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
20:52:40 [2020-09-10T20:52:40.422Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
20:52:40 [2020-09-10T20:52:40.681Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
20:52:41 [2020-09-10T20:52:41.621Z] === RUN   TestDockerSuite/TestRunDNSOptions
20:52:42 [2020-09-10T20:52:42.556Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
20:52:44 [2020-09-10T20:52:44.464Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
20:52:45 [2020-09-10T20:52:45.054Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
20:52:45 [2020-09-10T20:52:45.621Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
20:52:46 [2020-09-10T20:52:46.189Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
20:52:46 [2020-09-10T20:52:46.756Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
20:52:46 [2020-09-10T20:52:46.756Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
20:52:47 [2020-09-10T20:52:47.014Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
20:52:48 [2020-09-10T20:52:48.918Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
20:52:48 [2020-09-10T20:52:48.918Z] === RUN   TestDockerSuite/TestRunDuplicateMount
20:52:49 [2020-09-10T20:52:49.485Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
20:52:50 [2020-09-10T20:52:50.051Z] === RUN   TestDockerSuite/TestRunEchoStdout
20:52:50 [2020-09-10T20:52:50.617Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
20:52:50 [2020-09-10T20:52:50.875Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
20:52:51 [2020-09-10T20:52:51.441Z] === RUN   TestDockerSuite/TestRunEmptyEnv
20:52:51 [2020-09-10T20:52:51.441Z] === RUN   TestDockerSuite/TestRunEntrypoint
20:52:51 [2020-09-10T20:52:51.701Z] === RUN   TestDockerSuite/TestRunEnvironment
20:52:52 [2020-09-10T20:52:52.267Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
20:52:52 [2020-09-10T20:52:52.834Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
20:52:53 [2020-09-10T20:52:53.401Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
20:52:53 [2020-09-10T20:52:53.401Z] === RUN   TestDockerSuite/TestRunExitCode
20:52:53 [2020-09-10T20:52:53.968Z] === RUN   TestDockerSuite/TestRunExitCodeOne
20:52:54 [2020-09-10T20:52:54.227Z] === RUN   TestDockerSuite/TestRunExitCodeZero
20:52:54 [2020-09-10T20:52:54.793Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
20:52:55 [2020-09-10T20:52:55.730Z] === RUN   TestDockerSuite/TestRunExposePort
20:52:55 [2020-09-10T20:52:55.730Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
20:52:56 [2020-09-10T20:52:56.297Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
20:52:56 [2020-09-10T20:52:56.555Z] === RUN   TestDockerSuite/TestRunGroupAdd
20:52:56 [2020-09-10T20:52:56.814Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
20:52:58 [2020-09-10T20:52:58.191Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
20:52:58 [2020-09-10T20:52:58.191Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
20:52:58 [2020-09-10T20:52:58.191Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
20:52:59 [2020-09-10T20:52:59.567Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
20:53:00 [2020-09-10T20:53:00.943Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
20:53:01 [2020-09-10T20:53:01.526Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
20:53:02 [2020-09-10T20:53:02.461Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
20:53:04 [2020-09-10T20:53:04.990Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
20:53:08 [2020-09-10T20:53:08.272Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
20:53:12 [2020-09-10T20:53:12.456Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
20:53:12 [2020-09-10T20:53:12.714Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
20:53:13 [2020-09-10T20:53:13.648Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
20:53:15 [2020-09-10T20:53:15.026Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
20:53:15 [2020-09-10T20:53:15.026Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
20:53:15 [2020-09-10T20:53:15.026Z] === RUN   TestDockerSuite/TestRunInvalidReference
20:53:15 [2020-09-10T20:53:15.026Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
20:53:15 [2020-09-10T20:53:15.285Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
20:53:17 [2020-09-10T20:53:17.186Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
20:53:18 [2020-09-10T20:53:18.121Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
20:53:19 [2020-09-10T20:53:19.057Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
20:53:25 [2020-09-10T20:53:25.640Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
20:53:25 [2020-09-10T20:53:25.640Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
20:53:25 [2020-09-10T20:53:25.640Z] === RUN   TestDockerSuite/TestRunModeHostname
20:53:25 [2020-09-10T20:53:25.900Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
20:53:25 [2020-09-10T20:53:25.900Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
20:53:25 [2020-09-10T20:53:25.900Z] === RUN   TestDockerSuite/TestRunModeIpcHost
20:53:26 [2020-09-10T20:53:26.836Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
20:53:27 [2020-09-10T20:53:27.403Z] === RUN   TestDockerSuite/TestRunModePIDContainer
20:53:28 [2020-09-10T20:53:28.341Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
20:53:28 [2020-09-10T20:53:28.341Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
20:53:28 [2020-09-10T20:53:28.602Z] === RUN   TestDockerSuite/TestRunModePIDHost
20:53:29 [2020-09-10T20:53:29.539Z] === RUN   TestDockerSuite/TestRunModeUTSHost
20:53:30 [2020-09-10T20:53:30.475Z] === RUN   TestDockerSuite/TestRunMount
20:53:33 [2020-09-10T20:53:33.761Z] === RUN   TestDockerSuite/TestRunMountOrdering
20:53:34 [2020-09-10T20:53:34.330Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
20:53:34 [2020-09-10T20:53:34.898Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
20:53:36 [2020-09-10T20:53:36.275Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
20:53:36 [2020-09-10T20:53:36.275Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
20:53:37 [2020-09-10T20:53:37.654Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
20:53:40 [2020-09-10T20:53:40.190Z] === RUN   TestDockerSuite/TestRunNamedVolume
20:53:42 [2020-09-10T20:53:42.093Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
20:53:43 [2020-09-10T20:53:43.471Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
20:53:44 [2020-09-10T20:53:44.409Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
20:53:45 [2020-09-10T20:53:45.354Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
20:53:45 [2020-09-10T20:53:45.354Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
20:53:45 [2020-09-10T20:53:45.613Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
20:53:45 [2020-09-10T20:53:45.872Z] === RUN   TestDockerSuite/TestRunNetHost
20:53:46 [2020-09-10T20:53:46.806Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
20:53:47 [2020-09-10T20:53:47.374Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
20:53:47 [2020-09-10T20:53:47.943Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
20:53:48 [2020-09-10T20:53:48.879Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
20:53:49 [2020-09-10T20:53:49.446Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
20:53:51 [2020-09-10T20:53:51.352Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
20:53:53 [2020-09-10T20:53:53.884Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
20:53:54 [2020-09-10T20:53:54.143Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
20:53:54 [2020-09-10T20:53:54.143Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
20:53:54 [2020-09-10T20:53:54.710Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
20:53:54 [2020-09-10T20:53:54.710Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
20:53:54 [2020-09-10T20:53:54.968Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
20:53:55 [2020-09-10T20:53:55.538Z] === RUN   TestDockerSuite/TestRunNonExistingImage
20:53:55 [2020-09-10T20:53:55.538Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
20:53:56 [2020-09-10T20:53:56.105Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
20:54:02 [2020-09-10T20:54:02.664Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
20:54:02 [2020-09-10T20:54:02.664Z] === RUN   TestDockerSuite/TestRunOOMExitCode
20:54:02 [2020-09-10T20:54:02.664Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
20:54:02 [2020-09-10T20:54:02.664Z] === RUN   TestDockerSuite/TestRunPIDsLimit
20:54:02 [2020-09-10T20:54:02.664Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
20:54:04 [2020-09-10T20:54:04.041Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
20:54:04 [2020-09-10T20:54:04.300Z] === RUN   TestDockerSuite/TestRunPortInUse
20:54:04 [2020-09-10T20:54:04.867Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
20:54:05 [2020-09-10T20:54:05.436Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
20:54:06 [2020-09-10T20:54:06.075Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
20:54:06 [2020-09-10T20:54:06.642Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
20:54:07 [2020-09-10T20:54:07.209Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
20:54:07 [2020-09-10T20:54:07.209Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
20:54:07 [2020-09-10T20:54:07.776Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
20:54:07 [2020-09-10T20:54:07.776Z] === RUN   TestDockerSuite/TestRunPublishPort
20:54:08 [2020-09-10T20:54:08.343Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
20:54:08 [2020-09-10T20:54:08.912Z] === RUN   TestDockerSuite/TestRunReadProcLatency
20:54:08 [2020-09-10T20:54:08.912Z] === RUN   TestDockerSuite/TestRunReadProcTimer
20:54:09 [2020-09-10T20:54:09.479Z] === RUN   TestDockerSuite/TestRunRedirectStdout
20:54:10 [2020-09-10T20:54:10.048Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
20:54:10 [2020-09-10T20:54:10.616Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
20:54:10 [2020-09-10T20:54:10.616Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
20:54:13 [2020-09-10T20:54:13.150Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
20:54:13 [2020-09-10T20:54:13.150Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
20:54:14 [2020-09-10T20:54:14.086Z] === RUN   TestDockerSuite/TestRunRm
20:54:14 [2020-09-10T20:54:14.653Z] === RUN   TestDockerSuite/TestRunRmAndWait
20:54:16 [2020-09-10T20:54:16.028Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
20:54:18 [2020-09-10T20:54:18.558Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
20:54:18 [2020-09-10T20:54:18.558Z] === RUN   TestDockerSuite/TestRunRmPre125Api
20:54:18 [2020-09-10T20:54:18.817Z] === RUN   TestDockerSuite/TestRunRootWorkdir
20:54:19 [2020-09-10T20:54:19.384Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
20:54:21 [2020-09-10T20:54:21.286Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
20:54:21 [2020-09-10T20:54:21.286Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
20:54:21 [2020-09-10T20:54:21.545Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
20:54:24 [2020-09-10T20:54:24.081Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
20:54:24 [2020-09-10T20:54:24.339Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
20:54:27 [2020-09-10T20:54:27.624Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
20:54:28 [2020-09-10T20:54:28.194Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
20:54:28 [2020-09-10T20:54:28.453Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
20:54:29 [2020-09-10T20:54:29.019Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
20:54:29 [2020-09-10T20:54:29.586Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
20:54:30 [2020-09-10T20:54:30.152Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
20:54:30 [2020-09-10T20:54:30.152Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
20:54:30 [2020-09-10T20:54:30.718Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
20:54:31 [2020-09-10T20:54:31.285Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
20:54:31 [2020-09-10T20:54:31.544Z] === RUN   TestDockerSuite/TestRunSetMacAddress
20:54:32 [2020-09-10T20:54:32.479Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
20:54:35 [2020-09-10T20:54:35.007Z] === RUN   TestDockerSuite/TestRunState
20:54:35 [2020-09-10T20:54:35.942Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
20:54:36 [2020-09-10T20:54:36.200Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
20:54:36 [2020-09-10T20:54:36.768Z] === RUN   TestDockerSuite/TestRunStdinPipe
20:54:37 [2020-09-10T20:54:37.336Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
20:54:37 [2020-09-10T20:54:37.595Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
20:54:37 [2020-09-10T20:54:37.595Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
20:54:38 [2020-09-10T20:54:38.162Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
20:54:38 [2020-09-10T20:54:38.729Z] === RUN   TestDockerSuite/TestRunSysctls
20:54:39 [2020-09-10T20:54:39.663Z] === RUN   TestDockerSuite/TestRunTLSVerify
20:54:39 [2020-09-10T20:54:39.663Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
20:54:39 [2020-09-10T20:54:39.663Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
20:54:39 [2020-09-10T20:54:39.921Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
20:54:41 [2020-09-10T20:54:41.823Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
20:54:41 [2020-09-10T20:54:41.823Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
20:54:43 [2020-09-10T20:54:43.204Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
20:54:45 [2020-09-10T20:54:45.738Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
20:54:48 [2020-09-10T20:54:48.265Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
20:54:48 [2020-09-10T20:54:48.523Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
20:54:48 [2020-09-10T20:54:48.781Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
20:54:49 [2020-09-10T20:54:49.348Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
20:54:49 [2020-09-10T20:54:49.606Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
20:54:51 [2020-09-10T20:54:51.508Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
20:54:51 [2020-09-10T20:54:51.766Z] === RUN   TestDockerSuite/TestRunUnshareProc
20:54:52 [2020-09-10T20:54:52.702Z] === RUN   TestDockerSuite/TestRunUserByID
20:54:53 [2020-09-10T20:54:53.269Z] === RUN   TestDockerSuite/TestRunUserByIDBig
20:54:53 [2020-09-10T20:54:53.527Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
20:54:53 [2020-09-10T20:54:53.527Z] === RUN   TestDockerSuite/TestRunUserByIDZero
20:54:54 [2020-09-10T20:54:54.461Z] === RUN   TestDockerSuite/TestRunUserByName
20:54:54 [2020-09-10T20:54:54.721Z] === RUN   TestDockerSuite/TestRunUserDefaults
20:54:55 [2020-09-10T20:54:55.287Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
20:54:55 [2020-09-10T20:54:55.287Z] === RUN   TestDockerSuite/TestRunUserNotFound
20:54:55 [2020-09-10T20:54:55.546Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
20:54:55 [2020-09-10T20:54:55.546Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
20:54:56 [2020-09-10T20:54:56.113Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
20:54:58 [2020-09-10T20:54:58.644Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
20:54:59 [2020-09-10T20:54:59.581Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
20:55:00 [2020-09-10T20:55:00.151Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
20:55:01 [2020-09-10T20:55:01.090Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
20:55:02 [2020-09-10T20:55:02.477Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
20:55:03 [2020-09-10T20:55:03.410Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
20:55:03 [2020-09-10T20:55:03.669Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
20:55:05 [2020-09-10T20:55:05.571Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
20:55:06 [2020-09-10T20:55:06.506Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
20:55:07 [2020-09-10T20:55:07.881Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
20:55:08 [2020-09-10T20:55:08.140Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsShared
20:55:08 [2020-09-10T20:55:08.706Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsSlave
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWithBadDevice
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
20:55:09 [2020-09-10T20:55:09.642Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
20:55:10 [2020-09-10T20:55:10.209Z] === RUN   TestDockerSuite/TestRunWithCPUShares
20:55:10 [2020-09-10T20:55:10.775Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
20:55:11 [2020-09-10T20:55:11.708Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
20:55:11 [2020-09-10T20:55:11.967Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
20:55:12 [2020-09-10T20:55:12.533Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
20:55:12 [2020-09-10T20:55:12.533Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
20:55:12 [2020-09-10T20:55:12.791Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
20:55:12 [2020-09-10T20:55:12.791Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
20:55:12 [2020-09-10T20:55:12.791Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
20:55:13 [2020-09-10T20:55:13.050Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
20:55:13 [2020-09-10T20:55:13.308Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
20:55:13 [2020-09-10T20:55:13.875Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
20:55:14 [2020-09-10T20:55:14.441Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
20:55:14 [2020-09-10T20:55:14.441Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
20:55:14 [2020-09-10T20:55:14.703Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
20:55:14 [2020-09-10T20:55:14.962Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
20:55:15 [2020-09-10T20:55:15.529Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
20:55:15 [2020-09-10T20:55:15.529Z] === RUN   TestDockerSuite/TestRunWithShmSize
20:55:15 [2020-09-10T20:55:15.788Z] === RUN   TestDockerSuite/TestRunWithSwappiness
20:55:16 [2020-09-10T20:55:16.354Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
20:55:16 [2020-09-10T20:55:16.354Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
20:55:16 [2020-09-10T20:55:16.354Z] === RUN   TestDockerSuite/TestRunWithUlimits
20:55:16 [2020-09-10T20:55:16.921Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
20:55:17 [2020-09-10T20:55:17.878Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
20:55:18 [2020-09-10T20:55:18.136Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
20:55:18 [2020-09-10T20:55:18.136Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
20:55:18 [2020-09-10T20:55:18.395Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
20:55:18 [2020-09-10T20:55:18.395Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
20:55:19 [2020-09-10T20:55:19.330Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
20:55:19 [2020-09-10T20:55:19.589Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
20:55:20 [2020-09-10T20:55:20.157Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
20:55:21 [2020-09-10T20:55:21.535Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
20:55:22 [2020-09-10T20:55:22.104Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
20:55:22 [2020-09-10T20:55:22.362Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
20:55:22 [2020-09-10T20:55:22.362Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
20:55:22 [2020-09-10T20:55:22.930Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
20:55:23 [2020-09-10T20:55:23.865Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
20:55:24 [2020-09-10T20:55:24.432Z] === RUN   TestDockerSuite/TestSaveCheckTimes
20:55:24 [2020-09-10T20:55:24.432Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
20:55:25 [2020-09-10T20:55:25.806Z] === RUN   TestDockerSuite/TestSaveImageId
20:55:25 [2020-09-10T20:55:25.806Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
20:55:26 [2020-09-10T20:55:26.065Z] === RUN   TestDockerSuite/TestSaveLoadParents
20:55:27 [2020-09-10T20:55:27.439Z] === RUN   TestDockerSuite/TestSaveMultipleNames
20:55:27 [2020-09-10T20:55:27.439Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
20:55:28 [2020-09-10T20:55:28.373Z] === RUN   TestDockerSuite/TestSaveSingleTag
20:55:28 [2020-09-10T20:55:28.373Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
20:55:28 [2020-09-10T20:55:28.373Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
20:55:29 [2020-09-10T20:55:29.749Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
20:55:30 [2020-09-10T20:55:30.684Z] === RUN   TestDockerSuite/TestSearchCmdOptions
20:55:32 [2020-09-10T20:55:32.059Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
20:55:32 [2020-09-10T20:55:32.318Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
20:55:32 [2020-09-10T20:55:32.576Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
20:55:32 [2020-09-10T20:55:32.576Z] === RUN   TestDockerSuite/TestSearchWithLimit
20:55:32 [2020-09-10T20:55:32.576Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
20:55:33 [2020-09-10T20:55:33.953Z] === RUN   TestDockerSuite/TestSlowStdinClosing
20:55:35 [2020-09-10T20:55:35.870Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
20:55:41 [2020-09-10T20:55:41.137Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
20:55:42 [2020-09-10T20:55:42.512Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
20:55:43 [2020-09-10T20:55:43.078Z] === RUN   TestDockerSuite/TestStartAttachSilent
20:55:44 [2020-09-10T20:55:44.013Z] === RUN   TestDockerSuite/TestStartAttachWithRename
20:55:45 [2020-09-10T20:55:45.912Z] === RUN   TestDockerSwarmSuite/TestServiceScale
20:55:46 [2020-09-10T20:55:46.479Z] === RUN   TestDockerSuite/TestStartMultipleContainers
20:55:48 [2020-09-10T20:55:48.383Z] === RUN   TestDockerSuite/TestStartPausedContainer
20:55:48 [2020-09-10T20:55:48.642Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
20:55:48 [2020-09-10T20:55:48.901Z] === RUN   TestDockerSuite/TestStartRecordError
20:55:50 [2020-09-10T20:55:50.281Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
20:55:51 [2020-09-10T20:55:51.657Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
20:55:52 [2020-09-10T20:55:52.593Z] === RUN   TestDockerSuite/TestStatsAllNoStream
20:55:55 [2020-09-10T20:55:55.127Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
20:56:00 [2020-09-10T20:56:00.408Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
20:56:02 [2020-09-10T20:56:02.940Z] === RUN   TestDockerSuite/TestStatsFormatAll
20:56:06 [2020-09-10T20:56:06.224Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
20:56:07 [2020-09-10T20:56:07.158Z] === RUN   TestDockerSuite/TestStatsNoStream
20:56:08 [2020-09-10T20:56:08.533Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
20:56:09 [2020-09-10T20:56:09.911Z] === RUN   TestDockerSuite/TestStopContainerSignal
20:56:10 [2020-09-10T20:56:10.845Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
20:56:11 [2020-09-10T20:56:11.103Z] === RUN   TestDockerSuite/TestTopMultipleArgs
20:56:11 [2020-09-10T20:56:11.670Z] === RUN   TestDockerSuite/TestTopNonPrivileged
20:56:12 [2020-09-10T20:56:12.237Z] === RUN   TestDockerSuite/TestTopPrivileged
20:56:12 [2020-09-10T20:56:12.805Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
20:56:13 [2020-09-10T20:56:13.063Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
20:56:13 [2020-09-10T20:56:13.633Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
20:56:16 [2020-09-10T20:56:16.920Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
20:56:19 [2020-09-10T20:56:19.465Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
20:56:20 [2020-09-10T20:56:20.032Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
20:56:20 [2020-09-10T20:56:20.291Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
20:56:20 [2020-09-10T20:56:20.291Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
20:56:20 [2020-09-10T20:56:20.859Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
20:56:22 [2020-09-10T20:56:22.236Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
20:56:22 [2020-09-10T20:56:22.236Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
20:56:23 [2020-09-10T20:56:23.175Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
20:56:23 [2020-09-10T20:56:23.744Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
20:56:24 [2020-09-10T20:56:24.312Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
20:56:25 [2020-09-10T20:56:25.249Z] === RUN   TestDockerSuite/TestUpdateStats
20:56:27 [2020-09-10T20:56:27.150Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
20:56:29 [2020-09-10T20:56:29.055Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
20:56:29 [2020-09-10T20:56:29.991Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
20:56:29 [2020-09-10T20:56:29.991Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
20:56:30 [2020-09-10T20:56:30.558Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
20:56:31 [2020-09-10T20:56:31.126Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
20:56:33 [2020-09-10T20:56:33.660Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
20:56:35 [2020-09-10T20:56:35.037Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
20:56:35 [2020-09-10T20:56:35.603Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
20:56:37 [2020-09-10T20:56:37.510Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
20:56:38 [2020-09-10T20:56:38.083Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
20:56:39 [2020-09-10T20:56:39.986Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
20:56:42 [2020-09-10T20:56:42.516Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
20:56:45 [2020-09-10T20:56:45.049Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
20:56:45 [2020-09-10T20:56:45.986Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
20:56:47 [2020-09-10T20:56:47.365Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
20:56:48 [2020-09-10T20:56:48.302Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
20:56:49 [2020-09-10T20:56:49.240Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
20:56:50 [2020-09-10T20:56:50.618Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
20:56:51 [2020-09-10T20:56:51.557Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
20:56:52 [2020-09-10T20:56:52.935Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
20:56:53 [2020-09-10T20:56:53.195Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
20:56:54 [2020-09-10T20:56:54.576Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
20:56:56 [2020-09-10T20:56:56.480Z] === RUN   TestDockerSuite/TestVolumeCLICreate
20:57:11 [2020-09-10T20:57:11.362Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
20:57:11 [2020-09-10T20:57:11.362Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
20:57:11 [2020-09-10T20:57:11.362Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
20:57:11 [2020-09-10T20:57:11.929Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
20:57:11 [2020-09-10T20:57:11.929Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
20:57:11 [2020-09-10T20:57:11.929Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
20:57:11 [2020-09-10T20:57:11.929Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
20:57:11 [2020-09-10T20:57:11.929Z] === RUN   TestDockerSuite/TestVolumeCLILs
20:57:12 [2020-09-10T20:57:12.495Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
20:57:12 [2020-09-10T20:57:12.495Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
20:57:13 [2020-09-10T20:57:13.434Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
20:57:13 [2020-09-10T20:57:13.434Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
20:57:13 [2020-09-10T20:57:13.692Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
20:57:13 [2020-09-10T20:57:13.692Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
20:57:13 [2020-09-10T20:57:13.692Z] === RUN   TestDockerSuite/TestVolumeCLIRm
20:57:15 [2020-09-10T20:57:15.593Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
20:57:15 [2020-09-10T20:57:15.593Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
20:57:15 [2020-09-10T20:57:15.593Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
20:57:15 [2020-09-10T20:57:15.593Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
20:57:15 [2020-09-10T20:57:15.593Z] === RUN   TestDockerSuite/TestVolumeEvents
20:57:19 [2020-09-10T20:57:19.773Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
20:57:21 [2020-09-10T20:57:21.147Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
20:57:22 [2020-09-10T20:57:22.521Z] === RUN   TestDockerSuite/TestVolumeLsFormat
20:57:22 [2020-09-10T20:57:22.521Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
20:57:22 [2020-09-10T20:57:22.779Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
20:57:24 [2020-09-10T20:57:24.682Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
20:57:27 [2020-09-10T20:57:27.219Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
20:57:27 [2020-09-10T20:57:27.219Z] --- PASS: TestDockerSuite (1324.24s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.04s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.12s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.48s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.70s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.27s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.59s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.35s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.29s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.70s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.26s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.94s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.86s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.87s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.78s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.68s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.80s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.82s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.73s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.86s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.75s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.82s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.88s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.27s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.37s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.06s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.85s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.30s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.61s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.71s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.59s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.26s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.98s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.83s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.11s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.78s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.90s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.82s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.07s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.94s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.25s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.65s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.03s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.81s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.86s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.99s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.92s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.37s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.72s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.26s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.43s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.48s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.42s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.76s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.72s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.64s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.19s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.46s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.57s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.24s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.67s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.80s)
20:57:27 [2020-09-10T20:57:27.219Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.85s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.78s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.29s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.12s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.99s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.92s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.20s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.45s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.96s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.31s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.39s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.66s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.68s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.92s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.27s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.51s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.49s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.84s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.41s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.41s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContChar (3.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.06s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.35s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.95s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.78s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.93s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.91s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.52s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.37s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.94s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.09s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.98s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.32s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.95s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.23s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.29s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.24s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.39s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.24s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.14s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.76s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.42s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.39s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.26s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.89s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.75s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.22s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.55s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.36s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.75s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.66s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.67s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.56s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.19s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.97s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.86s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (5.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.41s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.71s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.36s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.65s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.52s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.52s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.42s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.27s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.46s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFails (0.53s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.82s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.32s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.33s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.71s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.15s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.61s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.12s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.66s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.41s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.24s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.55s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.74s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.34s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.42s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.00s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.32s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.31s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.46s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.58s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.14s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.28s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.30s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.50s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.87s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.52s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.43s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.61s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.33s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.90s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.88s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.10s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.15s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.55s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.50s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.69s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.50s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.48s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.28s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.79s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.14s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.22s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.40s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.32s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.54s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.70s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.66s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.77s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRm (2.21s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.19s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.25s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.74s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.75s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.65s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.34s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.27s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.59s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.57s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.57s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.66s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.63s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.60s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildUser (1.25s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.95s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.99s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.70s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.26s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.74s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.75s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.97s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.31s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.67s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.71s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.76s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.15s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.97s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.38s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.93s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.45s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.28s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.08s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.09s)
20:57:27 [2020-09-10T20:57:27.220Z]         docker_cli_sni_test.go:18: Flakey test
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.74s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.95s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitChange (1.04s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.93s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.72s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.29s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.74s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.17s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.65s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.83s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.25s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.14s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.63s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.57s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.55s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.56s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
20:57:27 [2020-09-10T20:57:27.220Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.67s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.62s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.93s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.90s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.79s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.64s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.54s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.67s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.69s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.67s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.12s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.28s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.85s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.72s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.52s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.48s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.30s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.60s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.09s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.80s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.03s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (0.46s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.32s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.33s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.41s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0008b2420_<nil>} (1.36s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1085394558_/foo_false__<nil>_<nil>_<nil>} (1.54s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1085394558_/foo_true__<nil>_<nil>_<nil>} (1.40s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_false__<nil>_<nil>_<nil>} (1.43s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_true__<nil>_<nil>_<nil>} (1.29s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3447898053_/foo_true__0xc0008b2480_<nil>_<nil>} (1.32s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0008b24a0_<nil>} (1.36s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0008b24c0_<nil>} (1.38s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0008b24e0_<nil>} (1.35s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0008b2500_<nil>} (1.32s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.14s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
20:57:27 [2020-09-10T20:57:27.221Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.20s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.75s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.76s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.07s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.62s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.90s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.69s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.71s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.61s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.59s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.96s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.72s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.17s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.18s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.72s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.67s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.99s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.89s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.76s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.60s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.69s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.87s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.26s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.53s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.60s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.49s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.37s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.41s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.69s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.54s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.61s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.82s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToDot (0.51s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.94s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.25s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.55s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.10s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.24s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.85s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.39s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.11s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.97s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.31s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.43s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.86s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.49s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.02s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.09s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.51s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.47s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.30s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.63s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.48s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.35s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.73s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.51s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.59s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.46s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.13s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.05s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.99s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.85s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.15s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.44s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.87s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.03s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.33s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.23s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.96s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.88s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.63s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.28s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.30s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsRename (0.54s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsResize (0.48s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.60s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.43s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsTop (0.52s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.85s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExec (0.69s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.45s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.01s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.50s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.63s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.68s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.57s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.49s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.95s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.72s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecEnv (0.50s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.12s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.75s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.54s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.59s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.63s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecParseError (0.58s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.57s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.55s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.44s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.71s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.82s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.78s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecTTY (0.55s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.56s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.53s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:57:27 [2020-09-10T20:57:27.221Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.27s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.70s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.51s)
20:57:27 [2020-09-10T20:57:27.221Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.54s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.50s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.54s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHealth (18.59s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.23s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.36s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.68s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.05s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportFile (1.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.15s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.12s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.16s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.55s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.64s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.66s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.83s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.63s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectImage (0.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.62s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.65s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.86s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.20s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.74s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.71s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.41s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.91s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.96s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.88s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.19s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.37s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.80s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.04s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.58s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.04s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.44s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.44s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.30s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.55s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.78s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.87s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsSince (6.53s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.51s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsTail (0.51s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.23s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestNetHostname (1.28s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.19s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.62s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.46s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginActive (1.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.13s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.87s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.21s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.36s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.22s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.14s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.38s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.82s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPortList (6.75s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.89s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (5.88s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.57s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.23s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.87s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.57s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.74s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.30s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.98s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.15s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.16s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.43s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.50s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.34s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.03s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.90s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.58s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.28s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.88s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.73s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.80s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
20:57:27 [2020-09-10T20:57:27.222Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.45s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.88s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.85s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.62s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.19s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.74s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.35s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.31s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.18s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.52s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.27s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.25s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.26s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.23s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.79s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.00s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiTag (0.13s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.49s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.59s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.32s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.11s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.73s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.17s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s)
20:57:27 [2020-09-10T20:57:27.222Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.54s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.06s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.88s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.82s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.60s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.41s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.50s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.41s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.86s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.73s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.73s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.73s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.97s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.13s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.34s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.15s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.72s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.05s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.53s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.12s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.51s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.83s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.15s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.55s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.50s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.77s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.69s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.65s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.53s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.40s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.56s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.52s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.45s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.49s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.56s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.81s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.04s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.04s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.34s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.42s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.68s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.22s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.95s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.32s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.49s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.79s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.90s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.89s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.29s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.65s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.83s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.66s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.91s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.85s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.86s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMount (3.49s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.56s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.40s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.49s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.58s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.61s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.42s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.22s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.70s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.72s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.58s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.59s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.61s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.52s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.40s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.60s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.54s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.54s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.59s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.65s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.63s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.61s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.69s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.62s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.19s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.51s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.05s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRm (0.61s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.64s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.51s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.51s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.78s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.81s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.26s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.50s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.57s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.52s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.54s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.68s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunState (1.20s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.56s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.66s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:57:27 [2020-09-10T20:57:27.223Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.89s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.45s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.24s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.23s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.82s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.54s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.43s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.53s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.93s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.14s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.46s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.65s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.44s)
20:57:27 [2020-09-10T20:57:27.223Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.63s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.47s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.49s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.52s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.04s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.45s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.25s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.67s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.20s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.49s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.73s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.65s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.50s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.86s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.44s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.43s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.42s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.43s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.43s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.42s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.87s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.41s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.31s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.98s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.57s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.58s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.64s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.16s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.24s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents600412183
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.12s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (1.20s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.28s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.29s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.12s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.10s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.05s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.56s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.51s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.85s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.76s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.33s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.18s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.42s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.51s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.47s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.49s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.60s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.70s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.61s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.97s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.49s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.62s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.38s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.96s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.50s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.99s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.11s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.36s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.48s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.96s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.27s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.45s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.34s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.82s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.83s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.27s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.55s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.48s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.59s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.79s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.12s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.12s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.50s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.38s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.63s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.08s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.08s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.91s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.30s)
20:57:27 [2020-09-10T20:57:27.224Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
20:57:27 [2020-09-10T20:57:27.224Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
20:57:27 [2020-09-10T20:57:27.224Z] === RUN   TestDockerRegistrySuite
20:57:27 [2020-09-10T20:57:27.224Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
20:57:28 [2020-09-10T20:57:28.170Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
20:57:29 [2020-09-10T20:57:29.106Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
20:57:30 [2020-09-10T20:57:30.482Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
20:57:30 [2020-09-10T20:57:30.482Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
20:57:33 [2020-09-10T20:57:33.012Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
20:57:36 [2020-09-10T20:57:36.297Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
20:57:38 [2020-09-10T20:57:38.834Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
20:57:39 [2020-09-10T20:57:39.401Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
20:57:40 [2020-09-10T20:57:40.339Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
20:57:41 [2020-09-10T20:57:41.275Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
20:57:42 [2020-09-10T20:57:42.210Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
20:57:43 [2020-09-10T20:57:43.587Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
20:57:44 [2020-09-10T20:57:44.524Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
20:57:45 [2020-09-10T20:57:45.460Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
20:57:46 [2020-09-10T20:57:46.836Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
20:57:48 [2020-09-10T20:57:48.747Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
20:57:49 [2020-09-10T20:57:49.683Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
20:57:51 [2020-09-10T20:57:51.586Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
20:57:52 [2020-09-10T20:57:52.521Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
20:57:52 [2020-09-10T20:57:52.779Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
20:57:53 [2020-09-10T20:57:53.717Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
20:57:54 [2020-09-10T20:57:54.653Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
20:57:55 [2020-09-10T20:57:55.220Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
20:57:57 [2020-09-10T20:57:57.755Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
20:57:58 [2020-09-10T20:57:58.015Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
20:57:58 [2020-09-10T20:57:58.952Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
20:57:59 [2020-09-10T20:57:59.211Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
20:57:59 [2020-09-10T20:57:59.211Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
20:57:59 [2020-09-10T20:57:59.468Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
20:57:59 [2020-09-10T20:57:59.727Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
20:58:00 [2020-09-10T20:58:00.294Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
20:58:00 [2020-09-10T20:58:00.294Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
20:58:01 [2020-09-10T20:58:01.231Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
20:58:02 [2020-09-10T20:58:02.610Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
20:58:03 [2020-09-10T20:58:03.547Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
20:58:04 [2020-09-10T20:58:04.483Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
20:58:05 [2020-09-10T20:58:05.438Z] === RUN   TestDockerRegistrySuite/TestV2Only
20:58:06 [2020-09-10T20:58:06.012Z] --- PASS: TestDockerRegistrySuite (39.08s)
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d8e986e620f87] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d4b2a6dc20383] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d5109748a54db] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d66ea0a03f5dc] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.56s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d03367273a08f] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.72s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d42ad9a9f7265] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.75s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d9511969c1e81] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.94s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [ddd1a77572563] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.83s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d01b435be8deb] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.96s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d86128d942fbd] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [daaa5a424b88f] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.01s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d27ef31b9a077] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.06s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [df1a31e4a6563] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.91s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [db55659ab038e] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.69s)
20:58:06 [2020-09-10T20:58:06.012Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:20b6f2f4ac60c9bd9fde2da4bceaae2c5003bd833581a39149445eee1085890f
20:58:06 [2020-09-10T20:58:06.012Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:90d7bb6ba44c0b445c66a406d186aadf6b024a4ff1260887bbaa17994a98378d
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d1598fe56bf27] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.76s)
20:58:06 [2020-09-10T20:58:06.012Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5c3dfe63f0639244eda255d8b20d4a708c2460db292af241243fd2267f373091
20:58:06 [2020-09-10T20:58:06.012Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a2cb59de2f98992900e3ab713d5b7c68d8573d38ba30f833e24ff3ece9f9f224
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d5ecc663ce3e0] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.92s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [db676adb575f4] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.01s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d48e981451500] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.95s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [dd50b5957c957] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d4143976c9eeb] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [daf4cddecea59] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d279f128a6c3f] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.82s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d8d4d555abe8b] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.23s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d1c3722b6bbe6] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [df4407d926a53] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.92s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [dd3724046811a] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.35s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d45f55a334b66] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [de8ac390a6df9] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d36031238609d] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d0922e3f3bde8] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d94fbf0ee11d5] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d4216e645ee4b] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.95s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d9f1e9410176e] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.34s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d6038ecbbe71c] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.76s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d78f3caf698aa] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.96s)
20:58:06 [2020-09-10T20:58:06.012Z]         check_test.go:196: [d198cf15e38f7] daemon is not started
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s)
20:58:06 [2020-09-10T20:58:06.012Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
20:58:06 [2020-09-10T20:58:06.012Z] === RUN   TestDockerSchema1RegistrySuite
20:58:06 [2020-09-10T20:58:06.012Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
20:58:06 [2020-09-10T20:58:06.271Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
20:58:09 [2020-09-10T20:58:09.556Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
20:58:12 [2020-09-10T20:58:12.089Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
20:58:14 [2020-09-10T20:58:14.622Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
20:58:15 [2020-09-10T20:58:15.191Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
20:58:16 [2020-09-10T20:58:16.128Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
20:58:16 [2020-09-10T20:58:16.386Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
20:58:17 [2020-09-10T20:58:17.324Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
20:58:18 [2020-09-10T20:58:18.260Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
20:58:19 [2020-09-10T20:58:19.197Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
20:58:21 [2020-09-10T20:58:21.731Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
20:58:21 [2020-09-10T20:58:21.731Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
20:58:22 [2020-09-10T20:58:22.298Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
20:58:22 [2020-09-10T20:58:22.298Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
20:58:22 [2020-09-10T20:58:22.556Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
20:58:22 [2020-09-10T20:58:22.815Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
20:58:23 [2020-09-10T20:58:23.383Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
20:58:23 [2020-09-10T20:58:23.383Z] --- PASS: TestDockerSchema1RegistrySuite (17.41s)
20:58:23 [2020-09-10T20:58:23.383Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s)
20:58:23 [2020-09-10T20:58:23.383Z]         check_test.go:223: [d827f70354e64] daemon is not started
20:58:23 [2020-09-10T20:58:23.383Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.75s)
20:58:23 [2020-09-10T20:58:23.383Z]         check_test.go:223: [de4a5dc326fab] daemon is not started
20:58:23 [2020-09-10T20:58:23.383Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.68s)
20:58:23 [2020-09-10T20:58:23.383Z]         check_test.go:223: [dd3815b93ea63] daemon is not started
20:58:23 [2020-09-10T20:58:23.383Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.73s)
20:58:23 [2020-09-10T20:58:23.383Z]         check_test.go:223: [dcaa04c6ba234] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.93s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d95b3d60757ef] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.93s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d5bc425311005] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d13f7007a00bd] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d1a35674dfc69] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.86s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [dd96620c9dab3] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [daa63c6f0a5b4] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.30s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d3c6c57249c78] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d54838e79d137] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [df867ca5d28d7] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d537ab69aef88] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.35s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d9f46f03d2b82] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d5a0dc497cf0d] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d633949f63be1] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
20:58:23 [2020-09-10T20:58:23.384Z]         check_test.go:223: [d425d5abdd3f4] daemon is not started
20:58:23 [2020-09-10T20:58:23.384Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
20:58:23 [2020-09-10T20:58:23.384Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
20:58:24 [2020-09-10T20:58:24.319Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
20:58:24 [2020-09-10T20:58:24.584Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
20:58:24 [2020-09-10T20:58:24.853Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
20:58:25 [2020-09-10T20:58:25.792Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
20:58:26 [2020-09-10T20:58:26.051Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
20:58:26 [2020-09-10T20:58:26.310Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
20:58:26 [2020-09-10T20:58:26.877Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
20:58:27 [2020-09-10T20:58:27.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.69s)
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [de2680b0fb510] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [d07010dc95995] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [db55dbb55ba25] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.07s)
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [dc286a6e63dae] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [d6ce9b6dea0d0] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [dedc7849315c1] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
20:58:27 [2020-09-10T20:58:27.135Z]         check_test.go:252: [d1f502c157260] daemon is not started
20:58:27 [2020-09-10T20:58:27.135Z] === RUN   TestDockerRegistryAuthTokenSuite
20:58:27 [2020-09-10T20:58:27.135Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
20:58:32 [2020-09-10T20:58:32.400Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
20:58:32 [2020-09-10T20:58:32.400Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
20:58:32 [2020-09-10T20:58:32.659Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
20:58:32 [2020-09-10T20:58:32.659Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
20:58:32 [2020-09-10T20:58:32.917Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s)
20:58:32 [2020-09-10T20:58:32.917Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
20:58:32 [2020-09-10T20:58:32.917Z]         check_test.go:279: [d1812bf6e3a4d] daemon is not started
20:58:32 [2020-09-10T20:58:32.917Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
20:58:32 [2020-09-10T20:58:32.917Z]         check_test.go:279: [d709e7d548506] daemon is not started
20:58:32 [2020-09-10T20:58:32.917Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
20:58:32 [2020-09-10T20:58:32.917Z]         check_test.go:279: [d62d2b35dc060] daemon is not started
20:58:32 [2020-09-10T20:58:32.917Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
20:58:32 [2020-09-10T20:58:32.917Z]         check_test.go:279: [d1425853866f5] daemon is not started
20:58:32 [2020-09-10T20:58:32.917Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
20:58:32 [2020-09-10T20:58:32.917Z]         check_test.go:279: [d73c4857dec6a] daemon is not started
20:58:32 [2020-09-10T20:58:32.917Z] === RUN   TestDockerNetworkSuite
20:58:32 [2020-09-10T20:58:32.917Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
20:58:34 [2020-09-10T20:58:34.820Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
20:58:35 [2020-09-10T20:58:35.756Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
20:58:38 [2020-09-10T20:58:38.291Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
20:58:39 [2020-09-10T20:58:39.666Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
20:58:42 [2020-09-10T20:58:42.286Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
20:58:43 [2020-09-10T20:58:43.672Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
20:58:48 [2020-09-10T20:58:48.944Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
20:58:50 [2020-09-10T20:58:50.849Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
20:58:51 [2020-09-10T20:58:51.787Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
20:58:52 [2020-09-10T20:58:52.359Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
20:58:52 [2020-09-10T20:58:52.926Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
20:58:53 [2020-09-10T20:58:53.864Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
20:58:54 [2020-09-10T20:58:54.434Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
20:58:54 [2020-09-10T20:58:54.692Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
20:58:54 [2020-09-10T20:58:54.951Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
20:58:55 [2020-09-10T20:58:55.889Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
20:58:55 [2020-09-10T20:58:55.889Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
20:58:55 [2020-09-10T20:58:55.889Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
20:58:56 [2020-09-10T20:58:56.150Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
20:58:56 [2020-09-10T20:58:56.719Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
20:58:58 [2020-09-10T20:58:58.097Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
20:58:58 [2020-09-10T20:58:58.097Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
20:58:58 [2020-09-10T20:58:58.097Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
20:58:58 [2020-09-10T20:58:58.355Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
20:59:00 [2020-09-10T20:59:00.891Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
20:59:02 [2020-09-10T20:59:02.281Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
20:59:08 [2020-09-10T20:59:08.855Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
20:59:08 [2020-09-10T20:59:08.855Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
20:59:09 [2020-09-10T20:59:09.113Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
20:59:09 [2020-09-10T20:59:09.371Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
20:59:09 [2020-09-10T20:59:09.371Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
20:59:09 [2020-09-10T20:59:09.630Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
20:59:09 [2020-09-10T20:59:09.630Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
20:59:09 [2020-09-10T20:59:09.630Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
20:59:12 [2020-09-10T20:59:12.163Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
20:59:12 [2020-09-10T20:59:12.163Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
20:59:12 [2020-09-10T20:59:12.163Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
20:59:13 [2020-09-10T20:59:13.097Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
20:59:16 [2020-09-10T20:59:16.382Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
20:59:19 [2020-09-10T20:59:19.668Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
20:59:19 [2020-09-10T20:59:19.668Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
20:59:20 [2020-09-10T20:59:20.234Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
20:59:21 [2020-09-10T20:59:21.610Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
20:59:21 [2020-09-10T20:59:21.610Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
20:59:22 [2020-09-10T20:59:22.177Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
20:59:22 [2020-09-10T20:59:22.744Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
20:59:23 [2020-09-10T20:59:23.692Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
20:59:28 [2020-09-10T20:59:28.960Z] --- PASS: TestDockerNetworkSuite (55.99s)
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.01s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [da00becc32eb8] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d5ae789379ad2] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.56s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [df4cd7e5d1bd2] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.51s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [db3e6928eb6b4] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:1233: [d63a15df9da8d] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d4b9584151f65] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.95s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [df813f707168a] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.21s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d0d5a15b69b1c] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.18s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [dbc661f0f5181] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d864aed877e2d] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d29715641a78c] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [db7121405124c] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d28361829b605] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d119b3bc8f23a] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d1d62825bce70] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d47ed96f1e42e] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d0ff75e0a47d4] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d75840859c4e1] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d0786d37505e4] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d8fa3145e97a1] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d492a3b447c94] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d8cc0aa682771] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.23s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d6696865fc750] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [df94cb2bfc48f] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.32s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:968: [d5c1535678f0e] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.70s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [de3e52ff0ff47] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.87s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:1116: [d90fc1172eaa1] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d9a20b2ae2fb1] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [dd2f6a30e3489] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d020d71bf3cbc] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [db8983efda918] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d6f19b682f322] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d5e576ad32b52] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d05a283d7cf95] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.43s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d278184c4fc60] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d4c2b27b990c3] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d48132bcfde12] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.73s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d7ff08fc38772] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.36s)
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.04s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:1084: [d16b4789a97cc] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d83bee1622e88] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [dcae6112b548a] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.46s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d80b3447a29ad] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [df719549e317c] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.62s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d1bda9acdf458] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d2d16c6ae49d3] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.07s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [d4b28ce87fd65] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.07s)
20:59:28 [2020-09-10T20:59:28.960Z]         docker_cli_network_unix_test.go:46: [ddeadfc182352] daemon is not started
20:59:28 [2020-09-10T20:59:28.960Z] === RUN   TestDockerHubPullSuite
20:59:28 [2020-09-10T20:59:28.960Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
20:59:30 [2020-09-10T20:59:30.334Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
20:59:32 [2020-09-10T20:59:32.865Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
20:59:32 [2020-09-10T20:59:32.865Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
20:59:34 [2020-09-10T20:59:34.240Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
20:59:34 [2020-09-10T20:59:34.240Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
20:59:34 [2020-09-10T20:59:34.240Z] --- PASS: TestDockerHubPullSuite (5.40s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.31s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.40s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.16s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
20:59:34 [2020-09-10T20:59:34.240Z] PASS
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === Skipped
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
20:59:34 [2020-09-10T20:59:34.240Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.240Z] 
20:59:34 [2020-09-10T20:59:34.240Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.240Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.09s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.09s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_sni_test.go:18: Flakey test
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.02s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.02s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
20:59:34 [2020-09-10T20:59:34.241Z]         docker_cli_network_unix_test.go:46: [d48132bcfde12] daemon is not started
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] 
20:59:34 [2020-09-10T20:59:34.241Z] DONE 1277 tests, 51 skipped in 1492.271s
20:59:34 [2020-09-10T20:59:34.241Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:59:34 [2020-09-10T20:59:34.241Z] ++++ cat bundles/test-integration/docker.pid
20:59:34 [2020-09-10T20:59:34.241Z] +++ kill 7587
20:59:35 [2020-09-10T20:59:35.176Z] +++ /etc/init.d/apparmor stop
20:59:35 [2020-09-10T20:59:35.176Z] Leaving: AppArmorNo profiles have been unloaded.
20:59:35 [2020-09-10T20:59:35.176Z] 
20:59:35 [2020-09-10T20:59:35.176Z] Unloading profiles will leave already running processes permanently
20:59:35 [2020-09-10T20:59:35.176Z] unconfined, which can lead to unexpected situations.
20:59:35 [2020-09-10T20:59:35.176Z] 
20:59:35 [2020-09-10T20:59:35.176Z] To set a process to complain mode, use the command line tool
20:59:35 [2020-09-10T20:59:35.176Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:59:35 [2020-09-10T20:59:35.176Z] +++ true
20:59:35 [2020-09-10T20:59:35.176Z] exiting test-integration
20:59:35 [2020-09-10T20:59:35.176Z] ++ exit 0
20:59:35 [2020-09-10T20:59:35.176Z] 
20:59:35 [2020-09-10T20:59:35.488Z] + for job in $(jobs -p)
20:59:35 [2020-09-10T20:59:35.488Z] + wait 5255
20:59:43 [2020-09-10T20:59:43.598Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
20:59:46 [2020-09-10T20:59:46.885Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
20:59:53 [2020-09-10T20:59:53.470Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
20:59:58 [2020-09-10T20:59:58.738Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
21:00:00 [2020-09-10T21:00:00.114Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
21:00:05 [2020-09-10T21:00:05.379Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
21:00:11 [2020-09-10T21:00:11.939Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
21:00:15 [2020-09-10T21:00:15.225Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
21:00:15 [2020-09-10T21:00:15.225Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
21:00:20 [2020-09-10T21:00:20.513Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
21:00:21 [2020-09-10T21:00:21.081Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
21:00:21 [2020-09-10T21:00:21.648Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
21:00:24 [2020-09-10T21:00:24.179Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
21:01:20 [2020-09-10T21:01:20.396Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
21:02:16 [2020-09-10T21:02:16.641Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
21:02:21 [2020-09-10T21:02:21.905Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
21:02:26 [2020-09-10T21:02:26.092Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
21:04:47 [2020-09-10T21:04:47.558Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
21:04:48 [2020-09-10T21:04:48.931Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
21:04:50 [2020-09-10T21:04:50.304Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
21:04:50 [2020-09-10T21:04:50.304Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
21:04:50 [2020-09-10T21:04:50.562Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
21:04:50 [2020-09-10T21:04:50.562Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
21:04:51 [2020-09-10T21:04:51.127Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
21:04:53 [2020-09-10T21:04:53.656Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
21:04:56 [2020-09-10T21:04:56.939Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
21:04:58 [2020-09-10T21:04:58.839Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
21:05:55 [2020-09-10T21:05:55.061Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
21:05:55 [2020-09-10T21:05:55.061Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
21:05:56 [2020-09-10T21:05:56.964Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
21:05:59 [2020-09-10T21:05:59.494Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
21:06:02 [2020-09-10T21:06:02.784Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
21:06:05 [2020-09-10T21:06:05.316Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
21:06:27 [2020-09-10T21:06:27.243Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
21:06:39 [2020-09-10T21:06:39.455Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
21:06:40 [2020-09-10T21:06:40.831Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
21:06:43 [2020-09-10T21:06:43.358Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
21:06:45 [2020-09-10T21:06:45.893Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
21:06:54 [2020-09-10T21:06:54.009Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
21:06:59 [2020-09-10T21:06:59.272Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
21:07:01 [2020-09-10T21:07:01.197Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
21:07:03 [2020-09-10T21:07:03.725Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
21:07:06 [2020-09-10T21:07:06.254Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
21:07:08 [2020-09-10T21:07:08.785Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
21:07:10 [2020-09-10T21:07:10.685Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
21:07:13 [2020-09-10T21:07:13.211Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
21:08:09 [2020-09-10T21:08:09.428Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
21:08:24 [2020-09-10T21:08:24.293Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
21:08:39 [2020-09-10T21:08:39.163Z] --- PASS: TestDockerSwarmSuite (1676.16s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.35s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.29s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.17s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.71s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.97s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.92s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:562: [d165427804d46] joining swarm manager [d5b8aedd9ee7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:584: [d4ca6b410f360] joining swarm manager [d5b8aedd9ee7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         check_test.go:380: [d165427804d46] daemon is not started
21:08:39 [2020-09-10T21:08:39.163Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.42s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:45: [d1c49d88f767a] joining swarm manager [d81e992be593e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.89s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.50s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:303: [d270ac3fd0e1f] joining swarm manager [d23a4b7e79894]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:304: [dea3ddba6e1b9] joining swarm manager [d23a4b7e79894]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:363: Waiting for possible election...
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.10s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:271: [d07ea4fdc69fc] joining swarm manager [d4a5f59cd2b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:272: [d80b150f73250] joining swarm manager [d4a5f59cd2b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.63s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.94s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.35s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_node_test.go:19: [dd4b2009aac87] joining swarm manager [d674d1a2773dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_node_test.go:20: [df3f4b0c80c92] joining swarm manager [d674d1a2773dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.75s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:501: [da151b48d0f06] joining swarm manager [dd3c659d619e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:506: [daede44978431] joining swarm manager [dd3c659d619e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.46s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_node_test.go:80: [d8a9b313b9182] joining swarm manager [de21222387c33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.27s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_node_test.go:52: [dc5f887ad9f7a] joining swarm manager [d4c88f607259b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_node_test.go:53: [d45db64ad4302] joining swarm manager [d4c88f607259b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.39s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.43s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:201: [d4dec9192be71] joining swarm manager [d0ece6ac044c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.37s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:383: [db3cc2d154170] joining swarm manager [d5959afa1052f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:384: [de683a67f3870] joining swarm manager [d5959afa1052f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         check_test.go:380: [de683a67f3870] daemon is not started
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (50.62s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:801: [dbcde63774ad0] joining swarm manager [d88cfd785ade0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:801: [de44a5218d860] joining swarm manager [d88cfd785ade0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:801: [d5c1537e3c41c] joining swarm manager [d88cfd785ade0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:801: [d3c8339799901] joining swarm manager [d88cfd785ade0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_test.go:809: [daf9c0820aa83] joining swarm manager [d88cfd785ade0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.29s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.66s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.56s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:394: [d5f1d9909e95e] joining swarm manager [d1ecd251263a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:394: [db42c63446d82] joining swarm manager [d1ecd251263a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.96s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:342: [d0424bfca991a] joining swarm manager [d01c577fb6e74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:342: [dd4c256bf082d] joining swarm manager [d01c577fb6e74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.23s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:489: [da3e9949b2454] joining swarm manager [df923c901d0d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:489: [d028e98536695] joining swarm manager [df923c901d0d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.14s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.47s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:127: [d0c9e1b852824] joining swarm manager [d725795a775ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:128: [d06755573e815] joining swarm manager [d725795a775ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:136: [d695c6410a7b7] joining swarm manager [d725795a775ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:137: [de2728041a921] joining swarm manager [d725795a775ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.25s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.30s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:303: [d03b99081832c] joining swarm manager [d637e5c1a5153]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:303: [db03b9e94afd1] joining swarm manager [d637e5c1a5153]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.85s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:99: [dd7b7a96dbd2c] joining swarm manager [d8dd44f400503]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:100: [dc74c6ddda721] joining swarm manager [d8dd44f400503]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]         check_test.go:380: [dd7b7a96dbd2c] daemon is not started
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.77s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:532: [d64033a0d82ab] joining swarm manager [d12a334a46c7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:533: [da011e20caf9e] joining swarm manager [d12a334a46c7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.53s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:147: [d12c8b1cd90fd] joining swarm manager [d5091c0ea03cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_api_swarm_service_test.go:147: [d72a30ae02e3a] joining swarm manager [d5091c0ea03cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.08s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.88s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.75s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.10s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.97s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.27s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.33s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.45s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.50s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.36s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.98s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.58s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.54s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.15s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.86s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.14s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.49s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.51s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.74s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.21s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.08s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.47s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.83s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.97s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.87s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.00s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.85s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.36s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.07s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.89s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.36s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_service_logs_test.go:245: checking task r4a3ku1zovpu
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_service_logs_test.go:250: checking messages for r4a3ku1zovpu
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_service_logs_test.go:245: checking task r8lf7e7kjd1j
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_service_logs_test.go:250: checking messages for r8lf7e7kjd1j
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.82s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.47s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.29s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.34s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (16.12s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_swarm_test.go:1901: [d9214a8964fc7] joining swarm manager [dcb3b81c6eb05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_swarm_test.go:1902: [d9d244858c711] joining swarm manager [dcb3b81c6eb05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.84s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.58s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.64s)
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.98s)
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_swarm_test.go:1802: [daa5b2050fc02] joining swarm manager [d1be25241e0d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.163Z]         docker_cli_swarm_test.go:1803: [de2182c35c0e2] joining swarm manager [d1be25241e0d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.163Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.67s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (143.55s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1321: [d9ddb7a630b45] joining swarm manager [d426d2263901a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1322: [d04867273b036] joining swarm manager [d426d2263901a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1386: [d9ddb7a630b45] got 'swarm does not have a leader'. retrying (attempt 1/5)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1386: [d9ddb7a630b45] got 'swarm does not have a leader'. retrying (attempt 2/5)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.68s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.63s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.45s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.20s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.52s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.49s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.89s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.12s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.30s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.59s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.72s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1186: [d36b154f71ddf] joining swarm manager [d719b3cfaf831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1195: [d67ac96c869d7] joining swarm manager [d719b3cfaf831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.98s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.26s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.89s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1118: [dbfb1a6d77c02] joining swarm manager [d50c40bcdc624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1119: [df712ce8c5635] joining swarm manager [d50c40bcdc624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1172: [d4c165e118b59] joining swarm manager [d50c40bcdc624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.38s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1453: [d31448047ac3c] joining swarm manager [d58311e87f460]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_test.go:1454: [dbcc22e4c46df] joining swarm manager [d58311e87f460]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.34s)
21:08:39 [2020-09-10T21:08:39.164Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
21:08:39 [2020-09-10T21:08:39.164Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
21:08:39 [2020-09-10T21:08:39.164Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
21:08:39 [2020-09-10T21:08:39.164Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.29s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.31s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.48s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_cli_swarm_unix_test.go:62: [d3dcb7a13845a] joining swarm manager [db33c6d4fec34]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.36s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.14s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.23s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.58s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.04s)
21:08:39 [2020-09-10T21:08:39.164Z]         docker_api_swarm_test.go:961: [ddfe0b633356f] joining swarm manager [dd0cdb5731d4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.30s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.26s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.38s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.14s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.66s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.61s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.20s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.46s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.30s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.23s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s)
21:08:39 [2020-09-10T21:08:39.164Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.20s)
21:08:39 [2020-09-10T21:08:39.164Z] === RUN   TestDockerExternalVolumeSuite
21:08:39 [2020-09-10T21:08:39.164Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
21:08:57 [2020-09-10T21:08:57.242Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
21:09:55 [2020-09-10T21:09:55.462Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
21:09:59 [2020-09-10T21:09:59.111Z] ok  	github.com/docker/docker/integration-cli	2118.651s
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === Skipped
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_run_test.go:3180: unmatched requirement Apparmor
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_run_test.go:3158: unmatched requirement Apparmor
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.111Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:09:59 [2020-09-10T21:09:59.111Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
21:09:59 [2020-09-10T21:09:59.111Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.111Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.76s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.112Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.112Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.112Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_sni_test.go:18: Flakey test
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
21:09:59 [2020-09-10T21:09:59.113Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.113Z] 
21:09:59 [2020-09-10T21:09:59.113Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.114Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.114Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.114Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
21:09:59 [2020-09-10T21:09:59.115Z]         docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.115Z] 
21:09:59 [2020-09-10T21:09:59.115Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]         docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.116Z] 
21:09:59 [2020-09-10T21:09:59.116Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
21:09:59 [2020-09-10T21:09:59.116Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2885: unmatched requirement Apparmor
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:2924: unmatched requirement Apparmor
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]         docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.117Z] 
21:09:59 [2020-09-10T21:09:59.117Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
21:09:59 [2020-09-10T21:09:59.117Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3041: unmatched requirement Apparmor
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.12s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.12s)
21:09:59 [2020-09-10T21:09:59.118Z]         docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.118Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
21:09:59 [2020-09-10T21:09:59.118Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.118Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:185: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:212: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:239: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:268: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:302: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]         check_test.go:407: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     check_test.go:128: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     check_test.go:134: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
21:09:59 [2020-09-10T21:09:59.119Z]     check_test.go:142: unmatched requirement DaemonIsLinux
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.119Z] 
21:09:59 [2020-09-10T21:09:59.120Z] DONE 1096 tests, 549 skipped in 2126.349s
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Integration tests ended at 09/10/2020 21:09:52. Duration:00:35:26.6060172
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Docker info of the daemon under test at end of run
21:09:59 [2020-09-10T21:09:59.120Z] 
21:09:59 [2020-09-10T21:09:59.120Z] Containers: 2
21:09:59 [2020-09-10T21:09:59.120Z]  Running: 0
21:09:59 [2020-09-10T21:09:59.120Z]  Paused: 0
21:09:59 [2020-09-10T21:09:59.120Z]  Stopped: 2
21:09:59 [2020-09-10T21:09:59.120Z] Images: 15
21:09:59 [2020-09-10T21:09:59.120Z] Server Version: 0.0.0-dev
21:09:59 [2020-09-10T21:09:59.120Z] Storage Driver: windowsfilter
21:09:59 [2020-09-10T21:09:59.120Z]  Windows: 
21:09:59 [2020-09-10T21:09:59.120Z] Logging Driver: json-file
21:09:59 [2020-09-10T21:09:59.120Z] Plugins: 
21:09:59 [2020-09-10T21:09:59.120Z]  Volume: local
21:09:59 [2020-09-10T21:09:59.120Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
21:09:59 [2020-09-10T21:09:59.120Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
21:09:59 [2020-09-10T21:09:59.120Z] Swarm: inactive
21:09:59 [2020-09-10T21:09:59.120Z] Default Isolation: process
21:09:59 [2020-09-10T21:09:59.120Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
21:09:59 [2020-09-10T21:09:59.120Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282)
21:09:59 [2020-09-10T21:09:59.120Z] OSType: windows
21:09:59 [2020-09-10T21:09:59.120Z] Architecture: x86_64
21:09:59 [2020-09-10T21:09:59.120Z] CPUs: 4
21:09:59 [2020-09-10T21:09:59.120Z] Total Memory: 32GiB
21:09:59 [2020-09-10T21:09:59.120Z] Name: azwin-2-9b8600
21:09:59 [2020-09-10T21:09:59.120Z] ID: JV43:4DVD:2R6N:ZUCJ:6KEX:UDBZ:3MLH:MZQD:YOQQ:TGZK:F25C:HUTQ
21:09:59 [2020-09-10T21:09:59.120Z] Docker Root Dir: D:\CI\PR-41436\1\daemon
21:09:59 [2020-09-10T21:09:59.120Z] Debug Mode (client): false
21:09:59 [2020-09-10T21:09:59.120Z] Debug Mode (server): true
21:09:59 [2020-09-10T21:09:59.120Z]  File Descriptors: -1
21:09:59 [2020-09-10T21:09:59.120Z]  Goroutines: 18
21:09:59 [2020-09-10T21:09:59.120Z]  System Time: 2020-09-10T21:09:52.8937297Z
21:09:59 [2020-09-10T21:09:59.120Z]  EventsListeners: 0
21:09:59 [2020-09-10T21:09:59.120Z] Registry: https://index.docker.io/v1/
21:09:59 [2020-09-10T21:09:59.120Z] Labels:
21:09:59 [2020-09-10T21:09:59.120Z] Experimental: false
21:09:59 [2020-09-10T21:09:59.120Z] Insecure Registries:
21:09:59 [2020-09-10T21:09:59.120Z]  127.0.0.0/8
21:09:59 [2020-09-10T21:09:59.120Z] Live Restore Enabled: false
21:09:59 [2020-09-10T21:09:59.120Z] 
21:09:59 [2020-09-10T21:09:59.120Z] 
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Stopping daemon under test
21:09:59 [2020-09-10T21:09:59.120Z] SUCCESS: The process with PID 720 (child process of PID 9044) has been terminated.
21:09:59 [2020-09-10T21:09:59.120Z] SUCCESS: The process with PID 9044 (child process of PID 5168) has been terminated.
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Stop tailing logs of the daemon under tests
21:09:59 [2020-09-10T21:09:59.120Z] INFO: executeCI.ps1 Completed successfully at 09/10/2020 21:09:53.
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Tidying up at end of run
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Saving daemon under test log (d:\CI\PR-41436\1\dut.out) to C:\windows\TEMP\CIDUT.out
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Saving daemon under test log (d:\CI\PR-41436\1\dut.err) to C:\windows\TEMP\CIDUT.err
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Nuke-Everything...
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Container count on control daemon to delete is 2
21:09:59 [2020-09-10T21:09:59.120Z] 74da28c5585d
21:09:59 [2020-09-10T21:09:59.120Z] b0b91fd064c4
21:09:59 [2020-09-10T21:09:59.120Z] INFO: Non-base image count on control daemon to delete is 1
21:09:59 [2020-09-10T21:09:59.120Z] Deleted: sha256:ec05dfdea8f1e5e1280f628d07576149b578fa791488d6d3ed177cca60ae7839
21:09:59 [2020-09-10T21:09:59.439Z] Deleted: sha256:64229c96c907e44a90731d62642b2df705308ab2a95a2254a25d21c356344db5
21:09:59 [2020-09-10T21:09:59.439Z] INFO: Tidying pidfile d:\CI\PR-41436\1\docker.pid
21:09:59 [2020-09-10T21:09:59.439Z] INFO: Nuking d:\CI
21:10:13 [2020-09-10T21:10:13.537Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
21:10:24 [2020-09-10T21:10:24.505Z] INFO: Zapped successfully
21:10:24 [2020-09-10T21:10:24.505Z] 
21:10:24 [2020-09-10T21:10:24.505Z] INFO: executeCI.ps1 exiting at Thu Sep 10 21:10:20 CUT 2020. Duration 00:48:43.3389316
21:10:24 [2020-09-10T21:10:24.505Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
21:10:24 [2020-09-10T21:10:24.741Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
21:10:26 [2020-09-10T21:10:26.845Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
21:10:28 [2020-09-10T21:10:28.013Z] Archiving artifacts
21:10:29 [2020-09-10T21:10:29.144Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:10:30 [2020-09-10T21:10:30.042Z] + make clean
21:10:30 [2020-09-10T21:10:30.990Z] docker volume rm -f docker-dev-cache
21:10:30 [2020-09-10T21:10:30.990Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:10:45 [2020-09-10T21:10:45.610Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
21:10:57 [2020-09-10T21:10:57.801Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
21:11:29 [2020-09-10T21:11:29.860Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
21:11:44 [2020-09-10T21:11:44.731Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
21:12:16 [2020-09-10T21:12:16.790Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
21:12:31 [2020-09-10T21:12:31.665Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
21:12:46 [2020-09-10T21:12:46.530Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
21:13:33 [2020-09-10T21:13:33.186Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
21:13:51 [2020-09-10T21:13:51.276Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
21:14:23 [2020-09-10T21:14:23.338Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
21:14:55 [2020-09-10T21:14:55.432Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
21:15:10 [2020-09-10T21:15:10.305Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
21:15:25 [2020-09-10T21:15:25.176Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
21:15:43 [2020-09-10T21:15:43.260Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
21:15:58 [2020-09-10T21:15:58.131Z] --- PASS: TestDockerExternalVolumeSuite (437.09s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:53: [d47f7901d9e44] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:53: [dca7205afe6ed] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:53: [dbccaeb34ed6b] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:53: [d95800b25f8e6] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:485: [da95c64fff451] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_external_volume_driver_test.go:53: [d4c18bb86d7ae] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z] PASS
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] === Skipped
21:15:58 [2020-09-10T21:15:58.131Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
21:15:58 [2020-09-10T21:15:58.131Z]         check_test.go:309: [d2950ec7ce842] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
21:15:58 [2020-09-10T21:15:58.131Z]         check_test.go:309: [d1c1fbfbc5667] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
21:15:58 [2020-09-10T21:15:58.131Z]         check_test.go:309: [d56b324c49a44] daemon is not started
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
21:15:58 [2020-09-10T21:15:58.131Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] DONE 273 tests, 5 skipped in 2474.283s
21:15:58 [2020-09-10T21:15:58.131Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
21:15:58 [2020-09-10T21:15:58.131Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d207b003646bf/docker.pid
21:15:58 [2020-09-10T21:15:58.131Z] +++ kill 5424
21:15:58 [2020-09-10T21:15:58.131Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5424 is not a child of this shell
21:15:58 [2020-09-10T21:15:58.131Z] warning: PID 5424 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d207b003646bf/docker.pid had a nonzero exit code
21:15:58 [2020-09-10T21:15:58.131Z] ++++ cat bundles/test-integration/docker.pid
21:15:58 [2020-09-10T21:15:58.131Z] +++ kill 7598
21:15:58 [2020-09-10T21:15:58.131Z] +++ /etc/init.d/apparmor stop
21:15:58 [2020-09-10T21:15:58.131Z] Leaving: AppArmorNo profiles have been unloaded.
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] Unloading profiles will leave already running processes permanently
21:15:58 [2020-09-10T21:15:58.131Z] unconfined, which can lead to unexpected situations.
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] To set a process to complain mode, use the command line tool
21:15:58 [2020-09-10T21:15:58.131Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
21:15:58 [2020-09-10T21:15:58.131Z] +++ true
21:15:58 [2020-09-10T21:15:58.131Z] exiting test-integration
21:15:58 [2020-09-10T21:15:58.131Z] ++ exit 0
21:15:58 [2020-09-10T21:15:58.131Z] 
21:15:58 [2020-09-10T21:15:58.131Z] + exit 0
21:15:58 [2020-09-10T21:15:58.131Z] ++ jobs -p
21:15:58 [2020-09-10T21:15:58.131Z] + pids=
21:15:58 [2020-09-10T21:15:58.131Z] + echo 'Remaining pids to kill: []'
21:15:58 [2020-09-10T21:15:58.131Z] Remaining pids to kill: []
21:15:58 [2020-09-10T21:15:58.131Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
21:15:58 [2020-09-10T21:15:58.145Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
21:16:00 [2020-09-10T21:16:00.381Z] + echo Ensuring container killed.
21:16:00 [2020-09-10T21:16:00.381Z] Ensuring container killed.
21:16:00 [2020-09-10T21:16:00.381Z] + docker ps -aq -f name=docker-pr1-*
21:16:00 [2020-09-10T21:16:00.644Z] + cids=be52be971ce8
21:16:00 [2020-09-10T21:16:00.644Z] 372f685cdd53
21:16:00 [2020-09-10T21:16:00.644Z] e1b54ed8c050
21:16:00 [2020-09-10T21:16:00.644Z] + [ -n be52be971ce8
21:16:00 [2020-09-10T21:16:00.644Z] 372f685cdd53
21:16:00 [2020-09-10T21:16:00.644Z] e1b54ed8c050 ]
21:16:00 [2020-09-10T21:16:00.644Z] + docker rm -vf be52be971ce8 372f685cdd53 e1b54ed8c050
21:16:03 [2020-09-10T21:16:03.178Z] be52be971ce8
21:16:03 [2020-09-10T21:16:03.178Z] 372f685cdd53
21:16:03 [2020-09-10T21:16:03.178Z] e1b54ed8c050
[Pipeline] sh
21:16:03 [2020-09-10T21:16:03.458Z] + echo Chowning /workspace to jenkins user
21:16:03 [2020-09-10T21:16:03.458Z] Chowning /workspace to jenkins user
21:16:03 [2020-09-10T21:16:03.458Z] + id -u
21:16:03 [2020-09-10T21:16:03.458Z] + id -g
21:16:03 [2020-09-10T21:16:03.458Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41436:/workspace busybox chown -R 1000:1000 /workspace
21:16:03 [2020-09-10T21:16:03.458Z] Unable to find image 'busybox:latest' locally
21:16:03 [2020-09-10T21:16:03.458Z] latest: Pulling from library/busybox
21:16:03 [2020-09-10T21:16:03.717Z] df8698476c65: Pulling fs layer
21:16:03 [2020-09-10T21:16:03.717Z] df8698476c65: Verifying Checksum
21:16:03 [2020-09-10T21:16:03.717Z] df8698476c65: Download complete
21:16:03 [2020-09-10T21:16:03.717Z] df8698476c65: Pull complete
21:16:03 [2020-09-10T21:16:03.717Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
21:16:03 [2020-09-10T21:16:03.717Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
21:16:08 [2020-09-10T21:16:08.199Z] + bundleName=amd64
21:16:08 [2020-09-10T21:16:08.199Z] + echo Creating amd64-bundles.tar.gz
21:16:08 [2020-09-10T21:16:08.199Z] Creating amd64-bundles.tar.gz
21:16:08 [2020-09-10T21:16:08.199Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print+ xargs tar -czf amd64-bundles.tar.gz
21:16:08 [2020-09-10T21:16:08.199Z] 
[Pipeline] archiveArtifacts
21:16:09 [2020-09-10T21:16:09.154Z] Archiving artifacts
21:16:11 [2020-09-10T21:16:11.028Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41436/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
21:16:11 [2020-09-10T21:16:11.356Z] + make clean
21:16:11 [2020-09-10T21:16:11.616Z] docker volume rm -f docker-dev-cache
21:16:11 [2020-09-10T21:16:11.616Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS